aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml')
-rw-r--r--heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml
deleted file mode 100644
index 96eab476..00000000
--- a/heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-apiVersion: k8s.plugin.opnfv.org/v1alpha1
-kind: Network
-metadata:
- name: {{ .Values.onap_private_net_id }}
-spec:
- cniType : ovn4nfv
- ipv4Subnets:
- - name: {{ .Values.onap_private_subnet_id }}
- subnet: {{ .Values.onap_private_net_cidr }}
- gateway: {{ .Values.onap_private_gw_ip }}