]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add inventory file
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Feb 2019 12:22:51 +0000 (13:22 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Feb 2019 13:48:21 +0000 (14:48 +0100)
add missing inventory file for ubuntu-container-all_daemons job

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all_daemons/container/hosts-ubuntu [new file with mode: 0644]

diff --git a/tests/functional/all_daemons/container/hosts-ubuntu b/tests/functional/all_daemons/container/hosts-ubuntu
new file mode 100644 (file)
index 0000000..4bf967c
--- /dev/null
@@ -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