diff options
author | shuai chen <chenshuai@huawei.com> | 2016-08-17 07:36:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-17 07:36:40 +0000 |
commit | f485be85ee52879c209678429fa72ad3e48d8776 (patch) | |
tree | bb2acb6744a418057455fdd4f1bcac6ef90c9c78 /docs | |
parent | 5f0d427554e95cffd27b15861df604abf7f709d9 (diff) | |
parent | 862d2eca15e173f4c71b84a19bbb93c33d406c82 (diff) |
Merge "Update a how-to doc about jumphost offline preparation"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ/how-to-deploy-while-jumphost-cannot-access-internet.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/FAQ/how-to-deploy-while-jumphost-cannot-access-internet.rst b/docs/FAQ/how-to-deploy-while-jumphost-cannot-access-internet.rst new file mode 100644 index 00000000..37db1aed --- /dev/null +++ b/docs/FAQ/how-to-deploy-while-jumphost-cannot-access-internet.rst @@ -0,0 +1,10 @@ +.. two dots create a comment. please leave this logo at the top of each of your rst files. + +How to deploy while jumphost cannot access internet +=================================================== + +If your jumphost cannot access internet, don't worry, you can definitely deploy compass without internet access. + +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. Then copy the compass.iso and the compass4nfv repository to your jumphost and editor the ISO_URL to your local path. + +After that you can deploy compass without internet access. |