aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml
blob: 6319b13404e3bc8a0c563d464de0068ea0d937e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: k8s.plugin.opnfv.org/v1alpha1
kind: Network
metadata:
  name: {{ .Values.int_private2_net_id }}
  labels:
      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 }}