2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #2585 from tingtli/rhels69

remove stop lable to have a full regression
This commit is contained in:
Yuan Bai 2017-03-03 10:09:19 +08:00 committed by GitHub
commit 4d855d24bc
5 changed files with 0 additions and 5 deletions

View File

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

View File

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

View File

@ -1,6 +1,5 @@
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,6 +1,5 @@
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,6 +1,5 @@
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