From 2738a945a3bf14ab1cebf8eeb1dceae96dfcf01e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 6 Feb 2019 13:22:51 +0100 Subject: [PATCH] tests: add inventory file add missing inventory file for ubuntu-container-all_daemons job Signed-off-by: Guillaume Abrioux --- .../all_daemons/container/hosts-ubuntu | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/functional/all_daemons/container/hosts-ubuntu 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