Dashboard URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
I've just installed CEPH and run into issues with Dashboard URL. It's
always getting re-written to an IP address and this causes issues with
HTTPS as it only contains a wildcard certificate in my case. I have
bootstrapped the cluster with '--allow-fqdn-hostname' option, tried to set
host address to FQDN using 'ceph orch host set-addr <hostname> <fqdn>' but
nothing helped. I tried changing server_addr in mgr config from '::' to
'0.0.0.0' but that didn't help either. I'm using CEPH 16.2.6. As far as I
understand I can't even set up a reverse proxy in front of CEPH dashboard
as CEPH itself sends re-direct to specific URL and in my case it contains
IP address instead of FQDN:

 ceph mgr services
{
    "dashboard": "https://10.x.x.x:8443/";,
    "prometheus": "http://10.x.x.x:9283/";
}

Curl output querying secondary MGR host using FQDN:

This resource can be found at <a href="https://10.x.x.x:8443/";>
https://10.x.x.x:8443/</a>

Any ideas? Thanks!

Best regards,
Yury.
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux