$ juju deploy --channel quincy/stable ceph-dashboard
$ juju add-relation ceph-dashboard:dashboard ceph-mon:dashboard
$ juju add-relation ceph-dashboard:certificates vault:certificates
$ juju run-action --wait ceph-dashboard/0 add-user username=admin role=administrator
Kalau ada ceph-dashboard yang down, bisa dilakukan restart mgr (jika tidak mengetahui nama service-nya bisa dicheck terlebih dahulu)
$ systemctl list-units --type=service | grep ceph
$ sudo systemctl restart ceph-mgr@juju-e291b1-0-lxd-3.service
The web UI is available on the configured VIP and on port 8443:
https://xxx.xxx.xxx.xxx:8443