Fix release version and Fuel compatibility list

Change-Id: Id5a797906309bc088a51fa3094985e72453b3f72
(cherry picked from commit 922dd83d12)
This commit is contained in:
Olivier Bourdon 2016-02-09 09:00:53 +01:00
parent e533910aed
commit b69816b871
5 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ Requirements
| Requirement | Version/Comment | | Requirement | Version/Comment |
|:---------------------------------|:----------------| |:---------------------------------|:----------------|
| Mirantis OpenStack compatibility | >= 7.0 | | Mirantis OpenStack compatibility | 7.0, 8.0 |
Installation Guide Installation Guide
================== ==================

View File

@ -13,7 +13,7 @@ Requirements
================================== =============== ================================== ===============
Requirement Version/Comment Requirement Version/Comment
================================== =============== ================================== ===============
Fuel 7.0 and higher Fuel 7.0 and 8.0
================================== =============== ================================== ===============
Release Notes Release Notes
@ -30,7 +30,7 @@ Release Notes
* Add :ref:`MySQL` cluster metrics (wsrep global variables) * Add :ref:`MySQL` cluster metrics (wsrep global variables)
* Embed all package dependencies (bug 1483983_) * Embed all package dependencies (bug 1483983_)
* Fix HAproxy configuration behind the Zabbix VIP (bug 1510115_) * Fix HAproxy configuration behind the Zabbix VIP (bug 1510115_)
* Compatibility with MOS 7.0 *(follow-up)* * Compatibility with MOS 7.0 and 8.0
* Fix NTP monitoring on controller nodes (bug 1513454_) * Fix NTP monitoring on controller nodes (bug 1513454_)
* Monitor `cinder-volume` process (instead of the Pacemaker resource which has * Monitor `cinder-volume` process (instead of the Pacemaker resource which has

View File

@ -26,8 +26,8 @@ Product compatibility matrix
+--------------------+-----------------+ +--------------------+-----------------+
| Product | Version/Comment | | Product | Version/Comment |
+====================+=================+ +====================+=================+
| Mirantis OpenStack | 7.0 | | Mirantis OpenStack | 7.0 and 8.0 |
+--------------------+-----------------+ +--------------------+-----------------+
| Zabbix monitoring | 2.0.0 or higher | | Zabbix monitoring | 2.5.0 or higher |
+--------------------+-----------------+ +--------------------+-----------------+

View File

@ -6,7 +6,7 @@ version: 2.5.0
# 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
fuel_version: ['7.0'] fuel_version: ['7.0', '8.0']
# Groups # Groups
groups: ['monitoring'] groups: ['monitoring']
# Licenses # Licenses
@ -23,11 +23,11 @@ releases:
mode: ['ha'] mode: ['ha']
deployment_scripts_path: deployment_scripts/ deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu repository_path: repositories/ubuntu
- os: centos - os: ubuntu
version: 2015.1.0-7.0 version: liberty-8.0
mode: ['ha'] mode: ['ha']
deployment_scripts_path: deployment_scripts/ deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos repository_path: repositories/ubuntu
# Version of plugin package # Version of plugin package
package_version: '3.0.0' package_version: '3.0.0'

View File

@ -118,7 +118,7 @@ Work Items
Dependencies Dependencies
============ ============
* Fuel 6.1 and higher. * Fuel 7.0 and 8.0
Testing Testing
======= =======