added support fuel and OS versions

This commit is contained in:
dirk 2016-05-25 13:47:21 +02:00
parent d320b8998d
commit 98311c9b68
1 changed files with 11 additions and 2 deletions

View File

@ -7,7 +7,7 @@ version: '1.0.0'
# Description
description: Installs the Ruxit agent on all hosts
# Required fuel version
fuel_version: ['8.0']
fuel_version: ['6.1', '7.0', '8.0', '9.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
@ -29,6 +29,15 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: liberty-9.0
mode: ['ha']
deployment_scrips_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: mitaka-9.0
mode: ['ha']
deployment_scrips_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '4.0.0'