From: Yaarit Hatuka Date: Thu, 17 Nov 2022 16:46:55 +0000 (+0000) Subject: qa/workunits: identify ceph test clusters X-Git-Tag: v18.1.0~715^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0b45218830c00098e2f4e4bf2735dfefcc611330;p=ceph.git qa/workunits: identify ceph test clusters When testing telemetry, we identify clusters with organization = 'ceph-qa'. Signed-off-by: Yaarit Hatuka --- diff --git a/qa/workunits/test_telemetry_pacific.sh b/qa/workunits/test_telemetry_pacific.sh index f8f42ba347b..a971f5883f0 100755 --- a/qa/workunits/test_telemetry_pacific.sh +++ b/qa/workunits/test_telemetry_pacific.sh @@ -1,9 +1,9 @@ #!/bin/bash -ex # Set up ident details for cluster -ceph config set mgr mgr/telemetry/contact 'ceph-org' -ceph config set mgr mgr/telemetry/description 'upgrade test cluster' ceph config set mgr mgr/telemetry/channel_ident true +ceph config set mgr mgr/telemetry/organization 'ceph-qa' +ceph config set mgr mgr/telemetry/description 'upgrade test cluster' # Opt-in ceph telemetry on --license sharing-1-0 diff --git a/qa/workunits/test_telemetry_quincy.sh b/qa/workunits/test_telemetry_quincy.sh index f5a0e6cfac8..e8b07ec1303 100755 --- a/qa/workunits/test_telemetry_quincy.sh +++ b/qa/workunits/test_telemetry_quincy.sh @@ -1,9 +1,9 @@ #!/bin/bash -ex # Set up ident details for cluster -ceph config set mgr mgr/telemetry/contact 'ceph-org' -ceph config set mgr mgr/telemetry/description 'upgrade test cluster' ceph config set mgr mgr/telemetry/channel_ident true +ceph config set mgr mgr/telemetry/organization 'ceph-qa' +ceph config set mgr mgr/telemetry/description 'upgrade test cluster' #Run preview commands