2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

add template for openbmc controlled Power LE server (#4928)

This commit is contained in:
yangsong 2018-03-13 14:27:45 +08:00 committed by Bin Xu
parent 4ad99269fe
commit 06a3db57c8
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# <the template for PowerLE NV node definition>
# <the template for ipmi controlled PowerLE NV node definition>
ppc64le-template:
objtype=node
@ -15,4 +15,4 @@ ppc64le-template:
nodetype=mp
serialport=0
serialspeed=115200
usercomment="the template for PowerLE NV node definition"
usercomment="the template for ipmi controlled PowerLE NV node definition"

View File

@ -0,0 +1,18 @@
# <the template for openbmc controlled PowerLE NV node definition>
ppc64le-openbmc-template:
objtype=node
arch=ppc64le
bmc="MANDATORY:The hostname or ip address of the BMC adapater"
bmcpassword="MANDATORY:the password of the BMC"
bmcusername="MANDATORY:the username of the BMC"
cons=openbmc
groups=all
ip=OPTIONAL:the ip address of the node
mac=OPTIONAL:the mac of the node
mgt=openbmc
netboot=petitboot
nodetype=mp
serialport=0
serialspeed=115200
usercomment="the template for openbmc controlled PowerLE NV node definition"