2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-11 07:11:30 +00:00

Merge pull request #2332 from tingtli/master

update installation version
This commit is contained in:
caomengmeng
2016-12-19 16:04:01 +08:00
committed by GitHub

View File

@ -47,10 +47,10 @@ cmd:if grep Ubuntu /etc/*release;then xdsh $$CN "scp -r $$MN:/etc/resolv.conf /e
check:rc==0
cmd:if grep Ubuntu /etc/*release;then xdsh $$CN "apt-get clean && apt-get update"; fi
check:rc==0
cmd:xdsh $$CN "cd /; ./go-xcat -x $$MIGRATION1_VERSION -y install"
cmd:xdsh $$CN "cd /; ./go-xcat -x $$MIGRATION2_VERSION -y install"
check:rc==0
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v"
check:output=~Version $$MIGRATION1_VERSION
check:output=~Version $$MIGRATION2_VERSION
cmd:xdsh $$CN "service xcatd status"
check:rc==0
check:output=~running