2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

modify nodels

This commit is contained in:
junxiawang
2015-05-25 04:51:59 -04:00
parent 357ba37a75
commit 0e12d48fe3

View File

@@ -33,7 +33,7 @@ end
start:nodels_noderange_shortname_mgt
description:The nodels use shortname mgt
cmd:chdef -t node -o testnode mgt=blade
cmd:chdef -t node -o testnode mgt=blade groups=all
check:rc==0
cmd:nodels testnode mgt
check:rc==0
@@ -103,7 +103,7 @@ end
start:nodels_S
description:nodels -S
cmd:chdef -t node -o testnode hidden=1
cmd:chdef -t node -o testnode hidden=1 groups=rhels5.5
check:rc==0
cmd:nodels -S
check:rc==0
@@ -169,7 +169,7 @@ end
start:nodels_noderange_tablecolumn
description:nodels testnode nodehm.mgt
cmd:chdef -t node -o testnode mgt=hmc
cmd:chdef -t node -o testnode mgt=hmc groups=all
check:rc==0
cmd:nodels testnode nodehm.mgt
check:rc==0