Merge "fuel: fix collectd ceilometer installation script"
[barometer.git] / src / fuel-plugin / metadata.yaml
1 # Plugin name
2 name: fuel-plugin-collectd-ceilometer
3 # Human-readable name for your plugin
4 title: Deploy Collectd Ceilometer Plugin
5 # Plugin version
6 version: '0.9.0'
7 # Description
8 description: Deploy Collectd Ceilometer Plugin
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: ['ruijing.guo@intel.com']
15 # A link to the plugin's page
16 homepage: 'https://gerrit.opnfv.org/gerrit/fastpathmetrics'
17 # Specify a group which your plugin implements, possible options:
18 # network, storage, storage::cinder, storage::glance, hypervisor
19 groups: ['network']
20
21 is_hotpluggable: true
22
23 # The plugin is compatible with releases in the list
24 releases:
25   - os: ubuntu
26     version: mitaka-9.0
27     mode: ['ha']
28     deployment_scripts_path: deployment_scripts/
29     repository_path: repositories/ubuntu
30
31 # Version of plugin package
32 package_version: '4.0.0'