diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-04-11 21:06:20 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-05-10 01:43:19 +0000 |
commit | f0f025b1137da4ab12b0db76620c332fac3335bc (patch) | |
tree | e824e6b0431420ed908569ab74cedfe0efe1344b /docs | |
parent | c1c6026466942ef01174e639eccc7a5b51797107 (diff) |
Change the default packages url from compass http server to opnfv artifacts
JIRA: COMPASS-544
Currently compass4nfv uses compass http server to store those packages used in
building ISO. This is not propriate in OPNFV community. So we push all the packages
into opnfv artifacts repo and change the package url used in compass to opnfv
artifacts repo url.
Change-Id: I9661f2d893767e18c037ba9de5f54933f48ce466
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
(cherry picked from commit 5cee19684b16e80b131cc3b5441781a3c6a7f971)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/installation/offline-deploy.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release/installation/offline-deploy.rst b/docs/release/installation/offline-deploy.rst index c854f87d..0acfa180 100644 --- a/docs/release/installation/offline-deploy.rst +++ b/docs/release/installation/offline-deploy.rst @@ -15,7 +15,8 @@ Preparation for offline deploy 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>`_. + jumphost environment package from + `here <http://artifacts.opnfv.org/compass4nfv/package/master/jh_env_package.tar.gz>`_. It should be awared that currently we only support ubuntu trusty as offline jumphost OS.) |