From: Andrew Schoen Date: Fri, 18 Nov 2016 17:02:47 +0000 (-0600) Subject: tests: fix monitor_address in ubuntu/16.04/mon/hosts X-Git-Tag: v2.1.0~54^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=901f4cdfd2960bd07e9281be09c25dc5035264c7;p=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 --- diff --git a/tests/functional/ubuntu/16.04/mon/hosts b/tests/functional/ubuntu/16.04/mon/hosts index 9dfcc8b99..b988ffef6 100644 --- a/tests/functional/ubuntu/16.04/mon/hosts +++ b/tests/functional/ubuntu/16.04/mon/hosts @@ -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