aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/installation/offline-deploy.rst
diff options
context:
space:
mode:
authorQingyu Wang <qingyuwang33@gmail.com>2016-11-21 15:52:31 -0800
committerMaxwell Li <liyuenan@huawei.com>2017-02-22 01:53:56 +0000
commit45ebd77015ceef9420fbd0985eb5fe85dd96e107 (patch)
treeccd330f809f1859045774ddc6c57a139c7428e09 /docs/release/installation/offline-deploy.rst
parent849d0b1ae242f5b10163b45e285d4ee661519752 (diff)
Installation and release documentations update
JIRA: DOCS-165 update document for Danube release according to new doc guide; https://wiki.opnfv.org/display/DOC/Documentation+Guide add network topology for virtual and bm deployment; add a section for network_cfg.yaml configuration; add feature section, listing supported openstack version and features update installation for deployment and expansion. Change-Id: If43d94554bebc78bbd56cdf889c8c34dda926218 Signed-off-by: Qingyu <qingyuwang33@gmail.com> Signed-off-by: Justin <chigang@huawei.com>
Diffstat (limited to 'docs/release/installation/offline-deploy.rst')
-rw-r--r--docs/release/installation/offline-deploy.rst47
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/release/installation/offline-deploy.rst b/docs/release/installation/offline-deploy.rst
new file mode 100644
index 00000000..68c78a0b
--- /dev/null
+++ b/docs/release/installation/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