-
Notifications
You must be signed in to change notification settings - Fork 25
feat: simplify RGW deployment docs
#2335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stackhpc/2025.1
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -404,7 +404,7 @@ The set of commands below configure all of these. | |||||||||||||
| - "config set client.rgw rgw_keystone_accepted_admin_roles 'admin'" | ||||||||||||||
| - "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 }}" | ||||||||||||||
| - "config set client.rgw rgw_keystone_admin_project service" | ||||||||||||||
| - "config set client.rgw rgw_keystone_admin_user 'ceph_rgw'" | ||||||||||||||
| - "config set client.rgw rgw_keystone_api_version '3'" | ||||||||||||||
|
|
@@ -441,15 +441,9 @@ before deploying the RADOS gateways. If you are using the Kolla load balancer | |||||||||||||
| (see :ref:`RGWs-with-hyper-converged-Ceph` for more info), you can specify the | ||||||||||||||
| ``haproxy`` and ``loadbalancer`` tags here too. | ||||||||||||||
|
|
||||||||||||||
| .. code:: yaml | ||||||||||||||
|
|
||||||||||||||
| kayobe overcloud service deploy -kt ceph-rgw,keystone,haproxy,loadbalancer | ||||||||||||||
|
|
||||||||||||||
| There are two options for load balancing RADOS Gateway: | ||||||||||||||
|
|
||||||||||||||
| 1. HA with Ceph Ingress services | ||||||||||||||
| 2. RGWs with hyper-converged Ceph (using the Kolla Ansible deployed HAProxy | ||||||||||||||
| load balancer) | ||||||||||||||
| There are two options for load balancing RADOS Gateway either HA with Ceph Ingress services or RGWs with hyper-converged Ceph (using the Kolla Ansible deployed HAProxy | ||||||||||||||
| load balancer). | ||||||||||||||
| Both of the approaches are discused in subsequent sections. | ||||||||||||||
|
Comment on lines
+444
to
+446
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a typo in this section ("discused" instead of "discussed"). Additionally, the phrasing of the first sentence can be improved for better readability. Note that the paragraph preceding this section (around line 437) still references
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| .. _RGWs-with-hyper-converged-Ceph: | ||||||||||||||
|
|
||||||||||||||
|
|
@@ -480,6 +474,12 @@ add definitions of your Ceph hosts to Kolla ``globals.yml``: | |||||||||||||
| ip: <host IP on storage net> | ||||||||||||||
| port: 8100 | ||||||||||||||
|
|
||||||||||||||
| Make sure to reconfigure appropriate kolla services to complete Ceph RGW integration | ||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Capitalize "Kolla" to maintain consistency with the rest of the documentation, and add a period at the end of the sentence.
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| .. code:: yaml | ||||||||||||||
|
|
||||||||||||||
| kayobe overcloud service deploy -kt ceph-rgw,keystone,haproxy,loadbalancer | ||||||||||||||
|
|
||||||||||||||
| HA with Ingress services | ||||||||||||||
| ~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||||||||||
|
|
||||||||||||||
|
|
@@ -510,6 +510,12 @@ RGWs to use the Kolla-deployed haproxy. Set the following in Kolla | |||||||||||||
|
|
||||||||||||||
| enable_ceph_rgw_loadbalancer: false | ||||||||||||||
|
|
||||||||||||||
| Make sure to reconfigure appropriate kolla services to complete Ceph RGW integration | ||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Capitalize "Kolla" to maintain consistency with the rest of the documentation, and add a period at the end of the sentence.
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| .. code:: yaml | ||||||||||||||
|
|
||||||||||||||
| kayobe overcloud service deploy -kt ceph-rgw,keystone,haproxy,loadbalancer | ||||||||||||||
|
|
||||||||||||||
| Deployment | ||||||||||||||
| ========== | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default to undef?