mirror of https://github.com/ceph/ceph-ansible.git
tests: fix ubuntu-container-all_daemons
the public_network subnet used for this scenario was wrong. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3603/head
parent
76303b457c
commit
ac4aded4aa
|
@ -1,7 +1,7 @@
|
||||||
[mons]
|
[mons]
|
||||||
mon0
|
mon0 monitor_address=192.168.17.10
|
||||||
mon1
|
mon1 monitor_interface=eth1
|
||||||
mon2
|
mon2 monitor_address=192.168.17.12
|
||||||
|
|
||||||
[osds]
|
[osds]
|
||||||
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[mons]
|
[mons]
|
||||||
mon0 monitor_address=192.168.1.10
|
mon0 monitor_address=192.168.17.10
|
||||||
mon1 monitor_interface=eth1
|
mon1 monitor_interface=eth1
|
||||||
mon2 monitor_address=192.168.1.12
|
mon2 monitor_address=192.168.17.12
|
||||||
|
|
||||||
[osds]
|
[osds]
|
||||||
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
||||||
|
|
Loading…
Reference in New Issue