Override Nameserver for vexxhost cloud

We are hitting slow dns resolution for the jobs running in vexxhoxt
cloud because 127.0.0.1 is first entry in resolv.conf but the image
we use don't have unbound service installed. Unbound service is
present in Upstream images, details in related bug.

With this patch, overriding Nameserver values used in Vexxhost cloud.

Related-Bug: #1983718
Change-Id: Ie95ed0e6b67afc28d124b2cf91fe67b57f18e654
This commit is contained in:
Sandeep Yadav 2022-08-26 13:19:40 +05:30
parent 395835c1da
commit 343f868941
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@ overcloud_neutron_global_physnet_mtu: "{{ mtu }}"
ceph_use_fqdn: true
# TODO(ysandeep): Remove once https://bugs.launchpad.net/bugs/1983718 is fixed.
# This override the value `undercloud_undercloud_nameservers:` we have in multinode.yml
# for RDO jobs(running on Vexxhost), In upstream we have 127.0.0.1 entry in
# nameserver because in Upstream we have unbound service running
# on the node, The images we use in RDO don't have unbound installed.
# There are differene in ways how we built images in rdo(virt-customize)
# vs upstream(dib).
undercloud_undercloud_nameservers:
- 1.1.1.1
- 8.8.8.8
# environment settings, not TRIPLEO-CI specific
undercloud_local_interface: "br-ex" # related to osinfra network configuration
minion_local_interface: "br-ex" # related to osinfra network configuration