From: Zack Cerza Date: Fri, 29 May 2015 23:17:15 +0000 (-0600) Subject: Bump pre-ansible sleep to 30s X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2262a31d4bf59feb87ff39bc0f37a02a712c0952;p=ceph-cm-ansible.git Bump pre-ansible sleep to 30s Signed-off-by: Zack Cerza --- diff --git a/roles/cobbler/templates/snippets/cephlab_rc_local b/roles/cobbler/templates/snippets/cephlab_rc_local index c05a5f9..c05bffc 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