python-tripleoclient/tripleoclient/tests/v1/undercloud
Takashi Kajinami 5b246e4f1a Allow usage of duplicated IPs for undercloud config
Change 2600260be5 introduced 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/746671
Change-Id: I932482e097d62f46e02eb035435d2bc0d5548b2a
Related-Bug: #1832168
Related: RHBZ#1868910
2020-08-18 21:37:47 +09:00
..
minion Replace assertItemsEqual with assertCountEqual 2020-07-12 11:21:20 +08:00
__init__.py Make the undercloud install test discoverable 2015-12-14 15:10:19 +01:00
test_backup.py Add backup functionality to Openstack client for undercloud and overcloud. 2020-06-09 11:23:54 -04:00
test_config.py Allow usage of duplicated IPs for undercloud config 2020-08-18 21:37:47 +09:00
test_install_upgrade.py Fix package manager used during undercloud packages update 2020-07-15 13:58:52 +03:00