Roll back version from 2.6.0 to 2.5.1

Change-Id: Ieed37b93add20a13c20da031e5662cdb6120fa53
This commit is contained in:
Olivier Bourdon 2016-07-20 10:27:01 +02:00
parent 704cd71252
commit 6e30a062fd
5 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ Requirements
| Requirement | Version/Comment | | Requirement | Version/Comment |
|:---------------------------------|:----------------| |:---------------------------------|:----------------|
| Mirantis OpenStack compatibility | 7.0, 8.0, 9.0 | | Mirantis OpenStack compatibility | 7.0, 8.0, 9.0 |
| Zabbix plugin for Fuel | 2.6.0 | | Zabbix plugin for Fuel | 2.5.1 |
Installation Guide Installation Guide
================== ==================
@ -48,7 +48,7 @@ To install SNMP trap daemon plugin, follow these steps:
# fuel plugins # fuel plugins
id | name | version | package_version id | name | version | package_version
---|-------------------|---------|---------------- ---|-------------------|---------|----------------
1 | zabbix_monitoring | 2.6.0 | 3.0.0 1 | zabbix_monitoring | 2.5.1 | 3.0.0
2 | zabbix_snmptrapd | 1.1.0 | 3.0.0 2 | zabbix_snmptrapd | 1.1.0 | 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

View File

@ -2,6 +2,7 @@ Release notes / Changelog
========================= =========================
**1.1.0** **1.1.0**
* Compatibility with MOS 9.0 * Compatibility with MOS 9.0
**1.0.1** **1.0.1**

View File

@ -21,6 +21,6 @@ Requirements
Requirement Version/Comment Requirement Version/Comment
====================== ================ ====================== ================
Fuel 7.0, 8.0 and 9.0 Fuel 7.0, 8.0 and 9.0
Zabbix plugin for Fuel 2.6.0 Zabbix plugin for Fuel 2.5.1
====================== ================ ====================== ================

View File

@ -17,9 +17,9 @@ To install SNMP trap daemon for Zabbix plugin, follow these steps:
`Fuel Plugins Catalog <https://www.mirantis.com/products/ `Fuel Plugins Catalog <https://www.mirantis.com/products/
openstack-drivers-and-plugins/fuel-plugins/>`_. openstack-drivers-and-plugins/fuel-plugins/>`_.
#. Copy the plugin on already installed Fuel Master node, ssh can be used for #. Copy the plugin from your local machine to a previously deployed
that. If you do not have the Fuel Master node yet, see `Quick Start Guide Fuel Master node using ssh. If you do not have the Fuel Master node yet,
<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.0-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
@ -33,7 +33,7 @@ To install SNMP trap daemon for Zabbix plugin, follow these steps:
# fuel plugins # fuel plugins
id | name | version | package_version id | name | version | package_version
---|---------------------------|----------|---------------- ---|---------------------------|----------|----------------
1 | zabbix_monitoring | 2.6.0 | 3.0.0 1 | zabbix_monitoring | 2.5.1 | 3.0.0
2 | zabbix_snmptrapd | 1.1.0 | 3.0.0 2 | zabbix_snmptrapd | 1.1.0 | 3.0.0
SNMP trap daemon for Zabbix plugin removal SNMP trap daemon for Zabbix plugin removal
@ -41,7 +41,7 @@ SNMP trap daemon for Zabbix plugin removal
To uninstall SNMP Trap Daemon for Zabbix plugin, follow these steps: To uninstall SNMP Trap Daemon for Zabbix plugin, follow these steps:
#. Delete all Environments in which SNMP Trap Daemon for Zabbix plugin has been enabled. #. Delete all environments in which SNMP Trap Daemon for Zabbix plugin has been enabled.
#. Uninstall the plugin:: #. Uninstall the plugin::
@ -54,4 +54,3 @@ To uninstall SNMP Trap Daemon for Zabbix plugin, follow these steps:
---|---------------------------|----------|---------------- ---|---------------------------|----------|----------------
... ...
You can still have other plugins listed here but not zabbix_snmptrapd You can still have other plugins listed here but not zabbix_snmptrapd

View File

@ -119,7 +119,7 @@ Dependencies
============ ============
* Fuel 7.0, 8.0 and 9.0 * Fuel 7.0, 8.0 and 9.0
* Zabbix plugin for Fuel 2.6.0 * Zabbix plugin for Fuel 2.5.1
Testing Testing
======= =======