mirror of https://github.com/ceph/ceph-ansible.git
doc: document `igw_network` variable
This commit documents the `igw_network` variable. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>update-doc
parent
8086e50484
commit
05097b52a3
|
@ -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 }}``
|
|
@ -7,3 +7,4 @@ Examples of detailed scenarios
|
|||
:maxdepth: 1
|
||||
|
||||
basic_cluster
|
||||
igw_network
|
Loading…
Reference in New Issue