Configure all DNS servers for bifrost-provisioned overcloud hosts
Previously only a single DNS server was configured.
This commit is contained in:
parent
40c6a060b0
commit
666203595a
@ -39,7 +39,7 @@
|
|||||||
# seed as a gateway to allow external access until other networks have
|
# seed as a gateway to allow external access until other networks have
|
||||||
# been configured.
|
# been configured.
|
||||||
ipv4_gateway: "{{ provision_oc_net_name | net_gateway or provision_oc_net_name | net_ip(seed_host) }}"
|
ipv4_gateway: "{{ provision_oc_net_name | net_gateway or provision_oc_net_name | net_ip(seed_host) }}"
|
||||||
ipv4_nameserver: "{{ resolv_nameservers[0] }}"
|
ipv4_nameserver: "{{ resolv_nameservers }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure the Bifrost host variable files exist
|
- name: Ensure the Bifrost host variable files exist
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user