mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge pull request #48943 from yaarith/fix-telemetry-ident
qa/workunits: identify ceph test clusters
This commit is contained in:
commit
4f693d8a57
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user