aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/base_template/templates/unprotected-private-net.yaml
blob: 18a383c6bfc421719acd2baece64714de90b484c (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_private1_net_id }}
  labels:
    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 }}