From 7e55710a42da885145a3ade38a189609a25620c7 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Thu, 11 Jul 2019 11:39:36 -0500 Subject: [PATCH] Tenant-Ceph: Enable cephfs storage class provisioning This updates the tenant ceph job to provision the cephfs storage class by removing the override that prevents it. This is required for the ceph namespace activation deployment for osh-infra to successfully pass its helm tests Change-Id: I3f801cb2a369f6a073105296d7cc4f98fddf6a68 Signed-off-by: Steve Wilkerson --- tools/deployment/tenant-ceph/030-ceph.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/deployment/tenant-ceph/030-ceph.sh b/tools/deployment/tenant-ceph/030-ceph.sh index 81a76105fa..5dff8efe78 100755 --- a/tools/deployment/tenant-ceph/030-ceph.sh +++ b/tools/deployment/tenant-ceph/030-ceph.sh @@ -101,8 +101,6 @@ conf: storageclass: rbd: ceph_configmap_name: ceph-etc - cephfs: - provision_storage_class: false ceph_mgr_modules_config: prometheus: server_port: 9283