diff options
author | Qingyu Wang <qingyuwang33@gmail.com> | 2016-11-21 15:52:31 -0800 |
---|---|---|
committer | Maxwell Li <liyuenan@huawei.com> | 2017-02-22 01:53:56 +0000 |
commit | 45ebd77015ceef9420fbd0985eb5fe85dd96e107 (patch) | |
tree | ccd330f809f1859045774ddc6c57a139c7428e09 /docs/FAQ/how-to-deploy-without-internet-access.rst | |
parent | 849d0b1ae242f5b10163b45e285d4ee661519752 (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/FAQ/how-to-deploy-without-internet-access.rst')
-rw-r--r-- | docs/FAQ/how-to-deploy-without-internet-access.rst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/FAQ/how-to-deploy-without-internet-access.rst b/docs/FAQ/how-to-deploy-without-internet-access.rst deleted file mode 100644 index e91f110b..00000000 --- a/docs/FAQ/how-to-deploy-without-internet-access.rst +++ /dev/null @@ -1,17 +0,0 @@ -.. 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. - |