Add a 1 minute pause after ansible playbook 74/974/1
authorarnaudmorin <arnaud.morin@gmail.com>
Tue, 7 Jul 2015 13:04:34 +0000 (15:04 +0200)
committerarnaudmorin <arnaud.morin@gmail.com>
Tue, 7 Jul 2015 13:04:34 +0000 (15:04 +0200)
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>
foreman/ci/reload_playbook.yml

index 9e3d053..9b3a4d4 100644 (file)
@@ -14,3 +14,4 @@
                     delay=60
                     timeout=180
       sudo: false
+    - pause: minutes=1