added statelite to the description of nodetype.provmethod and osimage.provmethod
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5244 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
57d6581450
commit
8899c71a17
@ -449,7 +449,7 @@ nodetype => {
|
||||
os => 'The operating system deployed on this node. Valid values: AIX, rh*, centos*, fedora*, sles* (where * is the version #).',
|
||||
arch => 'The hardware architecture of this node. Valid values: x86_64, ppc64, x86, ia64.',
|
||||
profile => 'Either the name of an xCAT osimage definition or a pointer to a kickstart or autoyast template to use for OS deployment of this node.',
|
||||
provmethod => 'The provisioning method for node deployment. The valid values are install, netboot or an os image name from the osimage table. If install or netboot is specified, the combination of profile, os and arch are used for the name of the template files that are needed to generate the image or kickstart templates. The search order for these files is /install/custom... directory first, then /opt/xcat/share/xcat... directory. However, if the provemethod specifies an image name, the osimage table together with linuximage table (for Linux) or nimimage table (for AIX) are used for the file locations.',
|
||||
provmethod => 'The provisioning method for node deployment. The valid values are install, netboot, statelite or an os image name from the osimage table. If install, netboot or statelite is specified, the combination of profile, os and arch are used for the name of the template files that are needed to generate the image or kickstart templates. The search order for these files is /install/custom... directory first, then /opt/xcat/share/xcat... directory. However, if the provemethod specifies an image name, the osimage table together with linuximage table (for Linux) or nimimage table (for AIX) are used for the file locations.',
|
||||
supportedarchs => 'Comma delimited list of architectures this node can execute.',
|
||||
nodetype => 'A comma-delimited list of characteristics of this node. Valid values: blade, vm (virtual machine), lpar, osi (OS image), hmc, fsp, ivm, bpa, mm, rsa, switch.',
|
||||
comments => 'Any user-written notes.',
|
||||
@ -476,7 +476,7 @@ osimage => {
|
||||
descriptions => {
|
||||
imagename => 'The name of this xCAT OS image definition.',
|
||||
imagetype => 'The type of operating system image this definition represents.',
|
||||
provmethod => 'The provisioning method for node deployment. The valid values are install or netboot. It is not used by AIX.',
|
||||
provmethod => 'The provisioning method for node deployment. The valid values are install, netboot or statelite. It is not used by AIX.',
|
||||
profile => 'The node usage category. For example compute, service.',
|
||||
osname => 'Operating system name- AIX or Linux.',
|
||||
osvers => 'Not used.',
|
||||
|
Loading…
Reference in New Issue
Block a user