fuel-plugin-opendaylight/metadata.yaml
Michael Polenchuk 0574e57f39 Fuel 10 uplift
- generate override actions
- clean up outdated manifests
- align function calls

Change-Id: Ie1bf8f2360f72f9de4d3f63c0a6b397f3e94909d
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-12-06 12:15:58 +01:00

33 lines
959 B
YAML

# Plugin name
name: opendaylight
# Human-readable name for your plugin
title: OpenDaylight plugin
# Plugin version
version: '1.0.0'
# Description
description: 'This plugin provides OpenDaylight as a backend for neutron.'
# Required fuel version
fuel_version: ['10.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Michal Skalski', 'Nikolas Hermanns']
# A link to the plugin's page
homepage: 'https://github.com/openstack/fuel-plugin-opendaylight'
# Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor
groups: ['network']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: newton-10.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '4.0.0'
is_hotpluggable: false