This commit is contained in:
dirkwall 2016-12-13 16:40:23 +01:00
commit 4469a58448
3 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,8 @@
puppet_manifest: puppet/manifests/dynatrace-oneagent.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 360
reexecute_on:
- deploy_changes
- id: dynatrace-sg-base
type: group
@ -25,6 +27,8 @@
parameters:
strategy:
type: one_by_one
reexecute_on:
- deploy_changes
- id: dynatrace-security-gateway
role: [dynatrace-security-gateway]
@ -37,3 +41,5 @@
puppet_manifest: puppet/manifests/dynatrace-security-gateway.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 360
reexecute_on:
- deploy_changes

View File

@ -17,6 +17,7 @@ dynatrace-oneagent:
- cinder
- base-os
- compute-vmware
- virtual
dynatrace-security-gateway:
# Role name
@ -32,9 +33,11 @@ dynatrace-security-gateway:
# roles on the Fuel web UI
weight: 1001
conflicts:
- controller
- compute
- ceph-osd
- cinder
- base-os
- compute-vmware
- dynatrace-oneagent
- virtual

3
uninstall.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
set -eux
echo uninstall > /tmp/fuel-plugin-dynatrace_uninstall