Update metadata.yaml to support MOS 8.0

Change-Id: I7ff3ebe7bb7e4c48f592874815555d2a20ad57dd
This commit is contained in:
Swann Croiset 2015-11-25 10:41:06 +01:00
parent 753c134601
commit 296b282ed8
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ version: '0.8.0'
# Description # Description
description: Deploy tools to send alerts concerning the OpenStack infrastructure. description: Deploy tools to send alerts concerning the OpenStack infrastructure.
# Required fuel version # Required fuel version
fuel_version: ['7.0'] fuel_version: ['7.0', '8.0']
# Specify license of your plugin # Specify license of your plugin
licenses: ['Apache License Version 2.0'] licenses: ['Apache License Version 2.0']
# Specify author or company name # Specify author or company name
@ -20,6 +20,11 @@ groups: ['monitoring']
# The plugin is compatible with releases in the list # The plugin is compatible with releases in the list
releases: releases:
- os: ubuntu
version: 2015.1.0-8.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu - os: ubuntu
version: 2015.1.0-7.0 version: 2015.1.0-7.0
mode: ['ha'] mode: ['ha']