Fuel plugin SDK v2 support

Plugin moved to fuel plugin SDK v2 which is only version supported
in fuel 6.1

Change-Id: I19563def65a313eeabca87b5e74842da79c54596
This commit is contained in:
Vyacheslav Struk 2015-04-01 14:29:20 +03:00
parent f4ca91d78b
commit fa4915f680
4 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,4 +8,5 @@ deployment_scripts/puppet/modules/stdlib
deployment_scripts/puppet/modules/contrail/files/opencontrail
build.sh
*.fp
*.rpm

View File

@ -5,7 +5,7 @@ $settings = hiera('contrail')
# TODO
#$plugin_version = $settings['metadata']['plugin_version']
$plugin_version = '1.0.0'
$plugin_version = '1.0'
$network_scheme = hiera('network_scheme')
$uid = hiera('uid')

View File

@ -12,7 +12,7 @@
set -ex
PLUGIN_PATH="/var/www/nailgun/plugins/contrail-1.0.0"
PLUGIN_PATH="/var/www/nailgun/plugins/contrail-1.0"
UBUNTU_PKG=`find $PLUGIN_PATH -maxdepth 1 -name 'contrail-install-packages*.deb'`
CENTOS_PKG=`find $PLUGIN_PATH -maxdepth 1 -name 'contrail-install-packages*.rpm'`

View File

@ -23,4 +23,8 @@ releases:
repository_path: repositories/centos
# Version of plugin package
package_version: '1.0.0'
package_version: '2.0.0'
licenses: ['Apache 2.0']
authors: ['Vyacheslav Struk, Mirantis', 'Oleksandr Martsyniuk, Mirantis']
homepage: https://github.com/stackforge/fuel-plugin-contrail
groups: ['network']