summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/environment_config.yaml
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-06-15 18:08:16 -0700
committerGuo Ruijing <ruijing.guo@intel.com>2017-06-15 18:09:40 -0700
commit1ca39e1362e916059fc4ef6227e16b33d0dfd3df (patch)
tree496a938cad1b32f00755a12d66728d43f5c60784 /src/fuel-plugin/environment_config.yaml
parentddaccb38f85dba6bec1fcd79b0b4cce45d92192e (diff)
cleanup: remove fuel-plugin since fuel@opnfv use mccp
Change-Id: I42d9a9a187f7a709d44db36bb820087f726112bf Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/environment_config.yaml')
-rw-r--r--src/fuel-plugin/environment_config.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/fuel-plugin/environment_config.yaml b/src/fuel-plugin/environment_config.yaml
deleted file mode 100644
index 631b777..0000000
--- a/src/fuel-plugin/environment_config.yaml
+++ /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.'