CEPH
Adding CEPH Manager Dashboard
# run this on all service manager nodes
apt install ceph-mgr-dashboard
# run this to configure ceph mgr
echo "admin-password" > ~/ceph-dashboard-admin-password.txt
ceph mgr module enable dashboard
ceph dashboard ac-user-create cephdash administrator -i ~/ceph-dashboard-admin-password.txt
ceph config-key set mgr/dashboard/server_addr ::
ceph dashboard create-self-signed-cert
ceph mgr module disable dashboard
ceph mgr module enable dashboard
systemctl restart ceph-mgr@[servername].service
# Then https://[IP or FQDN]:8443 or http://[IP or FQDN]:8080