diff options
author | stark, steven <steven.stark@att.com> | 2019-08-01 09:04:08 -0700 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-08-02 13:19:08 +0000 |
commit | 63792a4c5eaf5c199b21036ae3614350bc088c97 (patch) | |
tree | e81d837975474df2233dea39b7b2f25ab14177c5 /heat/vFW_NextGen | |
parent | cb83e4880493ecf3047a9fb96b1e69df876ce392 (diff) |
[DEMO] adding nexus_artifact_url to env file
Issue-ID: VVP-232
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I2adfeb8e905735a79ffd57832ffae281d8e691ef
Diffstat (limited to 'heat/vFW_NextGen')
-rw-r--r-- | heat/vFW_NextGen/templates/vfw.env | 1 | ||||
-rw-r--r-- | heat/vFW_NextGen/templates/vpg.env | 1 | ||||
-rw-r--r-- | heat/vFW_NextGen/templates/vsn.env | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/heat/vFW_NextGen/templates/vfw.env b/heat/vFW_NextGen/templates/vfw.env index 0a931c52..2a52cf95 100644 --- a/heat/vFW_NextGen/templates/vfw.env +++ b/heat/vFW_NextGen/templates/vfw.env @@ -29,3 +29,4 @@ parameters: key_name: vfw_key cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE + nexus_artifact_repo: https://nexus.onap.org
\ No newline at end of file diff --git a/heat/vFW_NextGen/templates/vpg.env b/heat/vFW_NextGen/templates/vpg.env index b484f5ae..af24ed71 100644 --- a/heat/vFW_NextGen/templates/vpg.env +++ b/heat/vFW_NextGen/templates/vpg.env @@ -22,3 +22,4 @@ parameters: key_name: vfw_key cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE + nexus_artifact_repo: https://nexus.onap.org
\ No newline at end of file diff --git a/heat/vFW_NextGen/templates/vsn.env b/heat/vFW_NextGen/templates/vsn.env index e2a20514..116c2b1b 100644 --- a/heat/vFW_NextGen/templates/vsn.env +++ b/heat/vFW_NextGen/templates/vsn.env @@ -21,3 +21,4 @@ parameters: key_name: vfw_key cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE + nexus_artifact_repo: https://nexus.onap.org
\ No newline at end of file |