Hi,

I don't use ansible, but I just redeployed a single-node Pacific cluster with cephadm, without dashboard. Then I followed the docs you referred to until https://docs.ceph.com/en/pacific/mgr/dashboard/#enabling-the-object-gateway-management-frontend, where it says:

When RGW is deployed with cephadm, the RGW credentials used by the dashboard will be automatically configured. You can also manually force the credentials to be set up with

and further:

This will create an RGW user with uid dashboard for each realm in the system.

Do you see that user in your system?

# radosgw-admin user list

I have the dashboard user with the "sytem" flag enabled:

# radosgw-admin user info --uid dashboard | jq -r '.system'
true


Regards,
Eugen


Zitat von Danish Khan <danish52....@gmail.com>:

Dear Team,

I am trying to integrate ceph dashboard with RGW so that I can create
bucket from ceph dashboard.

I am following below document for it:
https://docs.ceph.com/en/pacific/mgr/dashboard/

when I run below command then it says "RGW credentials configured"
#ceph dashboard set-rgw-credentials

But my ceph dashboard is still not integrated with RGW and ceph dashboard
still says that "The Object Gateway Service is not configured".

In octopus release I used to run below commands which still works fine:

$ ceph dashboard set-rgw-api-host <host>
$ ceph dashboard set-rgw-api-port <port>

but now these commands don't work in pacific release.
Do we have any command in pacific release to specify rgw endpoint to
integrate it with ceph dashboards?

Regards,
Danish Khan
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to