Add the new global definition of ppc and zvm for supporting hwtype.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9989 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c9d82a792b
commit
d1620bbea6
@ -16,8 +16,7 @@ This module contains all the global info for xCAT.
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# valid values for nodelist.nodetype column
|
||||
$::NODETYPE_OSI="osi";
|
||||
# valid values for nodelist.hwtype column
|
||||
$::NODETYPE_LPAR="lpar";
|
||||
$::NODETYPE_BPA="bpa";
|
||||
$::NODETYPE_FSP="fsp";
|
||||
@ -26,6 +25,11 @@ $::NODETYPE_IVM="ivm";
|
||||
$::NODETYPE_FRAME="frame";
|
||||
$::NODETYPE_CEC="cec";
|
||||
|
||||
# valid values for nodelist.nodetype column
|
||||
$::NODETYPE_OSI="osi";
|
||||
$::NODETYPE_PPC="ppc";
|
||||
$::NODETYPE_ZVM="zvm";
|
||||
|
||||
# valid values for nodelist.status columns or other status
|
||||
$::STATUS_ACTIVE="alive";
|
||||
$::STATUS_INACTIVE="unreachable";
|
||||
|
Loading…
Reference in New Issue
Block a user