Provide vFW CNF use case csar content
[demo.git] / heat / vFW_CNF_CDS / templates / helm / base / templates / protected-private-net.yaml
diff --git a/heat/vFW_CNF_CDS/templates/helm/base/templates/protected-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base/templates/protected-private-net.yaml
new file mode 100644 (file)
index 0000000..d0c04d9
--- /dev/null
@@ -0,0 +1,10 @@
+apiVersion: k8s.plugin.opnfv.org/v1alpha1
+kind: Network
+metadata:
+  name: {{ .Values.int_private1_net_id }}
+spec:
+  cniType : ovn4nfv
+  ipv4Subnets:
+  - name: {{ .Values.int_private1_subnet_id }}
+    subnet: {{ .Values.int_private1_net_cidr }}
+    gateway: {{ .Values.int_private1_gw_ip }}