change compatible MOS versions and Zabbix plugin module path in tasks.yaml

Change-Id: Iba217bf3702b74618957636add953f1a5683b53b
This commit is contained in:
Piotr Misiak 2015-08-12 10:49:28 +02:00
parent a0d0ed2b4e
commit cf38dcaf68
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ version: 1.0.0
# Description
description: Adds EMC hardware monitoring to Zabbix plugin
# Required fuel version
fuel_version: ['6.1']
fuel_version: ['7.0']
# Groups
groups: ['monitoring']
# Licenses
@ -19,12 +19,12 @@ authors: ['Dmitry Klenov <dklenov@mirantis.com>', 'Piotr Misiak <pmisiak@miranti
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: 2014.2-6.1
version: 2015.1.0-7.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: 2014.2-6.1
version: 2015.1.0-7.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos

View File

@ -3,12 +3,12 @@
type: puppet
parameters:
puppet_manifest: puppet/manifests/zabbix_config.pp
puppet_modules: puppet/modules:/etc/puppet/modules:../zabbix_monitoring-1.0/puppet/modules
puppet_modules: puppet/modules:/etc/puppet/modules:../zabbix_monitoring-2.0/puppet/modules
timeout: 300
- role: ['primary-controller', 'controller']
stage: post_deployment/8121
type: puppet
parameters:
puppet_manifest: puppet/manifests/snmptt_config.pp
puppet_modules: puppet/modules:/etc/puppet/modules:../zabbix_monitoring-1.0/puppet/modules
puppet_modules: puppet/modules:/etc/puppet/modules:../zabbix_monitoring-2.0/puppet/modules
timeout: 300