Merge pull request #48943 from yaarith/fix-telemetry-ident

qa/workunits: identify ceph test clusters
This commit is contained in:
Laura Flores 2022-12-07 16:40:03 -06:00 committed by GitHub
commit 4f693d8a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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