From 75577b79e416103921fa58cf705c710e2a48f775 Mon Sep 17 00:00:00 2001 From: arnaudmorin Date: Tue, 7 Jul 2015 15:04:34 +0200 Subject: [PATCH] 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 --- foreman/ci/reload_playbook.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6