Roll back version from 2.6.0 to 2.5.1

Change-Id: Ic14366d7f3e143a56d1fde7dac17d1e50d6fabd5
This commit is contained in:
Olivier Bourdon 2016-07-20 10:22:52 +02:00
parent f8a93642a9
commit 8b16151a94
4 changed files with 9 additions and 10 deletions

View File

@ -17,7 +17,7 @@ Requirements
| Requirement | Version/Comment |
|:-----------------------------------|:----------------|
| Mirantis OpenStack compatibility | 7.0, 8.0, 9.0 |
| Zabbix plugin for Fuel | 2.6.0 |
| Zabbix plugin for Fuel | 2.5.1 |
| SNMP trap daemon for Zabbix plugin | 1.1.0 |
Installation Guide
@ -56,7 +56,7 @@ follow these steps:
# fuel plugins
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
3 | zabbix_monitoring_extreme_networks | 1.1.0 | 3.0.0

View File

@ -19,7 +19,7 @@ Requirements
Requirement Version/Comment
================================== ================
Fuel 7.0, 8.0 and 9.0
Zabbix plugin for Fuel 2.6.0
Zabbix plugin for Fuel 2.5.1
SNMP trap daemon for Zabbix plugin 1.1.0
================================== ================

View File

@ -26,7 +26,7 @@ follow these steps:
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/>`_::
# scp zabbix_monitoring-2.6-2.6.0-1.noarch.rpm \
# scp zabbix_monitoring-2.5-2.5.1-1.noarch.rpm \
root@<Fuel_Master_IP>:/tmp
# scp zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm \
root@<Fuel_Master_IP>:/tmp
@ -38,18 +38,18 @@ follow these steps:
# cd /tmp
# fuel plugins --install \
zabbix_monitoring-2.6-2.6.0-1.noarch.rpm
zabbix_monitoring-2.5-2.5.1-1.noarch.rpm
# fuel plugins --install \
zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm
# fuel plugins --install \
zabbix_monitoring_extreme_networks-1.1-1.1.0-1.noarch.rpm
6# Make sure the plugins were installed correctly::
#. Make sure the plugins were installed correctly::
# fuel plugins
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
3 | zabbix_monitoring_extreme_networks | 1.1.0 | 3.0.0
@ -59,8 +59,7 @@ Extreme Networks hardware monitoring extension removal
To uninstall Extreme Networks hardware monitoring extension for Zabbix plugin,
follow these steps:
#. Delete all Environments in which Extreme Networks hardware monitoring extension
for Zabbix plugin has been enabled.
#. Delete all environments in which Extreme Networks hardware monitoring extension for Zabbix plugin has been enabled.
#. Uninstall the plugin::

View File

@ -120,7 +120,7 @@ Dependencies
============
* Fuel 7.0, 8.0 and 9.0
* Zabbix plugin for Fuel 2.6.0
* Zabbix plugin for Fuel 2.5.1
* SNMP trap daemon for Zabbix plugin 1.1.0
Testing