Add the rspconfig with pasword using fsp-api
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6146 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
69a01e132f
commit
8d3fd23915
@ -55,7 +55,7 @@ my %modules = (
|
||||
reventlog => { hmc => "xCAT::PPClog",
|
||||
},
|
||||
rspconfig => { hmc => "xCAT::PPCcfg",
|
||||
fsp => "xCAT::PPCcfg",
|
||||
fsp => "xCAT::FSPcfg",
|
||||
bpa => "xCAT::PPCcfg",
|
||||
},
|
||||
rflash => { hmc => "xCAT::PPCrflash",
|
||||
@ -170,7 +170,7 @@ sub process_command {
|
||||
($request->{command} =~ /^(rpower)$/ || $request->{command} =~ /^rinv$/ || $request->{command} =~ /^rflash$/
|
||||
|| $request->{command} =~ /^getmacs$/ || $request->{command} =~ /^rnetboot$/ || $request->{command} =~ /^rvitals$/
|
||||
|| $request->{command} =~ /^mkhwconn$/ || $request->{command} =~ /^rmhwconn$/ || $request->{command} =~ /^lshwconn$/
|
||||
|| $request->{command} =~ /^rscan$/
|
||||
|| $request->{command} =~ /^rscan$/ || ($request->{command} =~ /^rspconfig$/ && $request->{method} =~ /^passwd$/)
|
||||
)
|
||||
) {
|
||||
#support FSPpower, FSPinv and FSPrflash
|
||||
|
Loading…
Reference in New Issue
Block a user