Bug 1618374
Summary: | Backporting PublicVirtualFixedIPs fix in templates | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | ggrimaux |
Component: | openstack-tripleo-heat-templates | Assignee: | 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
This is fixed in OSP-13/Queens, needs to be backported to OSP-12/pike. 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 ~]$ 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 |