From: Andrew Schoen Date: Thu, 5 May 2016 21:53:56 +0000 (-0500) Subject: add a mdss group to the CLI testing inventory X-Git-Tag: v1.0.6~140^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8a09b9c6abf23ab5675428d72a958832692423d2;p=ceph-ansible.git 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 --- 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