X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=default_config.xml;h=b0e54b707dce7464f2663fad9b8cb45732643ab4;hb=refs%2Fheads%2F4.3;hp=492e609ee37d96b39737c0ec8b8307ef678d0b95;hpb=6069602fedb3484d0fc365daecb0022b8d0dbc33;p=myplc.git diff --git a/default_config.xml b/default_config.xml index 492e609..b0e54b7 100644 --- a/default_config.xml +++ b/default_config.xml @@ -7,6 +7,7 @@ Mark Huang Copyright (C) 2006 The Trustees of Princeton University $Id$ +$URL$ --> @@ -29,6 +30,20 @@ $Id$ PlanetLab Support). + + Shortame + Tlab + The short name of this PLC installation. It is + mostly used in the web interface when displaying local + objects. + + + + Root in Hierarchical Naming Space + planetlab.test + The root of this peer in the hierarchical federation naming space. + + Slice Prefix pl @@ -146,6 +161,22 @@ $Id$ + + /etc/hosts + MyPLC can setup /etc/hosts with the hostnames and + IP addresses specified for *_NAME and *_IP, or look up the IP + addresses if they are not specified in this configuration. + + + + + Enable /etc/hosts configuration + true + Let PLC manage /etc/hosts + + + + Mail Many maintenance scripts, as well as the API and @@ -571,16 +602,94 @@ $Id$ The IP address of the monitor server. - + Monitor Email Address root+monitor@localhost.localdomain - The source address for all out-going messages from Monitor. + All messages from Monitor will appear to come from this address. + + + CC Email Address + root+monitor@localhost.localdomain + All messages from Monitor will be copied to this address. + + + Queue Name in RT for new messages + support + All messages from Monitor will be copied to this address. Database Password The password to use when accessing the database, Monitor user account in the local PLC. + + + + SSL Private Key + /etc/planetlab/monitor_ssl.key + The SSL private key to use for encrypting HTTPS + traffic. + + + + SSL Public Certificate + /etc/planetlab/monitor_ssl.crt + The corresponding SSL public certificate for + the HTTP server. By default, this certificate is + self-signed. You may replace the certificate later with one + signed by a root CA. + + + + Root CA SSL Public Certificate + /etc/planetlab/monitor_ca_ssl.crt + The certificate of the root CA, if any, that + signed your server certificate. If your server certificate is + self-signed, then this file is the same as your server + certificate. + + + + + + RT Configuration + RT + + + Enabled + false + Enable on this machine. + + + Hostname + localhost.localdomain + The fully qualified hostname. + + + IP Address + + The IP address of the RT server. + + + CC Email Address + root+cclist@localhost.localdomain + All messages to and from PLCRT will be copied to this address. + + + root + root + Username of a privileged user in RT who can create + tickets for any RT Queue. + + + password + password + Password for RT web user. + + + Database Password + + Password to use when accessing the RT database.