diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-28 11:48:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-29 10:42:32 -0700 |
commit | a0081c9434b6ef4b43ef29af01b1f1f06dcc0b25 (patch) | |
tree | d8f2d0c65032858416c1bf423ff050d877901b76 /vnfs/vLBMS/scripts/v_dns_install.sh | |
parent | 0ad71d0595d732590aed545cf972f28627b12d64 (diff) |
Retrieve demo artifacts via nexus REST API
This supports the use of SNAPSHOT demo artifacts
in the vnf HEAT templates.
Change-Id: I980c879819b1a396c985c7a2af1885b28e4f150a
Issue-ID: INT-592
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_dns_install.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_dns_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/v_dns_install.sh b/vnfs/vLBMS/scripts/v_dns_install.sh index 78b2d290..61e11109 100644 --- a/vnfs/vLBMS/scripts/v_dns_install.sh +++ b/vnfs/vLBMS/scripts/v_dns_install.sh @@ -1,6 +1,6 @@ #!/bin/bash -REPO_URL_ARTIFACTS=$(cat /opt/config/repo_url_artifacts.txt) +NEXUS_ARTIFACT_REPO=$(cat /opt/config/nexus_artifact_repo.txt) NB_API_VERSION=$(cat /opt/config/nb_api_version.txt) INSTALL_SCRIPT_VERSION=$(cat /opt/config/install_script_version.txt) CLOUD_ENV=$(cat /opt/config/cloud_env.txt) |