fuel plugin: Initial version
[ovsnfv.git] / fuel-plugin-ovsnfv / metadata.yaml
1 # Plugin name
2 name: fuel-plugin-ovsnfv
3 # Human-readable name for your plugin
4 title: Userspace OVS support
5 # Plugin version
6 version: '0.0.1'
7 # Description
8 description: 'This plugin deploys openvswitch with dpdk'
9 # Required fuel version
10 fuel_version: ['7.0']
11 # Specify license of your plugin
12 licenses: ['Apache License Version 2.0']
13 # Specify author or company name
14 authors: ['Intel Corporation', 'mark.d.gray@intel.com', 'billy.o.mahony@intel.com']
15 # A link to the plugin's page
16 homepage: 'https://github.com/mrmarkgray/fuel-plugin-ovsnfv'
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: 2015.1.0-7.0
25     mode: ['ha', 'multinode']
26     deployment_scripts_path: deployment_scripts/
27     repository_path: repositories/ubuntu
28
29 # Version of plugin package
30 package_version: '3.0.0'