]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix ubuntu-container-all_daemons
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 Feb 2019 09:53:15 +0000 (10:53 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 14 Feb 2019 10:34:37 +0000 (10:34 +0000)
the public_network subnet used for this scenario was wrong.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all_daemons/container/hosts
tests/functional/all_daemons/container/hosts-ubuntu

index 0425679131495b2a3b4cfce136ac626d695d8243..b1053d13c48757ef90b2852ff51e162cda6bc925 100644 (file)
@@ -1,7 +1,7 @@
 [mons]
-mon0
-mon1
-mon2
+mon0 monitor_address=192.168.17.10
+mon1 monitor_interface=eth1
+mon2 monitor_address=192.168.17.12
 
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
index 43f149c997dd74350fc5741f333ca7404c6281e3..1ba2e98c2de92e46bb0adcd310084579d63312e1 100644 (file)
@@ -1,7 +1,7 @@
 [mons]
-mon0 monitor_address=192.168.1.10
+mon0 monitor_address=192.168.17.10
 mon1 monitor_interface=eth1
-mon2 monitor_address=192.168.1.12
+mon2 monitor_address=192.168.17.12
 
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"