FSP/BPA redundancy: specify cec and frame's mgt as fsp and bpa

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8413 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-15 09:25:04 +00:00
parent a57cbcaf91
commit 52e91ef24c

View File

@ -103,6 +103,16 @@ sub add_ppc {
# old data firstly
###############################
my $mgt = $hwtype;
# Specify CEC and Frame's mgt as fsp and bpa
if ( $type =~ /^cec$/) {
$mgt = "fsp";
}
if ( $type =~ /^frame$/) {
$mgt = "bpa";
}
my $cons= $hwtype;
if ( $not_overwrite)
{