]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix monitor_address in ubuntu/16.04/mon/hosts
authorAndrew Schoen <aschoen@redhat.com>
Fri, 18 Nov 2016 17:02:47 +0000 (11:02 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 18 Nov 2016 19:27:02 +0000 (13:27 -0600)
We changed the subnet in vagrant_variables.yml so this needs to change
here as well.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/ubuntu/16.04/mon/hosts

index 9dfcc8b99f061d18376abf5bbaf221c27c38095d..b988ffef6131a417871ea6c6971d1490a183b36a 100644 (file)
@@ -1,4 +1,4 @@
 [mons]
-mon0 monitor_address=192.168.42.10
-mon1 monitor_address=192.168.42.11
+mon0 monitor_address=192.168.9.10
+mon1 monitor_address=192.168.9.11
 mon2 monitor_interface=eth1