Update metadata.yaml to support MOS 7.0

Change-Id: I5dd7b384339eae76688d81c6c8beaa0125163149
This commit is contained in:
Guillaume Thouvenin 2015-08-28 11:41:42 +02:00
parent f421832612
commit a71f834dd5
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ version: '0.8.0'
# Description
description: Deploy InfluxDB server and the Grafana web interface.
# Required fuel version
fuel_version: ['6.1']
fuel_version: ['6.1', '7.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
@ -20,6 +20,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']