diff options
author | Marco Platania <platania@research.att.com> | 2019-09-12 09:08:37 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-09-12 09:08:37 -0400 |
commit | 1dfe955fc03f86fe0fea055d624da1338c5830bb (patch) | |
tree | 86fd79779bcde38939c7dd8d98c1d806ca52d180 /heat/vLB_HPA | |
parent | 02a3f17f4cf43689bd95d990d5f11fa2a62a2808 (diff) |
Fix Honeycomb installation in vDNS VM
Issue-ID: INT-853
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I8dd1cde406836de417fc7e1fabdf7b89d18b7fd2
Diffstat (limited to 'heat/vLB_HPA')
-rw-r--r-- | heat/vLB_HPA/base_vlb.yaml | 4 | ||||
-rw-r--r-- | heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
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 |