9167cc9c00
Change-Id: I0e336f3a5adf0890cec97275cf78b8be6b37345a
27 lines
745 B
YAML
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
|