Add postscripts table to the schema.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@279 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
739171be4b
commit
36a754d5eb
@ -98,6 +98,10 @@ package xCAT::Schema;
|
||||
cols => [qw(key username password comments disable)],
|
||||
keys => [qw(key)]
|
||||
},
|
||||
postscripts => {
|
||||
cols => [qw(node postscripts)],
|
||||
keys => [qw(node)],
|
||||
},
|
||||
ipmi => {
|
||||
cols => [qw(node bmc username password comments disable )],
|
||||
keys => [qw(node)]
|
||||
@ -203,6 +207,14 @@ package xCAT::Schema;
|
||||
access_tabentry => 'hosts.node=attr:node',
|
||||
description => 'Hostname aliases added to /etc/hosts for this node.'},
|
||||
####################
|
||||
# postscripts table#
|
||||
####################
|
||||
{attr_name => 'postscripts',
|
||||
tabentry => 'postscripts.postscripts',
|
||||
access_tabentry => 'postscripts.node=attr:node',
|
||||
description => 'The list of post install scripts .'},
|
||||
####################
|
||||
####################
|
||||
# noderes table #
|
||||
####################
|
||||
{attr_name => 'xcatmaster',
|
||||
|
Loading…
Reference in New Issue
Block a user