FSP/BAP redundancy: add supporting cec and Frame object
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8445 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
75f40a2999
commit
b82ea3e11a
@ -36,9 +36,25 @@ sub parse_args {
|
||||
"general_passwd",
|
||||
"*_passwd"
|
||||
);
|
||||
my @cec = (
|
||||
"HMC_passwd",
|
||||
"admin_passwd",
|
||||
"general_passwd",
|
||||
"*_passwd"
|
||||
);
|
||||
my @frame = (
|
||||
"HMC_passwd",
|
||||
"admin_passwd",
|
||||
"general_passwd",
|
||||
"*_passwd"
|
||||
);
|
||||
|
||||
|
||||
my %rsp = (
|
||||
fsp => \@fsp,
|
||||
bpa => \@bpa
|
||||
fsp => \@fsp,
|
||||
bpa => \@bpa,
|
||||
cec => \@cec,
|
||||
frame => \@frame,
|
||||
);
|
||||
#############################################
|
||||
# Get support command list
|
||||
|
Loading…
Reference in New Issue
Block a user