diff options
author | Marco Platania <platania@research.att.com> | 2019-02-12 14:08:08 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-02-12 14:08:08 -0500 |
commit | 9ab9b4283bd8688c5d4c0e8636520a358df97e67 (patch) | |
tree | aac6b8a2b7b10abe6709eb0d7738c8d0eec0a936 | |
parent | 463ad19dc3da65feb8d452ea5254be9e77a2b285 (diff) |
Add Nexus repo URL to vFWDT
Change-Id: Ibed0ba484f866b06c1d8a8de31c2ebab916d244d
Issue-ID: INT-658
Signed-off-by: Marco Platania <platania@research.att.com>
-rwxr-xr-x | heat/vFWDT/vFWSNK/base_vfw.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/vFWDT/vFWSNK/base_vfw.env b/heat/vFWDT/vFWSNK/base_vfw.env index e8d2a0c9..aca228ad 100755 --- a/heat/vFWDT/vFWSNK/base_vfw.env +++ b/heat/vFWDT/vFWSNK/base_vfw.env @@ -30,6 +30,7 @@ parameters: dcae_collector_port: 30235 demo_artifacts_version: 1.4.0-SNAPSHOT install_script_version: 1.4.0-SNAPSHOT + nexus_artifact_repo: https://nexus.onap.org key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE cloud_env: PUT openstack OR rackspace HERE |