Add support for MOS 10.0

Change-Id: I893303ebc440e4f989f7383bea4a9ce0f1f69a96
This commit is contained in:
Olivier Bourdon 2016-12-19 15:53:08 +01:00
parent d51d8265c5
commit 162ae0504f
12 changed files with 89 additions and 76 deletions

View File

@ -12,9 +12,9 @@ and OpenStack services and APIs.
Requirements
------------
| Requirement | Version/Comment |
|:---------------------------------|:------------------------|
| Mirantis OpenStack compatibility | 7.0, 8.0, 9.0, 9.1, 9.2 |
| Requirement | Version/Comment |
|:---------------------------------|:------------------------------|
| Mirantis OpenStack compatibility | 7.0, 8.0, 9.0, 9.1, 9.2, 10.0 |
Installation Guide
==================
@ -43,7 +43,7 @@ To install Zabbix plugin, follow these steps:
# fuel plugins
id | name | version | package_version
---|-------------------|---------|----------------
1 | zabbix_monitoring | 2.5.2 | 3.0.0
1 | zabbix_monitoring | 2.5.3 | 3.0.0
For further details see the Zabbix Plugin Guide in the
[Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins)

View File

@ -1,6 +1,10 @@
Release notes / Changelog
=========================
**2.5.3**
* Compatibility with MOS 7.0, 8.0, 9.0, 9.1, 9.2 and 10.0
**2.5.2**
* Compatibility with MOS 7.0, 8.0, 9.0, 9.1 and 9.2

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.5-2.5.2-1'
release = '2.5-2.5.3-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -10,11 +10,11 @@ services and APIs.
Requirements
============
=========== ==========================
=========== ================================
Requirement Version/Comment
=========== ==========================
Fuel 7.0, 8.0, 9.0, 9.1 and 9.2
=========== ==========================
=========== ================================
Fuel 7.0, 8.0, 9.0, 9.1, 9.2 and 10.0
=========== ================================
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,
see `Quick Start Guide <https://software.mirantis.com/quick-start/>`_::
# scp zabbix_monitoring-2.5-2.5.2-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
# scp zabbix_monitoring-2.5-2.5.3-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
#. Log into the Fuel Master node. Install the plugin::
# cd /tmp
# fuel plugins --install zabbix_monitoring-2.5-2.5.2-1.noarch.rpm
# fuel plugins --install zabbix_monitoring-2.5-2.5.3-1.noarch.rpm
#. Check if the plugin was installed successfully::
# fuel plugins
id | name | version | package_version
---|---------------------------|----------|----------------
1 | zabbix_monitoring | 2.5.2 | 3.0.0
1 | zabbix_monitoring | 2.5.3 | 3.0.0
Zabbix plugin removal
=====================
@ -40,7 +40,7 @@ To uninstall Zabbix plugin, follow these steps:
#. Uninstall the plugin::
# fuel plugins --remove zabbix_monitoring==2.5.2
# fuel plugins --remove zabbix_monitoring==2.5.3
#. Check if the plugin was uninstalled successfully::

View File

@ -19,7 +19,7 @@ Reduced footprint
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>`_
The Zabbix plugin version 2.5.2 supports the reduced footprint deployment
The Zabbix plugin version 2.5.3 supports the reduced footprint deployment
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>`_

View File

