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/vCPE/preload/vcpe_metro_preload_example.json | |
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/vCPE/preload/vcpe_metro_preload_example.json')
-rw-r--r-- | vnfs/vCPE/preload/vcpe_metro_preload_example.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/vCPE/preload/vcpe_metro_preload_example.json b/vnfs/vCPE/preload/vcpe_metro_preload_example.json index 876c26e1..16acb3d6 100644 --- a/vnfs/vCPE/preload/vcpe_metro_preload_example.json +++ b/vnfs/vCPE/preload/vcpe_metro_preload_example.json @@ -15,8 +15,8 @@ }, "vnf-parameters": [ { - "vnf-parameter-name": "repo_url_artifacts", - "vnf-parameter-value": "https://nexus.onap.org/content/groups/staging" + "vnf-parameter-name": "nexus_artifact_repo", + "vnf-parameter-value": "https://nexus.onap.org" }, { "vnf-parameter-name": "demo_artifacts_version", |