From d27261d0c2641e92365cf590684567c58bbfb905 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 11 Jun 2026 14:42:57 -0400 Subject: [PATCH] Reapply "qa/rgw/crypt: disable failing kmip testing" This reverts commit fd2046798198db20e45b8abbb3cc866c9967fb88. kmip tests are failing again on ubuntu 24 because PyKMIP doesn't support python 3.12. we'll be removing ubuntu 22 from main, so can't just pin the test to that distro in the meantime we're expecing the nvmeof team to add python 3.12 support in our ceph/PyKMIP fork, and can reenable kmip testing once that happens Fixes: https://tracker.ceph.com/issues/76995 Signed-off-by: Casey Bodley --- qa/suites/rgw/crypt/2-kms/kmip.yaml | 37 ----------------------------- 1 file changed, 37 deletions(-) delete mode 100644 qa/suites/rgw/crypt/2-kms/kmip.yaml diff --git a/qa/suites/rgw/crypt/2-kms/kmip.yaml b/qa/suites/rgw/crypt/2-kms/kmip.yaml deleted file mode 100644 index 0057d954e32..00000000000 --- a/qa/suites/rgw/crypt/2-kms/kmip.yaml +++ /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 -- 2.47.3