From 7a857537cd41cd61e4a7fb6a1a179910006c6bbd Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 19 Jun 2008 19:49:18 +0000 Subject: [PATCH] -Add a prodkey table for products that would require or benefit from it git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1706 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index e8264b981..eb7621ecf 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -25,6 +25,16 @@ bootparams => { 'kcmdline' => 'Arguments to be passed to the kernel' } }, +prodkey => { + cols => [qw(node product key comments disable)], + keys => [qw(node product)], + table_desc => 'Specify product keys for products that require them', + descriptions => { + node => "The node name or group name.", + product => "A string to identify the product (for OSes, the osname would be used, i.e. wink28", + key => "The product key relevant to the aforementioned node/group and product combination" + } +}, chain => { cols => [qw(node currstate currchain chain ondiscover comments disable)], keys => [qw(node)],