From a77b0f624ea3d7a1640cf4aefbee007422806690 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 31 May 2019 11:00:46 +0200 Subject: [PATCH] Add ceph-mds/rgw/nfs to gate Depends-On: https://review.opendev.org/669315 Change-Id: I6946290cd890f74c59ed5394e8382a8b75c0c4cd --- tests/templates/globals-default.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 7caea7acff..fc40b8fa25 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -41,6 +41,10 @@ openstack_release: "{{ previous_release }}" {% if is_ceph %} enable_ceph: "yes" +enable_ceph_mds: "yes" +enable_ceph_rgw: "yes" +enable_ceph_rgw_keystone: "yes" +enable_ceph_nfs: "yes" enable_cinder: "yes" ceph_pool_pg_num: 8 ceph_pool_pgp_num: 8