Merge branch 'master' into senslab2
[sfa.git] / sfa / senslab / config / senslab2 / site.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <variables>
4     <category id="sfa_aggregate">
5       <name>Aggregate</name>
6       <description>The settings that affect the aggregate manager that will run
7       as part of this SFA instance.</description>
8       <variablelist>
9         <variable id="port" type="int">
10           <name>Port number</name>
11           <value>52346</value>
12           <description>The port where the aggregate is to be found.</description>
13         </variable>
14       </variablelist>
15     </category>
16     <category id="sfa_db">
17       <name/>
18       <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>
19       <variablelist>
20         <variable id="user" type="string">
21           <name>Database user</name>
22           <value>sfa</value>
23           <description>When SFA gets co-hosted with a myplc, this should match the PLC config.</description>
24         </variable>
25         <variable id="password" type="string">
26           <name>Database password</name>
27           <value>sfa</value>
28           <description>When SFA gets co-hosted with a myplc, this should match the PLC config.</description>
29         </variable>
30       </variablelist>
31     </category>
32     <category id="sfa_registry">
33       <name>Registry</name>
34       <description>The settings that affect the registry that will run
35       as part of this SFA instance.</description>
36       <variablelist>
37         <variable id="root_auth" type="string">
38           <name>Root Authority</name>
39           <value>senslab2</value>
40           <description>The hrn of the registry's root auth.</description>
41         </variable>
42         <variable id="port" type="int">
43           <name>Port number</name>
44           <value>52345</value>
45           <description>The port where the registry is to be found.</description>
46         </variable>
47       </variablelist>
48     </category>
49     <category id="sfa_sm">
50       <name>Slice Manager</name>
51       <description>The settings that affect the slice manager that will run
52       as part of this SFA instance.</description>
53       <variablelist>
54         <variable id="port" type="int">
55           <name>Port number</name>
56           <value>52347</value>
57           <description>The port where the slice manager is to be found.</description>
58         </variable>
59       </variablelist>
60     </category>
61     <category id="sfa">
62       <name>General</name>
63       <description>Basic system variables.</description>
64       <variablelist>
65         <variable id="interface_hrn" type="string">
66           <name>Human readable name</name>
67           <value>senslab2</value>
68           <description>The human readable name for this interface.</description>
69         </variable>
70         <variable id="generic_flavour" type="string">
71           <name>Generic Flavour</name>
72           <value>slab</value>
73           <description>This string refers to a class located in sfa.generic that describes 
74           which specific implementation needs to be used for api, manager and driver objects.
75           PlanetLab users do not need to change this setting.
76           </description>
77         </variable>
78         <variable id="api_loglevel" type="int">
79           <name>Debug</name>
80           <value>2</value>
81           <description>Logging level; 0=minimum, 1=info, 2=debug</description>
82         </variable>
83       </variablelist>
84     </category>
85   </variables>
86 </configuration>