Support for the component registry

Change-Id: I58606ec529d3d693ddb76a774d0bb8a95fc64ad7
Closes-bug: #1525234
This commit is contained in:
Igor Gajsin 2015-12-11 18:27:14 +03:00
parent 0f159a9f77
commit 59488d1e38
2 changed files with 8 additions and 1 deletions

6
components.yaml Normal file
View File

@ -0,0 +1,6 @@
- name: 'network:neutron:ml2:dvs'
label: 'Neutron with VMware DVS'
description: 'Neutron with VMware DVS ML2 plugin'
requires:
- name: 'network:neutron:core:ml2'
- name: 'hypervisor:vmware'

View File

@ -17,6 +17,7 @@ homepage: 'https://github.com/stackforge/fuel-plugin-vmware-dvs'
# Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor
groups: ['network']
is_hotpluggable: false
# The plugin is compatible with releases in the list
releases:
@ -27,4 +28,4 @@ releases:
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '3.0.0'
package_version: '4.0.0'