mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-25 07:25:34 +00:00
Make bmcuser, bmcpassword and mac optional, but ip mandatory in template
This commit is contained in:
@ -4,12 +4,12 @@ ppc64le-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"
|
||||
bmcpassword="OPTIONAL:the password of the BMC"
|
||||
bmcusername="OPTIONAL:the username of the BMC"
|
||||
cons=ipmi
|
||||
groups=all
|
||||
ip="MANDATORY:the ip address of the node"
|
||||
mac="MANDATORY:the mac of the node"
|
||||
mac="OPTIONAL:the mac of the node"
|
||||
mgt=ipmi
|
||||
netboot=petitboot
|
||||
nodetype=mp
|
||||
|
@ -4,12 +4,12 @@ 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"
|
||||
bmcpassword="OPTIONAL:the password of the BMC"
|
||||
bmcusername="OPTIONAL:the username of the BMC"
|
||||
cons=openbmc
|
||||
groups=all
|
||||
ip="MANDATORY:the ip address of the node"
|
||||
mac="MANDATORY:the mac of the node"
|
||||
mac="OPTIONAL:the mac of the node"
|
||||
mgt=openbmc
|
||||
netboot=petitboot
|
||||
nodetype=mp
|
||||
|
@ -5,7 +5,7 @@ ppc64lekvmguest-template:
|
||||
arch=ppc64le
|
||||
groups=all
|
||||
ip="MANDATORY:the ip address of the kvm guest"
|
||||
mac="MANDATORY:the mac of the kvm guest"
|
||||
mac="OPTIONAL:the mac of the kvm guest"
|
||||
mgt=kvm
|
||||
netboot=grub2
|
||||
vmcpus=2
|
||||
|
@ -4,14 +4,14 @@ x86_64-template:
|
||||
objtype=node
|
||||
arch=x86_64
|
||||
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"
|
||||
bmcpassword="OPTIONAL:the password of the BMC"
|
||||
bmcusername="OPTIONAL:the username of the BMC"
|
||||
cons=ipmi
|
||||
getmac=ipmi
|
||||
groups=all
|
||||
hcp=
|
||||
ip="MANDATORY:the ip address of the node"
|
||||
mac="MANDATORY:the mac of the node"
|
||||
mac="OPTIONAL:the mac of the node"
|
||||
mgt=ipmi
|
||||
netboot=xnba
|
||||
serialport=0
|
||||
|
@ -5,7 +5,7 @@ x86_64kvmguest-template:
|
||||
arch=x86_64
|
||||
groups=all
|
||||
ip="MANDATORY:the ip address of the kvm guest"
|
||||
mac="MANDATORY:the mac of the kvm guest"
|
||||
mac="OPTIONAL:the mac of the kvm guest"
|
||||
mgt=kvm
|
||||
netboot=xnba
|
||||
serialport=0
|
||||
|
Reference in New Issue
Block a user