From 2a073941a8ed400d27cb35b54db45e5bb3e4f049 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 13 Mar 2017 08:28:28 -0400 Subject: [PATCH] qa/releases/luminous.yaml: set up mgr key; start mgr Signed-off-by: Sage Weil --- qa/releases/luminous.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qa/releases/luminous.yaml b/qa/releases/luminous.yaml index 849bd824427..943fdeba4ae 100644 --- a/qa/releases/luminous.yaml +++ b/qa/releases/luminous.yaml @@ -1,4 +1,12 @@ tasks: +- exec: + mgr.x: + - mkdir -p /var/lib/ceph/mgr/ceph-x + - ceph auth get-or-create-key mgr.x mon 'allow profile mgr' + - ceph auth export mgr.x > /var/lib/ceph/mgr/ceph-x/keyring +- ceph.restart: + daemons: [mgr.x] + wait-for-healthy: false - exec: osd.0: - ceph osd set require_luminous_osds -- 2.39.5