From fe2e91a101030319f2fa0bfb4b8e01e03b8d1d01 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 6 May 2008 11:37:50 +0000 Subject: [PATCH] Add ldapserver and ntpserver to servicenode table. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1282 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 126550257..b04be0135 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -376,7 +376,7 @@ ppchcp => { }, }, servicenode => { - cols => [qw(node nameserver dhcpserver tftpserver nfsserver conserver monserver comments disable)], + cols => [qw(node nameserver dhcpserver tftpserver nfsserver conserver monserver ldapserver ntpserver comments disable)], keys => [qw(node)], table_desc => 'List of all Service Nodes and services that will be set up on the Service Node.', descriptions => { @@ -423,8 +423,7 @@ site => { " genpasswords (generate BMC passwords??)\n". " defserialport (default if not specified in noderes table)\n". " defserialspeed (default if not specified in nodehm table)\n". - " defserialflow (default if not specified in nodehm table)". - " svloglocal (service node logs to the local host. default forwards to the managment node)", + " defserialflow (default if not specified in nodehm table)", value => 'The value of the attribute specified in the "key" column.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.",