Update metadata.yaml to support MOS 9.0

This change adds support for both liberty-9.0 and mitaka-9.0 releases.
Eventually liberty-9.0 can be removed once [1] gets merged.

[1] I92fb23d65fce8253d3da3f7352b8428a5e9a98f2

Change-Id: Iacc3a851a8d78d84475850aba544b57e03b3ad57
This commit is contained in:
Simon Pasquier 2016-02-29 15:36:57 +01:00 committed by Swann Croiset
parent 98d683a8f2
commit fd080521ce
1 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@ version: '0.9.0'
# Description
description: Deploy Elasticsearch and the Kibana web interface.
# Required fuel version
fuel_version: ['8.0']
fuel_version: ['8.0', '9.0']
# Licences
licenses: ['Apache License Version 2.0']
# Specify author or company name
@ -24,6 +24,16 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: liberty-9.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: mitaka-9.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '4.0.0'