summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/metadata.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/metadata.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/metadata.yaml')
-rw-r--r--src/fuel-plugin/metadata.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/fuel-plugin/metadata.yaml b/src/fuel-plugin/metadata.yaml
deleted file mode 100644
index e78f7e1..0000000
--- a/src/fuel-plugin/metadata.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Plugin name
-name: fuel-plugin-k8s
-# Human-readable name for your plugin
-title: Install k8s on bare metal
-# Plugin version
-version: '1.0.0'
-# Description
-description: 'This plugin provides to deploy k8s on bare metal'
-# Required fuel version
-fuel_version: ['10.0']
-# Specify license of your plugin
-licenses: ['Apache License Version 2.0']
-# Specify author or company name
-authors: ['ruijing.guo@intel.com']
-# A link to the plugin's page
-homepage: 'https://gerrit.opnfv.org/gerrit/openretriever'
-# Specify a group which your plugin implements, possible options:
-# network, storage, storage::cinder, storage::glance, hypervisor
-groups: ['network']
-is_hotpluggable: false
-# The plugin is compatible with releases in the list
-releases:
- - os: ubuntu
- version: newton-10.0
- mode: ['ha']
- deployment_scripts_path: deployment_scripts/
- repository_path: deployment_scripts/
-
-# Version of plugin package
-package_version: '4.0.0'