Bug 1585497
| Summary: | Move routed networks example text to be closer to [ctlplane-subnet] in /usr/share/instack-undercloud/undercloud.conf.sample | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | KOSAL RAJ I <kiyyappa> |
| Component: | instack-undercloud | Assignee: | Harald Jensås <hjensas> |
| Status: | CLOSED ERRATA | QA Contact: | mlammon |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | bfournie, jslagle, mburns, rlondhe, sasha, sclewis |
| Target Milestone: | Upstream M3 | Keywords: | Triaged |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | instack-undercloud-9.3.1-0.20180831000258.e464799.el7ost python-tripleoclient-10.5.1-0.20180906012840.5b00837.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:49:59 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
KOSAL RAJ I
2018-06-03 17:56:03 UTC
The way I understand it, this is a request to change undercloud.conf.sample to move the description on routed networks closer to the [ctlplane-subnet] section. This change was added here - https://review.openstack.org/#/c/533365/10/undercloud.conf.sample, so the request would be to move lines 41-69 down to just above line 253. Because of where the description is now the customer inadvertently added the [ctlplane-subnet] near the routed networks description which caused the local-interface setting to be included in [ctlplane-subnet] not [DEFAULT]. This is a reasonable request to avoid confusion and we'll make the change for OSP-13z release. It is too late to get this into OSP-13 GA. Thanks for the feedback. Also, changing the priority/severity of this bug. Its hard to justify it being high severity since its really just moving around comments in an example file. FailedQA Environment: instack-undercloud-9.3.1-0.20180831000258.e464799.el7ost.noarch python-tripleoclient-10.5.1-0.20180901082351.6d7aa74.el7ost.noarch ctlplane-subnet comes last in bot sample files. [root@undercloud-0 ~]# tail -n 35 /usr/share/instack-undercloud/undercloud.conf.sample [ctlplane-subnet] # # From instack-undercloud # # Network CIDR for the Neutron-managed subnet for Overcloud instances. # (string value) # Deprecated group/name - [DEFAULT]/network_cidr #cidr = 192.168.24.0/24 # Start of DHCP allocation range for PXE and DHCP of Overcloud # instances on this network. (string value) # Deprecated group/name - [DEFAULT]/dhcp_start #dhcp_start = 192.168.24.5 # End of DHCP allocation range for PXE and DHCP of Overcloud instances # on this network. (string value) # Deprecated group/name - [DEFAULT]/dhcp_end #dhcp_end = 192.168.24.24 # Temporary IP range that will be given to nodes on this network # during the inspection process. Should not overlap with the range # defined by dhcp_start and dhcp_end, but should be in the same ip # subnet. (string value) # Deprecated group/name - [DEFAULT]/inspection_iprange #inspection_iprange = 192.168.24.100,192.168.24.120 # Network gateway for the Neutron-managed network for Overcloud # instances on this network. (string value) # Deprecated group/name - [DEFAULT]/network_gateway #gateway = 192.168.24.1 # The network will be masqueraded for external access. (boolean value) #masquerade = false [root@undercloud-0 ~]# tail -n 35 /usr/share/python-tripleoclient/undercloud.conf.sample [ctlplane-subnet] # # From undercloud_config # # Network CIDR for the Neutron-managed subnet for Overcloud instances. # (string value) # Deprecated group/name - [DEFAULT]/network_cidr #cidr = 192.168.24.0/24 # End of DHCP allocation range for PXE and DHCP of Overcloud instances # on this network. (string value) # Deprecated group/name - [DEFAULT]/dhcp_end #dhcp_end = 192.168.24.24 # Start of DHCP allocation range for PXE and DHCP of Overcloud # instances on this network. (string value) # Deprecated group/name - [DEFAULT]/dhcp_start #dhcp_start = 192.168.24.5 # Network gateway for the Neutron-managed network for Overcloud # instances on this network. (string value) # Deprecated group/name - [DEFAULT]/network_gateway #gateway = 192.168.24.1 # Temporary IP range that will be given to nodes on this network # during the inspection process. Should not overlap with the range # defined by dhcp_start and dhcp_end, but should be in the same ip # subnet. (string value) # Deprecated group/name - [DEFAULT]/inspection_iprange #inspection_iprange = 192.168.24.100,192.168.24.120 # The network will be masqueraded for external access. (boolean value) #masquerade = false Verified: Environment: Environment: instack-undercloud-9.3.1-0.20180831000258.e464799.el7ost.noarch python-tripleoclient-10.5.1-0.20180901082351.6d7aa74.el7ost.noarch In both /usr/share/instack-undercloud/undercloud.conf.sample and /usr/share/python-tripleoclient/undercloud.conf.sample the following note was added: Note: The section/group must be placed before or after # any other section. (See the example section [ctlplane-subnet] in the # sample configuration file.) (list value) #subnets = ctlplane-subnet 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/RHEA-2019:0045 |