2
0
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:
immarvin 2016-07-01 03:21:10 -04:00
parent 44506cbfe0
commit c6c8f2b838
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,6 +1,6 @@
# <the template for hmc definition >
hmc:
hmc-template:
objtype=node
groups=hmc
hwtype=hmc

View File

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

View File

@ -1,6 +1,6 @@
# <the power LE kvm node definition template>
ppc64lekvmguest:
ppc64lekvmguest-template:
objtype=node
arch=ppc64le
groups=all

View File

@ -1,6 +1,6 @@
# <the switch definition template>
switch:
switch-template:
objtype=node
groups=switch
ip="OPTIONAL:the ip address of the switch"

View File

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

View File

@ -1,6 +1,6 @@
# <the system X kvm node definition>
x86_64kvmguest:
x86_64kvmguest-template:
objtype=node
arch=x86_64
groups=all