Initial CDS blueprint for vFW CNF demo
[demo.git] / heat / vFW_CNF_CDS / templates / helm / base / templates / onap-private-net.yaml
1 apiVersion: k8s.plugin.opnfv.org/v1alpha1
2 kind: Network
3 metadata:
4   name: {{ .Values.int_private2_net_id }}
5 spec:
6   cniType : ovn4nfv
7   ipv4Subnets:
8   - name: {{ .Values.int_private2_subnet_id }}
9     subnet: {{ .Values.int_private2_net_cidr }}
10     gateway: {{ .Values.int_private2_gw_ip }}