X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fhelm%2Fbase_template%2Ftemplates%2Fonap-private-net.yaml;h=429574bde4561f7ca734d637531da6252492a142;hp=6319b13404e3bc8a0c563d464de0068ea0d937e5;hb=bc6e714e001a8c61b06709c61b187d4e3dd22aac;hpb=e4e0beac8bb2168303f10a4e4b9b1247fdd0501c diff --git a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml index 6319b134..429574bd 100644 --- a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml @@ -1,12 +1,12 @@ apiVersion: k8s.plugin.opnfv.org/v1alpha1 kind: Network metadata: - name: {{ .Values.int_private2_net_id }} + name: {{ .Values.onap_private_net_id }} labels: - vnf-name: {{ .Values.vnf_name }} + vnf-name: {{ .Values.vnf_name }} spec: cniType : ovn4nfv ipv4Subnets: - - name: {{ .Values.int_private2_subnet_id }} - subnet: {{ .Values.int_private2_net_cidr }} - gateway: {{ .Values.int_private2_gw_ip }} + - name: {{ .Values.onap_private_subnet_id }} + subnet: {{ .Values.onap_private_net_cidr }} + gateway: {{ .Values.onap_private_gw_ip }}