c2a770648933e9ac1cef7eae33662aa2653ab5c4
Change2600260be5introduced validation to avoid duplicated usage of undercloud IPs, but in fact we don't need to ensure complete unieqness of local_ip, undercloud_admin_host and undercloud_public_host, but it should be enough if local_ip and undercloud_admin_host are different, because public endpoints should listen on different ports when ssl is enabled. This patch eases the validation introduced by the previous patch, so that we allow the deployment especially with the same ip used for public_host and admin_host, which was allowed in old releases. Depends-On: https://review.opendev.org/747479 Change-Id: I932482e097d62f46e02eb035435d2bc0d5548b2a Related-Bug: #1832168 Related: RHBZ#1868910 (cherry picked from commit5b246e4f1a)
About tripleoclient
General information
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes
Team and repository tags
Description