2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Merge pull request #919 from caomengmeng/add_labels

Change labels in installation cases for mistakes.
This commit is contained in:
junxiawang 2016-04-13 15:58:49 +08:00
commit 66507cb365
13 changed files with 13 additions and 12 deletions

View File

@ -1,6 +1,6 @@
start:reg_linux_SN_installation_hierarchy
os:Linux
stop=yes
stop:yes
cmd:chtab key=nameservers site.value="<xcatmaster>"
check:rc==0

View File

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

View File

@ -1,6 +1,6 @@
start:reg_linux_diskfull_installation_hierarchy
os:Linux
stop=yes
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,6 @@
start:reg_linux_diskless_installation_flat
os:Linux
stop=yes
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,6 @@
start:reg_linux_diskless_installation_hierarchy
os:Linux
stop=yes
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,6 @@
start:reg_linux_statelite_installation_flat
os:Linux
stop=yes
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_statelite_installation_hierarchy
os:Linux
stop:yes
cmd:MNIP=`cat /etc/hosts|grep $$MN|awk '{print $1}'`;sed -i "s:nameserver .*:nameserver $MNIP:g" /etc/resolv.conf

View File

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

View File

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

View File

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

View File

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