Fix release version and Fuel compatibility list

Change-Id: I7a21c0e552554222d73bc7ca985a00792ef1f992
This commit is contained in:
Olivier Bourdon 2016-02-09 10:12:45 +01:00
parent 1e20ba77e8
commit f7c0e063a8
3 changed files with 14 additions and 12 deletions

View File

@ -15,7 +15,7 @@ Requirements
| Requirement | Version/Comment |
|:---------------------------------|:----------------|
| Mirantis OpenStack compatibility | 7.0 |
| Mirantis OpenStack compatibility | 7.0 and 8.0 |
| Zabbix plugin for Fuel | 2.5.0 |
Installation Guide
@ -36,12 +36,12 @@ To install SNMP trap daemon plugin, follow these steps:
that. If you do not have the Fuel Master node yet, see
[Quick Start Guide](https://software.mirantis.com/quick-start/) :
# scp zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
# scp zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
4. Install the plugin:
# cd /tmp
# fuel plugins --install zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm
# fuel plugins --install zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm
5. Check if the plugin was installed successfully:
@ -49,7 +49,7 @@ To install SNMP trap daemon plugin, follow these steps:
id | name | version | package_version
---|-------------------|---------|----------------
1 | zabbix_monitoring | 2.5.0 | 3.0.0
2 | zabbix_snmptrapd | 1.0.0 | 2.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0
For more information and instructions, see the SNMP trap daemon plugin Guide
in the [Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins)
@ -67,3 +67,5 @@ Piotr Misiak <pmisiak@mirantis.com> (developer)
Szymon Bańka <sbanka@mirantis.com> (developer)
Bartosz Kupidura <bkupidura@mirantis.com> (developer)
Alexander Zatserklyany <azatserklyany@mirantis.com> (QA engineer)
Swann Croiset <scroiset@mirantis.com> (developer)
Olivier Bourdon <obourdon@mirantis.com> (developer)

View File

@ -2,11 +2,11 @@
name: zabbix_snmptrapd
title: SNMP trap daemon for Zabbix plugin
# Plugin version
version: 1.0.0
version: 1.0.1
# Description
description: Gives ability to receive SNMP traps and pass them to Zabbix.
# Required fuel version
fuel_version: ['7.0']
fuel_version: ['7.0', '8.0']
# Groups
groups: ['monitoring']
# Licenses
@ -14,7 +14,7 @@ licenses: ['Apache License, Version 2.0']
# Homepage
homepage: 'https://github.com/stackforge/fuel-plugin-zabbix-snmptrapd'
# Authors
authors: ['Dmitry Klenov <dklenov@mirantis.com>', 'Piotr Misiak <pmisiak@mirantis.com>', 'Szymon Banka <sbanka@mirantis.com>', 'Bartosz Kupidura <bkupidura@mirantis.com>', 'Alexander Zatserklyany <azatserklyany@mirantis.com>']
authors: ['Dmitry Klenov <dklenov@mirantis.com>', 'Piotr Misiak <pmisiak@mirantis.com>', 'Szymon Banka <sbanka@mirantis.com>', 'Bartosz Kupidura <bkupidura@mirantis.com>', 'Alexander Zatserklyany <azatserklyany@mirantis.com>', 'Swann Croiset <scroiset@mirantis.com>', 'Olivier Bourdon <obourdon@mirantis.com>']
# The plugin is compatible with releases in the list
releases:
@ -23,11 +23,11 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: 2015.1.0-7.0
- os: ubuntu
version: liberty-8.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '2.0.0'

View File

@ -116,8 +116,8 @@ Work Items
Dependencies
============
* Fuel 6.1
* Zabbix plugin for Fuel 1.0.0
* Fuel 7.0 and 8.0
* Zabbix plugin for Fuel 2.5.0
Testing
=======