plc_flavour variables for bootstrapfs selection
[myplc.git] / default_config.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Default PLC configuration file
5
6 Mark Huang <mlhuang@cs.princeton.edu>
7 Copyright (C) 2006 The Trustees of Princeton University
8
9 $Id$
10 $URL$
11 -->
12
13 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
14
15 <configuration>
16   <variables>
17     <category id="plc">
18       <name>System</name>
19       <description>Basic system variables. Be sure that the values of
20       these variables are the same across all machines in your
21       installation.</description>
22
23       <variablelist>
24         <variable id="name" type="string">
25           <name>Name</name>
26           <value>PlanetLab Test</value>
27           <description>The name of this PLC installation. It is used in
28           the name of the default system site (e.g., PlanetLab Central)
29           and in the names of various administrative entities (e.g.,
30           PlanetLab Support).</description>
31         </variable>
32
33         <variable id="shortname" type="string">
34           <name>Shortame</name>
35           <value>Tlab</value>
36           <description>The short name of this PLC installation. It is
37           mostly used in the web interface when displaying local
38           objects.</description>
39         </variable>
40
41         <variable id="hrn_root" type="string">
42           <name>Root in Hierarchical Naming Space </name>
43           <value>planetlab.test</value>
44           <description> The root of this peer in the hierarchical federation naming space.</description>
45         </variable>
46
47         <variable id="slice_prefix" type="string">
48           <name>Slice Prefix</name>
49           <value>pl</value>
50           <description>The abbreviated name of this PLC
51           installation. It is used as the prefix for system slices
52           (e.g., pl_conf). Warning: Currently, this variable should
53           not be changed.</description>
54         </variable>
55
56         <variable id="root_user" type="email">
57           <name>Root Account</name>
58           <value>root@localhost.localdomain</value>
59           <description>The name of the initial administrative
60           account. We recommend that this account be used only to create
61           additional accounts associated with real
62           administrators, then disabled.</description>
63         </variable>
64
65         <variable id="root_password" type="password">
66           <name>Root Password</name>
67           <value>root</value>
68           <description>The password of the initial administrative
69           account. Also the password of the root account on the Boot
70           CD.</description>
71         </variable>
72
73         <!-- The following are not actually meant to be configurable
74              as variables. The web interface should allow the file to
75              be downloaded, or its contents replaced by a file upload,
76              but the actual <value> shouldn't need to be changed.  -->
77
78         <variable id="root_ssh_key_pub" type="file">
79           <name>Root SSH Public Key</name>
80           <value>/etc/planetlab/root_ssh_key.pub</value>
81           <description>The SSH public key used to access the root
82           account on your nodes.</description>
83         </variable>
84
85         <variable id="root_ssh_key" type="file">
86           <name>Root SSH Private Key</name>
87           <value>/etc/planetlab/root_ssh_key.rsa</value>
88           <description>The SSH private key used to access the root
89           account on your nodes.</description>
90         </variable>
91
92         <variable id="debug_ssh_key_pub" type="file">
93           <name>Debug SSH Public Key</name>
94           <value>/etc/planetlab/debug_ssh_key.pub</value>
95           <description>The SSH public key used to access the root
96           account on your nodes when they are in Debug mode.</description>
97         </variable>
98
99         <variable id="debug_ssh_key" type="file">
100           <name>Debug SSH Private Key</name>
101           <value>/etc/planetlab/debug_ssh_key.rsa</value>
102           <description>The SSH private key used to access the root
103           account on your nodes when they are in Debug mode.</description>
104         </variable>
105
106         <variable id="root_gpg_key_pub" type="file">
107           <name>Root GPG Public Keyring</name>
108           <value>/etc/planetlab/pubring.gpg</value>
109           <description>The GPG public keyring used to sign the Boot
110           Manager and all node packages.</description>
111         </variable>
112
113         <variable id="root_gpg_key" type="file">
114           <name>Root GPG Private Keyring</name>
115           <value>/etc/planetlab/secring.gpg</value>
116           <description>The SSH private key used to access the root
117           account on your nodes.</description>
118         </variable>
119       </variablelist>
120     </category>
121
122     <category id="plc_flavour">
123       <name>Flavours</name>
124       <description>Defaults for nodes and slices contents.</description>
125       
126       <variablelist>
127         <variable id="node_arch" type="string">
128           <name>arch for nodes</name>
129           <value>@ARCH@</value>
130           <description>The default 'arch' to use when installing nodes.
131           This is offered mostly for consistency with the rest of the
132           PLC_FLAVOUR category, but does not have much of a practical
133           interest. In any case, you need to have the corresponding
134           bootstrapfs images available for nodes.</description>
135         </variable>
136
137         <variable id="node_fcdistro" type="string">
138           <name>fcdistro for nodes</name>
139           <value>@FCDISTRO@</value>
140           <description>THIS CURRENTLY HAS NO EFFECT.
141           The default 'fcdistro' to use when installing
142           nodes.You need to have the corresponding bootstrapfs images
143           available for nodes. THIS CURRENTLY HAS NO EFFECT.</description>
144         </variable>
145
146         <variable id="node_pldistro" type="string">
147           <name>pldistro for nodes</name>
148           <value>@PLDISTRO@</value>
149           <description>The default 'pldistro' to use when installing
150           nodes. You need to have the corresponding bootstrapfs
151           images available for nodes.</description>
152         </variable>
153
154         <variable id="slice_arch" type="string">
155           <name>arch for slivers</name>
156           <value>@ARCH@</value>
157           <description>The default 'arch' to use for slivers. This is
158           useful if you have heterogeneous nodes (i686 and x86_64),
159           but want slivers to be homogeneous. You need to have the
160           corresponding vserver variant rpm available for
161           nodes.</description>
162         </variable>
163
164         <variable id="slice_fcdistro" type="string">
165           <name>fcdistro for slivers</name>
166           <value>@FCDISTRO@</value>
167           <description>The default 'fcdistro' to use for creating
168           slivers. You need to have the corresponding vserver variant
169           rpm available for nodes.</description>
170         </variable>
171
172         <variable id="slice_pldistro" type="string">
173           <name>pldistro for slivers</name>
174           <value>@PLDISTRO@</value>
175           <description>The default 'pldistro' to use for creating
176           slivers. You need to have the corresponding vserver variant
177           rpm available for nodes.</description>
178         </variable>
179
180       </variablelist>
181     </category>
182
183     <category id="plc_net">
184       <name>Network</name>
185       <description>Network environment.</description>
186
187       <variablelist>
188         <variable id="dns1" type="ip">
189           <name>Primary DNS Server</name>
190           <value>127.0.0.1</value>
191           <description>Primary DNS server address.</description>
192         </variable>
193
194         <variable id="dns2" type="ip">
195           <name>Secondary DNS Server</name>
196           <value></value>
197           <description>Secondary DNS server address.</description>
198         </variable>
199       </variablelist>
200     </category>
201
202     <category id="plc_dns">
203       <name>DNS</name>
204       <description>MyPLC can provide forward DNS resolution for itself
205       and for its nodes. To enable resolution for MyPLC itself, set
206       the Primary DNS Server address to 127.0.0.1 and provide external
207       IP addresses for the database, API, web, and boot servers
208       below. To enable resolution for nodes, use the external IP
209       address of this machine as the primary DNS server address for
210       each node.</description>
211
212       <variablelist>
213         <variable id="enabled" type="boolean">
214           <name>Enable DNS</name>
215           <value>true</value>
216           <description>Enable the internal DNS server. The server does
217           not provide reverse resolution and is not a production
218           quality or scalable DNS solution. Use the internal DNS
219           server only for small deployments or for
220           testing.</description>
221         </variable>
222       </variablelist>
223     </category>
224
225     <category id="plc_hosts">
226       <name>/etc/hosts</name>
227       <description>MyPLC can setup /etc/hosts with the hostnames and
228       IP addresses specified for *_NAME and *_IP, or look up the IP
229       addresses if they are not specified in this configuration.
230       </description>
231
232       <variablelist>
233         <variable id="enabled" type="boolean">
234           <name>Enable /etc/hosts configuration</name>
235           <value>true</value>
236           <description>Let PLC manage /etc/hosts</description>
237         </variable>
238       </variablelist>
239     </category>
240
241     <category id="plc_mail">
242       <name>Mail</name>
243       <description>Many maintenance scripts, as well as the API and
244       web site themselves, send e-mail notifications and
245       warnings.</description>
246
247       <variablelist>
248         <variable id="enabled" type="boolean">
249           <name>Enable Mail</name>
250           <value>false</value>
251           <description>Set to false to suppress all e-mail notifications
252           and warnings.</description>
253         </variable>
254
255         <variable id="support_address" type="email">
256           <name>Support Address</name>
257           <value>root+support@localhost.localdomain</value>
258           <description>This address is used for support
259           requests. Support requests may include traffic complaints,
260           security incident reporting, web site malfunctions, and
261           general requests for information. We recommend that the
262           address be aliased to a ticketing system such as Request
263           Tracker.</description>
264         </variable>
265
266         <variable id="boot_address" type="email">
267           <name>Boot Messages Address</name>
268           <value>root+install-msgs@localhost.localdomain</value>
269           <description>The API will notify this address when a problem
270           occurs during node installation or boot.</description>
271         </variable>
272
273         <variable id="mom_list_address" type="email">
274           <name>Mom List Address</name>
275           <value>root+mom@localhost.localdomain</value>
276           <description>This address is used by operations staff
277           to monitor Mom (formerly pl_mom) messages indicating
278           excessive BW or memory usage by a slice.  Mom messages sent
279           to slices will be cc'ed to this list so as not to clog
280           the Support Address list.</description>
281         </variable>
282
283         <variable id="slice_address" type="email">
284           <name>Slice Address</name>
285           <value>root+SLICE@localhost.localdomain</value>
286           <description>This address template is used for sending
287           e-mail notifications to slices. SLICE will be replaced with
288           the name of the slice.</description>
289         </variable>
290       </variablelist>
291     </category>
292
293     <category id="plc_db">
294       <name>Database Server</name>
295       <description>Database server definitions.</description>
296
297       <variablelist>
298         <variable id="enabled" type="boolean">
299           <name>Enabled</name>
300           <value>true</value>
301           <description>Enable the database server on this
302           machine.</description>
303         </variable>
304
305         <variable id="type" type="string">
306           <name>Type</name>
307           <value>postgresql</value>
308           <description>The type of database server. Currently, only
309           postgresql is supported.</description>
310         </variable>
311
312         <variable id="host" type="hostname">
313           <name>Hostname</name>
314           <value>localhost.localdomain</value>
315           <description>The fully qualified hostname of the database
316           server.</description>
317         </variable>
318
319         <variable id="ip" type="ip">
320           <name>IP Address</name>
321           <value/>
322           <description>The IP address of the database server, if not
323           resolvable.</description>
324         </variable>
325
326         <variable id="port" type="int">
327           <name>Port</name>
328           <value>5432</value>
329           <description>The TCP port number through which the database
330           server should be accessed.</description>
331         </variable>
332
333         <variable id="name" type="string">
334           <name>Database Name</name>
335           <value>planetlab5</value>
336           <description>The name of the database to access.</description>
337         </variable>
338
339         <variable id="user" type="string">
340           <name>Database Username</name>
341           <value>pgsqluser</value>
342           <description>The username to use when accessing the
343           database.</description>
344         </variable>
345
346         <variable id="password" type="password">
347           <name>Database Password</name>
348           <value></value>
349           <description>The password to use when accessing the
350           database. If left blank, one will be
351           generated.</description>
352         </variable>
353       </variablelist>
354     </category>
355
356     <category id="plc_api">
357       <name>API Server</name>
358       <description>API (XML-RPC) server definitions.</description>
359
360       <variablelist>
361         <variable id="enabled" type="boolean">
362           <name>Enabled</name>
363           <value>true</value>
364           <description>Enable the API server on this
365           machine.</description>
366         </variable>
367
368         <variable id="debug" type="boolean">
369           <name>Debug</name>
370           <value>false</value>
371           <description>Enable verbose API debugging. Do not enable on
372           a production system!</description>
373         </variable>
374
375         <variable id="host" type="hostname">
376           <name>Hostname</name>
377           <value>localhost.localdomain</value>
378           <description>The fully qualified hostname of the API
379           server.</description>
380         </variable>
381
382         <variable id="ip" type="ip">
383           <name>IP Address</name>
384           <value/>
385           <description>The IP address of the API server, if not
386           resolvable.</description>
387         </variable>
388
389         <variable id="ipod_subnet" type="ip">
390           <name>IP Subnet</name>
391           <value>127.0.0.1</value>
392           <description>The IP Subnet for all API servers. 
393           Used to identify IPoD packet senders.</description>
394         </variable>
395
396         <variable id="ipod_mask" type="ip">
397           <name>IP Mask</name>
398           <value>255.255.255.255</value>
399           <description>The IP Mask that should be applied to incoming 
400           packets to match the IP Subnet for IPoD packets.</description>
401         </variable>
402
403         <variable id="port" type="int">
404           <name>Port</name>
405           <value>443</value>
406           <description>The TCP port number through which the API
407           should be accessed.</description>
408         </variable>
409
410         <variable id="path" type="string">
411           <name>Path</name>
412           <value>/PLCAPI/</value>
413           <description>The base path of the API URL.</description>
414         </variable>
415
416         <variable id="maintenance_user" type="string">
417           <name>Maintenance User</name>
418           <value>maint@localhost.localdomain</value>
419           <description>The username of the maintenance account. This
420           account is used by local scripts that perform automated
421           tasks, and cannot be used for normal logins.</description>
422         </variable>
423
424         <variable id="maintenance_password" type="password">
425           <name>Maintenance Password</name>
426           <value></value>
427           <description>The password of the maintenance account. If
428           left blank, one will be generated. We recommend that the
429           password be changed periodically.</description>
430         </variable>
431
432         <variable id="maintenance_sources" type="hostname">
433           <name>Authorized Hosts</name>
434           <value></value>
435           <description>A space-separated list of IP addresses allowed
436           to access the API through the maintenance account. The value
437           of this variable is set automatically to allow only the API,
438           web, and boot servers, and should not be
439           changed.</description>
440         </variable>
441
442         <!-- The following are not actually meant to be configurable
443              as variables. The web interface should allow the file to
444              be downloaded, or its contents replaced by a file upload,
445              but the actual <value> shouldn't need to be changed.  -->
446
447         <variable id="ssl_key" type="file">
448           <name>SSL Private Key</name>
449           <value>/etc/planetlab/api_ssl.key</value>
450           <description>The SSL private key to use for encrypting HTTPS
451           traffic. If non-existent, one will be
452           generated.</description>
453         </variable>
454
455         <variable id="ssl_crt" type="file">
456           <name>SSL Public Certificate</name>
457           <value>/etc/planetlab/api_ssl.crt</value>
458           <description>The corresponding SSL public certificate. By
459           default, this certificate is self-signed. You may replace
460           the certificate later with one signed by a root
461           CA.</description>
462         </variable>
463
464         <variable id="ca_ssl_crt" type="file">
465           <name>Root CA SSL Public Certificate</name>
466           <value>/etc/planetlab/api_ca_ssl.crt</value>
467           <description>The certificate of the root CA, if any, that
468           signed your server certificate. If your server certificate is
469           self-signed, then this file is the same as your server
470           certificate.</description>
471         </variable>
472       </variablelist>
473     </category>
474
475     <category id="plc_www">
476       <name>Web Server</name>
477       <description>Web server definitions.</description>
478
479       <variablelist>
480         <variable id="enabled" type="boolean">
481           <name>Enabled</name>
482           <value>true</value>
483           <description>Enable the web server on this
484           machine.</description>
485         </variable>
486
487         <variable id="debug" type="boolean">
488           <name>Debug</name>
489           <value>false</value>
490           <description>Enable debugging output on web pages. Do not
491           enable on a production system!</description>
492         </variable>
493
494         <variable id="host" type="hostname">
495           <name>Hostname</name>
496           <value>localhost.localdomain</value>
497           <description>The fully qualified hostname of the web
498           server.</description>
499         </variable>
500
501         <variable id="ip" type="ip">
502           <name>IP Address</name>
503           <value/>
504           <description>The IP address of the web server, if not
505           resolvable.</description>
506         </variable>
507
508         <variable id="port" type="int">
509           <name>Port</name>
510           <value>80</value>
511           <description>The TCP port number through which the
512           unprotected portions of the web site should be
513           accessed.</description>
514         </variable>
515
516         <variable id="ssl_port" type="int">
517           <name>SSL Port</name>
518           <value>443</value>
519           <description>The TCP port number through which the protected
520           portions of the web site should be accessed.</description>
521         </variable>
522
523         <!-- The following are not actually meant to be configurable
524              as variables. The web interface should allow the file to
525              be downloaded, or its contents replaced by a file upload,
526              but the actual <value> shouldn't need to be changed.  -->
527
528         <variable id="ssl_key" type="file">
529           <name>SSL Private Key</name>
530           <value>/etc/planetlab/www_ssl.key</value>
531           <description>The SSL private key to use for encrypting HTTPS
532           traffic. If non-existent, one will be
533           generated.</description>
534         </variable>
535
536         <variable id="ssl_crt" type="file">
537           <name>SSL Public Certificate</name>
538           <value>/etc/planetlab/www_ssl.crt</value>
539           <description>The corresponding SSL public certificate for
540           the HTTP server. By default, this certificate is
541           self-signed. You may replace the certificate later with one
542           signed by a root CA.</description>
543         </variable>
544
545         <variable id="ca_ssl_crt" type="file">
546           <name>Root CA SSL Public Certificate</name>
547           <value>/etc/planetlab/www_ca_ssl.crt</value>
548           <description>The certificate of the root CA, if any, that
549           signed your server certificate. If your server certificate is
550           self-signed, then this file is the same as your server
551           certificate.</description>
552         </variable>
553       </variablelist>
554     </category>
555
556     <category id="plc_boot">
557       <name>Boot Server</name>
558       <description>Boot server definitions. Multiple boot servers
559       may be brought up for load balancing, but we recommend that a
560       single DNS round-robin system be implemented so that the
561       following variables are the same across all of
562       them.</description>
563
564       <variablelist>
565         <variable id="enabled" type="boolean">
566           <name>Enabled</name>
567           <value>true</value>
568           <description>Enable the boot server on this
569           machine.</description>
570         </variable>
571
572         <variable id="host" type="hostname">
573           <name>Hostname</name>
574           <value>localhost.localdomain</value>
575           <description>The fully qualified hostname of the boot
576           server.</description>
577         </variable>
578
579         <variable id="ip" type="ip">
580           <name>IP Address</name>
581           <value/>
582           <description>The IP address of the boot server, if not
583           resolvable.</description>
584         </variable>
585
586         <variable id="port" type="int">
587           <name>Port</name>
588           <value>80</value>
589           <description>The TCP port number through which the
590           unprotected portions of the boot server should be
591           accessed.</description>
592         </variable>
593
594         <variable id="ssl_port" type="int">
595           <name>SSL Port</name>
596           <value>443</value>
597           <description>The TCP port number through which the protected
598           portions of the boot server should be
599           accessed.</description>
600         </variable>
601
602         <!-- The following are not actually meant to be configurable
603              as variables. The web interface should allow the file to
604              be downloaded, or its contents replaced by a file upload,
605              but the actual <value> shouldn't need to be changed.  -->
606
607         <variable id="ssl_key" type="file">
608           <name>SSL Private Key</name>
609           <value>/etc/planetlab/boot_ssl.key</value>
610           <description>The SSL private key to use for encrypting HTTPS
611           traffic.</description>
612         </variable>
613
614         <variable id="ssl_crt" type="file">
615           <name>SSL Public Certificate</name>
616           <value>/etc/planetlab/boot_ssl.crt</value>
617           <description>The corresponding SSL public certificate for
618           the HTTP server. By default, this certificate is
619           self-signed. You may replace the certificate later with one
620           signed by a root CA.</description>
621         </variable>
622
623         <variable id="ca_ssl_crt" type="file">
624           <name>Root CA SSL Public Certificate</name>
625           <value>/etc/planetlab/boot_ca_ssl.crt</value>
626           <description>The certificate of the root CA, if any, that
627           signed your server certificate. If your server certificate is
628           self-signed, then this file is the same as your server
629           certificate.</description>
630         </variable>
631       </variablelist>
632     </category>
633
634
635     <category id="plc_planetflow">
636       <name>PlanetFlow Service Configuration</name>
637       <description>Planetflow service definitions used in the netflow slice. </description>
638
639       <variablelist>
640         <variable id="host" type="hostname">
641                 <name>Hostname</name>
642                 <value>localhost.localdomain</value>
643                 <description>The fully qualified hostname.</description>
644         </variable>
645       </variablelist>
646     </category>
647     <category id="plc_monitor">
648       <name>Monitoring Service</name>
649       <description>The Monitor service that tracks node availablity and repair.</description>
650       <variablelist>
651         <variable id="enabled" type="boolean">
652           <name>Enabled</name>
653           <value>false</value>
654           <description>Enable on this machine.</description>
655         </variable>
656         <variable id="host" type="hostname">
657           <name>Hostname</name>
658           <value>localhost.localdomain</value>
659           <description>The fully qualified hostname.</description>
660         </variable>
661         <variable id="ip" type="ip">
662           <name>IP Address</name>
663           <value></value>
664           <description>The IP address of the monitor server.</description>
665         </variable>
666         <variable id="from_email" type="email">
667           <name>Monitor Email Address</name>
668           <value>root+monitor@localhost.localdomain</value>
669           <description>All messages from Monitor will appear to come from this address.</description>
670         </variable>
671         <variable id="cc_email" type="email">
672           <name>CC Email Address</name>
673           <value>root+monitor@localhost.localdomain</value>
674           <description>All messages from Monitor will be copied to this address.</description>
675         </variable>
676         <variable id="rt_queue" type="email">
677           <name>Queue Name in RT for new messages</name>
678           <value>support</value>
679           <description>All messages from Monitor will be copied to this address.</description>
680         </variable>
681         <variable id="dbpassword" type="password">
682           <name>Database Password</name>
683           <value></value>
684           <description>The password to use when accessing the
685           database, Monitor user account in the local PLC.</description>
686         </variable>
687
688             <variable id="ssl_key" type="file">
689                   <name>SSL Private Key</name>
690                   <value>/etc/planetlab/monitor_ssl.key</value>
691                   <description>The SSL private key to use for encrypting HTTPS
692                   traffic.</description>
693                 </variable>
694
695                 <variable id="ssl_crt" type="file">
696                   <name>SSL Public Certificate</name>
697                   <value>/etc/planetlab/monitor_ssl.crt</value>
698                   <description>The corresponding SSL public certificate for
699                   the HTTP server. By default, this certificate is
700                   self-signed. You may replace the certificate later with one
701                   signed by a root CA.</description>
702                 </variable>
703
704                 <variable id="ca_ssl_crt" type="file">
705                   <name>Root CA SSL Public Certificate</name>
706                   <value>/etc/planetlab/monitor_ca_ssl.crt</value>
707                   <description>The certificate of the root CA, if any, that
708                   signed your server certificate. If your server certificate is
709                   self-signed, then this file is the same as your server
710                   certificate.</description>
711                 </variable>
712
713       </variablelist>
714     </category>
715     <category id="plc_rt">
716       <name>RT Configuration</name>
717       <description>RT</description>
718       <variablelist>
719         <variable id="enabled" type="boolean">
720           <name>Enabled</name>
721           <value>false</value>
722           <description>Enable on this machine.</description>
723         </variable>
724         <variable id="host" type="hostname">
725           <name>Hostname</name>
726           <value>localhost.localdomain</value>
727           <description>The fully qualified hostname.</description>
728         </variable>
729         <variable id="ip" type="ip">
730           <name>IP Address</name>
731           <value/>
732           <description>The IP address of the RT server.</description>
733         </variable>
734         <variable id="cc_address" type="email">
735           <name>CC Email Address</name>
736           <value>root+cclist@localhost.localdomain</value>
737           <description>All messages to and from PLCRT will be copied to this address.</description>
738         </variable>
739         <variable id="web_user" type="string">
740           <name>root</name>
741           <value>root</value>
742           <description>Username of a privileged user in RT who can create
743                   tickets for any RT Queue.</description>
744         </variable>
745         <variable id="web_password" type="password">
746           <name>password</name>
747           <value>password</value>
748           <description>Password for RT web user.</description>
749         </variable>
750         <variable id="dbpassword" type="password">
751           <name>Database Password</name>
752           <value></value>
753           <description>Password to use when accessing the RT database.</description>
754         </variable>
755       </variablelist>
756     </category>
757   </variables>
758
759   <comps>
760     <!-- deprecated - not used anymore - use .lst files instead -->
761   </comps>
762
763 </configuration>