2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

Added "ppchcp" "ppc", and "ppcDirect" to Schema

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@54 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish
2007-11-16 19:52:59 +00:00
parent d5df12426b
commit eb30c401fd

View File

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