X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=default_config.xml;h=68c47a54219f3a363858d00be8c28d39056e0c94;hb=refs%2Fheads%2Fpython2;hp=84bdabfe7d5a7599f6549b521e0af97395b68bde;hpb=c46b69134aaca38070f75f4a993c6246c5cfe0c0;p=myplc.git diff --git a/default_config.xml b/default_config.xml index 84bdabf..68c47a5 100644 --- a/default_config.xml +++ b/default_config.xml @@ -6,7 +6,6 @@ Default PLC configuration file Mark Huang Copyright (C) 2006 The Trustees of Princeton University -$Id$ --> @@ -40,7 +39,7 @@ $Id$ Root in Hierarchical Naming Space planetlab.test - The root of this peer in the hierarchical federation naming space. + The root of this peer in the hierarchical federation naming space. if SFA services are setup on top of this PLC deplyment, the SFA_INTERFACE_HRN needs to be equal to PLC_HRN_ROOT @@ -115,6 +114,82 @@ $Id$ The SSH private key used to access the root account on your nodes. + + + + + + Flavours + Defaults for nodes and slices contents. + + + + f8,f12,f14,centos5,centos6:vs; default:lxc + Allows to compute a virtualization mechanism + from an fcdistro. Starting with 5.2 MyPLC has support for + either 'vs' or 'lxc', and this gives a correspondance from + the node's fcdistro to the right virtualization mechanism. + This information is essentially used by the BootManager for + getting the installation phase right like e.g. when + partitioning disks, and not to figure the contents of the + nodeimage that depend only on fcdistro, pldistro and of + course arch. This can be overridden by setting the vrt tag + on that particular node. + + + + 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. + + @@ -160,6 +235,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 @@ -553,6 +644,53 @@ $Id$ + + 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. + + + + + + + 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 @@ -566,6 +704,7 @@ $Id$ + Monitoring Service The Monitor service that tracks node availablity and repair. @@ -600,6 +739,21 @@ $Id$ 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 @@ -656,13 +810,13 @@ $Id$ CC Email Address root+cclist@localhost.localdomain - All messages from Monitor will be copied to this address. + 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 in the queue named PLC_MONITOR_RT_QUEUE. + tickets for any RT Queue. password @@ -676,6 +830,40 @@ $Id$ + + + 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 + + + + + + vsys + Default values for the vsys tag + + + vsys tags set by default + + Comma-separated list of vsys script names that all newly created slices will have as their vsys tags. For older slices, see the check-vsys-defaults.py script as part of the myplc package + + +