0574e57f39
- generate override actions - clean up outdated manifests - align function calls Change-Id: Ie1bf8f2360f72f9de4d3f63c0a6b397f3e94909d Signed-off-by: Michal Skalski <mskalski@mirantis.com>
33 lines
959 B
YAML
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
|