summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-09-21 12:07:56 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-09-21 12:07:56 +0800
commit33f94b43639dbe37b7e8e2b5eeb4c65064207c6b (patch)
treeabd4fec6f7f918de145414452599e3862a5d0484
parent38b6e6d72f7f598f9bfedf0c32e9c345783ffe53 (diff)
Remove VIRT_NUMBER in docopnfv-7.0.0
JIRA: - Change-Id: I4cbf8cb66120b8fe40401ba04694d4450f7e59be Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
-rw-r--r--docs/release/installation/vmdeploy.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/release/installation/vmdeploy.rst b/docs/release/installation/vmdeploy.rst
index 63c3cc5e..4f1336c5 100644
--- a/docs/release/installation/vmdeploy.rst
+++ b/docs/release/installation/vmdeploy.rst
@@ -19,7 +19,6 @@ If you want to deploy noha with1 controller and 1 compute, run the following com
.. code-block:: bash
export SCENARIO=os-nosdn-nofeature-noha.yml
- export VIRT_NUMBER=2
curl https://raw.githubusercontent.com/opnfv/compass4nfv/stable/fraser/quickstart.sh | bash
Nodes Configuration (Virtual Deployment)
@@ -28,8 +27,6 @@ Nodes Configuration (Virtual Deployment)
virtual machine setting
~~~~~~~~~~~~~~~~~~~~~~~
- - VIRT_NUMBER -- the number of nodes for virtual deployment.
-
- VIRT_CPUS -- the number of CPUs allocated per virtual machine.
- VIRT_MEM -- the memory size(MB) allocated per virtual machine.
@@ -38,7 +35,6 @@ virtual machine setting
.. code-block:: bash
- export VIRT_NUMBER=${VIRT_NUMBER:-5}
export VIRT_CPUS=${VIRT_CPU:-4}
export VIRT_MEM=${VIRT_MEM:-16384}
export VIRT_DISK=${VIRT_DISK:-200G}