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