aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ/how-to-deploy-without-internet-access.rst
diff options
context:
space:
mode:
authorChristopherPrice <christopher.price@ericsson.com>2016-02-22 21:26:30 +0100
committerJustin chi <chigang@huawei.com>2016-02-23 11:18:18 +0000
commit12ed03757850a229241c0ec0a07467b064459740 (patch)
tree7955fab0f7fab85545a2702af87ca1498865dc8b /docs/FAQ/how-to-deploy-without-internet-access.rst
parent30a025381e198416c6dc8cada24b53e1657dda04 (diff)
Adding aligned structure and segmenting the configguide.
Also set heading levels for readability and added missing licence headers. Copied the header where I copied content, so please be mindful and inform me if you disagree. Removal parts of userguide duplicated with configguide. Take the others into faq.rst Removal duplicated references in installerconfig. Removal redundant png files. Release notes update for Brahmaputra release. Change-Id: I6e1a101107752f4bc7b6e3bbaea0738690d07af8 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com> Signed-off-by: Justin-chi <chigang@huawei.com> (cherry picked from commit 3eab3cd722870e6c02ee1337d3536dc68f89b13e)
Diffstat (limited to 'docs/FAQ/how-to-deploy-without-internet-access.rst')
-rw-r--r--docs/FAQ/how-to-deploy-without-internet-access.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/FAQ/how-to-deploy-without-internet-access.rst b/docs/FAQ/how-to-deploy-without-internet-access.rst
new file mode 100644
index 00000000..6bfcb3de
--- /dev/null
+++ b/docs/FAQ/how-to-deploy-without-internet-access.rst
@@ -0,0 +1,18 @@
+.. two dots create a comment. please leave this logo at the top of each of your rst files.
+
+How to deploy without internet access
+=====================================
+
+If you have created your own ISO file(compass.iso), you realy could deploy without internet access,
+edit "compass4nfv/deploy/conf/base.conf" file and assign item ISO_URL as your local ISO file path
+(export ISO_URL=file:///compass4nfv/work/building/compass.iso).
+Then execute "compass4nfv/deploy.sh" and Compass4nfv could deploy with local compass.iso without internet access.
+
+
+Also you can download compass.iso first from OPNFV artifacts repository
+(http://artifacts.opnfv.org/, search compass4nfv and select an appropriate ISO file) via wget or curl.
+After this, edit "compass4nfv/deploy/conf/base.conf" file and assign item ISO_URL as your local ISO file path.
+Then execute "compass4nfv/deploy.sh" and Compass4nfv could deploy with local compass.iso without internet access.
+
+
+