8e856ef637
* Fix version in release * Delete incompatible with libvirt Change-Id: Ie6b97b1a39a4ed5b9fe6d49cfd7eb0bd4039f97e
27 lines
762 B
YAML
27 lines
762 B
YAML
# Plugin name
|
|
name: nsxv
|
|
# Human-readable name for your plugin
|
|
title: NSXv plugin
|
|
# Plugin version
|
|
version: 2.0.0
|
|
# Description
|
|
description: NSXv plugin for Fuel allows to integrate Mirantis OpenStack with VMware NSXv network virtualization platform.
|
|
# Required fuel version
|
|
fuel_version: ['8.0']
|
|
|
|
# The plugin is compatible with releases in the list
|
|
releases:
|
|
- os: ubuntu
|
|
version: liberty-8.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: ['Artem Savinov, Mirantis', 'Igor Zinovik, Mirantis']
|
|
homepage: https://github.com/openstack/fuel-plugin-nsxv
|
|
groups: ['network']
|
|
is_hotpluggable: false
|