From: stark, steven Date: Thu, 1 Aug 2019 16:04:08 +0000 (-0700) Subject: [DEMO] adding nexus_artifact_url to env file X-Git-Tag: 1.5.0~37 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=63792a4c5eaf5c199b21036ae3614350bc088c97 [DEMO] adding nexus_artifact_url to env file Issue-ID: VVP-232 Signed-off-by: stark, steven Change-Id: I2adfeb8e905735a79ffd57832ffae281d8e691ef --- 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