cleanup: remove fuel-plugin since fuel@opnfv use mccp
[openretriever.git] / src / fuel-plugin / environment_config.yaml
diff --git a/src/fuel-plugin/environment_config.yaml b/src/fuel-plugin/environment_config.yaml
deleted file mode 100644 (file)
index 631b777..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-attributes:
-  pod_network:
-    weight: 21
-    type: "select"
-    value: "weave"
-    label: "K8s POD network"
-    values:
-      - data: "flannel"
-        label: "Flannel"
-      - data: "weave"
-        label: "Weave"
-    description: "K8s POD network."
-
-  pod_network_cidr:
-    value: '10.244.0.0/16'
-    label: 'k8s POD CIDR'
-    weight: 70
-    type: "text"
-    description: 'K8s POD network CIDR.'