@ -2,56 +2,59 @@
Revision history
================
======= ============= ============================ =====================
Version Revision date Editor Comment
======= ============= ============================ =====================
0.1 01.23.2014 Irina Povolotskaya Created the template
(ipovolotskaya@mirantis.com) structure.
------- ------------- ---------------------------- ---------------------
0.2 03.23.2015 Piotr Misiak First release.
(pmisiak@mirantis.com)
------- ------------- ---------------------------- ---------------------
0.3 03.25.2015 Irina Povolotskaya Minor changes.
(ipovolotskaya@mirantis.com)
------- ------------- ---------------------------- ---------------------
0.4 03.30.2015 Irina Povolotskaya Added `Document
(ipovolotskaya@mirantis.com) purpose <#document-
purpose>`_ and `Key
terms, acronyms and
abbreviations <#key-
terms-acronyms-and-
abbreviations>`_
sections.
------- ------------- ---------------------------- ---------------------
0.5 03.31.2015 Piotr Misiak Installation guide
(pmisiak@mirantis.com) changed to rpm
package
------- ------------- ---------------------------- ---------------------
0.6 04.02.2015 Piotr Misiak User guide added
(pmisiak@mirantis.com)
------- ------------- ---------------------------- ---------------------
1.0 04.15.2015 Piotr Misiak Major version
(pmisiak@mirantis.com)
------- ------------- ---------------------------- ---------------------
1.0.1 02.05.2016 Olivier Bourdon Minor version
(obourdon@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.0.0 11.23.2015 Swann Croiset Major version
======= ============= ============================ ======================
Version Revision date Editor Comment
======= ============= ============================ ======================
0.1 01.23.2014 Irina Povolotskaya Created the template
(ipovolotskaya@mirantis.com) structure.
------- ------------- ---------------------------- ----------------------
0.2 03.23.2015 Piotr Misiak First release.
(pmisiak@mirantis.com)
------- ------------- ---------------------------- ----------------------
0.3 03.25.2015 Irina Povolotskaya Minor changes.
(ipovolotskaya@mirantis.com)
------- ------------- ---------------------------- ----------------------
0.4 03.30.2015 Irina Povolotskaya Added `Document
(ipovolotskaya@mirantis.com) purpose <#document-
purpose>`_ and `Key
terms, acronyms and
abbreviations <#key-
terms-acronyms-and-
abbreviations>`_
sections.
------- ------------- ---------------------------- ----------------------
0.5 03.31.2015 Piotr Misiak Installation guide
(pmisiak@mirantis.com) changed to rpm
package
------- ------------- ---------------------------- ----------------------
0.6 04.02.2015 Piotr Misiak User guide added
(pmisiak@mirantis.com)
------- ------------- ---------------------------- ----------------------
1.0 04.15.2015 Piotr Misiak Major version
(pmisiak@mirantis.com)
------- ------------- ---------------------------- ----------------------
1.0.1 02.05.2016 Olivier Bourdon Minor version
(obourdon@mirantis.com)
------- ------------- ---------------------------- ----------------------
2.0.0 11.23.2015 Swann Croiset Major version
(scroiset@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.5.0 11.20.2015 Swann Croiset Major version
------- ------------- ---------------------------- ----------------------
2.5.0 11.20.2015 Swann Croiset Major version
(scroiset@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.5.0 03.10.2016 Olivier Bourdon Doc fixes
(obourdon@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.5.1 07.20.2016 Olivier Bourdon Added MOS 9.0 support
(obourdon@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.5.1 10.19.2016 Olivier Bourdon Added MOS 9.1 support
(obourdon@mirantis.com)
------- ------------- ---------------------------- ---------------------
2.5.2 01.10.2017 Olivier Bourdon Added MOS 9.2 support
(obourdon@mirantis.com) Bug Fixes
======= ============= ============================ =====================
------- ------------- ---------------------------- ----------------------
2.5.0 03.10.2016 Olivier Bourdon Doc fixes
(obourdon@mirantis.com)
------- ------------- ---------------------------- ----------------------
2.5.1 07.20.2016 Olivier Bourdon Added MOS 9.0 support
(obourdon@mirantis.com)
------- ------------- ---------------------------- ----------------------
2.5.1 10.19.2016 Olivier Bourdon Added MOS 9.1 support
(obourdon@mirantis.com)
------- ------------- ---------------------------- ----------------------
2.5.2 01.10.2017 Olivier Bourdon Added MOS 9.2 support
(obourdon@mirantis.com) Bug Fixes
------- ------------- ---------------------------- ----------------------
2.5.3 02.20.2017 Olivier Bourdon Added MOS 10.0 support
(obourdon@mirantis.com)
======= ============= ============================ ======================

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.5-2.5.2-1'
release = '2.5-2.5.3-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.5-2.5.2-1'
release = '2.5-2.5.3-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -120,7 +120,7 @@ Work Items
Dependencies
============
* Fuel 7.0, 8.0, 9.0, 9.1 and 9.2
* Fuel 7.0, 8.0, 9.0, 9.1, 9.2 and 10.0
Testing
=======

View File

@ -2,11 +2,11 @@
name: zabbix_monitoring
title: Zabbix for Fuel
# Plugin version
version: 2.5.2
version: 2.5.3
# 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
# Required fuel version
fuel_version: ['7.0', '8.0', '9.0']
fuel_version: ['7.0', '8.0', '9.0', '10.0']
# Groups
groups: ['monitoring']
# Licenses
@ -38,6 +38,11 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: newton-10.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '3.0.0'