FSP/BAP redundancy : add supporting cec/frame
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8438 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
680a09572e
commit
c44c60e2b5
@ -29,6 +29,8 @@ my %modules = (
|
||||
ivm => "xCAT::PPCinv",
|
||||
fsp => "xCAT::FSPinv",
|
||||
bpa => "xCAT::FSPinv",
|
||||
cec => "xCAT::FSPinv",
|
||||
frame => "xCAT::FSPinv",
|
||||
},
|
||||
rpower => { hmc => "xCAT::PPCpower",
|
||||
ivm => "xCAT::PPCpower",
|
||||
@ -40,6 +42,8 @@ my %modules = (
|
||||
rvitals => { hmc => "xCAT::PPCvitals",
|
||||
fsp => "xCAT::FSPvitals",
|
||||
bpa => "xCAT::FSPvitals",
|
||||
cec => "xCAT::FSPvitals",
|
||||
frame => "xCAT::FSPvitals",
|
||||
},
|
||||
rscan => { hmc => "xCAT::PPCscan",
|
||||
fsp => "xCAT::FSPscan",
|
||||
|
Loading…
Reference in New Issue
Block a user