2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 23:15:30 +00:00

Make bmcuser, bmcpassword and mac optional, but ip mandatory in template

This commit is contained in:
Mark Gurevich
2019-10-21 16:48:44 -04:00
parent f32620c865
commit 159942dc9b
5 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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