]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Bump pre-ansible sleep to 30s
authorZack Cerza <zack@redhat.com>
Fri, 29 May 2015 23:17:15 +0000 (17:17 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 29 May 2015 23:17:15 +0000 (17:17 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/cobbler/templates/snippets/cephlab_rc_local

index c05a5f9a690666cc8a06b4cbe25b5be77819636f..c05bffc12919658dd8fdf74803a68d99adc7f416 100644 (file)
@@ -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