From b3e63a9b474c4318aa69dcf305e7bc58454b0145 Mon Sep 17 00:00:00 2001 From: Ganesh Maharaj Mahalingam Date: Tue, 12 Dec 2017 16:42:15 -0800 Subject: [PATCH] Enable ceph-mgr label on nodes to support luminous Change-Id: I17359df62a720cbd0b3ff79b1d642f99b3e81b3f Signed-off-by: Ganesh Maharaj Mahalingam --- tools/gate/playbooks/vars.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/gate/playbooks/vars.yaml b/tools/gate/playbooks/vars.yaml index 40b42a9bb..5944b3866 100644 --- a/tools/gate/playbooks/vars.yaml +++ b/tools/gate/playbooks/vars.yaml @@ -52,3 +52,5 @@ nodes: value: enabled - name: ceph-rgw value: enabled + - name: ceph-mgr + value: enabled