Re-execute the firewall task after reboot

Change-Id: I7027170f3a6d3b80f8122872f099396904213309
Closes-Bug: #1564394
This commit is contained in:
Simon Pasquier 2016-04-12 09:22:45 +02:00
parent a87d41da8d
commit 53a0cb22d8
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@
parameters:
timeout: 600
# Force the re-execution of the firewall task because from time to time, the
# Elasticsearch and Kibana ports aren't opened as expected.
# See https://bugs.launchpad.net/lma-toolchain/+bug/1564394
- 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