Set DNS for jobs dynamically in OVB
Change-Id: Ib4013493a0bb1e55edac5a2bb3850da5aa935d64
This commit is contained in:
@@ -24,6 +24,16 @@
|
|||||||
- network_isolation|bool
|
- network_isolation|bool
|
||||||
- use_testenv_broker|default(false)|bool
|
- use_testenv_broker|default(false)|bool
|
||||||
|
|
||||||
|
- name: Set DNS servers for OVB clouds - undercloud
|
||||||
|
set_fact:
|
||||||
|
undercloud_undercloud_nameservers: "{{ custom_nameserver }}"
|
||||||
|
cacheable: true
|
||||||
|
|
||||||
|
- name: Set DNS servers for OVB clouds - overcloud
|
||||||
|
set_fact:
|
||||||
|
overcloud_dns_servers: "{{ custom_nameserver }}"
|
||||||
|
cacheable: true
|
||||||
|
|
||||||
- name: Inventory the undercloud instance
|
- name: Inventory the undercloud instance
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
Reference in New Issue
Block a user