diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a2a135c16..228562a34 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -3772,6 +3772,22 @@ push(@{$defspec{group}->{'attrs'}}, @nodeattrs); tabentry => 'switches.switch', access_tabentry => 'switches.switch=attr:switch', }, + {attr_name => 'groups', + tabentry => 'nodelist.groups', + access_tabentry => 'nodelist.node=attr:node', + }, + {attr_name => 'ip', + tabentry => 'hosts.ip', + access_tabentry => 'hosts.node=attr:node', + }, + {attr_name => 'nodetype', + tabentry => 'nodetype.nodetype', + access_tabentry => 'nodetype.node=attr:node', + }, + {attr_name => 'mgt', + tabentry => 'nodehm.mgt', + access_tabentry => 'nodehm.node=attr:node', + }, {attr_name => 'snmpusername', tabentry => 'switches.username', access_tabentry => 'switches.switch=attr:switch',