From: Guillaume Abrioux Date: Fri, 26 Mar 2021 08:21:24 +0000 (+0100) Subject: doc: document `igw_network` variable X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fupdate-doc;p=ceph-ansible.git doc: document `igw_network` variable This commit documents the `igw_network` variable. Signed-off-by: Guillaume Abrioux --- diff --git a/docs/source/scenarios/igw_network.rst b/docs/source/scenarios/igw_network.rst new file mode 100644 index 000000000..f73d0cc04 --- /dev/null +++ b/docs/source/scenarios/igw_network.rst @@ -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 }}`` \ No newline at end of file diff --git a/docs/source/scenarios/index.rst b/docs/source/scenarios/index.rst index de525ff84..d88ba932f 100644 --- a/docs/source/scenarios/index.rst +++ b/docs/source/scenarios/index.rst @@ -7,3 +7,4 @@ Examples of detailed scenarios :maxdepth: 1 basic_cluster + igw_network \ No newline at end of file