2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 19:50:21 +00:00

update to stop when there is case failure

This commit is contained in:
litingt@cn.ibm.com
2017-01-16 04:06:49 -05:00
parent acd51946e2
commit 7ccc0f60ce
5 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
start:Diskless_installation_flat_p8_le
os:Linux
stop:yes
cmd:copycds $$ISO
check:rc==0

View File

@@ -1,5 +1,6 @@
start:reg_linux_diskfull_installation_flat
os:Linux
stop:yes
cmd:if ping -c 1 $$SN > /dev/null;then rpower $$SN off > /dev/null;fi

View File

@@ -1,5 +1,6 @@
start:reg_linux_diskless_installation_flat
os:Linux
stop:yes
cmd:chdef -t node -o $$CN servicenode= monserver=$$MN nfsserver=$$MN tftpserver=$$MN xcatmaster=$$MN
check:rc==0

View File

@@ -1,5 +1,6 @@
start:reg_linux_diskless_installation_hierarchy
os:Linux
stop:yes
cmd:chdef -t node -o $$CN servicenode=$$SN monserver=$$SN nfsserver=$$SN tftpserver=$$SN xcatmaster=$$SN
check:rc==0

View File

@@ -1,5 +1,6 @@
start:reg_linux_statelite_installation_flat
os:Linux
stop:yes
cmd:chdef -t node -o $$CN servicenode= monserver=$$MN nfsserver=$$MN tftpserver=$$MN xcatmaster=$$MN
check:rc==0