fs027: test SSL with FQDN based undercloud_public_host

To provide a preventive action of bug 1763776, we want to test at least
one scenario where the undercloud_public_host is configured with the
FQDN and not the IP address.
This is the case of most of users deplying with SSL, when certificates
are generated based on the hostname/domain and not the IP.

Related-Bug #1763776
Depends-On: I6425499e5d248e6cb2285f14dd9c6e716122b90b
Change-Id: I1c222fce178e164432acbfaeda8695c3cf7a6e98
This commit is contained in:
Emilien Macchi 2019-04-29 14:23:09 -06:00
parent c87067748e
commit 2816c3da7b
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ undercloud_templates_path: /usr/share/openstack-tripleo-heat-templates
undercloud_custom_env_files: "{{ working_dir }}/undercloud-parameter-defaults.yaml"
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"
undercloud_undercloud_public_host: "{{ ansible_fqdn }}-unique"
tripleo_set_unique_hostname: true
undercloud_resource_registry_args:
"OS::TripleO::Undercloud::Net::SoftwareConfig": "{{ undercloud_templates_path }}/net-config-undercloud.yaml"