Provision services at post_deployment stage

Fixes-bug: #1542300
Fixes-bug: #1540951

Change-Id: I9566b638b1636ce50b2fbc5733e1698807b71c22
This commit is contained in:
Swann Croiset 2016-02-05 13:39:42 +01:00
parent b52a8310b6
commit b3795fdd93
1 changed files with 5 additions and 4 deletions

View File

@ -124,12 +124,13 @@
timeout: 600
# This task needs to be reexecuted to reconfigure index templates with an
# appropriate number_of_replicas
# appropriate number_of_replicas. This is done at post_deployment time to
# ensure that the cluster is ready (the number of expected master nodes is reached)
- id: lma-provision-services
type: puppet
groups: [primary-elasticsearch_kibana]
requires: [lma-install-elasticsearch, lma-install-kibana]
required_for: [deploy_end]
role: [primary-elasticsearch_kibana]
requires: [post_deployment_start]
required_for: [lma-es-kibana-enable-quorum, post_deployment_end]
parameters:
puppet_manifest: puppet/manifests/provision_services.pp
puppet_modules: puppet/modules