2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-07 08:52:32 +00:00

delete stop labels

This commit is contained in:
caomengmeng
2016-04-27 04:55:45 -04:00
parent 750e82f4f2
commit dabf1cd138
12 changed files with 0 additions and 12 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_SN_installation_hierarchy
os:Linux
stop:yes
cmd:chtab key=nameservers site.value="<xcatmaster>"
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_diskfull_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,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_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,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

View File

@@ -1,6 +1,5 @@
start:reg_linux_statelite_installation_hierarchy_by_nfs
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,6 +1,5 @@
start:reg_linux_statelite_installation_hierarchy_by_ramdisk
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,6 +1,5 @@
start:Ubuntu_diskless_installation_flat_x86_vm
os:Linux
stop:yes
cmd:copycds $$ISO
check:rc==0

View File

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