Add support for MOS 7.0 and MOS 8.0

Change-Id: Ic6134eb085abf272fe0833287d241e885888751b
This commit is contained in:
Olivier Bourdon 2016-02-29 13:26:37 +01:00
parent bdc096aabe
commit 824e55f297
6 changed files with 28 additions and 24 deletions

View File

@ -16,9 +16,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
==================
@ -42,14 +42,14 @@ 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_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm \
# scp zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm \
root@<Fuel_Master_ip>:/tmp
5. Install the plugin:
# cd /tmp
# fuel plugins --install \
zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm
zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm
6. Check if the plugin was installed successfully:
@ -57,8 +57,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_extreme_networks | 1.0.0 | 2.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0
3 | zabbix_monitoring_extreme_networks | 1.0.1 | 2.0.0
For more information and instructions, see the Extreme Networks hardware
monitoring extension for Zabbix plugin Guide in the
@ -76,3 +76,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

@ -18,8 +18,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

@ -23,9 +23,9 @@ follow these steps:
# scp zabbix_monitoring-2.5-2.5.0-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
# scp zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm \
# scp zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
# scp zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm \
# scp zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
5. Log into the Fuel Master node. Install each of the three plugins using
@ -35,9 +35,9 @@ follow these steps:
# fuel plugins --install \
zabbix_monitoring-2.5-2.5.0-1.noarch.rpm
# fuel plugins --install \
zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm
zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm
# fuel plugins --install \
zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm
zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm
6. Make sure the plugins were installed correctly::
@ -45,6 +45,6 @@ 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_extreme_networks | 1.0.0 | 2.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0
3 | zabbix_monitoring_extreme_networks | 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 Extreme Networks switch) to

View File

@ -2,11 +2,11 @@
name: zabbix_monitoring_extreme_networks
title: Extreme Networks hardware monitoring extension for Zabbix plugin
# Plugin version
version: 1.0.0
version: 1.0.1
# Description
description: Adds Extreme Networks 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-monitoring-extreme-networks'
# 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

@ -105,6 +105,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
----------
@ -117,9 +119,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 and 80
* Zabbix plugin for Fuel 2.5.0
* SNMP trap daemon for Zabbix plugin 1.0.1
Testing
=======