licenses: Add license headers
[ovsnfv.git] / fuel-plugin-ovsnfv / metadata.yaml
1 # Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors
2 #
3 #    Licensed under the Apache License, Version 2.0 (the "License");
4 #    you may not use this file except in compliance with the License.
5 #    You may obtain a copy of the License at
6 #
7 #        http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS,
11 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #    See the License for the specific language governing permissions and
13 #    limitations under the License.
14
15 # Plugin name
16 name: fuel-plugin-ovsnfv
17 # Human-readable name for your plugin
18 title: Userspace OVS support
19 # Plugin version
20 version: '0.0.1'
21 # Description
22 description: 'This plugin deploys openvswitch with dpdk'
23 # Required fuel version
24 fuel_version: ['8.0']
25 # Specify license of your plugin
26 licenses: ['Apache License Version 2.0']
27 # Specify author or company name
28 authors: ['Intel Corporation', 'mark.d.gray@intel.com', 'billy.o.mahony@intel.com']
29 # A link to the plugin's page
30 homepage: 'https://github.com/mrmarkgray/fuel-plugin-ovsnfv'
31 # Specify a group which your plugin implements, possible options:
32 # network, storage, storage::cinder, storage::glance, hypervisor
33 groups: ['network']
34
35 # The plugin is compatible with releases in the list
36 releases:
37   - os: ubuntu
38     version: liberty-8.0
39     mode: ['ha', 'multinode']
40     deployment_scripts_path: deployment_scripts/
41     repository_path: repositories/ubuntu
42
43 # Version of plugin package
44 package_version: '3.0.0'