]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw/crypt: disable failing kmip testing
authorCasey Bodley <cbodley@redhat.com>
Fri, 8 Dec 2023 18:07:39 +0000 (13:07 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 8 Dec 2023 18:07:41 +0000 (13:07 -0500)
kmip tests have been failing all year and are not being maintained:

https://tracker.ceph.com/issues/58751
https://tracker.ceph.com/issues/58523

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/crypt/2-kms/kmip.yaml [deleted file]

diff --git a/qa/suites/rgw/crypt/2-kms/kmip.yaml b/qa/suites/rgw/crypt/2-kms/kmip.yaml
deleted file mode 100644 (file)
index 0057d95..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      client:
-        rgw crypt s3 kms backend: kmip
-        rgw crypt kmip ca path: /etc/ceph/kmiproot.crt
-        rgw crypt kmip client cert: /etc/ceph/kmip-client.crt
-        rgw crypt kmip client key: /etc/ceph/kmip-client.key
-        rgw crypt kmip kms key template: pykmip-$keyid
-  rgw:
-    client.0:
-      use-pykmip-role: client.0
-
-tasks:
-- openssl_keys:
-    kmiproot:
-      client: client.0
-      cn: kmiproot
-      key-type: rsa:4096
-    kmip-server:
-      client: client.0
-      ca: kmiproot
-    kmip-client:
-      client: client.0
-      ca: kmiproot
-      cn: rgw-client
-- exec:
-    client.0:
-      - chmod 644 /home/ubuntu/cephtest/ca/kmip-client.key
-- pykmip:
-    client.0:
-      clientca: kmiproot
-      servercert: kmip-server
-      clientcert: kmip-client
-      secrets:
-      - name: pykmip-my-key-1
-      - name: pykmip-my-key-2