X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fhelm%2Fbase_template%2Ftemplates%2Fprotected-private-net.yaml;h=f7dbfc46a8763d808688c6b457c59fe3dc1611a3;hb=bc6e714e001a8c61b06709c61b187d4e3dd22aac;hp=c7077e281369a8cf52601dc831c21247607b1331;hpb=374837f4d4b07a7ed4d920c35b0946b9435cc8d4;p=demo.git diff --git a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml index c7077e28..f7dbfc46 100644 --- a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml @@ -1,12 +1,12 @@ apiVersion: k8s.plugin.opnfv.org/v1alpha1 kind: Network metadata: - name: {{ .Values.int_private1_net_id }} + name: {{ .Values.int_private2_net_id }} labels: - vnf-name: {{ .Values.vnf_name }} + vnf-name: {{ .Values.vnf_name }} spec: cniType : ovn4nfv ipv4Subnets: - - name: {{ .Values.int_private1_subnet_id }} - subnet: {{ .Values.int_private1_net_cidr }} - gateway: {{ .Values.int_private1_gw_ip }} + - name: {{ .Values.int_private2_subnet_id }} + subnet: {{ .Values.int_private2_net_cidr }} + gateway: {{ .Values.int_private2_gw_ip }}