set hmc as 'ppc' in nodetype.nodetype

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-06-27 13:05:02 +00:00
parent b241e10e80
commit 9ba70e2b93

View File

@ -371,7 +371,7 @@ sub writehmc {
# using hostname-range, write regex for: ppc.node, nodetype.nodetype
$tables{'ppc'}->setNodeAttribs('hmc', {nodetype => 'hmc'});
#$tables{'nodetype'}->setNodeAttribs('hmc', {nodetype => 'hmc'});
$tables{'nodetype'}->setNodeAttribs('hmc', {nodetype => 'ppc'});
# Set the 1st two hmcs as the ones CNM should send service events to
$nodes = [noderange($hmcrange, 0)];