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:
jkilpatr 2016-12-07 07:36:17 -05:00
parent 54d67eb1f1
commit d773f23484
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- browbeat/common
- browbeat/browbeat
- browbeat/browbeat-network
- browbeat/no-sshd-dns
- name: Run Browbeat
hosts: undercloud

View File

@ -1,5 +1,6 @@
#variables to override for Browbeat install
dns_server: 192.168.23.1
disable_ssh_dns: true
browbeat_pub_subnet: 192.0.2.0/24
browbeat_pub_pool_start: 192.0.2.100
browbeat_pub_pool_end: 192.0.2.200