From 320008f958d3e1a0691bcbd01f41f3003c59df8f Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Wed, 1 Nov 2017 14:17:22 -0700 Subject: [PATCH] Add cephfs data/metdata vars and enable rest modules Signed-off-by: Vasu Kulkarni --- qa/suites/smoke/ceph-ansible/vars/downstream.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qa/suites/smoke/ceph-ansible/vars/downstream.yaml b/qa/suites/smoke/ceph-ansible/vars/downstream.yaml index 9c743d5b19000..1ad4abee45991 100644 --- a/qa/suites/smoke/ceph-ansible/vars/downstream.yaml +++ b/qa/suites/smoke/ceph-ansible/vars/downstream.yaml @@ -10,3 +10,11 @@ overrides: journal_size: 1024 osd_auto_discovery: false ceph_test: true + ceph_mgr_modules: + - status + - restful + cephfs_pools: + - name: "cephfs_data" + pgs: "64" + - name: "cephfs_metadata" + pgs: "64" -- 2.39.5