File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -411,10 +411,14 @@ add definitions of your Ceph hosts to Kolla ``globals.yml``:
411411 HA with Ingress services
412412~~~~~~~~~~~~~~~~~~~~~~~~
413413
414- Ingress services are defined with the following. ``id `` should match name (not
415- id) of the RGW service to which ingress will point to. ``spec `` is a service
416- specification required by Cephadm to deploy the ingress (haproxy + keepalived
417- pair).
414+ Ingress services are defined with the following. ``id `` should match the name
415+ (not id) of the RGW service to which ingress will point to. ``spec `` is a
416+ service specification required by Cephadm to deploy the ingress (haproxy +
417+ keepalived pair).
418+
419+ Not that the ``virtual_ip `` here should be different than the Kolla VIP. The
420+ choice of subnet will be dependent on your deployment, but should be outside
421+ of any other Ceph networks.
418422
419423.. code :: yaml
420424
You can’t perform that action at this time.
0 commit comments