From e49522c66a0dc2ea2748d0b0bbd08612d01a232f Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Mon, 30 Mar 2015 12:29:13 +0200 Subject: [PATCH] Add support of the Fuel 6.0.1 This adds support for the Fuel 6.0.1 release. Changes nothing, just the version poke in metadata. Change-Id: I9627958c8694553193770225c8f7d70eb0d2523c Signed-off-by: Bogdan Dobrelya --- README.md | 5 +++++ metadata.yaml | 15 ++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9f5ffd..df1ec08 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ versioning for plugin releases are as follows: ``` Plugin :: Fuel version 6.0.0 -> 6.0 +6.0.1 -> 6.0.1 ``` Known Issues @@ -213,3 +214,7 @@ Release Notes *** 6.0.0 *** * This is the initial release of this plugin. + +*** 6.0.1 *** + +* Add support of the Fuel 6.0.1 diff --git a/metadata.yaml b/metadata.yaml index 150ae04..c1228db 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -2,11 +2,11 @@ name: ha_fencing title: HA fencing for Pacemaker cluster # Plugin version -version: 6.0.0 +version: 6.0.1 # Description description: Enables STONITH of the failed nodes in Corosync & Pacemaker cluster # Required fuel version -fuel_version: ['6.0'] +fuel_version: ['6.0', '6.0.1'] # The plugin is compatible with releases in the list releases: @@ -20,6 +20,15 @@ releases: mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos - + - os: ubuntu + version: 2014.2.2-6.0.1 + mode: ['ha'] + deployment_scripts_path: deployment_scripts/ + repository_path: repositories/ubuntu + - os: centos + version: 2014.2.2-6.0.1 + mode: ['ha'] + deployment_scripts_path: deployment_scripts/ + repository_path: repositories/centos # Version of plugin package package_version: '1.0.0'