aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/installation/vmdeploy.rst
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2017-09-01 17:10:44 +0800
committerJustin chi <chigang@huawei.com>2017-09-18 06:23:16 +0000
commit0337ca28259e0afe67778c778c1cc8697cd93cec (patch)
tree7f683d6c7c653c138f83171f0e7bb0053be57cc2 /docs/release/installation/vmdeploy.rst
parentb241c1a733e57556a524165c68c9b3cd0f8348b8 (diff)
Update the documents for compass E release
JIRA: - 1. Rewrite vm and bm deployment docs to satisfy the new release 2. add some images for network architecture 3. Update release name, version, etc. Change-Id: I1e9d305de5edf60d937868d49966c153d85fd2b5 Signed-off-by: Yifei Xue <xueyifei@huawei.com> (cherry picked from commit 074eab95235e35431b0439e42d253d44b139004e)
Diffstat (limited to 'docs/release/installation/vmdeploy.rst')
-rw-r--r--docs/release/installation/vmdeploy.rst46
1 files changed, 21 insertions, 25 deletions
diff --git a/docs/release/installation/vmdeploy.rst b/docs/release/installation/vmdeploy.rst
index 610ff51a..16fb28d3 100644
--- a/docs/release/installation/vmdeploy.rst
+++ b/docs/release/installation/vmdeploy.rst
@@ -5,6 +5,22 @@
Installation on virtual machines
================================
+Quick Start
+-----------
+
+Only 1 command to try virtual deployment, if you have Internet access. Just Paste it and Run.
+
+.. code-block:: bash
+
+ curl https://raw.githubusercontent.com/opnfv/compass4nfv/euphrates/quickstart.sh | bash
+
+If you want to deploy noha with1 controller and 1 compute, run the following command
+
+.. code-block:: bash
+ export SCENARIO=os-nosdn-nofeature-noha.yml
+ export VIRT_NUMBER=2
+ curl https://raw.githubusercontent.com/opnfv/compass4nfv/euphrates/quickstart.sh | bash
+
Nodes Configuration (Virtual Deployment)
----------------------------------------
@@ -129,7 +145,7 @@ Start Deployment (Virtual Deployment)
1. Edit deploy.sh
1.1. Set OS version for deployment nodes.
- Compass4nfv supports ubuntu and centos based openstack newton.
+ Compass4nfv supports ubuntu and centos based openstack ocata.
E.g.
@@ -148,7 +164,7 @@ E.g.
.. code-block:: bash
# Set ISO image corresponding to your code
- export ISO_URL=file:///home/compass/compass4nfv.iso
+ export ISO_URL=file:///home/compass/compass4nfv.tar.gz
1.3. Set scenario that you want to deploy
@@ -164,16 +180,6 @@ nosdn-nofeature scenario deploy sample
# NETWORK is your network.yml's path
export NETWORK=./deploy/conf/vm_environment/huawei-virtual1/network.yml
-ocl-nofeature scenario deploy sample
-
-.. code-block:: bash
-
- # DHA is your dha.yml's path
- export DHA=./deploy/conf/vm_environment/os-ocl-nofeature-ha.yml
-
- # NETWORK is your network.yml's path
- export NETWORK=./deploy/conf/vm_environment/huawei-virtual1/network_ocl.yml
-
odl_l2-moon scenario deploy sample
.. code-block:: bash
@@ -204,25 +210,15 @@ odl_l3-nofeature scenario deploy sample
# NETWORK is your network.yml's path
export NETWORK=./deploy/conf/vm_environment/huawei-virtual1/network.yml
-onos-nofeature scenario deploy sample
+odl-sfc deploy scenario sample
.. code-block:: bash
# DHA is your dha.yml's path
- export DHA=./deploy/conf/vm_environment/os-onos-nofeature-ha.yml
+ export DHA=./deploy/conf/vm_environment/os-odl-sfc-ha.yml
# NETWORK is your network.yml's path
- export NETWORK=./deploy/conf/vm_environment/huawei-virtual1/network_onos.yml
-
-onos-sfc deploy scenario sample
-
-.. code-block:: bash
-
- # DHA is your dha.yml's path
- export DHA=./deploy/conf/vm_environment/os-onos-sfc-ha.yml
-
- # NETWORK is your network.yml's path
- export NETWORK=./deploy/conf/vm_environment/huawei-virtual1/network_onos.yml
+ export NETWORK=./deploy/conf/vm_environment/huawei-virtual1/network.yml
2. Run ``deploy.sh``