fuel-plugin-influxdb-grafana/tasks.yaml
Swann Croiset 9167cc9c00 Remove task calling manifest previously removed
Change-Id: I0e336f3a5adf0890cec97275cf78b8be6b37345a
2015-09-09 17:46:10 +02:00

27 lines
745 B
YAML

# The following tasks are executed in the order they are declared
# Priorities are important, this ensure that this plugin is deployed before
# LMA Collector (priority 8200).
- role: [influxdb_grafana]
stage: post_deployment/8100
type: puppet
parameters:
puppet_manifest: puppet/manifests/firewall.pp
puppet_modules: /etc/puppet/modules
timeout: 300
- role: [influxdb_grafana]
stage: post_deployment/8100
type: puppet
parameters:
puppet_manifest: puppet/manifests/influxdb.pp
puppet_modules: puppet/modules
timeout: 600
- role: [influxdb_grafana]
stage: post_deployment/8100
type: puppet
parameters:
puppet_manifest: puppet/manifests/grafana.pp
puppet_modules: puppet/modules
timeout: 600