X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=default_config.xml;h=b0e54b707dce7464f2663fad9b8cb45732643ab4;hb=53829cf14fa108259ab08b168339b9813ebae654;hp=dba531f69dbc111fe80390f2b21bbeeadf3e2ab3;hpb=f0fb571b23b86cb870b4d8dad3d4b1f0331903b8;p=myplc.git diff --git a/default_config.xml b/default_config.xml index dba531f..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 @@ -226,9 +257,9 @@ $Id$ IP Address - 127.0.0.1 + The IP address of the database server, if not - resolvable by the configured DNS servers. + resolvable. @@ -240,7 +271,7 @@ $Id$ Database Name - planetlab4 + planetlab5 The name of the database to access. @@ -289,9 +320,9 @@ $Id$ IP Address - 127.0.0.1 + The IP address of the API server, if not - resolvable by the configured DNS servers. + resolvable. @@ -408,9 +439,9 @@ $Id$ IP Address - 127.0.0.1 + The IP address of the web server, if not - resolvable by the configured DNS servers. + resolvable. @@ -486,9 +517,9 @@ $Id$ IP Address - 127.0.0.1 + The IP address of the boot server, if not - resolvable by the configured DNS servers. + resolvable. @@ -538,6 +569,130 @@ $Id$ + + + + PlanetFlow Service Configuration + Planetflow service definitions used in the netflow slice. + + + + Hostname + localhost.localdomain + 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. + + + 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. + + +