From: Guillaume Abrioux Date: Thu, 11 Jul 2019 11:32:41 +0000 (+0200) Subject: tests: add inventory host file for ubuntu job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6240e7d2eec904008d00c8b7a773852a453e1fc;p=ceph-ansible.git tests: add inventory host file for ubuntu job this commit adds the missing inventory host file for ubuntu/all_daemons based scenarios. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/all_daemons/container/hosts-ubuntu b/tests/functional/all_daemons/container/hosts-ubuntu new file mode 100644 index 000000000..3fadce04f --- /dev/null +++ b/tests/functional/all_daemons/container/hosts-ubuntu @@ -0,0 +1,27 @@ +[mons] +mon0 monitor_address=192.168.1.10 +mon1 monitor_interface=eth1 +mon2 monitor_address=192.168.1.12 + +[mgrs] +mgr0 + +[osds] +osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }" +osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }" + +[mdss] +mds0 + +[rgws] +rgw0 + +[clients] +client0 +client1 + +[nfss] +nfs0 + +[rbdmirrors] +rbd-mirror0