-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
This commit is contained in:
jbjohnso 2008-06-19 19:49:18 +00:00
parent e9fe3ab33e
commit 7a857537cd

View File

@ -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)],