From 90a63b527e6015f29ad006309105248823bdba81 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 30 Jun 2016 18:12:33 -0400 Subject: [PATCH] cobbler: Output message indicating Ansible is running after firstboot Fixes: http://tracker.ceph.com/issues/14297 Signed-off-by: David Galloway --- roles/cobbler/templates/snippets/cephlab_rc_local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/cobbler/templates/snippets/cephlab_rc_local b/roles/cobbler/templates/snippets/cephlab_rc_local index 63b61249..853e1dc5 100644 --- a/roles/cobbler/templates/snippets/cephlab_rc_local +++ b/roles/cobbler/templates/snippets/cephlab_rc_local @@ -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 -- 2.47.3