FORGE: Added including script
[myslice.git] / forge / script / xmlFileRaw / TP5ConfNoX.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                         <interface>
14                                 <bridge_name>tap1</bridge_name>
15                                 <ip>10.1.1.N/24</ip>
16                         </interface>
17                         <services>
18                         </services>
19                 </host>
20                 <host>
21                         <type>public</type>
22                         <country>France</country>
23                         <distances>
24                                 <min>0</min>
25                                 <max>0</max>
26                         </distances>
27                         <id>2</id>
28                         <url>host2</url>
29                         <interface>
30                                 <bridge_name>tap1</bridge_name>
31                                 <ip>10.1.1.102/24</ip>
32                         </interface>
33                         <services>
34                                 <service>httpd:8080</service>
35                         </services>
36                 </host>
37                 <host>
38                         <type>common</type>
39                         <country>Italy</country>
40                         <distances>
41                                 <min>1000</min>
42                                 <max>1500</max>
43                         </distances>
44                         <id>3</id>
45                         <url>host3</url>
46                         <interface>
47                                 <bridge_name>tap1</bridge_name>
48                                 <ip>10.1.1.100/24</ip>
49                         <services>
50                                 <service>httpd:8080</service>
51                         </services>
52                         </interface>
53                 </host>
54                 <host>
55                         <type>common</type>
56                         <country>Spain</country>
57                         <distances>
58                                 <min>10000</min>
59                                 <max>30000</max>
60                         </distances>
61                         <id>4</id>
62                         <url>host4</url>
63                         <interface>
64                                 <bridge_name>tap1</bridge_name>
65                                 <ip>10.1.1.101/24</ip>
66                         </interface>
67                         <services>
68                                 <service>httpd:8080</service>
69                         </services>
70                 </host>
71         </slice>
72 </conf>