mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	completed
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| start:ubuntu_migration1_p8le | ||||
| os:Linux | ||||
| description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to $$LATEST_VERSION, these two global parameter defined in config file | ||||
| description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to latest version, these two global parameter defined in config file | ||||
|  | ||||
| cmd:copycds $$ISO | ||||
| check:rc==0 | ||||
| @@ -108,7 +108,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION" | ||||
| cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/ | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "service xcatd status" | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| start:ubuntu_migration1_vm | ||||
| os:Linux | ||||
| description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to $$LATEST_VERSION, these two global parameter defined in config file | ||||
| description:update xCAT from $$UBUNTU_MIGRATION1_VERSION to latest version, these two global parameter defined in config file | ||||
|  | ||||
| cmd:copycds $$ISO | ||||
| check:rc==0 | ||||
| @@ -107,7 +107,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION" | ||||
| cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/ | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "service xcatd status" | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| start:ubuntu_migration2_p8le | ||||
| os:Linux | ||||
| description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to $$LATEST_VERSION, these two global parameter defined in config file | ||||
| description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to latest version, these two global parameter defined in config file | ||||
|  | ||||
| cmd:copycds $$ISO | ||||
| check:rc==0 | ||||
| @@ -108,7 +108,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION" | ||||
| cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/ | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "service xcatd status" | ||||
| check:rc==0 | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| start:ubuntu_migration2_vm | ||||
| os:Linux | ||||
| description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to $$LATEST_VERSION, these two global parameter defined in config file | ||||
| description:update xCAT from $$UBUNTU_MIGRATION2_VERSION to latest version, these two global parameter defined in config file | ||||
|  | ||||
| cmd:copycds $$ISO | ||||
| check:rc==0 | ||||
| @@ -107,7 +107,9 @@ cmd:xdsh $$CN "apt-get -y --only-upgrade install .*xcat.*" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /newxcat/new_version" | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "cat /newxcat/new_version|grep $$LATEST_VERSION" | ||||
| cmd:lsxcatd -v > /latest_version_info;scp /latest_version_info root@$$CN:/newxcat/ | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN diff /newxcat/latest_version_info /newxcat/new_version | ||||
| check:rc==0 | ||||
| cmd:xdsh $$CN "service xcatd status" | ||||
| check:rc==0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user