From 296b282ed84852737942d35f3f5913a3af30d48a Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Wed, 25 Nov 2015 10:41:06 +0100 Subject: [PATCH] Update metadata.yaml to support MOS 8.0 Change-Id: I7ff3ebe7bb7e4c48f592874815555d2a20ad57dd --- metadata.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/metadata.yaml b/metadata.yaml index 3148e00..91a9d9e 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -7,7 +7,7 @@ version: '0.8.0' # Description description: Deploy tools to send alerts concerning the OpenStack infrastructure. # Required fuel version -fuel_version: ['7.0'] +fuel_version: ['7.0', '8.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-8.0 + mode: ['ha'] + deployment_scripts_path: deployment_scripts/ + repository_path: repositories/ubuntu - os: ubuntu version: 2015.1.0-7.0 mode: ['ha']