Add support for MOS 7.0 and MOS 8.0

Change-Id: I15b4974840b86efa9c095579f141733e9360eb5c
This commit is contained in:
Olivier Bourdon 2016-02-29 13:23:13 +01:00
parent 971939402a
commit 7d22f3b812
6 changed files with 25 additions and 21 deletions

View File

@ -15,9 +15,9 @@ Requirements
| Requirement | Version/Comment |
|:-----------------------------------|:----------------|
| Mirantis OpenStack compatibility | 7.0 |
| Mirantis OpenStack compatibility | 7.0, 8.0 |
| Zabbix plugin for Fuel | 2.5.0 |
| SNMP trap daemon for Zabbix plugin | 1.0.0 |
| SNMP trap daemon for Zabbix plugin | 1.0.1 |
Installation Guide
==================
@ -47,7 +47,7 @@ follow these steps:
5. Install the plugin:
# cd /tmp
# fuel plugins --install zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm
# fuel plugins --install zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm
6. Check if the plugin was installed successfully:
@ -55,8 +55,8 @@ 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
3 | zabbix_monitoring_emc | 1.0.0 | 2.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0
3 | zabbix_monitoring_emc | 1.0.1 | 2.0.0
For more information and instructions, see the EMC hardware monitoring extension
for Zabbix plugin Guide in the
@ -74,3 +74,5 @@ Dmitry Klenov <dklenov@mirantis.com> (PM)
Piotr Misiak <pmisiak@mirantis.com> (developer)
Szymon Bańka <sbanka@mirantis.com> (developer)
Alexander Zatserklyany <azatserklyany@mirantis.com> (QA engineer)
Swann Croiset <scroiset@mirantis.com> (developer)
Olivier Bourdon <obourdon@mirantis.com> (developer)

View File

@ -17,8 +17,8 @@ Requirements
================================== ===============
Requirement Version/Comment
================================== ===============
Fuel 7.0
Fuel 7.0 and 8.0
Zabbix plugin for Fuel 2.5.0
SNMP trap daemon for Zabbix plugin 1.0.0
SNMP trap daemon for Zabbix plugin 1.0.1
================================== ===============

View File

@ -21,13 +21,13 @@ steps:
that. If you do not have the Fuel Master node yet, see `Quick Start Guide
<https://software.mirantis.com/quick-start/>`_::
# scp zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm \
# scp zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
5. Log into the Fuel Master node. Install the plugin::
# cd /tmp
# fuel plugins --install zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm
# fuel plugins --install zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm
6. Check if the plugin was installed successfully::
@ -35,6 +35,6 @@ steps:
id | name | version | package_version
---|---------------------------|----------|----------------
1 | zabbix_monitoring | 2.5.0 | 3.0.0
2 | zabbix_snmptrapd | 1.0.0 | 2.0.0
3 | zabbix_monitoring_emc | 1.0.0 | 2.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0
3 | zabbix_monitoring_emc | 1.0.1 | 2.0.0

View File

@ -8,7 +8,7 @@ Zabbix
network services,servers, and other network hardware.
VIP
Virtual IP Adress.
Virtual IP Address.
SNMP trap
A message which is send from agent (for example EMC array) to monitoring

View File

@ -2,11 +2,11 @@
name: zabbix_monitoring_emc
title: EMC hardware monitoring extension for Zabbix plugin
# Plugin version
version: 1.0.0
version: 1.0.1
# Description
description: Adds EMC hardware monitoring to Zabbix plugin
# 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-emc'
# Authors
authors: ['Dmitry Klenov <dklenov@mirantis.com>', 'Piotr Misiak <pmisiak@mirantis.com>', 'Szymon Banka <sbanka@mirantis.com>', 'Alexander Zatserklyany <azatserklyany@mirantis.com>']
authors: ['Dmitry Klenov <dklenov@mirantis.com>', 'Piotr Misiak <pmisiak@mirantis.com>', 'Szymon Banka <sbanka@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

@ -103,6 +103,8 @@ Assignee(s)
| Piotr Misiak <pmisiak@mirantis.com> (developer)
| Szymon Bańka <sbanka@mirantis.com> (developer)
| Alexander Zatserklyany <azatserklyany@mirantis.com> (QA engineer)
| Swann Croiset <scroiset@mirantis.com> (developer)
| Olivier Bourdon <obourdon@mirantis.com> (developer)
Work Items
----------
@ -115,9 +117,9 @@ Work Items
Dependencies
============
* Fuel 6.1
* Zabbix plugin for Fuel 1.0.0
* SNMP trap daemon for Zabbix plugin 1.0.0
* Fuel 7.0 or 8.0
* Zabbix plugin for Fuel 2.5.0
* SNMP trap daemon for Zabbix plugin 1.0.1
Testing
=======