X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=default_config.xml;h=c9f3bab0e5c10a9fdcd200e8871c0dcd99449e00;hb=e143940d896bf696a949dbf70f7d96327acf5f62;hp=e2204b8f5960d24b7524f38da1c1e6fe81980986;hpb=5efb05264954a0e2c2bde976a27abe7ca66685d4;p=myplc.git diff --git a/default_config.xml b/default_config.xml index e2204b8..c9f3bab 100644 --- a/default_config.xml +++ b/default_config.xml @@ -6,8 +6,6 @@ Default PLC configuration file Mark Huang Copyright (C) 2006 The Trustees of Princeton University -$Id$ -$URL$ --> @@ -75,6 +73,20 @@ $URL$ be downloaded, or its contents replaced by a file upload, but the actual shouldn't need to be changed. --> + + Root SSH Public Key + /etc/planetlab/root_ssh_key.pub + The SSH public key used to access the root + account on your nodes. + + + + Root SSH Private Key + /etc/planetlab/root_ssh_key.rsa + The SSH private key used to access the root + account on your nodes. + + Debug SSH Public Key /etc/planetlab/debug_ssh_key.pub @@ -102,6 +114,68 @@ $URL$ The SSH private key used to access the root account on your nodes. + + + + + + Flavours + Defaults for nodes and slices contents. + + + + arch for nodes + @ARCH@ + The default 'arch' to use when installing nodes. + This is offered mostly for consistency with the rest of the + PLC_FLAVOUR category, but does not have much of a practical + interest. In any case, you need to have the corresponding + bootstrapfs images available for nodes. + + + + fcdistro for nodes + @FCDISTRO@ + THIS CURRENTLY HAS NO EFFECT. + The default 'fcdistro' to use when installing + nodes.You need to have the corresponding bootstrapfs images + available for nodes. THIS CURRENTLY HAS NO EFFECT. + + + + pldistro for nodes + @PLDISTRO@ + The default 'pldistro' to use when installing + nodes. You need to have the corresponding bootstrapfs + images available for nodes. + + + + arch for slivers + @ARCH@ + The default 'arch' to use for slivers. This is + useful if you have heterogeneous nodes (i686 and x86_64), + but want slivers to be homogeneous. You need to have the + corresponding vserver variant rpm available for + nodes. + + + + fcdistro for slivers + @FCDISTRO@ + The default 'fcdistro' to use for creating + slivers. You need to have the corresponding vserver variant + rpm available for nodes. + + + + pldistro for slivers + @PLDISTRO@ + The default 'pldistro' to use for creating + slivers. You need to have the corresponding vserver variant + rpm available for nodes. + + @@ -147,6 +221,22 @@ $URL$ + + /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 @@ -540,6 +630,72 @@ $URL$ + + Planetlab Ratelimit Settings + Planetlab Ratelimit Settings + + + Enable Ratelimit + false + Enable Ratelimit for sites + + + + + + Planetlab - OMF Integration + Planetlab - OMF integration + + + OMF integration + false + Enable OMF integration. + + + + + XMPP server + localhost.localdomain + The fully qualified hostname of the XMPP server. + + + + XMPP username + + XMPP username (which has admin rights). + + + + XMPP password + + The password of the XMPP user. + + + + + OMF Slicemgr URL + http://localhost.localdomain:5053 + . + + + + + + + Reservable Nodes + Settings related to reservable nodes + + + + Lease granularity + 3600 + The smallest timeslot that can be allocated to + a node. All leases will be rounded to this granularity, so + e.g. if you set 3600 all leases will start and stop at round + hours. + + + PlanetFlow Service Configuration @@ -553,6 +709,7 @@ $URL$ + Monitoring Service The Monitor service that tracks node availablity and repair. @@ -587,6 +744,21 @@ $URL$ support All messages from Monitor will be copied to this address. + + Database Hostname + localhost + The hostname for the monitor database. + + + Database User + monitoruser + The username for connecting to the monitor database. + + + Database Name + monitor + Name of monitor database. + Database Password @@ -663,6 +835,27 @@ $URL$ + + MySlice + MySlice configuration parameters + + + comon + + The address of the CoMon url that provides information for this PLC's nodes (if not the default http://comon.cs.princeton.edu/) + + + comon + false + True, if comon data are available for this PLC's nodes + + + tophat + false + True, if tophat data are available for this PLC's nodes + + +