Add proper support for MOS 7.0 and MOS 8.0

Change-Id: Ic43d7082ba63a99ac1bffaeacf9150af46e694e4
This commit is contained in:
Olivier Bourdon 2016-03-15 21:28:00 +01:00
parent d9cd88a235
commit d95c2bbbc0
5 changed files with 6 additions and 6 deletions

2
deployment_tasks.yaml Normal file
View File

@ -0,0 +1,2 @@
---
[]

View File

@ -18,8 +18,6 @@ Known problems
- `#1529643 <https://bugs.launchpad.net/fuel-plugins/+bug/1529643>`_: - `#1529643 <https://bugs.launchpad.net/fuel-plugins/+bug/1529643>`_:
Zabbix snmptrapd: Service "snmptt" was restarted after executing of task "upload\_core\_repos" Zabbix snmptrapd: Service "snmptt" was restarted after executing of task "upload\_core\_repos"
- `#1538617 <https://bugs.launchpad.net/fuel-plugins/+bug/1538617>`_:
Cross-plugin display restrictions for some plugins prevent Settings tab from opening.
- See Zabbix Plugin for Fuel Documentation for additional problems - See Zabbix Plugin for Fuel Documentation for additional problems
Environment configuration Environment configuration

View File

@ -34,7 +34,7 @@ To install SNMP trap daemon for Zabbix plugin, follow these steps:
id | name | version | package_version id | name | version | package_version
---|---------------------------|----------|---------------- ---|---------------------------|----------|----------------
1 | zabbix_monitoring | 2.5.0 | 3.0.0 1 | zabbix_monitoring | 2.5.0 | 3.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0 2 | zabbix_snmptrapd | 1.0.1 | 3.0.0
SNMP trap daemon for Zabbix plugin removal SNMP trap daemon for Zabbix plugin removal
========================================== ==========================================

View File

@ -1,8 +1,8 @@
attributes: attributes:
metadata: metadata:
restrictions: restrictions:
- condition: "settings:zabbix_monitoring == null or settings:zabbix_monitoring.metadata.enabled == false" - condition: "settings:zabbix_monitoring == null or settings:zabbix_monitoring.metadata.enabled == false or cluster:net_provider != 'neutron'"
action: disable action: "hide"
message: "This plugin requires Zabbix plugin" message: "This plugin requires Zabbix plugin"
strict: false strict: false
community: community:

View File

@ -30,4 +30,4 @@ releases:
repository_path: repositories/ubuntu repository_path: repositories/ubuntu
# Version of plugin package # Version of plugin package
package_version: '2.0.0' package_version: '3.0.0'