From: Tatjana Dehler Date: Thu, 7 May 2020 13:59:08 +0000 (+0200) Subject: mgr/dashboard: replace hard coded telemetry URLs X-Git-Tag: v15.2.4~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35231%2Fhead;p=ceph.git mgr/dashboard: replace hard coded telemetry URLs Replace the hard coded telemetry URLs by the actual config option values given by the cluster. Fixes: https://tracker.ceph.com/issues/45319 Signed-off-by: Tatjana Dehler (cherry picked from commit 9735947b4c159aec616493021cc2a39049418dc1) --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html index 8d02a031a24a..748ffd4231c1 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html @@ -25,7 +25,8 @@ The data being reported does not contain any sensitive data like pool names, object names, object contents, hostnames, or device serial numbers. It contains counters and statistics on how the cluster has been deployed, the version of Ceph, the distribution of the hosts and other parameters which help the project - to gain a better understanding of the way Ceph is used. The data is sent secured to https://telemetry.ceph.com.

+ to gain a better understanding of the way Ceph is used. The data is sent secured to {{ sendToUrl }} and + {{ sendToDeviceUrl }} (device report).

The plugin is already enabled. Click Deactivate to disable it.