From 05097b52a3756e09b61d5c3862fa8b7cc63712c1 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 26 Mar 2021 09:21:24 +0100 Subject: [PATCH] doc: document `igw_network` variable This commit documents the `igw_network` variable. Signed-off-by: Guillaume Abrioux --- docs/source/scenarios/igw_network.rst | 13 +++++++++++++ docs/source/scenarios/index.rst | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/source/scenarios/igw_network.rst 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 -- 2.47.3