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
This commit is contained in:
lissav 2008-05-12 16:32:51 +00:00
parent fec0a33caa
commit 95903545e6

View File

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