enable plugin for fuel10

Change-Id: I075d261de5231f24d131bb9ff4d44d8190da3543
This commit is contained in:
alexey-mr 2017-02-07 15:34:56 +00:00
parent cc618f88dd
commit 15ea6e498a
1 changed files with 11 additions and 1 deletions

View File

@ -11,7 +11,7 @@ version: '2.1.3'
description: This plugin deploys and enables EMC ScaleIO ver. 2.0 as the block storage backend
# Required fuel version
fuel_version: ['7.0', '8.0', '9.0']
fuel_version: ['7.0', '8.0', '9.0', '10.0.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
@ -54,6 +54,16 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
- os: ubuntu
version: newton-10.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: newton-10.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
# Version of plugin package
package_version: "3.0.0"