From f463cd84ae1fb38817078967a4a40ba4b600f0e5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 31 Oct 2017 11:21:58 +0800 Subject: [PATCH] qa: add "restful" to ceph_mgr_modules in ceph-ansible suite backport of https://github.com/ceph/ceph/pull/18634 Signed-off-by: Kefu Chai (cherry picked from commit caf9ee5c60d999951979d0b67afda8d56e1cd91d) Signed-off-by: Yuri Weinstein --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index bb9c57ee2385a..36d0a07d9970c 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -18,6 +18,9 @@ overrides: osd_auto_discovery: false ceph_origin: repository ceph_repository: dev + ceph_mgr_modules: + - status + - restful cephfs_pools: - name: "cephfs_data" pgs: "64" -- 2.39.5