X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=default_config.xml;h=b0e54b707dce7464f2663fad9b8cb45732643ab4;hb=refs%2Fheads%2F4.3;hp=99f6126ff9febb85efb7663d146c30de236419fd;hpb=c098b8dca3cecb9725bf2ff63ffdc4ae7f090974;p=myplc.git diff --git a/default_config.xml b/default_config.xml index 99f6126..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 @@ -548,20 +579,117 @@ $Id$ Hostname localhost.localdomain - The fully qualified hostname of the boot - server. + The fully qualified hostname. Monitoring Service The Monitor service that tracks node availablity and repair. + + + Enabled + false + Enable on this machine. + + + Hostname + localhost.localdomain + The fully qualified hostname. + + + IP Address + + The IP address of the monitor server. + + + Monitor Email Address + root+monitor@localhost.localdomain + 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 of the boot server. + 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.