From 95903545e6e6c0ebc0ee1f91e180984fe575e88a Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 12 May 2008 16:32:51 +0000 Subject: [PATCH] define installoc in site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1351 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 3233cc5fa..cbf188e4c 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -404,6 +404,7 @@ site => { " xcatconfdir (default /etc/xcat)\n". " domain (DNS domain name used for the cluster)\n". " installdir (directory that holds the node deployment pkgs)\n". + " installoc (location of the installdir directory,format hostname:/path)\n". " xcatdport (port used by xcatd daemon for client/server communication)\n". " xcatiport (port used by xcatd to receive install status updates from nodes)\n". " timezone (e.g. America/New_York)\n". @@ -431,10 +432,6 @@ site => { disable => "Set to 'yes' or '1' to comment out this row.", }, }, -# site => { -# cols => [qw(sitename domain master rsh rcp xcatdport installdir comments disable)], -# keys => [qw(sitename)] -# }, switch => { cols => [qw(node switch port vlan interface comments disable)], keys => [qw(node switch port)],