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 | | Requirement | Version/Comment |
|:-----------------------------------|:----------------| |:-----------------------------------|:----------------|
| Mirantis OpenStack compatibility | 7.0 | | Mirantis OpenStack compatibility | 7.0, 8.0 |
| Zabbix plugin for Fuel | 2.5.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 Installation Guide
================== ==================
@ -47,7 +47,7 @@ follow these steps:
5. Install the plugin: 5. Install the plugin:
# cd /tmp # 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: 6. Check if the plugin was installed successfully:
@ -55,8 +55,8 @@ follow these steps:
id | name | version | package_version id | name | version | package_version
---|-----------------------|---------|---------------- ---|-----------------------|---------|----------------
1 | zabbix_monitoring | 2.5.0 | 3.0.0 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
3 | zabbix_monitoring_emc | 1.0.0 | 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 more information and instructions, see the EMC hardware monitoring extension
for Zabbix plugin Guide in the for Zabbix plugin Guide in the
@ -74,3 +74,5 @@ Dmitry Klenov <dklenov@mirantis.com> (PM)
Piotr Misiak <pmisiak@mirantis.com> (developer) Piotr Misiak <pmisiak@mirantis.com> (developer)
Szymon Bańka <sbanka@mirantis.com> (developer) Szymon Bańka <sbanka@mirantis.com> (developer)
Alexander Zatserklyany <azatserklyany@mirantis.com> (QA engineer) 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 Requirement Version/Comment
================================== =============== ================================== ===============
Fuel 7.0 Fuel 7.0 and 8.0
Zabbix plugin for Fuel 2.5.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 that. If you do not have the Fuel Master node yet, see `Quick Start Guide
<https://software.mirantis.com/quick-start/>`_:: <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 root@<The_Fuel_Master_node_IP>:/tmp
5. Log into the Fuel Master node. Install the plugin:: 5. Log into the Fuel Master node. Install the plugin::
# cd /tmp # 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:: 6. Check if the plugin was installed successfully::
@ -35,6 +35,6 @@ steps:
id | name | version | package_version id | name | version | package_version
---|---------------------------|----------|---------------- ---|---------------------------|----------|----------------
1 | zabbix_monitoring | 2.5.0 | 3.0.0 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
3 | zabbix_monitoring_emc | 1.0.0 | 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. network services,servers, and other network hardware.
VIP VIP
Virtual IP Adress. Virtual IP Address.
SNMP trap SNMP trap
A message which is send from agent (for example EMC array) to monitoring A message which is send from agent (for example EMC array) to monitoring

View File

@ -2,11 +2,11 @@
name: zabbix_monitoring_emc name: zabbix_monitoring_emc
title: EMC hardware monitoring extension for Zabbix plugin title: EMC hardware monitoring extension for Zabbix plugin
# Plugin version # Plugin version
version: 1.0.0 version: 1.0.1
# Description # Description
description: Adds EMC hardware monitoring to Zabbix plugin description: Adds EMC hardware monitoring to Zabbix plugin
# Required fuel version # Required fuel version
fuel_version: ['7.0'] fuel_version: ['7.0', '8.0']
# Groups # Groups
groups: ['monitoring'] groups: ['monitoring']
# Licenses # Licenses
@ -14,7 +14,7 @@ licenses: ['Apache License, Version 2.0']
# Homepage # Homepage
homepage: 'https://github.com/stackforge/fuel-plugin-zabbix-emc' homepage: 'https://github.com/stackforge/fuel-plugin-zabbix-emc'
# Authors # 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 # The plugin is compatible with releases in the list
releases: releases:
@ -23,11 +23,11 @@ releases:
mode: ['ha'] mode: ['ha']
deployment_scripts_path: deployment_scripts/ deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu repository_path: repositories/ubuntu
- os: centos - os: ubuntu
version: 2015.1.0-7.0 version: liberty-8.0
mode: ['ha'] mode: ['ha']
deployment_scripts_path: deployment_scripts/ deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos repository_path: repositories/ubuntu
# Version of plugin package # Version of plugin package
package_version: '2.0.0' package_version: '2.0.0'

View File

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