From 8a09b9c6abf23ab5675428d72a958832692423d2 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 5 May 2016 16:53:56 -0500 Subject: [PATCH] add a mdss group to the CLI testing inventory The ceph-mds role is being tested, but there was not group for it in the inventory so ceph-mds was not being installed on the testing machine. Signed-off-by: Andrew Schoen --- tests/inventories/single-machine.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/inventories/single-machine.yml b/tests/inventories/single-machine.yml index 453ae6267..f29122795 100644 --- a/tests/inventories/single-machine.yml +++ b/tests/inventories/single-machine.yml @@ -6,3 +6,6 @@ localhost [rgws] localhost + +[mdss] +localhost