From 1dfe955fc03f86fe0fea055d624da1338c5830bb Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Thu, 12 Sep 2019 09:08:37 -0400 Subject: Fix Honeycomb installation in vDNS VM Issue-ID: INT-853 Signed-off-by: Marco Platania Change-Id: I8dd1cde406836de417fc7e1fabdf7b89d18b7fd2 --- heat/vLB_HPA/base_vlb.yaml | 4 ++-- heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'heat/vLB_HPA') diff --git a/heat/vLB_HPA/base_vlb.yaml b/heat/vLB_HPA/base_vlb.yaml index 1c7962c1..e0276264 100644 --- a/heat/vLB_HPA/base_vlb.yaml +++ b/heat/vLB_HPA/base_vlb.yaml @@ -63,11 +63,11 @@ parameters: description: Private network that connects vLoadBalancer with vPacketGen onap_private_net_id: type: string - label: ECOMP management network name or ID + label: ONAP management network name or ID description: Private network that connects ONAP component and the VNF onap_private_subnet_id: type: string - label: ECOMP management sub-network name or ID + label: ONAP management sub-network name or ID description: Private sub-network that connects ONAP component and the VNF vlb_private_net_cidr: type: string diff --git a/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml b/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml index 9c688a8d..2b329075 100644 --- a/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml +++ b/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml @@ -71,11 +71,11 @@ parameters: description: provider network for private network that connects vLoadBalancer with vPacketGen onap_private_net_id: type: string - label: ECOMP management network name or ID + label: ONAP management network name or ID description: Private network that connects ONAP component and the VNF onap_private_subnet_id: type: string - label: ECOMP management sub-network name or ID + label: ONAP management sub-network name or ID description: Private sub-network that connects ONAP component and the VNF vlb_private_net_cidr: type: string -- cgit 1.2.3-korg