Project

General

Profile

Actions

Bug #45092

closed

granfana api url - cephadm

Added by Ashley Merrick about 4 years ago. Updated about 4 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
cephadm
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Upon creating a cephadm grafana using 'ceph orch apply grafana 1'

The api url is automatically set to the internal hostname of the selected server, meaning the dashboard will only work when connected locally on the cluster with a local entry for the internal hostname.

Using 'ceph config set mgr mgr/dashboard/GRAFANA_API_URL' to update to the correct hostname works however, it seems cephadm sets the value back within a second to the incorrect url as seen by the logs via 'ceph config log'

--- 73 --- 2020-04-14T17:25:02.552810+0000 ---
- mgr/mgr/dashboard/GRAFANA_API_URL = https://sn-s03.xxxxxxx:3000
+ mgr/mgr/dashboard/GRAFANA_API_URL = https://sn-s03:3000
--- 72 --- 2020-04-14T17:25:02.537281+0000 ---
- mgr/mgr/dashboard/GRAFANA_API_URL = https://sn-s03:3000
+ mgr/mgr/dashboard/GRAFANA_API_URL = https://sn-s03.xxxxxxx:3000


Related issues 1 (0 open1 closed)

Related to Dashboard - Bug #44877: mgr/dashboard: allow custom dashboard grafana url when set by cephadmResolvedAdam King

Actions
Actions #1

Updated by Sebastian Wagner about 4 years ago

  • Project changed from Ceph to Orchestrator
  • Category deleted (common)
Actions #2

Updated by Sebastian Wagner about 4 years ago

  • Related to Bug #44877: mgr/dashboard: allow custom dashboard grafana url when set by cephadm added
Actions #3

Updated by Sebastian Wagner about 4 years ago

  • Category set to cephadm
  • Status changed from New to Duplicate

Thanks for reporting this! (duplicates #44877)

Actions

Also available in: Atom PDF