created tag

This commit is contained in:
dirk 2016-07-04 12:54:37 +02:00
parent e9bfbaada7
commit 258287ce30
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
$dynatrace = hiera('dynatrace')
if $dynatrace['enabled'] {
class { 'ruxit_agent': }
class {'ruxit_agent':}
}

View File

@ -6,11 +6,17 @@
# ['cinder', 'compute'] will be applied only on
# cinder and compute nodes
- role: '*'
stage: post_deployment/8000
stage: monitoring
type: shell
parameters:
cmd: bash deploy.sh
timeout: 420
- role: '*'
stage: monitoring
type: puppet
parameters:
puppet_manifest: puppet/manifests/deploy.pp
puppet_modules: puppet/modules
timeout: 420
# Task is applied for all roles
#- role: '*'