1 <?xml version="1.0" encoding="utf-8"?>
4 Default SFA configuration file
12 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
17 <!-- ======================================== -->
20 <description>Basic system variables.</description>
23 <variable id="interface_hrn" type="string">
24 <name>Human readable name</name>
26 <description>The human readable name for this interface.</description>
29 <variable id="api_debug" type="boolean">
32 <description>Flag to turn debug on.</description>
38 <!-- ======================================== -->
39 <category id="sfa_registry">
41 <description>The settings that affect the registry that will run
42 as part of this SFA instance.</description>
45 <variable id="enabled" type="boolean">
46 <name>Enable Registry</name>
48 <description>Allows this local SFA instance to run as a
49 registry.</description>
52 <variable id="type" type="string">
53 <name>Registry type</name>
55 <description>The type of backend server for this
56 registry. Some registries may not be myplc.</description>
59 <variable id="host" type="hostname">
61 <value>localhost</value>
62 <description>The hostname where the registry is expected to
63 be found; using localhost when the local registry is enabled
64 seems reasonable.</description>
67 <variable id="port" type="int">
68 <name>Port number</name>
70 <description>The port where the registry is to be found.</description>
73 <variable id="root_auth" type="string">
74 <name>Root Authority</name>
76 <description>The hrn of the registry's root auth.</description>
79 <variable id="level1_auth" type="string">
80 <name>Level1 Authority</name>
82 <description>The hrn of the registry's level1 auth (sub
83 authority). The full name of this interface (only secify if
84 this interface is a sub authority).</description>
89 <!-- ======================================== -->
90 <category id="sfa_aggregate">
91 <name>Aggregate</name>
92 <description>The settings that affect the aggregate manager that will run
93 as part of this SFA instance.</description>
96 <variable id="enabled" type="boolean">
97 <name>Enable Aggregate</name>
99 <description>Allows this local SFA instance to run as an
100 aggregate manager.</description>
103 <variable id="type" type="string">
104 <name>Aggregate type</name>
106 <description>The type of backend server for this
107 aggregate. Some aggregates may not be myplc.</description>
110 <variable id="host" type="hostname">
111 <name>Hostname</name>
112 <value>localhost</value>
113 <description>The hostname where the aggregate is expected to
114 be found.</description>
117 <variable id="port" type="int">
118 <name>Port number</name>
120 <description>The port where the aggregate is to be found.</description>
126 <!-- ======================================== -->
127 <category id="sfa_sm">
128 <name>Slice Manager</name>
129 <description>The settings that affect the slice manager that will run
130 as part of this SFA instance.</description>
133 <variable id="enabled" type="boolean">
134 <name>Enable Slice Manager</name>
136 <description>Allows this local SFA instance to run as a
137 slice manager.</description>
140 <variable id="type" type="string">
141 <name>Slice Manager type</name>
143 <description>The type of backend server for this
144 slice manager. Not all slice managers are myplc.</description>
147 <variable id="host" type="hostname">
148 <name>Hostname</name>
149 <value>localhost</value>
150 <description>The hostname where the slice manager is expected to
151 be found.</description>
154 <variable id="port" type="int">
155 <name>Port number</name>
157 <description>The port where the slice manager is to be found.</description>
162 <!-- ======================================== -->
163 <category id="sfa_plc">
165 <description>The settings that tell this SFA instance how to interact with the underlying PLC. Refer to plc-config-tty on this installation for more information.</description>
168 <variable id="user" type="string">
169 <name>PLC login name for an admin user; SFA will carry on operations under this account.</name>
170 <value>root@localhost.localdomain</value>
171 <description></description>
174 <variable id="password" type="string">
175 <name>Password</name>
177 <description>The PLC password for SFA_PLC_USER.</description>
180 <variable id="url" type="string">
182 <value>https://localhost:443/PLCAPI/</value>
183 <description>Full URL of PLC interface.</description>
186 <variable id="db_name" type="string">
187 <name>Database name</name>
188 <value>planetlab5</value>
189 <description>Planetlab database name.</description>
192 <variable id="db_host" type="hostname">
193 <name>Datbase host</name>
194 <value>localhost</value>
195 <description>The host where the PLC database can be reached.</description>
198 <variable id="db_port" type="int">
199 <name>Database port</name>
201 <description>The port where the PLC database can be reached.</description>
204 <variable id="db_user" type="string">
205 <name>Database user</name>
206 <value>pgsqluser</value>
207 <description></description>
210 <variable id="db_password" type="string">
211 <name>Database password</name>
213 <description>The password for PLC_DB_USER.</description>
222 <!-- deprecated - not used anymore - use .lst files instead -->