doc: document `igw_network` variable

This commit documents the `igw_network` variable.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
update-doc
Guillaume Abrioux 2021-03-26 09:21:24 +01:00
parent 8086e50484
commit 05097b52a3
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
**************************************************************************************
Deploying the dashboard with iSCSI node in a different subnet than ``public_network``
**************************************************************************************
If the ceph ``public network`` is ``2a00:8a60:1:c301::/64`` and the iSCSI Gateway is in a dedicated gateway network ``2a00:8a60:1:c300::/64``
You have to set the ``igw_network`` variable with the subnet of your iSCSI gateway.
.. code-block:: yaml
igw_network: "2a00:8a60:1:c300::/64"
default value is ``{{ public_network }}``

View File

@ -7,3 +7,4 @@ Examples of detailed scenarios
:maxdepth: 1
basic_cluster
igw_network