From 468567824ebdc6a64fb62be4962fd7d75e9c9a20 Mon Sep 17 00:00:00 2001 From: zhouya Date: Thu, 16 Mar 2017 09:36:20 +0800 Subject: distinguish virtual and bm deploy Change-Id: I9fcc4f08283c832d32c22c2195401dd86ecf9dc5 Signed-off-by: zhouya --- deploy/check_os_progress.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'deploy/check_os_progress.sh') diff --git a/deploy/check_os_progress.sh b/deploy/check_os_progress.sh index bb2b3340..e742467c 100755 --- a/deploy/check_os_progress.sh +++ b/deploy/check_os_progress.sh @@ -43,13 +43,6 @@ if [ $deploy_env == 0 ];then echo "detail info of host $host_id:" daisy host-detail $host_id done -else - for host_id in $hosts_id; - do - echo "update host $host_id ipmi user and passwd" - daisy host-update $host_id --ipmi-user zteroot --ipmi-passwd superuser - done - echo "update all hosts ipmi user and passwd ok!" fi echo "check os installing progress..." -- cgit 1.2.3-korg