diff options
Diffstat (limited to 'qa/cephfs/mount/kclient')
-rw-r--r-- | qa/cephfs/mount/kclient/% | 0 | ||||
l--------- | qa/cephfs/mount/kclient/.qa | 1 | ||||
-rw-r--r-- | qa/cephfs/mount/kclient/mount.yaml | 2 | ||||
-rw-r--r-- | qa/cephfs/mount/kclient/overrides/% | 0 | ||||
l--------- | qa/cephfs/mount/kclient/overrides/.qa | 1 | ||||
l--------- | qa/cephfs/mount/kclient/overrides/distro/.qa | 1 | ||||
-rw-r--r-- | qa/cephfs/mount/kclient/overrides/distro/rhel/% | 0 | ||||
l--------- | qa/cephfs/mount/kclient/overrides/distro/rhel/.qa | 1 | ||||
-rw-r--r-- | qa/cephfs/mount/kclient/overrides/distro/rhel/k-distro.yaml | 3 | ||||
l--------- | qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_latest.yaml | 1 | ||||
-rw-r--r-- | qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml | 5 |
11 files changed, 15 insertions, 0 deletions
diff --git a/qa/cephfs/mount/kclient/% b/qa/cephfs/mount/kclient/% new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/qa/cephfs/mount/kclient/% diff --git a/qa/cephfs/mount/kclient/.qa b/qa/cephfs/mount/kclient/.qa new file mode 120000 index 00000000..a602a035 --- /dev/null +++ b/qa/cephfs/mount/kclient/.qa @@ -0,0 +1 @@ +../.qa/
\ No newline at end of file diff --git a/qa/cephfs/mount/kclient/mount.yaml b/qa/cephfs/mount/kclient/mount.yaml new file mode 100644 index 00000000..c9a1f5b6 --- /dev/null +++ b/qa/cephfs/mount/kclient/mount.yaml @@ -0,0 +1,2 @@ +tasks: +- kclient: diff --git a/qa/cephfs/mount/kclient/overrides/% b/qa/cephfs/mount/kclient/overrides/% new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/% diff --git a/qa/cephfs/mount/kclient/overrides/.qa b/qa/cephfs/mount/kclient/overrides/.qa new file mode 120000 index 00000000..a602a035 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/.qa @@ -0,0 +1 @@ +../.qa/
\ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/.qa b/qa/cephfs/mount/kclient/overrides/distro/.qa new file mode 120000 index 00000000..a602a035 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/.qa @@ -0,0 +1 @@ +../.qa/
\ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/rhel/% b/qa/cephfs/mount/kclient/overrides/distro/rhel/% new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/rhel/% diff --git a/qa/cephfs/mount/kclient/overrides/distro/rhel/.qa b/qa/cephfs/mount/kclient/overrides/distro/rhel/.qa new file mode 120000 index 00000000..a602a035 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/rhel/.qa @@ -0,0 +1 @@ +../.qa/
\ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/rhel/k-distro.yaml b/qa/cephfs/mount/kclient/overrides/distro/rhel/k-distro.yaml new file mode 100644 index 00000000..37d8890b --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/rhel/k-distro.yaml @@ -0,0 +1,3 @@ +kernel: + client: + sha1: distro diff --git a/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_latest.yaml b/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_latest.yaml new file mode 120000 index 00000000..be3103a3 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/rhel_latest.yaml
\ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml b/qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml new file mode 100644 index 00000000..30da870b --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + global: + ms die on skipped message: false |