diff options
author | Yifei Xue <xueyifei@huawei.com> | 2016-08-17 04:05:39 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2016-08-17 04:05:39 +0800 |
commit | 862d2eca15e173f4c71b84a19bbb93c33d406c82 (patch) | |
tree | 0c547d29cbb07076a7b3bf795d14b3dda1ad1f6c /docs/FAQ | |
parent | 5a17b6292e641cae7d939950fc5b3426bbcc0af9 (diff) |
Update a how-to doc about jumphost offline preparation
JIRA: DOCS-141
Change-Id: I4365494273cd9d86bfcda9fa52e9d2a72e82595a
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'docs/FAQ')
-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. |