Disable cephfs provisioner in multinode jobs

This disables the cephfs provisioner in the multinode
periodic jobs. It seems the helm tests for the ceph
provisioner chart that test cephfs fail more often than
not in the multinode jobs while passing reliably in the
single node check and gate jobs. As cephfs is still
gated, disabling the cephfs provisioner in the periodic
jobs allows for further investigation into this issue
without causing potential regressions

Change-Id: Id4cf7d6571855413be4b67a440423445af3270e3
Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
Steve Wilkerson 2019-08-14 10:13:48 -05:00
parent a66ecbf7ad
commit 955edfdb28
3 changed files with 13 additions and 2 deletions

View File

@ -101,6 +101,9 @@ data:
rbd_provisioner: false
cephfs_provisioner: false
client_secrets: true
storageclass:
cephfs:
provision_storage_class: False
bootstrap:
enabled: false
source:

View File

@ -41,7 +41,7 @@ deployment:
storage_secrets: true
ceph: true
rbd_provisioner: true
cephfs_provisioner: true
cephfs_provisioner: false
client_secrets: false
bootstrap:
enabled: true
@ -63,7 +63,12 @@ conf:
journal:
type: directory
location: /var/lib/openstack-helm/ceph/osd/journal-one
storageclass:
cephfs:
provision_storage_class: false
manifests:
deployment_cephfs_provisioner: false
job_cephfs_client_key: false
EOF
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}

View File

@ -33,6 +33,9 @@ deployment:
client_secrets: true
bootstrap:
enabled: false
storageclass:
cephfs:
provision_storage_class: false
EOF
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}