From c185096fa80585fdcf9b2756cb61fdee2b2323a8 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 16 Jul 2012 20:38:11 +0000 Subject: [PATCH] Added description for httpport site attr git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13307 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 22e22d07f..67978ed52 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -827,6 +827,9 @@ site => { " prefix (e.g. 00:11:aa)\n\n". " genpasswords: Automatically generate random passwords for BMCs when configuring\n". " them.\n\n". + " httpport: The port number that the booting/installing nodes should contact the\n". + " http server on the MN/SN on. It is your responsibility to configure\n". + " the http server to listen on that port - xCAT will not do that.\n\n". " installdir: The local directory name used to hold the node deployment packages.\n\n". " installloc: The location from which the service nodes should mount the \n". " deployment packages in the format hostname:/path. If hostname is\n".