fuel-plugin-elasticsearch-k.../tasks.yaml

35 lines
934 B
YAML

# This task is executed before any real deployment task
- role: ['elasticsearch_kibana']
stage: post_deployment/8000
type: puppet
parameters:
puppet_manifest: puppet/manifests/check_environment_configuration.pp
puppet_modules: puppet/modules
timeout: 300
# The following tasks are executed in the order they are declared
- role: ['elasticsearch_kibana']
stage: post_deployment/8100
type: puppet
parameters:
puppet_manifest: puppet/manifests/firewall.pp
puppet_modules: /etc/puppet/modules
timeout: 300
- role: ['elasticsearch_kibana']
stage: post_deployment/8100
type: puppet
parameters:
puppet_manifest: puppet/manifests/elasticsearch.pp
puppet_modules: puppet/modules
timeout: 600
- role: ['elasticsearch_kibana']
stage: post_deployment/8100
type: puppet
parameters:
puppet_manifest: puppet/manifests/kibana.pp
puppet_modules: puppet/modules
timeout: 1200