Bug 1618374 - Backporting PublicVirtualFixedIPs fix in templates
Summary: Backporting PublicVirtualFixedIPs fix in templates
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 12.0 (Pike)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: 12.0 (Pike)
Assignee: Bob Fournier
QA Contact: mlammon
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-16 13:57 UTC by ggrimaux
Modified: 2022-03-13 16:04 UTC (History)
5 users (show)

Fixed In Version: openstack-tripleo-heat-templates-7.0.12-11.el7ost
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-12-05 18:52:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 544744 0 None MERGED Fix PublicVirtualFixedIPs in envs 2020-09-03 16:37:23 UTC
OpenStack gerrit 592559 0 None MERGED Fix PublicVirtualFixedIPs in envs 2020-09-03 16:37:23 UTC
Red Hat Issue Tracker OSP-13698 0 None None None 2022-03-13 16:04:17 UTC
Red Hat Product Errata RHBA-2018:3789 0 None None None 2018-12-05 18:53:41 UTC

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


Note You need to log in before you can comment on or make changes to this bug.