22 lines
529 B
YAML
22 lines
529 B
YAML
# Plugin name
|
|
name: cisco_aci
|
|
# Human-readable name for your plugin
|
|
title: Cisco APIC Plugin support
|
|
# Plugin version
|
|
version: 1.0.0
|
|
# Description
|
|
description: Enable to use Cisco SDN solutions for Neutron
|
|
# Required fuel version
|
|
fuel_version: ['6.0']
|
|
|
|
# The plugin is compatible with releases in the list
|
|
releases:
|
|
- os: ubuntu
|
|
version: 2014.2-6.0
|
|
mode: ['ha', 'multinode']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/ubuntu
|
|
|
|
# Version of plugin package
|
|
package_version: '1.0.0'
|