From 2262a31d4bf59feb87ff39bc0f37a02a712c0952 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 29 May 2015 17:17:15 -0600 Subject: [PATCH] Bump pre-ansible sleep to 30s Signed-off-by: Zack Cerza --- roles/cobbler/templates/snippets/cephlab_rc_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cobbler/templates/snippets/cephlab_rc_local b/roles/cobbler/templates/snippets/cephlab_rc_local index c05a5f9a..c05bffc1 100644 --- a/roles/cobbler/templates/snippets/cephlab_rc_local +++ b/roles/cobbler/templates/snippets/cephlab_rc_local @@ -15,7 +15,7 @@ if [ -e $lockfile ]; then fi # Wait just a bit for the network to come up -sleep 15 +sleep 30 # Run the post-install trigger a second time wget -t1 -O /dev/null "http://$http_server:$http_port/cblr/svc/op/trig/mode/post/system/$system_name" || true touch $lockfile -- 2.47.3