Bug 1618374

Summary: Backporting PublicVirtualFixedIPs fix in templates
Product: Red Hat OpenStack Reporter: ggrimaux
Component: openstack-tripleo-heat-templatesAssignee: Bob Fournier <bfournie>
Status: CLOSED ERRATA QA Contact: mlammon
Severity: medium Docs Contact:
Priority: medium    
Version: 12.0 (Pike)CC: aschultz, bfournie, dcadzow, mburns, uemit.seren
Target Milestone: ---Keywords: FeatureBackport, Triaged, ZStream
Target Release: 12.0 (Pike)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-7.0.12-11.el7ost Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-12-05 18:52:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ggrimaux 2018-08-16 13:57:53 UTC
Description of problem:
For OSP12, the current packages (openstack-tripleo-heat-templates-7.0.9-8.el7ost.noarch) is missing a fix that was applied upstream.

https://review.openstack.org/#/c/544744/
https://github.com/openstack/tripleo-heat-templates/commit/b3e566422b1236c325a9f58742fb64607b89aaa9

PublicVirtualFixedIPs (IP capitalized)

environments/fixed-ip-vips-v6.yaml
-  PublicVirtualFixedIps: [{'ip_address':'2001:db8:fd00:1000:0000:0000:0000:0005'}]
+  PublicVirtualFixedIPs: [{'ip_address':'2001:db8:fd00:1000:0000:0000:0000:0005'}]

environments/fixed-ip-vips.yaml
-  PublicVirtualFixedIps: [{'ip_address':'10.0.0.240'}]
+  PublicVirtualFixedIPs: [{'ip_address':'10.0.0.240'}]

Since in the other templates they reference it with IP capitalized, it creates issues.

Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-7.0.9-8.el7ost.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Bob Fournier 2018-08-16 15:41:43 UTC
This is fixed in OSP-13/Queens, needs to be backported to OSP-12/pike.

Comment 7 mlammon 2018-11-20 14:40:58 UTC
Install latest osp12 undercloud
cat /etc/yum.repos.d/latest-installed
12   -p 2018-11-14.1

Environment:
openstack-tripleo-heat-templates-7.0.12-16.el7ost.noarch


We see looking at template verification this code change is downstream.
[stack@undercloud-0 ~]$ grep PublicVirtualFixedIPs /usr/share/openstack-tripleo-heat-templates/environments/fixed-ip-vips.yaml
  PublicVirtualFixedIPs: [{'ip_address':'10.0.0.240'}]
[stack@undercloud-0 ~]$ grep PublicVirtualFixedIPs /usr/share/openstack-tripleo-heat-templates/environments/fixed-ip-vips-v6.yaml
  PublicVirtualFixedIPs: [{'ip_address':'2001:db8:fd00:1000:0000:0000:0000:0005'}]
[stack@undercloud-0 ~]$

Comment 10 errata-xmlrpc 2018-12-05 18:52:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3789