This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
commit f24de8cedb8eb8ea8c0e06607811eb5c967e6136 Merge: 796e4bc 948c870 Author: Rohit Yadav <[email protected]> AuthorDate: Wed Sep 22 14:25:28 2021 +0530 Merge remote-tracking branch 'origin/4.15' into main Signed-off-by: Rohit Yadav <[email protected]> source/adminguide/api.rst | 93 +++++- .../adminguide/networking/advanced_zone_config.rst | 25 +- source/quickinstallationguide/qig.rst | 348 +++++++++++++-------- 3 files changed, 319 insertions(+), 147 deletions(-) diff --cc source/quickinstallationguide/qig.rst index 37b96d6,88a6399..ca2eaab --- a/source/quickinstallationguide/qig.rst +++ b/source/quickinstallationguide/qig.rst @@@ -663,25 -698,31 +712,31 @@@ Click "Next" to continue Pod Configuration ~~~~~~~~~~~~~~~~~ - Now that we've added a Zone, the next step that comes up is a prompt for - information regading a pod. Which is looking for several items. + Here we will configure a range for Cloudstack's internal management traffic - CloudStack + will assign IPs from this range to system VMs. This will also be part of our local network + (i.e. different part of your local home network, from .21 to .30), with the rest of the IP parameters + (netmaks/gateway) being the same as used for the Public Traffic. - #. Name - We'll use ``Pod1`` for our cloud. + #. Pod Name - We'll use ``Pod1`` for our cloud. - #. Gateway - We'll use ``172.16.10.1`` as our gateway + #. Reserved system gateway - we'll use ``172.16.10.1`` # (or whatever is your physical gateway e.g. 192.168.1.1) - #. Netmask - We'll use ``255.255.255.0`` + #. Reserved system netmask - we'll use ``255.255.255.0`` + + #. Start reserved system IPs - we will use ``172.16.10.21`` # (or e.g. 192.168.1.21) - #. VLAN/VNI Range : ``2-3900`` + #. End Reserved system IP - we will use ``172.16.10.30`` # (or e.g. 192.168.1.30) - #. Start/end reserved system IPs - we will use ``172.16.10.10-172.16.10.20`` -Click "Next" to continue on ++Click "Next" to continue. - #. Guest gateway - We'll use ``172.16.10.1`` + Guest Traffic + ~~~~~~~~~~~~~ - #. Guest netmask - We'll use ``255.255.255.0`` + Next we will configure a range of VLAN IDs for our guest VMs. - #. Guest start/end IP - We'll use ``172.16.10.30-172.16.10.200`` + A range of ``100`` - ``200`` would suffice. + Click "Next" to continue. Cluster ~~~~~~~
