]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Output message indicating Ansible is running after firstboot 261/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 30 Jun 2016 22:12:33 +0000 (18:12 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 30 Jun 2016 22:29:52 +0000 (18:29 -0400)
Fixes: http://tracker.ceph.com/issues/14297
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/snippets/cephlab_rc_local

index 63b6124910f2cd35b065995873a5ee147c206916..853e1dc5f3b2c5213a4774354a7f3c2369a88216 100644 (file)
@@ -28,6 +28,8 @@ do
     echo "Waiting for network"
     sleep 3
 done
+# Output message to console indicating Ansible is being run
+echo -e "==================================\nInstructing Cobbler to run Ansible\n      Waiting for completion\n==================================" > /dev/console
 # Run the post-install trigger a second time
 wget --timeout=1800 -t1 -O /dev/null "http://$http_server:$http_port/cblr/svc/op/trig/mode/post/system/$system_name" || true
 touch $lockfile