Set hostname for undercloud-upgrade

Not sure how this was passing previously as the undercloud has always
required a proper hostname, but the change for Bug 1814564 seems to be
failing on rocky upgrade job. So let's properly set the undercloud
hostname on installation.

Change-Id: I217abd975ec6a7a98a624a09c9194db9ecdafe35
Related-Bug: #1814564
This commit is contained in:
Alex Schultz 2019-02-15 14:39:55 -07:00
parent 6585d6320c
commit 892f4848c8
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ undercloud_check_sanity: true
containerized_overcloud: false
containerized_overcloud_upgrade: false
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"
# Tripleo-upgrade specific parameters
undercloud_upgrade: true
overcloud_deploy_script: "{{ working_dir }}/overcloud_deploy.sh"