Merge branch 'master' of ssh://git.onelab.eu/git/sfa
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 23 Nov 2011 17:54:00 +0000 (18:54 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 23 Nov 2011 17:54:00 +0000 (18:54 +0100)
1  2 
config/default_config.xml

@@@ -18,12 -18,27 +18,27 @@@ Thierry Parmentela
        <description>Basic system variables.</description>
  
        <variablelist>
+         <variable id="generic_flavour" type="string">
+           <name>Generic Flavour</name>
+           <value>pl</value>
+           <description>This string refers to a class located in sfa.generic that describes 
+           which specific implementation needs to be used for api, manager and driver objects.
+           PlanetLab users do not need to change this setting.
+           </description>
+         </variable>
          <variable id="interface_hrn" type="string">
            <name>Human readable name</name>
            <value>plc</value>
            <description>The human readable name for this interface.</description>
          </variable>
  
+         <variable id="aggregate_api_version" type="string">
+           <name>Aggregate Manager API Version</name>
+           <value>1</value>
+           <description>The Aggregate API version</description>
+         </variable>
          <variable id="credential_schema" type="string">
            <name>Credential Schema</name>
            <value>/etc/sfa/credential.xsd</value>
              </description> 
          </variable>
  
-       <variable id="generic_flavour" type="string">
-         <name>Generic Flavour</name>
-         <value>pl</value>
-         <description>This string refers to a class located in sfa.generic that describes 
-         which specific implementation needs to be used for api, manager and driver objects.
-         PlanetLab users do not need to change this setting.
-         </description>
-       </variable>
        </variablelist>
      </category>
  
        <description>The settings that tell this SFA instance where to find its database. You can essentially leave this as-is unless you plan on hosting your data on some other box.</description>
  
        <variablelist>
 +      <variable id="enabled" type="boolean">
 +        <name>Enabled</name>
 +        <value>true</value>
 +        <description>Enable the database server on this machine.</description>
 +      </variable>
 +
        <variable id="host" type="hostname">
          <name>Database host</name>
          <value>localhost</value>