You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2009/06/03 20:10:55 UTC

svn commit: r781499 - /incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf

Author: fapeeler
Date: Wed Jun  3 18:10:54 2009
New Revision: 781499

URL: http://svn.apache.org/viewvc?rev=781499&view=rev
Log:
VCL-15,VCL-135

Added ASF 2.0 license. Removed NCSU copyright

Added xmlrpc_user,xmlrpc_pass for xmlrpc calls


Modified:
    incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf

Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf?rev=781499&r1=781498&r2=781499&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf (original)
+++ incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf Wed Jun  3 18:10:54 2009
@@ -1,45 +1,45 @@
 ##############################################################################
 # $Id$
 ##############################################################################
+# LICENSE
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version
+# 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+###############################################################################
 # NAME
 # vcld.conf
 # 
-# AUTHOR
-# Aaron Peeler, aaron_peeler@ncsu.edu
-# Andy Kurth, andy_kurth@ncsu.edu
-# 
 # DESCRIPTION
 # This file contains configuration values for a VCL management node daemon.
 # It contains senistive information and should have appropriate permissions.
-# Please read the README file.  For use license and copyright information
-# see the LICENSE and COPYRIGHT files.
 #
 # FORMAT
 # The format is assumed to be key=value.  Lines should not contain spaces.
 # 
-# SEE ALSO
-# http://vcl.ncsu.edu
-# vcl_help@ncsu.edu
-# 
-# COPYRIGHT AND LICENSE
-# Copyright (C) 2004-2008 by NC State University. All Rights Reserved.
-# 
-# Virtual Computing Laboratory
-# North Carolina State University
-# Raleigh, NC, USA 27695
-# 
-# For use license and copyright information see LICENSE and COPYRIGHT files
-# included in the source files.
-
 
-# processname: name to call VCL daemon process
-# Default: vcld
-processname=vcld
+############# REQUIRED Configuration settings ################
 
 # FQDN: DNS name of the management node
 # Example: mgtnode1.hpc.ncsu.edu
 FQDN=
 
+# processname: name to call VCL daemon process
+# Default: vcld
+processname=vcld
+
 # log: log file location
 # Default: /var/log/vcld.log
 # If left undefined it will be named according to the above processname
@@ -52,8 +52,6 @@
 # i.e. /var/run/$PROCESSNAME.pid
 pidfile=/var/run/vcld.pid
 
-
-
 # Database connection information
 
 # database: name of MySQL database (required)
@@ -78,6 +76,15 @@
 # Must be a string of characters: A-Z a-z 0-9
 rdPass=
 
+# xml-rpc username password information
+# Required for block reservation processing
+
+xmlrpc_username=
+xmlrpc_pass=
+
+
+######### END REQUIRED Configuration settings ##############
+
 
 # enable_mysql_ssl: Determines if SSL is used for MySQL connections
 # Useful in open networks or large distributed configurations