diff options
author | Nadya Shakhat <nprivalova@mirantis.com> | 2016-03-30 15:49:02 +0300 |
---|---|---|
committer | Nadya Shakhat <nprivalova@mirantis.com> | 2016-03-30 15:49:02 +0300 |
commit | 1036a1cafbef4d9f981fb2d6637704c736a59210 (patch) | |
tree | 620c0084fbb6187c7df6047c5821c3055c7e8eb9 | |
parent | b19cbd4d5f31ea6c2b06ddc18198932993b2efc3 (diff) |
Add an ability to run plugin on both MOS 8.0 and MOS 7.0v0.2
Change-Id: I5a825d761fa2638dc93c7370b63bd7613304d5ec
Notes
Notes (review):
Code-Review+1: Artem Minasyan <aminasyan@mirantis.com>
Code-Review+2: Nadya Shakhat <nprivalova@mirantis.com>
Workflow+1: Nadya Shakhat <nprivalova@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 05 Apr 2016 11:53:46 +0000
Reviewed-on: https://review.openstack.org/299371
Project: openstack/fuel-plugin-ceilometer-redis
Branch: refs/heads/master
-rw-r--r-- | metadata.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/metadata.yaml b/metadata.yaml index b5c311e..c7e0d92 100644 --- a/metadata.yaml +++ b/metadata.yaml | |||
@@ -3,11 +3,11 @@ name: ceilometer-redis | |||
3 | # Human-readable name for your plugin | 3 | # Human-readable name for your plugin |
4 | title: Redis plugin for Ceilometer | 4 | title: Redis plugin for Ceilometer |
5 | # Plugin version | 5 | # Plugin version |
6 | version: 1.0.0 | 6 | version: 1.0.1 |
7 | # Description | 7 | # Description |
8 | description: Ceilometer extension that provide workload-partitioning and HA for ceilometer services | 8 | description: Ceilometer extension that provide workload-partitioning and HA for ceilometer services |
9 | # Required fuel version | 9 | # Required fuel version |
10 | fuel_version: ['8.0'] | 10 | fuel_version: ['7.0','8.0'] |
11 | # Specify license of your plugin | 11 | # Specify license of your plugin |
12 | licenses: ['Apache License Version 2.0'] | 12 | licenses: ['Apache License Version 2.0'] |
13 | # Specify author or company name | 13 | # Specify author or company name |
@@ -20,6 +20,11 @@ groups: [] | |||
20 | # The plugin is compatible with releases in the list | 20 | # The plugin is compatible with releases in the list |
21 | releases: | 21 | releases: |
22 | - os: ubuntu | 22 | - os: ubuntu |
23 | version: 2015.1.0-7.0 | ||
24 | mode: ['ha'] | ||
25 | deployment_scripts_path: deployment_scripts/ | ||
26 | repository_path: repositories/ubuntu | ||
27 | - os: ubuntu | ||
23 | version: liberty-8.0 | 28 | version: liberty-8.0 |
24 | mode: ['ha'] | 29 | mode: ['ha'] |
25 | deployment_scripts_path: deployment_scripts/ | 30 | deployment_scripts_path: deployment_scripts/ |