add compatibility with newton-10.0

add compatibility with newton-10.0 in metadata.yaml file

Change-Id: I32316c54ac89270c9a8e7168350547b31f082cb1
Closes-Bug: #1668684
This commit is contained in:
Aleksandr Kholkin 2017-03-01 14:11:28 +02:00
parent 9c1ef2d0df
commit a5119ffe9d
1 changed files with 7 additions and 2 deletions

View File

@ -3,11 +3,11 @@ name: kafka
# Human-readable name for your plugin
title: The Apache Kafka Message Broker Plugin
# Plugin version
version: '1.0.0'
version: '1.0.1'
# Description
description: Deploy Apache Kafka Message Broker Cluster
# Required fuel version
fuel_version: ['9.0']
fuel_version: ['9.0','10.0']
# Licences
licenses: ['Apache License Version 2.0']
# Specify author or company name
@ -24,6 +24,11 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: newton-10.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '4.0.0'