diff options
author | 2020-01-24 11:06:14 +0100 | |
---|---|---|
committer | 2020-02-26 16:16:41 +0100 | |
commit | be3024dfe9b6c06419c6f4a5f724a01b7e0ab103 (patch) | |
tree | df44d4b265d40fd225844485c1de860c13d9966a /heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml | |
parent | 42ecc70c1f5a05c4de5dda414a7964398552b47d (diff) |
Correct CBA package for vFW_CNF_CDS usecase
This fixes change helm and cba content to enable instantiation
with some workarounds. Data dictionary in this review is not
ready yet, as well as there are many workarounds within.
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Issue-ID: INT-1260
Change-Id: I4833fa11772b7bd2b65d04f0d81ffad22570d309
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml b/heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml index 20f00265..82c208cb 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml @@ -7,19 +7,18 @@ image: resources: limits: memory: 4Gi -service: -#service port value for packetgen service +service: #service for packetgen management type: NodePort ports: port: 2831 nodePort: 30831 -# Kubernetes PARAMETERS # Names -vpg_name_0: test-vnf-vpg vnf_name: test-vnf +vpg_name_0: test-vnf-vpg int_private1_net_id: unprotected-net onap_private_net_id: onap-private-net +net_attachment_definition: vfw-net-attach # Own Addresses vpg_int_private1_ip_0: 192.168.10.2 vpg_onap_private_ip_0: 10.10.100.2 |