Ernesto Puerta

Results 42 comments of Ernesto Puerta

> Also, @epuertat do we want to replace the existing variable names with the new accessibility-indicated ones (i.e. `$health-color-warning-wcag-aa-large-text`)? I would assume so, but is there any reason for keeping...

I noticed that now all the card titles are in primary color, while previously only the ones with hyperlinks were colored (the rest was in black). Additionally, what about replacing...

> > Sorry @phlogistonjohn I don't have much bandwidth lately to review PRs sweat_smile I had a quick look at it, and I struggled a bit to follow why some...

Hey @Pegonzal, I finally found time to test this PR (the Prometheus integration looks great BTW 🥳), but I'm facing some issues and not sure if there's something wrong with...

@travisn have you checked if running [`ceph dashboard set-rgw-credentials`](https://docs.ceph.com/en/latest/mgr/dashboard/#enabling-the-object-gateway-management-frontend) does the trick? That was a change introduced in 16.2.6 and cephadm uses it for configuring Dashboard-RGW. I just grepped the...

@travisn that last error message [point to this code](https://github.com/ceph/ceph/blob/75c4960abf3b81ff7c6f36e816e1c6a29ceabc9e/src/pybind/mgr/dashboard/services/rgw_client.py#L267). As you may see it's mostly consuming the radosgw-admin from the CLI. That failure might mean that the CLI tool is...

> > @travisn that last error message [point to this code] > And three users: > > ``` > [rook@rook-ceph-tools-d6d7c985c-rjw4x /]$ radosgw-admin user list --rgw-realm my-store > [ > "dashboard-admin",...

Looks so... Since it's not there, it might mean that the radosgw-admin command didn't work (permissions, roles, ?), but in that case we would get a "Unable to create rgw...

@jjerphan @MaksimZhukov @adam-azarchs: please feel free to take over and move forward with this.