adding predefined groups based on hardware types
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16565 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a0f0158e74
commit
f79b2850ad
@ -1,2 +1,5 @@
|
||||
#node,mpa,id,comments,disable
|
||||
"blade","|\D+(\d+).*$|amm(($1-1)/14+1)|","|\D+(\d+).*$|(($1-1)%14+1)|",,
|
||||
#node,mpa,id,nodetype,comments,disable
|
||||
"blade","|\D+(\d+).*$|amm(($1-1)/14+1)|","|\D+(\d+).*$|(($1-1)%14+1)|",,,
|
||||
"x220",,,"blade",,
|
||||
"x240",,,"blade",,
|
||||
"x440",,,"blade",,
|
||||
|
|
@ -1,5 +1,12 @@
|
||||
#node,power,mgt,cons,termserver,termport,conserver,serialspeed,serialflow,getmac,comments,disable
|
||||
"ipmi",,"ipmi",,,,,,,,,
|
||||
"blade",,"blade",,,,,,,,,
|
||||
"cyclades",,,"cyclades",,,,,,,,
|
||||
"mrv",,,"mrv",,,,,,,,
|
||||
#node,power,mgt,cons,termserver,termport,conserver,serialport,serialspeed,serialflow,getmac,comments,disable
|
||||
"ipmi",,"ipmi",,,,,,,,,,
|
||||
"blade",,"blade",,,,,,,,,,
|
||||
"cyclades",,,"cyclades",,,,,,,,,
|
||||
"mrv",,,"mrv",,,,,,,,,
|
||||
"x3250",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
"x3550",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
"x3650",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
"dx360",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
"x220",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
"x240",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
"x440",,"ipmi","ipmi",,,,"0","115200",,,,
|
||||
|
|
@ -1,2 +1,9 @@
|
||||
#node,os,arch,profile,provmethod,supportedarchs,nodetype,comments,disable
|
||||
"compute",,,"compute",,
|
||||
"x3250",,,,,,"osi",,
|
||||
"x3550",,,,,,"osi",,
|
||||
"x3650",,,,,,"osi",,
|
||||
"dx360",,,,,,"osi",,
|
||||
"x220",,,,,,"mp",,
|
||||
"x240",,,,,,"mp",,
|
||||
"x440",,,,,,"mp",,
|
||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
4
xCAT/templates/power/nodehm.csv
Normal file
4
xCAT/templates/power/nodehm.csv
Normal file
@ -0,0 +1,4 @@
|
||||
#node,power,mgt,cons,termserver,termport,conserver,serialport,serialspeed,serialflow,getmac,cmdmapping,comments,disable
|
||||
"p260",,"fsp","fsp",,,,,,,"blade",,,
|
||||
"p460",,"fsp","fsp",,,,,,,"blade",,,
|
||||
"p470",,"fsp","fsp",,,,,,,"blade",,,
|
|
4
xCAT/templates/power/nodetype.csv
Normal file
4
xCAT/templates/power/nodetype.csv
Normal file
@ -0,0 +1,4 @@
|
||||
#node,os,arch,profile,provmethod,supportedarchs,nodetype,comments,disable
|
||||
"p260",,,,,,"ppc,osi",,
|
||||
"p460",,,,,,"ppc,osi",,
|
||||
"p470",,,,,,"ppc,osi",,
|
|
4
xCAT/templates/power/ppc.csv
Normal file
4
xCAT/templates/power/ppc.csv
Normal file
@ -0,0 +1,4 @@
|
||||
#node,hcp,id,pprofile,parent,nodetype,supernode,sfp,comments,disable
|
||||
"p260",,"1",,,"blade",,,,
|
||||
"p460",,"1",,,"blade",,,,
|
||||
"p470",,"1",,,"blade",,,,
|
|
Loading…
Reference in New Issue
Block a user