FORGE: Added including script
[myslice.git] / forge / script / xmlFileRaw / TP1Conf.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.8.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>common</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.8.100/24</ip>
35                         </interface>
36                         <services>
37                                 <service>httpd:8085</service>
38                         </services>
39                 </host>
40         </slice>
41 </conf>