summaryrefslogtreecommitdiffstats
path: root/deploy/check_os_progress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/check_os_progress.sh')
-rwxr-xr-xdeploy/check_os_progress.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy/check_os_progress.sh b/deploy/check_os_progress.sh
index f76af9b6..bb2b3340 100755
--- a/deploy/check_os_progress.sh
+++ b/deploy/check_os_progress.sh
@@ -37,9 +37,7 @@ done
source /root/daisyrc_admin
cluster_id=`daisy cluster-list | awk -F "|" '{print $2}' | sed -n '4p' | tr -d " "`
hosts_id=`daisy host-list | awk -F "|" '{print $2}'| grep -o "[^ ]\+\( \+[^ ]\+\)*"|tail -n +2`
-skip=false
if [ $deploy_env == 0 ];then
- skip=true
for host_id in $hosts_id
do
echo "detail info of host $host_id:"
@@ -54,9 +52,6 @@ else
echo "update all hosts ipmi user and passwd ok!"
fi
-echo "run daisy install command"
-daisy install $cluster_id --skip-pxe-ipmi $skip
-
echo "check os installing progress..."
maxcount=180
count=0