5f7e42f03758dd24c4ebca825c579493927fdee5
[kvmfornfv.git] / fuel-plugin / metadata.yaml
1 # Plugin name
2 name: fuel-plugin-kvm
3 # Human-readable name for your plugin
4 title: fuel-plugin-kvm
5 # Plugin version
6 version: '1.0.0'
7 # Description
8 description: 'This plugin provides to deploy kvm'
9 # Required fuel version
10 fuel_version: ['10.0']
11 # Specify license of your plugin
12 licenses: ['Apache License Version 2.0']
13 # Specify author or company name
14 authors: ['ling.y.yu@intel.com','ruijing.guo@intel.com']
15 # A link to the plugin's page
16 homepage: 'https://gerrit.opnfv.org/gerrit/kvmfornfv/fuel-plugin'
17 # Specify a group which your plugin implements, possible options:
18 # network, storage, storage::cinder, storage::glance, hypervisor
19 groups: ['hypervisor']
20
21 # The plugin is compatible with releases in the list
22 releases:
23   - os: ubuntu
24     version: newton-10.0
25     mode: ['ha']
26     deployment_scripts_path: deployment_scripts/
27     repository_path: repositories/ubuntu
28
29 # Version of plugin package
30 package_version: '4.0.0'
31
32 is_hotpluggable: false