a01ffdc292
Change-Id: I0ad247619289b95cf5ffdb9459946d8906c8e9a3 Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
27 lines
798 B
YAML
27 lines
798 B
YAML
# Plugin name
|
|
name: contrail
|
|
# Human-readable name for your plugin
|
|
title: Fuel Contrail plugin
|
|
# Plugin version
|
|
version: 5.0.0
|
|
# Description
|
|
description: Contrail plugin for Fuel provides the functionality to add Juniper Contrail SDN for Mirantis OpenStack as network backend using Fuel Web UI in a user-friendly manner
|
|
# Required fuel version
|
|
fuel_version: ['9.0']
|
|
is_hotpluggable: false
|
|
|
|
# The plugin is compatible with releases in the list
|
|
releases:
|
|
- os: ubuntu
|
|
version: mitaka-9.0
|
|
mode: ['ha', 'multinode']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/ubuntu
|
|
|
|
# Version of plugin package
|
|
package_version: '4.0.0'
|
|
licenses: ['Apache 2.0']
|
|
authors: ['Mirantis Inc.']
|
|
homepage: https://github.com/openstack/fuel-plugin-contrail
|
|
groups: ['network']
|