add hwtype=hmc,ivm for onlyif nodetype=hmc,ivm to support the changes of ppc.nodetype
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10031 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d7acfa5b23
commit
0f2ffec2b5
@ -1464,21 +1464,25 @@ my @nodeattrs = (
|
||||
####################
|
||||
{attr_name => 'username',
|
||||
only_if => 'nodetype=ivm',
|
||||
only_if => 'hwtype=ivm',
|
||||
tabentry => 'ppchcp.username',
|
||||
access_tabentry => 'ppchcp.hcp=attr:node',
|
||||
},
|
||||
{attr_name => 'password',
|
||||
only_if => 'nodetype=ivm',
|
||||
only_if => 'hwtype=ivm',
|
||||
tabentry => 'ppchcp.password',
|
||||
access_tabentry => 'ppchcp.hcp=attr:node',
|
||||
},
|
||||
{attr_name => 'username',
|
||||
only_if => 'nodetype=hmc',
|
||||
only_if => 'hwtype=hmc',
|
||||
tabentry => 'ppchcp.username',
|
||||
access_tabentry => 'ppchcp.hcp=attr:node',
|
||||
},
|
||||
{attr_name => 'password',
|
||||
only_if => 'nodetype=hmc',
|
||||
only_if => 'hwtype=hmc',
|
||||
tabentry => 'ppchcp.password',
|
||||
access_tabentry => 'ppchcp.hcp=attr:node',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user