diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index df5425ea6..0028a69f2 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -5,6 +5,18 @@ package xCAT::Schema; #certain SQL backends don't ascribe meaning to the data types anyway. #New format, not sql statements, but info enough to describe xcat tables %tabspec = ( + ppchcp => { + cols => [qw(hcp username password comments disable)], + keys => [qw(hcp)], + }, + ppc => { + cols => [qw(node hcp id profile mgt comments disable)], + keys => [qw(node)], + }, + ppcDirect => { + cols => [qw(hcp username password comments disable)], + keys => [qw(hcp)], + }, nodetype => { cols => [qw(node os arch profile comments disable)], keys => [qw(node)],