2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

add servicenode table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1242 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-05-01 19:12:28 +00:00
parent 70a4481ecf
commit 5db0602c89

View File

@ -442,6 +442,22 @@ vpd => {
disable => "Set to 'yes' or '1' to comment out this row.",
},
},
servicenode => {
cols => [qw(node nameserver dhcpserver tftpserver nfsserver conserver monserver comments disable)],
keys => [qw(node)],
table_desc => 'List of all Service Nodes and services that will be setup on the Service Node.',
descriptions => {
node => 'The hostname of the service node as known by the Management Node.',
nameserver => 'Do we setup DNS on this service node? Valid values:yes or 1, no or 0.',
dhcpserver => 'Do we setup DHCP on this service node? Valid values:yes or 1 or:<ifname>,<noderange>,<dynamicrange>, no or 0.',
tftpserver => 'Do we setup TFTP on this service node? Valid values:yes or 1, no or 0.',
nfsserver => 'Do we setup file services (HTTP,FTP,or NFS) on this service node? Valid values:yes or 1, no or 0.',
conserver => 'Do we setup Conserver on this service node? Valid values:yes or 1, no or 0.',
monserver => 'Is this a monitoring even collection point? Valid values:yes or 1, no or 0.',
comments => 'Any user-written notes.',
disable => "Set to 'yes' or '1' to comment out this row.",
},
},
); # end of tabspec definition