Disable cephfs tests (unstable)

Airsloop is using generic kernel instead of HWE.
We may revert this once Airsloop is also aligned.

Change-Id: Ia53ef0a598034f8652ab208416e23298cf051e3f
This commit is contained in:
Kaspars Skels 2019-07-10 10:50:26 -05:00
parent 9a281e2b1d
commit e6ca6c3f32
4 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,8 @@ data:
ceph_configmap_name: ceph-etc ceph_configmap_name: ceph-etc
parameters: parameters:
userSecretName: pvc-ceph-client-key userSecretName: pvc-ceph-client-key
cephfs:
provision_storage_class: false
dependencies: dependencies:
- ceph-htk - ceph-htk
... ...

View File

@ -87,6 +87,8 @@ data:
ceph_configmap_name: ceph-etc ceph_configmap_name: ceph-etc
parameters: parameters:
userSecretName: pvc-ceph-client-key userSecretName: pvc-ceph-client-key
cephfs:
provision_storage_class: false
dependencies: dependencies:
- ceph-htk - ceph-htk
... ...

View File

@ -88,6 +88,8 @@ data:
parameters: parameters:
userSecretName: pvc-tceph-client-key userSecretName: pvc-tceph-client-key
adminSecretNamespace: tenant-ceph adminSecretNamespace: tenant-ceph
cephfs:
provision_storage_class: false
manifests: manifests:
helm_tests: false helm_tests: false
dependencies: dependencies:

View File

@ -91,6 +91,8 @@ data:
ceph_configmap_name: ceph-etc ceph_configmap_name: ceph-etc
parameters: parameters:
userSecretName: pvc-ceph-client-key userSecretName: pvc-ceph-client-key
cephfs:
provision_storage_class: false
dependencies: dependencies:
- ceph-htk - ceph-htk
... ...