This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new ec53e7f  Added AMD output and vlan/vni range values (#198)
ec53e7f is described below

commit ec53e7fd342a067c9440f6eb7b7c1b5a136e072a
Author: ALIANE Abdelouahab <[email protected]>
AuthorDate: Mon May 24 11:33:50 2021 +0100

    Added AMD output and vlan/vni range values (#198)
    
    1- to not confuse new comers who have AMD
    2- If they are missing someone cant run an instance
    Issue : https://github.com/apache/cloudstack/issues/4810
---
 source/quickinstallationguide/qig.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/source/quickinstallationguide/qig.rst 
b/source/quickinstallationguide/qig.rst
index c5ee82b..d1dd629 100644
--- a/source/quickinstallationguide/qig.rst
+++ b/source/quickinstallationguide/qig.rst
@@ -603,6 +603,7 @@ For the sake of completeness you should check if KVM is 
running OK on your machi
       # lsmod | grep kvm
       kvm_intel              55496  0
       kvm                   337772  1 kvm_intel
+      kvm_amd # if you are in AMD cpu
 
 That concludes our installation and configuration of KVM, and we'll now move 
 to using the CloudStack UI for the actual configuration of our cloud.
@@ -671,6 +672,8 @@ information regading a pod. Which is looking for several 
items.
 
 #. Netmask - We'll use ``255.255.255.0``
 
+#. VLAN/VNI Range : ``2-3900``
+
 #. Start/end reserved system IPs - we will use ``172.16.10.10-172.16.10.20``
 
 #. Guest gateway - We'll use ``172.16.10.1``

Reply via email to