add nodeset osimage for linux_full_installation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14651 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
462cfe2c7d
commit
0f91f3a5a9
@ -1,4 +1,4 @@
|
||||
start:Linux_full_installation_flat
|
||||
start:Linux_full_installation_flat_ppc64
|
||||
os:Linux
|
||||
cmd:rscan __GETNODEATTR($$CN,hcp)__ -w
|
||||
check:rc==0
|
||||
@ -19,11 +19,21 @@ cmd:makedhcp -a
|
||||
check:rc==0
|
||||
cmd:service dhcpd restart
|
||||
check:rc==0
|
||||
#cmd:cat /var/lib/dhcpd/dhcpd.leases| grep $$CN
|
||||
#check:output=~$$CN
|
||||
cmd:copycds $$ISO
|
||||
check:rc==0
|
||||
cmd:nodeset $$CN install
|
||||
cmd:nodeset $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
|
||||
check:rc==0
|
||||
cmd:rnetboot $$CN
|
||||
check:rc==0
|
||||
cmd:sleep 1200
|
||||
cmd:ping $$CN -c 3
|
||||
check:output=~64 bytes from $$CN
|
||||
cmd:lsdef -l $$CN | grep status
|
||||
check:output=~booted
|
||||
cmd:xdsh $$CN date
|
||||
check:rc==0
|
||||
check:output=~\d\d:\d\d:\d\d
|
||||
cmd:nodeset $$CN osimage
|
||||
check:rc==0
|
||||
cmd:rnetboot $$CN
|
||||
check:rc==0
|
||||
|
Loading…
Reference in New Issue
Block a user