mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
completed
This commit is contained in:
@ -72,6 +72,8 @@ UBUNTU_MIGRATION1_CORE=https://xcat.org/files/xcat/xcat-core/2.10.x_Ubuntu/xcat-
|
||||
UBUNTU_MIGRATION2_CORE=https://xcat.org/files/xcat/xcat-core/2.11.x_Ubuntu/xcat-core/xcat-core-2.11.1-ubuntu.tar.bz2
|
||||
UBUNTU_MIGRATION1_DEP=https://xcat.org/files/xcat/xcat-dep/2.x_Ubuntu/xcat-dep-ubuntu-20151012.tar.bz
|
||||
UBUNTU_MIGRATION2_DEP=https://xcat.org/files/xcat/xcat-dep/2.x_Ubuntu/xcat-dep-ubuntu-2.11.1.tar.bz2
|
||||
UBUNTU_MIGRATION1_VERSION=2.10
|
||||
UBUNTU_MIGRATION2_VERSION=2.11.1
|
||||
MIGRATION1_CORE=http://xcat.org/files/xcat/xcat-core/2.10.x_Linux/xcat-core/xcat-core-2.10.tar.bz2
|
||||
MIGRATION2_CORE=http://xcat.org/files/xcat/xcat-core/2.11.x_Linux/xcat-core/xcat-core-2.11.1-linux.tar.bz2
|
||||
MIGRATION1_DEP=http://xcat.org/files/xcat/xcat-dep/2.x_Linux/xcat-dep-2.10.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:ubuntu_migration1_p8le
|
||||
os:Linux
|
||||
description:update xCAT from $$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
|
||||
@ -76,7 +76,7 @@ cmd:xdsh $$CN "apt-get -y install xcat xCAT-test"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /oldxcat/old_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$MIGRATION1_VERSION"
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$UBUNTU_MIGRATION1_VERSION"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
@ -1,6 +1,6 @@
|
||||
start:ubuntux_migration1_vm
|
||||
os:Linux
|
||||
description:update xCAT from $$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
|
||||
@ -75,7 +75,7 @@ cmd:xdsh $$CN "apt-get -y install xcat xCAT-test"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /oldxcat/old_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$MIGRATION1_VERSION"
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$UBUNTU_MIGRATION1_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 $$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
|
||||
@ -76,7 +76,7 @@ cmd:xdsh $$CN "apt-get -y install xcat xCAT-test"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /oldxcat/old_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$MIGRATION2_VERSION"
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$UBUNTU_MIGRATION2_VERSION"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
@ -1,6 +1,6 @@
|
||||
start:ubuntux_migration2_vm
|
||||
os:Linux
|
||||
description:update xCAT from $$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
|
||||
@ -75,7 +75,7 @@ cmd:xdsh $$CN "apt-get -y install xcat xCAT-test"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v > /oldxcat/old_version"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$MIGRATION2_VERSION"
|
||||
cmd:xdsh $$CN "cat /oldxcat/old_version|grep $$UBUNTU_MIGRATION2_VERSION"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
Reference in New Issue
Block a user