Add proper support for MOS 7.0 and MOS 8.0

Change-Id: Id0ec2413a579c541fb846062226049e565303e12
This commit is contained in:
Olivier Bourdon 2016-03-15 21:03:53 +01:00
parent 2e68d2ac58
commit cf259b7eab
5 changed files with 7 additions and 7 deletions

2
deployment_tasks.yaml Normal file
View File

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

View File

@ -17,8 +17,6 @@ Important preliminary notes
Known problems
==============
- `#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 SNMP Trap Daemon Plugin for Fuel Documentation for additional problems

View File

@ -50,8 +50,8 @@ follow these steps:
id | name | version | package_version
---|------------------------------------|----------|----------------
1 | zabbix_monitoring | 2.5.0 | 3.0.0
2 | zabbix_snmptrapd | 1.0.1 | 2.0.0
3 | zabbix_monitoring_extreme_networks | 1.0.1 | 2.0.0
2 | zabbix_snmptrapd | 1.0.1 | 3.0.0
3 | zabbix_monitoring_extreme_networks | 1.0.1 | 3.0.0
Extreme Networks hardware monitoring extension removal
======================================================

View File

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

View File

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