From f16194b82bfe186d0ed54eaf243e284f5784cc41 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 26 Jan 2016 07:10:41 -0500 Subject: [PATCH] create a single-machine inventory for testing Signed-off-by: Alfredo Deza --- tests/inventories/single-machine.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/inventories/single-machine.yml diff --git a/tests/inventories/single-machine.yml b/tests/inventories/single-machine.yml new file mode 100644 index 000000000..453ae6267 --- /dev/null +++ b/tests/inventories/single-machine.yml @@ -0,0 +1,8 @@ +[mons] +localhost + +[osds] +localhost + +[rgws] +localhost