Project

General

Profile

Bug #44877

Updated by Sebastian Wagner almost 4 years ago

> The dashboard has grafana-api-url set to https://host:3000. I want to set it to https://host.domain.tld:3000, but my change gets revoked every time! 


 Right now, there is no chance to set the dashboard's grafana url to the FQDN: 

 https://github.com/ceph/ceph/blob/4d5fa9317d17975f361d0fa00d73a135f0934b67/src/pybind/mgr/cephadm/module.py#L2529-L2544 

 See https://github.com/ceph/ceph/pull/34592#issuecomment-638050392 for an explanation why this is required. 

Back