mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
fix issue [FVT]It is no unified for template, node, osimage while running lsdef #1437
This commit is contained in:
parent
44506cbfe0
commit
c6c8f2b838
@ -1,6 +1,6 @@
|
||||
# <the cec definition template>
|
||||
|
||||
cec:
|
||||
cec-template:
|
||||
objtype=node
|
||||
groups=cec,all
|
||||
hcp="MANDATORY:The hardware control point(HMC) for the node"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# <the template for hmc definition >
|
||||
|
||||
hmc:
|
||||
hmc-template:
|
||||
objtype=node
|
||||
groups=hmc
|
||||
hwtype=hmc
|
||||
|
@ -1,6 +1,6 @@
|
||||
# <the template for PowerLE NV node definition>
|
||||
|
||||
ppc64le:
|
||||
ppc64le-template:
|
||||
objtype=node
|
||||
arch=ppc64le
|
||||
bmc="MANDATORY:The hostname or ip address of the BMC adapater"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# <the power LE kvm node definition template>
|
||||
|
||||
ppc64lekvmguest:
|
||||
ppc64lekvmguest-template:
|
||||
objtype=node
|
||||
arch=ppc64le
|
||||
groups=all
|
||||
|
@ -1,6 +1,6 @@
|
||||
# <the switch definition template>
|
||||
|
||||
switch:
|
||||
switch-template:
|
||||
objtype=node
|
||||
groups=switch
|
||||
ip="OPTIONAL:the ip address of the switch"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# <the system X node definition>
|
||||
|
||||
x86_64:
|
||||
x86_64-template:
|
||||
objtype=node
|
||||
arch=x86_64
|
||||
bmc="MANDATORY:The hostname or ip address of the BMC adapater"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# <the system X kvm node definition>
|
||||
|
||||
x86_64kvmguest:
|
||||
x86_64kvmguest-template:
|
||||
objtype=node
|
||||
arch=x86_64
|
||||
groups=all
|
||||
|
Loading…
x
Reference in New Issue
Block a user