]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
doc: document `igw_network` variable update-doc 6377/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 26 Mar 2021 08:21:24 +0000 (09:21 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 26 Mar 2021 08:29:46 +0000 (09:29 +0100)
This commit documents the `igw_network` variable.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
docs/source/scenarios/igw_network.rst [new file with mode: 0644]
docs/source/scenarios/index.rst

diff --git a/docs/source/scenarios/igw_network.rst b/docs/source/scenarios/igw_network.rst
new file mode 100644 (file)
index 0000000..f73d0cc
--- /dev/null
@@ -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
index de525ff8456cd495c1527a615776031b902db708..d88ba932fdd66d75bd2152a7472fc36c8c1d70f0 100644 (file)
@@ -7,3 +7,4 @@ Examples of detailed scenarios
     :maxdepth: 1
  
     basic_cluster
+    igw_network
\ No newline at end of file