Update for 2.5.2 release

Change-Id: Id55e44d4a41f37d326306d8d9da67d3fe7e89d91
This commit is contained in:
Olivier Bourdon 2017-01-10 09:03:44 +01:00
parent 646dc92052
commit 45bcbdecb7
13 changed files with 41 additions and 29 deletions

View File

@ -12,9 +12,9 @@ and OpenStack services and APIs.
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, 9.2 |
Installation Guide Installation Guide
================== ==================
@ -43,7 +43,7 @@ To install Zabbix plugin, follow these steps:
# 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
For further details see the Zabbix Plugin Guide in the For further details see the Zabbix Plugin Guide in the
[Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins) [Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins)

View File

@ -1,6 +1,15 @@
Release notes / Changelog Release notes / Changelog
========================= =========================
**2.5.2**
* Compatibility with MOS 7.0, 8.0, 9.0, 9.1 and 9.2
* VIP becomes unavailable after its Controller reboot if Zabbix with OVS bridges are used (bug 1644821_)
* Error when deploying on MOS 9.0 env with modified hostnames (bug 1633701_)
.. _1644821: https://bugs.launchpad.net/fuel-plugins/+bug/1644821
.. _1633701: https://bugs.launchpad.net/fuel-plugins/+bug/1633701
**2.5.1** **2.5.1**
* Compatibility with MOS 7.0, 8.0, 9.0 and 9.1 * Compatibility with MOS 7.0, 8.0, 9.0 and 9.1

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version. # The short X.Y version.
version = '2.5' version = '2.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.5-2.5.1-1' release = '2.5-2.5.2-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

@ -10,11 +10,11 @@ services and APIs.
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
=========== ===================== =========== ==========================
Operational limitations Operational limitations
======================= =======================

View File

@ -17,19 +17,19 @@ To install 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_monitoring-2.5-2.5.1-1.noarch.rpm root@<Fuel_Master_IP>:/tmp # scp zabbix_monitoring-2.5-2.5.2-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_monitoring-2.5-2.5.1-1.noarch.rpm # fuel plugins --install zabbix_monitoring-2.5-2.5.2-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
Zabbix plugin removal Zabbix plugin removal
===================== =====================
@ -40,7 +40,7 @@ To uninstall Zabbix plugin, follow these steps:
#. Uninstall the plugin:: #. Uninstall the plugin::
# fuel plugins --remove zabbix_monitoring==2.5.1 # fuel plugins --remove zabbix_monitoring==2.5.2
#. Check if the plugin was uninstalled successfully:: #. Check if the plugin was uninstalled successfully::

View File

@ -19,8 +19,8 @@ Reduced footprint
The Zabbix plugin does not support reduced footprint deployment for Fuel 7.0 The Zabbix plugin does not support reduced footprint deployment for Fuel 7.0
and Fuel 8.0. `LP1610217 <https://bugs.launchpad.net/fuel/+bug/1610217>`_ and Fuel 8.0. `LP1610217 <https://bugs.launchpad.net/fuel/+bug/1610217>`_
The Zabbix plugin version 2.5.1 supports the reduced footprint deployment The Zabbix plugin version 2.5.2 supports the reduced footprint deployment
with Fuel 9.x **only**. To deploy a corresponding OpenStack environment: starting with Fuel 9.x **only**. To deploy a corresponding OpenStack environment:
#. Enable the `reduced footprint <https://docs.mirantis.com/openstack/fuel/fuel-master/operations/reduced-footprint-ops.html>`_ #. Enable the `reduced footprint <https://docs.mirantis.com/openstack/fuel/fuel-master/operations/reduced-footprint-ops.html>`_
feature and deploy all ``virt`` nodes **without** enabling the Zabbix feature and deploy all ``virt`` nodes **without** enabling the Zabbix

View File

@ -50,5 +50,8 @@ Version Revision date Editor Comment
------- ------------- ---------------------------- --------------------- ------- ------------- ---------------------------- ---------------------
2.5.1 10.19.2016 Olivier Bourdon Added MOS 9.1 support 2.5.1 10.19.2016 Olivier Bourdon Added MOS 9.1 support
(obourdon@mirantis.com) (obourdon@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.5.2 01.10.2017 Olivier Bourdon Added MOS 9.2 support
(obourdon@mirantis.com) Bug Fixes
======= ============= ============================ ===================== ======= ============= ============================ =====================

View File

@ -32,7 +32,7 @@ Finding the management VIP
On the returned node from the command above for a given environment, you might also want to know what is the Zabbix VIP address, so run the following command on Fuel master node:: On the returned node from the command above for a given environment, you might also want to know what is the Zabbix VIP address, so run the following command on Fuel master node::
# ssh -q node-4 ip netns exec haproxy ifconfig b_zbx_vip_mgmt | \ # ssh -q node-4 ip netns exec zabbix ifconfig b_zbx_vip_mgmt | \
grep 'inet addr:' | sed -e 's/[^:]*://' -e 's/ .*//' grep 'inet addr:' | sed -e 's/[^:]*://' -e 's/ .*//'
192.168.0.3 192.168.0.3
# ssh -q node-4 awk '/zbx_vip_mgmt/ {n=1} n==1 && /ipaddr/ {print;exit}' \ # ssh -q node-4 awk '/zbx_vip_mgmt/ {n=1} n==1 && /ipaddr/ {print;exit}' \

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version. # The short X.Y version.
version = '2.5' version = '2.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.5-2.5.1-1' release = '2.5-2.5.2-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

@ -23,11 +23,11 @@ Test environment, infrastructure and tools
Product compatibility matrix Product compatibility matrix
============================ ============================
+--------------------+----------------------+ +--------------------+----------------------------+
| Product | Version/Comment | | Product | Version/Comment |
+====================+======================+ +====================+============================+
| Mirantis OpenStack | 7.0, 8.0, 9.0 and 9.1| | Mirantis OpenStack | 7.0, 8.0, 9.0, 9.1 and 9.2 |
+--------------------+----------------------+ +--------------------+----------------------------+
| Zabbix monitoring | 2.5.1 | | Zabbix monitoring | 2.5.2 |
+--------------------+----------------------+ +--------------------+----------------------------+

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version. # The short X.Y version.
version = '2.5' version = '2.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.5-2.5.0-1' release = '2.5-2.5.2-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

@ -3,9 +3,9 @@
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
============================= ==================
Zabbix Fuel plugin Zabbix Fuel plugin
============================= ==================
Zabbix plugin for Fuel extends Mirantis OpenStack functionality Zabbix plugin for Fuel extends Mirantis OpenStack functionality
by installing Zabbix monitoring system. by installing Zabbix monitoring system.
@ -120,7 +120,7 @@ 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
Testing Testing
======= =======

View File

@ -2,7 +2,7 @@
name: zabbix_monitoring name: zabbix_monitoring
title: Zabbix for Fuel title: Zabbix for Fuel
# Plugin version # Plugin version
version: 2.5.1 version: 2.5.2
# Description # Description
description: Enables Zabbix Monitoring. For information how to access Zabbix UI refer to Zabbix plugin User Guide. Zabbix URL schema is http://<VIP>/zabbix description: Enables Zabbix Monitoring. For information how to access Zabbix UI refer to Zabbix plugin User Guide. Zabbix URL schema is http://<VIP>/zabbix
# Required fuel version # Required fuel version