From c048ccdceeced7f58f685c37a77b835d0e9bc16a Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 1 Feb 2019 09:07:44 -0500 Subject: Bump demo artifact version - Change demo artifact v. to 1.4.0-SNAPSHOT - Change VES collector port number - Remove comments from Heat templates Change-Id: Ia1428d7fcc4740702488c0b28bdb5b3b0e31fd8d Issue-ID: INT-658 Signed-off-by: Marco Platania --- heat/vFWCL/vPKG/base_vpkg.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'heat/vFWCL/vPKG/base_vpkg.yaml') diff --git a/heat/vFWCL/vPKG/base_vpkg.yaml b/heat/vFWCL/vPKG/base_vpkg.yaml index 7efb2e9c..70c5e017 100644 --- a/heat/vFWCL/vPKG/base_vpkg.yaml +++ b/heat/vFWCL/vPKG/base_vpkg.yaml @@ -124,7 +124,6 @@ parameters: nexus_artifact_repo: type: string description: Root URL for the Nexus repository for Maven artifacts. - #default: "https://nexus.onap.org" cloud_env: type: string label: Cloud environment @@ -187,7 +186,7 @@ resources: - network: { get_param: public_net_id } - port: { get_resource: vpg_0_unprotected_private_port_0 } - port: { get_resource: vpg_0_onap_private_port_0 } - metadata: + metadata: vnf_name: { get_param: vnf_name } vnf_id: { get_param: vnf_id } vf_module_id: { get_param: vf_module_id } -- cgit 1.2.3-korg