FORGE: Added including script
[myslice.git] / forge / script / xmlFileRaw / TP5ConfForge.xml
1 <conf>
2         <slice>
3                 <slice_name>SliceName</slice_name>
4                 <host>
5                         <type>private</type>
6                         <country>France</country>
7                         <distances>
8                                 <min>0</min>
9                                 <max>0</max>
10                         </distances>
11                         <id>1</id>
12                         <url>host1</url>
13                         <services>
14                                 <service>httpd:8080</service>
15                                 <service>php</service>
16                         </services>
17                 </host>
18                 <host>
19                         <type>common</type>
20                         <country>France</country>
21                         <distances>
22                                 <min>0</min>
23                                 <max>0</max>
24                         </distances>
25                         <id>2</id>
26                         <url>host2</url>
27                         <services>
28                                 <service>httpd:8080</service>
29                         </services>
30                 </host>
31                 <host>
32                         <type>common</type>
33                         <country>Italy</country>
34                         <distances>
35                                 <min>1000</min>
36                                 <max>1500</max>
37                         </distances>
38                         <id>3</id>
39                         <url>host3</url>
40                         <services>
41                                 <service>httpd:8080</service>
42                         </services>
43                 </host>
44                 <host>
45                         <type>common</type>
46                         <country>Spain</country>
47                         <distances>
48                                 <min>10000</min>
49                                 <max>30000</max>
50                         </distances>
51                         <id>4</id>
52                         <url>host4</url>
53                         <services>
54                                 <service>httpd:8080</service>
55                         </services>
56                 </host>
57         </slice>
58 </conf>