@@ -316,10 +316,10 @@ RGWs are defined with the following:
316
316
.. code :: yaml
317
317
318
318
cephadm_radosgw_services :
319
- - id : myrgw
320
- count_per_host : 1
321
- spec :
322
- rgw_frontend_port : 80
319
+ - id : myrgw
320
+ count_per_host : 1
321
+ spec :
322
+ rgw_frontend_port : 80
323
323
324
324
Ceph RGWs require additional configuration to:
325
325
@@ -345,7 +345,7 @@ The set of commands below configure all of these.
345
345
- " config set client.rgw rgw_keystone_admin_user 'ceph_rgw'"
346
346
- " config set client.rgw rgw_keystone_api_version '3'"
347
347
- " config set client.rgw rgw_keystone_token_cache_size '10000'"
348
- - " config set client.rgw rgw_keystone_url https://{{ internal_net_vip_address }}:5000"
348
+ - " config set client.rgw rgw_keystone_url https://{{ kolla_internal_fqdn }}:5000"
349
349
- " config set client.rgw rgw_keystone_verify_ssl false"
350
350
- " config set client.rgw rgw_max_attr_name_len '1000'"
351
351
- " config set client.rgw rgw_max_attr_size '1000'"
@@ -394,15 +394,15 @@ add definitions of your Ceph hosts to Kolla ``globals.yml``:
394
394
.. code :: yaml
395
395
396
396
ceph_rgw_hosts :
397
- - host : controller1
398
- ip : <host IP on storage net>
399
- port : 8100
400
- - host : controller2
401
- ip : <host IP on storage net>
402
- port : 8100
403
- - host : controller3
404
- ip : <host IP on storage net>
405
- port : 8100
397
+ - host : controller1
398
+ ip : <host IP on storage net>
399
+ port : 8100
400
+ - host : controller2
401
+ ip : <host IP on storage net>
402
+ port : 8100
403
+ - host : controller3
404
+ ip : <host IP on storage net>
405
+ port : 8100
406
406
407
407
HA with Ingress services
408
408
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -415,12 +415,12 @@ pair).
415
415
.. code :: yaml
416
416
417
417
cephadm_ingress_services :
418
- - id : rgw.myrgw
419
- spec :
420
- frontend_port : 443
421
- monitor_port : 1967
422
- virtual_ip : 10.66.0.1/24
423
- ssl_cert : {example_certificate_chain}
418
+ - id : rgw.myrgw
419
+ spec :
420
+ frontend_port : 443
421
+ monitor_port : 1967
422
+ virtual_ip : 10.66.0.1/24
423
+ ssl_cert : {example_certificate_chain}
424
424
425
425
When using ingress services, you will need to stop Kolla from configuring your
426
426
RGWs to use the Kolla-deployed haproxy. Set the following in Kolla
0 commit comments