From: Redouane Kachach Date: Wed, 2 Apr 2025 12:50:26 +0000 (+0200) Subject: mgr/cephadm: updating mgmt-gateway teuthology X-Git-Tag: v20.3.0~13^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08855466f146ef55e5d8c9bd678c9c97cffa6e1d;p=ceph-ci.git mgr/cephadm: updating mgmt-gateway teuthology Fixes: https://tracker.ceph.com/issues/70359 Signed-off-by: Redouane Kachach --- diff --git a/qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml b/qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml index 5207fd415b7..bf66fd8b2fa 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml @@ -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