From: Guillaume Abrioux Date: Wed, 6 Feb 2019 12:22:51 +0000 (+0100) Subject: tests: add inventory file X-Git-Tag: v3.2.6~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2738a945a3bf14ab1cebf8eeb1dceae96dfcf01e;p=ceph-ansible.git tests: add inventory file add missing inventory file for ubuntu-container-all_daemons job 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..4bf967cdb --- /dev/null +++ b/tests/functional/all_daemons/container/hosts-ubuntu @@ -0,0 +1,27 @@ +[mons] +mon0 +mon1 +mon2 + +[mgrs] +mon0 + +[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 + +#[nfss] +#nfs0 + +[clients] +client0 +client1 + +[rbdmirrors] +rbd-mirror0