]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/cephadm: updating mgmt-gateway teuthology
authorRedouane Kachach <rkachach@ibm.com>
Wed, 2 Apr 2025 12:50:26 +0000 (14:50 +0200)
committerRedouane Kachach <rkachach@ibm.com>
Wed, 2 Apr 2025 12:50:26 +0000 (14:50 +0200)
Fixes: https://tracker.ceph.com/issues/70359
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml

index 5207fd415b7e6a0f26a3826415f6f44b411a7503..bf66fd8b2fa8dcdaf91ff7dde7ad63c712c853fe 100644 (file)
@@ -48,9 +48,9 @@ tasks:
           enable_health_check_endpoint: True
         EOT
         # Add generated certificates to spec file
-        echo "  ssl_certificate: |" >> /tmp/mgmt.spec 
+        echo "  ssl_cert: |" >> /tmp/mgmt.spec 
         while read LINE; do echo $LINE | sed -e "s/^/    /"; done < /tmp/cert.pem >> /tmp/mgmt.spec
-        echo "  ssl_certificate_key: |" >> /tmp/mgmt.spec
+        echo "  ssl_key: |" >> /tmp/mgmt.spec
         while read LINE; do echo $LINE | sed -e "s/^/    /"; done < /tmp/key.pem >> /tmp/mgmt.spec
         # Apply spec
         ceph orch apply -i /tmp/mgmt.spec