From 6369d7e95d09212a824ea83cc4a7cce37b2535c7 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Thu, 4 Aug 2016 13:20:43 +0300 Subject: [PATCH] Add 7.0 support --- metadata.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/metadata.yaml b/metadata.yaml index e4b5807..46831b9 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -7,7 +7,7 @@ version: '0.1.0' # Description description: Deploy Rally benchmarking tool # Required fuel version -fuel_version: ['8.0', '9.0'] +fuel_version: ['7.0', '8.0', '9.0'] # Specify license of your plugin licenses: ['Apache License Version 2.0'] # Specify author or company name @@ -25,13 +25,18 @@ is_hotpluggable: true # The plugin is compatible with releases in the list releases: - os: ubuntu - version: liberty-8.0 - mode: ['ha','multinode'] + version: kilo-7.0 + mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: ubuntu - version: liberty-9.0 - mode: ['ha','multinode'] + version: liberty-8.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