Add an ability to run plugin on both MOS 8.0 and MOS 7.0
Change-Id: I5a825d761fa2638dc93c7370b63bd7613304d5ec
This commit is contained in:
parent
b19cbd4d5f
commit
1036a1cafb
@ -3,11 +3,11 @@ name: ceilometer-redis
|
|||||||
# Human-readable name for your plugin
|
# Human-readable name for your plugin
|
||||||
title: Redis plugin for Ceilometer
|
title: Redis plugin for Ceilometer
|
||||||
# Plugin version
|
# Plugin version
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
# Description
|
# Description
|
||||||
description: Ceilometer extension that provide workload-partitioning and HA for ceilometer services
|
description: Ceilometer extension that provide workload-partitioning and HA for ceilometer services
|
||||||
# Required fuel version
|
# Required fuel version
|
||||||
fuel_version: ['8.0']
|
fuel_version: ['7.0','8.0']
|
||||||
# Specify license of your plugin
|
# Specify license of your plugin
|
||||||
licenses: ['Apache License Version 2.0']
|
licenses: ['Apache License Version 2.0']
|
||||||
# Specify author or company name
|
# Specify author or company name
|
||||||
@ -19,6 +19,11 @@ groups: []
|
|||||||
|
|
||||||
# The plugin is compatible with releases in the list
|
# The plugin is compatible with releases in the list
|
||||||
releases:
|
releases:
|
||||||
|
- os: ubuntu
|
||||||
|
version: 2015.1.0-7.0
|
||||||
|
mode: ['ha']
|
||||||
|
deployment_scripts_path: deployment_scripts/
|
||||||
|
repository_path: repositories/ubuntu
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
version: liberty-8.0
|
version: liberty-8.0
|
||||||
mode: ['ha']
|
mode: ['ha']
|
||||||
|
Loading…
Reference in New Issue
Block a user