Set oooq CI to use ssh-dns option
Added this switch yesterday, should speed up my CI work in general. Needs some quick testing to make sure we don't run into that timed out waiting for sudo error that came up earlier. Change-Id: I7cc64a48fe0e26427fed01260d232de22cf91a90
This commit is contained in:
parent
54d67eb1f1
commit
d773f23484
@ -18,6 +18,7 @@
|
|||||||
- browbeat/common
|
- browbeat/common
|
||||||
- browbeat/browbeat
|
- browbeat/browbeat
|
||||||
- browbeat/browbeat-network
|
- browbeat/browbeat-network
|
||||||
|
- browbeat/no-sshd-dns
|
||||||
|
|
||||||
- name: Run Browbeat
|
- name: Run Browbeat
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#variables to override for Browbeat install
|
#variables to override for Browbeat install
|
||||||
dns_server: 192.168.23.1
|
dns_server: 192.168.23.1
|
||||||
|
disable_ssh_dns: true
|
||||||
browbeat_pub_subnet: 192.0.2.0/24
|
browbeat_pub_subnet: 192.0.2.0/24
|
||||||
browbeat_pub_pool_start: 192.0.2.100
|
browbeat_pub_pool_start: 192.0.2.100
|
||||||
browbeat_pub_pool_end: 192.0.2.200
|
browbeat_pub_pool_end: 192.0.2.200
|
||||||
|
Loading…
Reference in New Issue
Block a user