Update metadata.yaml to support MOS 7.0

Change-Id: I99931f8d9b602766bfacbeac9dae60caa264a9d5
This commit is contained in:
Guillaume Thouvenin 2015-08-28 11:45:01 +02:00
parent ed7ae1b8f5
commit dd3cdc7e0b
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ version: '0.8.0'
# Description
description: Deploy Elasticsearch server and the Kibana web interface (refer to the Elasticsearch-Kibana user guide for instructions).
# Required fuel version
fuel_version: ['6.1']
fuel_version: ['6.1', '7.0']
# Licences
licenses: ['Apache License Version 2.0']
# Specify author or company name
@ -18,6 +18,11 @@ groups: ['monitoring']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: 2015.1.0-7.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: 2014.2-6.1
mode: ['ha', 'multinode']