2f6c95281cae8dddb02e1cf0f1ef36336b9f5a02
[yardstick.git] / fuel-plugin / metadata.yaml
1 # Plugin name
2 name: fuel-plugin-yardstick
3 # Human-readable name for your plugin
4 title: Install Yardstick
5 # Plugin version
6 version: '0.9.0'
7 # Description
8 description: Installs Yardstick
9 # Required fuel version
10 fuel_version: ['9.0']
11 # Specify license of your plugin
12 licenses: ['Apache License Version 2.0']
13 # Specify author or company name
14 authors: ['john.hinman@intel.com','david.j.chou@intel.com','ruijing.guo@intel.com']
15 # A link to the plugin's page
16 homepage: 'https://gerrit.opnfv.org/gerrit/yardstick'
17 # Specify a group which your plugin implements, possible options:
18 # network, storage, storage::cinder, storage::glance, hypervisor,
19 # equipment
20 groups: []
21 # Change `false` to `true` if the plugin can be installed in the environment
22 # after the deployment.
23 is_hotpluggable: true
24
25 # Version of plugin package
26 package_version: '4.0.0'
27 # The plugin is compatible with releases in the list
28 releases:
29   - os: ubuntu
30     version: mitaka-9.0
31     mode: ['ha']
32     deployment_scripts_path: deployment_scripts/
33     repository_path: repositories/ubuntu
34
35 # Version of plugin package
36 package_version: '4.0.0'