Set undercloud nameserver to localhost 127.0.0.1

According to bug info we have unbound dns server with cache
installed on the image, so we should use it instead of Google DNS.

Change-Id: Ic7624aaf352ec2082417486d42df9cee18093da5
Closes-Bug: #1711262
This commit is contained in:
Sagi Shnaidman 2017-08-17 16:25:54 +03:00
parent 6860a9967c
commit 5d612318c9
1 changed files with 2 additions and 0 deletions

View File

@ -30,3 +30,5 @@ undercloud_local_interface: "br-ex" # related to osinfra network configuration
flavor_args: ""
undercloud_conf_extras: "net_config_override = /opt/stack/new/tripleo-ci/undercloud-configs/net-config-multinode.json.template"
generate_pingtest_subunit: true
undercloud_undercloud_nameservers:
- 127.0.0.1