Skip to content

feat: simplify RGW deployment docs#2335

Open
jackhodgkiss wants to merge 1 commit into
stackhpc/2025.1from
improve-ceph-rgw-docs
Open

feat: simplify RGW deployment docs#2335
jackhodgkiss wants to merge 1 commit into
stackhpc/2025.1from
improve-ceph-rgw-docs

Conversation

@jackhodgkiss
Copy link
Copy Markdown
Contributor

Remove the steps for copying ceph_rgw_keystone_password to secrets.yml with the use of a lookup. Also at the step for reconfiguring openstack services in both supported ingress sections.

@jackhodgkiss jackhodgkiss requested a review from a team as a code owner May 29, 2026 15:26
@github-actions github-actions Bot added the waiting-review PR is waiting for a review label May 29, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Cephadm configuration documentation to retrieve the Keystone admin password directly from passwords.yml and restructures the deployment instructions for RADOS Gateway load balancing. The review feedback highlights a typo ('discused'), suggests capitalizing 'Kolla' and adding periods in the newly added instructions, and points out an outdated paragraph that still references the removed password variable.

Comment thread doc/source/configuration/cephadm.rst Outdated
Comment thread doc/source/configuration/cephadm.rst Outdated
Comment thread doc/source/configuration/cephadm.rst Outdated
- "config set client.rgw rgw_keystone_accepted_roles 'member, admin'"
- "config set client.rgw rgw_keystone_admin_domain Default"
- "config set client.rgw rgw_keystone_admin_password {{ secrets_ceph_rgw_keystone_password }}"
- "config set client.rgw rgw_keystone_admin_password {{ (lookup('file', kayobe_env_config_path ~ '/kolla/passwords.yml') | from_yaml).ceph_rgw_keystone_password }}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default to undef?

Remove the steps for copying `ceph_rgw_keystone_password` to
`secrets.yml` with the use of a `lookup`. Also at the step for
reconfiguring openstack services in both supported ingress sections.

Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-review PR is waiting for a review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants