mirror of https://github.com/ceph/ceph-ansible.git
tests: fix monitor_address in ubuntu/16.04/mon/hosts
We changed the subnet in vagrant_variables.yml so this needs to change here as well. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1101/head
parent
016a6624a7
commit
901f4cdfd2
|
@ -1,4 +1,4 @@
|
||||||
[mons]
|
[mons]
|
||||||
mon0 monitor_address=192.168.42.10
|
mon0 monitor_address=192.168.9.10
|
||||||
mon1 monitor_address=192.168.42.11
|
mon1 monitor_address=192.168.9.11
|
||||||
mon2 monitor_interface=eth1
|
mon2 monitor_interface=eth1
|
||||||
|
|
Loading…
Reference in New Issue