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 <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-03-30 12:29:13 +02:00
parent b0f99eb982
commit e49522c66a
2 changed files with 17 additions and 3 deletions

View File

@ -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

View File

@ -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'