aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/base/templates/onap-private-net.yaml
blob: e7afc35a120a7eb6f95d871597e04843e5fcb1f2 (plain)
1
2
3
4
5
6
7
8
9
10
apiVersion: k8s.plugin.opnfv.org/v1alpha1
kind: Network
metadata:
  name: {{ .Values.int_private2_net_id }}
spec:
  cniType : ovn4nfv
  ipv4Subnets:
  - name: {{ .Values.int_private2_subnet_id }}
    subnet: {{ .Values.int_private2_net_cidr }}
    gateway: {{ .Values.int_private2_gw_ip }}