aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2016-11-11 18:13:44 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2016-11-15 01:42:31 +0800
commit49df34a840a4cbbe9c7319d348d7d8dbceaf75c1 (patch)
tree88ae94e8bf2b1ada9a9c5b33540405899255f2df /docs
parent9dc55a9dc191d61e35d34042afd310626cb32538 (diff)
DOC: offline-deploy.rst
JIRA: COMPASS-456 Change-Id: Id5897550b7a8fcdd0f1cfea1d35b4f844e298ad6 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ/index.rst1
-rw-r--r--docs/installationprocedure/index.rst1
-rw-r--r--docs/installationprocedure/offline-deploy.rst47
3 files changed, 48 insertions, 1 deletions
diff --git a/docs/FAQ/index.rst b/docs/FAQ/index.rst
index 36408d0d..d116e26b 100644
--- a/docs/FAQ/index.rst
+++ b/docs/FAQ/index.rst
@@ -12,5 +12,4 @@ OPNFV(Colorado) Compass4nfv Frequently Asked Questions
how-to-build-customized-iso.rst
how-to-deploy-while-jumphost-cannot-access-internet.rst
how-to-deploy-without-internet-access.rst
- how-to-integrate-plugins.rst
faq.rst
diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst
index 77439ae9..7bcbc281 100644
--- a/docs/installationprocedure/index.rst
+++ b/docs/installationprocedure/index.rst
@@ -13,5 +13,6 @@ OPNFV(Colorado) Compass4nfv Installation Instructions
installation.instruction.rst
bmdeploy.rst
vmdeploy.rst
+ offline-deploy.rst
expansion.rst
references.rst
diff --git a/docs/installationprocedure/offline-deploy.rst b/docs/installationprocedure/offline-deploy.rst
new file mode 100644
index 00000000..68c78a0b
--- /dev/null
+++ b/docs/installationprocedure/offline-deploy.rst
@@ -0,0 +1,47 @@
+.. two dots create a comment. please leave this logo at the top of each of your rst files.
+
+Offline Deploy
+==============
+
+Compass4nfv uses offline approuch to deploy cluster and support complete offline
+deployment on a jumphost without access internet. Here is the offline deployment
+instuction:
+
+Preparation for offline deploy
+------------------------------
+
+1. Download compass.iso from OPNFV artifacts repository (Search compass4nfv in
+ http://artifacts.opnfv.org/ and download an appropriate ISO. ISO can also be
+ generated by script build.sh in compass4nfv root directory.)
+
+2. Download the Jumphost preparation package from our httpserver. (Download the
+ jumphost environment package from `here <http://205.177.226.237:9999/jh_env_package.tar.gz>`_.
+ It should be awared that currently we only support ubuntu trusty as offline
+ jumphost OS.)
+
+3. Clone the compass4nfv code repository.
+
+Steps of offline deploy
+-----------------------
+
+1. Copy the compass.iso, jh_env_package.tar.gz and the compass4nfv code
+ repository to your jumphost.
+
+2. Export the local path of the compass.iso and jh_env_package.tar.gz on
+ jumphost. Then you can perform deployment on a offline jumphost.
+
+E.g.
+
+Export the compass4nfv.iso and jh_env_package.tar.gz path
+
+.. code-block:: bash
+
+ # ISO_URL and JHPKG_URL should be absolute path
+ export ISO_URL=file:///home/compass/compass4nfv.iso
+ export JHPKG_URL=file:///home/compass/jh_env_package.tar.gz
+
+Run deploy.sh
+
+.. code-block:: bash
+
+ ./deploy.sh