From 16cb1d60ccb34548ee8ab55817ad2b47bf0a4b6a Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 25 Oct 2010 17:30:56 +0000 Subject: [PATCH] add sshbetweennodes attribute git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7919 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 02c5f5724..9c7cbb5cd 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -781,6 +781,11 @@ site => { " ppctimeout: The timeout, in milliseconds, to use when communicating with PPC hw.\n\n". " pruneservices: Whether to enable service pruning when noderm is run (i.e.\n". " removing DHCP entries when noderm is executed)\n\n". + " sshbetweennodes: Whether to enable passwordless root ssh between nodes\n". + " during node install, or xdsh -K. Default is yes.\n". + " Service Nodes are not affected by this attribute\n". + " they are always setup with\n". + " passwordless root access to nodes and other SN.\n\n". " sharedtftp: Set to 0 or no, if xCAT should not assume the directory\n". " in tftpdir is mounted on all on Service Nodes. Default is 1/yes.\n". " If value is set to a hostname, the directory in tftpdir\n".