Refactor FIXMEs in vFW_CDS_CNF use case
[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
deleted file mode 100644 (file)
index d0c04d9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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 }}