ci: Configure graphical output
[vswitchperf.git] / fuel-plugin-vsperf / metadata.yaml
1 # Plugin name
2 name: fuel-plugin-vsperf
3 # Human-readable name for your plugin
4 title: Enable VSPERF plugin
5 # Plugin version
6 version: '1.0.10'
7 # Description
8 description: Deploy VSPERF code
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: ['billy.o.mahony@intel.com']
15 # A link to the plugin's page
16 homepage: 'https://github.com/stackforge/fuel-plugins'
17 # Specify a group which your plugin implements, possible options:
18 # network, storage, storage::cinder, storage::glance, hypervisor
19 groups: ['network']
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: true