Tried to install ceph-dashboard and got “No certificates found. Please add a certifcates relation or provide via charm config”.
please let me know how to add the locally generated certificate.
I presume “openstack-vault” can be configured to support it.
Any help would be much appreciated to find an appropriate way. Thank you.
#juju deploy --channel quincy/stable ceph-dashboard
#juju add-relation ceph-dashboard:dashboard ceph-mon:dashboard
#ceph mgr module enable dashboard
I have juju ceph-base installed with three vms as below.
$ juju status
Model Controller Cloud/Region Version SLA Timestamp
ceph manual-cloud-default manual-cloud/default 2.9.43 unsupported 22:55:07Z
App Version Status Scale Charm Channel Rev Exposed Message
ceph-dashboard blocked 3 ceph-dashboard quincy/stable 31 no No certificates found. Please add a certifcates relation or provide via charm config
ceph-mon 17.2.5 active 3 ceph-mon quincy/stable 167 no Unit is ready and clustered
ceph-osd 17.2.5 active 3 ceph-osd quincy/stable 559 no Unit is ready (1 OSD)
Unit Workload Agent Machine Public address Ports Message
ceph-mon/0 active idle 1 10.x.x.175 Unit is ready and clustered
ceph-dashboard/2* blocked idle 10.x.x.175 No certificates found. Please add a certifcates relation or provide via charm config
ceph-mon/1 active idle 2 10.x.x.108 Unit is ready and clustered
ceph-dashboard/1 blocked idle 10.x.x.108 No certificates found. Please add a certifcates relation or provide via charm config
ceph-mon/2* active idle 3 10.x.x.251 Unit is ready and clustered
ceph-dashboard/0 blocked idle 10.x.x.251 No certificates found. Please add a certifcates relation or provide via charm config
ceph-osd/0 active idle 1 10.x.x.175 Unit is ready (1 OSD)
ceph-osd/1 active idle 2 10.x.x.108 Unit is ready (1 OSD)
ceph-osd/2* active idle 3 10.x.x.251 Unit is ready (1 OSD)
Machine State Address Inst id Series AZ Message
1 started 10.x.x.175 manual:10.x.x.175 jammy Manually provisioned machine
2 started 10.x.x.108 manual:10.x.x.108 jammy Manually provisioned machine
3 started 10.x.x.251 manual:10.x.x.251 jammy Manually provisioned machine