Bug 1334073
Summary: | Overcloud deployment failure: The Referenced Attribute (ManagementPort ip_subnet) is incorrect | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Kevin Jones <kejones> |
Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> |
Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 (Liberty) | CC: | amaumene, aschultz, cpaquin, emacchi, jjoyce, mburns, pnavarro, rhel-osp-director-maint, rhosp-bugs-internal |
Target Milestone: | async | Keywords: | Triaged, ZStream |
Target Release: | 8.0 (Liberty) | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-0.8.14-25.el7ost | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-05-18 14:32:37 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
Kevin Jones
2016-05-08 00:42:39 UTC
We are seeing as well..any work around for this..? Thanks The workaround is as follows. ControlPlaneSubnetCidr is set as a number in the provided network-environment.yaml file. ControlPlaneSubnetCidr: 24 If you set it as a string, you get past this error. ControlPlaneSubnetCidr: '24' Sorry I wasn't more clear of this in the original description. Hi, I confirm the issue and the workaround. Thanks for reporting it. Regards, I am no longer seeing this in Newton onwards. There is a fix for 9+. Working on a backport to 8. *** Bug 1328149 has been marked as a duplicate of this bug. *** Build of 2017-05-08.1 deployed successfully. [stack@undercloud-0 ~]$ grep ControlPlaneSubnetCidr /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml ControlPlaneSubnetCidr: '24' 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-2017:1250 |