summaryrefslogtreecommitdiffstats
path: root/foreman
diff options
context:
space:
mode:
authorarnaudmorin <arnaud.morin@gmail.com>2015-07-07 15:04:34 +0200
committerarnaudmorin <arnaud.morin@gmail.com>2015-07-07 15:04:34 +0200
commit75577b79e416103921fa58cf705c710e2a48f775 (patch)
tree26ada767921c99cd1103b21cae89accab3271373 /foreman
parentc6d49fc10b99c98f82f077c1b113960350ecdf5e (diff)
Add a 1 minute pause after ansible playbook
For the LF pods, it seems that the ansible reload playbook is necessary, in our pod, we also need to wait 1 minute before trying to run shell provisionner in Vagrant VM. This patch adds a 1 minute pause into the ansible playground in order to be sure that the machine will be accessible. This avoid "SSH connection unexpectedly closed" issue. Change-Id: Iab2b47decb0120e8359a175b1f16ccbd1036e91f JIRA: BGS-85 Signed-off-by: arnaudmorin <arnaud.morin@gmail.com>
Diffstat (limited to 'foreman')
-rw-r--r--foreman/ci/reload_playbook.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/foreman/ci/reload_playbook.yml b/foreman/ci/reload_playbook.yml
index 9e3d053..9b3a4d4 100644
--- a/foreman/ci/reload_playbook.yml
+++ b/foreman/ci/reload_playbook.yml
@@ -14,3 +14,4 @@
delay=60
timeout=180
sudo: false
+ - pause: minutes=1