Add MOS 9.2 as supported release

Change-Id: Ifa15a1bd716a4597a192a93f9820c135127015d5
This commit is contained in:
Olivier Bourdon 2017-02-17 12:21:58 +01:00
parent c1a66324bd
commit 6620c904d5
10 changed files with 34 additions and 27 deletions

View File

@ -13,10 +13,10 @@ It is a base for additional plugins which adds specific SNMP traps monitoring.
Requirements Requirements
------------ ------------
| Requirement | Version/Comment | | Requirement | Version/Comment |
|:---------------------------------|:-------------------| |:---------------------------------|:----------------------------|
| Mirantis OpenStack compatibility | 7.0, 8.0, 9.0, 9.1 | | Mirantis OpenStack compatibility | 7.0, 8.0, 9.0, 9.1, and 9.2 |
| Zabbix plugin for Fuel | 2.5.1 | | Zabbix plugin for Fuel | 2.5.2 |
Installation Guide Installation Guide
================== ==================
@ -36,20 +36,20 @@ To install SNMP trap daemon plugin, follow these steps:
that. If you do not have the Fuel Master node yet, see that. If you do not have the Fuel Master node yet, see
[Quick Start Guide](https://software.mirantis.com/quick-start/) : [Quick Start Guide](https://software.mirantis.com/quick-start/) :
# scp zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm root@<Fuel_Master_ip>:/tmp # scp zabbix_snmptrapd-1.1-1.1.1-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
4. Install the plugin: 4. Install the plugin:
# cd /tmp # cd /tmp
# fuel plugins --install zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm # fuel plugins --install zabbix_snmptrapd-1.1-1.1.1-1.noarch.rpm
5. Check if the plugin was installed successfully: 5. Check if the plugin was installed successfully:
# fuel plugins # fuel plugins
id | name | version | package_version id | name | version | package_version
---|-------------------|---------|---------------- ---|-------------------|---------|----------------
1 | zabbix_monitoring | 2.5.1 | 3.0.0 1 | zabbix_monitoring | 2.5.2 | 3.0.0
2 | zabbix_snmptrapd | 1.1.0 | 3.0.0 2 | zabbix_snmptrapd | 1.1.1 | 3.0.0
For more information and instructions, see the SNMP trap daemon plugin Guide For more information and instructions, see the SNMP trap daemon plugin Guide
in the [Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins) in the [Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins)

View File

@ -1,6 +1,10 @@
Release notes / Changelog Release notes / Changelog
========================= =========================
**1.1.1**
* Compatibility with MOS 9.2
**1.1.0** **1.1.0**
* Compatibility with MOS 9.0 and MOS 9.1 * Compatibility with MOS 9.0 and MOS 9.1

View File

@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'The Zabbix SNMP Trap Daemon plugin for Fuel' project = u'The Zabbix SNMP Trap Daemon plugin for Fuel'
copyright = u'2016, Mirantis Inc.' copyright = u'2017, Mirantis Inc.'
author = u'Mirantis Inc.' author = u'Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version. # The short X.Y version.
version = '1.1' version = '1.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1-1.1.0-1' release = '1.1-1.1.1-1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -17,10 +17,10 @@ additional plugins to add monitoring of SNMP traps specific for their hardware.
Requirements Requirements
============ ============
====================== ===================== ====================== ==========================
Requirement Version/Comment Requirement Version/Comment
====================== ===================== ====================== ==========================
Fuel 7.0, 8.0, 9.0 and 9.1 Fuel 7.0, 8.0, 9.0, 9.1 and 9.2
Zabbix plugin for Fuel 2.5.1 Zabbix plugin for Fuel 2.5.2
====================== ===================== ====================== ==========================

View File

@ -21,20 +21,20 @@ To install SNMP trap daemon for Zabbix plugin, follow these steps:
Fuel Master node using ssh. If you do not have the Fuel Master node yet, Fuel Master node using ssh. If you do not have the Fuel Master node yet,
see `Quick Start Guide <https://software.mirantis.com/quick-start/>`_:: see `Quick Start Guide <https://software.mirantis.com/quick-start/>`_::
# scp zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm root@<Fuel_Master_IP>:/tmp # scp zabbix_snmptrapd-1.1-1.1.1-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
#. Log into the Fuel Master node. Install the plugin:: #. Log into the Fuel Master node. Install the plugin::
# cd /tmp # cd /tmp
# fuel plugins --install zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm # fuel plugins --install zabbix_snmptrapd-1.1-1.1.1-1.noarch.rpm
#. Check if the plugin was installed successfully:: #. Check if the plugin was installed successfully::
# fuel plugins # fuel plugins
id | name | version | package_version id | name | version | package_version
---|---------------------------|----------|---------------- ---|---------------------------|----------|----------------
1 | zabbix_monitoring | 2.5.1 | 3.0.0 1 | zabbix_monitoring | 2.5.2 | 3.0.0
2 | zabbix_snmptrapd | 1.1.0 | 3.0.0 2 | zabbix_snmptrapd | 1.1.1 | 3.0.0
SNMP trap daemon for Zabbix plugin removal SNMP trap daemon for Zabbix plugin removal
========================================== ==========================================
@ -45,7 +45,7 @@ To uninstall SNMP Trap Daemon for Zabbix plugin, follow these steps:
#. Uninstall the plugin:: #. Uninstall the plugin::
# fuel plugins --remove zabbix_snmptrapd==1.1.0 # fuel plugins --remove zabbix_snmptrapd==1.1.1
#. Check if the plugin was uninstalled successfully:: #. Check if the plugin was uninstalled successfully::

View File

@ -26,5 +26,8 @@ Version Revision date Editor Comment
------- ------------- ---------------------------- --------------------- ------- ------------- ---------------------------- ---------------------
1.1.0 10.19.2016 Olivier Bourdon Added MOS 9.1 support 1.1.0 10.19.2016 Olivier Bourdon Added MOS 9.1 support
(obourdon@mirantis.com) (obourdon@mirantis.com)
------- ------------- ---------------------------- ---------------------
1.1.1 02.17.2017 Olivier Bourdon Added MOS 9.2 support
(obourdon@mirantis.com)
======= ============= ============================ ===================== ======= ============= ============================ =====================

View File

@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'The Zabbix SNMP Trapd plugin for Fuel Test Plan' project = u'The Zabbix SNMP Trapd plugin for Fuel Test Plan'
copyright = u'2016, Mirantis Inc.' copyright = u'2017, Mirantis Inc.'
author = u'Mirantis Inc.' author = u'Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version. # The short X.Y version.
version = '1.1' version = '1.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1-1.1.0-1' release = '1.1-1.1.1-1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'The Zabbix SNMP Trapd plugin for Fuel Specification' project = u'The Zabbix SNMP Trapd plugin for Fuel Specification'
copyright = u'2016, Mirantis Inc.' copyright = u'2017, Mirantis Inc.'
author = u'Mirantis Inc.' author = u'Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version. # The short X.Y version.
version = '1.1' version = '1.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1-1.1.0-1' release = '1.1-1.1.1-1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -118,8 +118,8 @@ Work Items
Dependencies Dependencies
============ ============
* Fuel 7.0, 8.0, 9.0 and 9.1 * Fuel 7.0, 8.0, 9.0, 9.1 and 9.2
* Zabbix plugin for Fuel 2.5.1 * Zabbix plugin for Fuel 2.5.2
Testing Testing
======= =======

View File

@ -2,7 +2,7 @@
name: zabbix_snmptrapd name: zabbix_snmptrapd
title: SNMP trap daemon for Zabbix plugin title: SNMP trap daemon for Zabbix plugin
# Plugin version # Plugin version
version: 1.1.0 version: 1.1.1
# Description # Description
description: Gives ability to receive SNMP traps and pass them to Zabbix. description: Gives ability to receive SNMP traps and pass them to Zabbix.
# Required fuel version # Required fuel version