Don't make os & arch attrs dependent on nodetype
setting for displaying node definitions. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1092 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a82b07757c
commit
3d7d55d256
@ -591,14 +591,14 @@ my @nodeattrs = (
|
||||
# TODO: need to decide what to do with the os attr once the osimage stuff is
|
||||
# implemented. The nodetype.os attr may be moved to the osimage table.
|
||||
{attr_name => 'os',
|
||||
only_if => 'nodetype=osi',
|
||||
# only_if => 'nodetype=osi',
|
||||
tabentry => 'nodetype.os',
|
||||
access_tabentry => 'nodetype.node=attr:node',
|
||||
},
|
||||
# TODO: need to decide what to do with the profile attr once the osimage
|
||||
# stuff is implemented. May want to move this to the osimage table.
|
||||
{attr_name => 'profile',
|
||||
only_if => 'nodetype=osi',
|
||||
# only_if => 'nodetype=osi',
|
||||
tabentry => 'nodetype.profile',
|
||||
access_tabentry => 'nodetype.node=attr:node',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user