Set undercloud_cloud_domain/hostname in fs023

* https://review.openstack.org/#/c/615730/ sets undercloud_hostname
  based on ansible_version which does not get overridden in /etc/
  hosts leading to not registering compute domain names and hence
  it causes timed out issue while deploying the undercloud.

Change-Id: I3fa8c4015efed2e12d1349e230adfb7d64ec24c0
Closes-Bug:#1802880
This commit is contained in:
Chandan Kumar 2018-11-12 17:54:09 +05:30
parent 4fe2303bbf
commit 69122df55c
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ step_overcloud_image: true
step_glance_upload: false
test_ping: false
run_tempest: false
undercloud_cloud_domain: "localdomain"
undercloud_undercloud_hostname: "undercloud.{{ undercloud_cloud_domain }}"