FORGE: Added including script
[myslice.git] / forge / script / xmlFile / MiMConf.xml
diff --git a/forge/script/xmlFile/MiMConf.xml b/forge/script/xmlFile/MiMConf.xml
new file mode 100644 (file)
index 0000000..f24df2d
--- /dev/null
@@ -0,0 +1,47 @@
+<conf>
+       <slice>
+               <slice_name>upmc_tp</slice_name>
+               <host>
+                       <id>1</id>
+                       <url>ple2.ipv6.lip6.fr</url>
+                       <interface>
+                               <bridge_name>tap1</bridge_name>
+                               <ip>10.1.1.2/24</ip>
+                       </interface>a
+                       <routes>
+                               <route>
+                                       <subnet>10.1.2.0/24</subnet>
+                                       <gateway>10.1.1.1</gateway>
+                                       <device>tap1</device>
+                               </route>
+                       </routes>
+               </host>
+               <host>
+                       <id>2</id>
+                       <url>ple3.ipv6.lip6.fr</url>
+                       <interface>
+                               <bridge_name>tap1</bridge_name>
+                               <ip>10.1.1.1/24</ip>
+                       </interface>
+                       <interface>
+                               <bridge_name>tap2</bridge_name>
+                               <ip>10.1.2.1/24</ip>
+                       </interface>
+               </host>
+               <host>
+                       <id>3</id>
+                       <url>ple4.ipv6.lip6.fr</url>
+                       <interface>
+                               <bridge_name>tap1</bridge_name>
+                               <ip>10.1.2.2/24</ip>
+                       </interface>
+                       <routes>
+                               <route>
+                                       <subnet>10.1.1.0/24</subnet>
+                                       <gateway>10.1.2.1</gateway>
+                                       <device>tap1</device>
+                               </route>
+                       </routes>
+               </host>
+       </slice>
+</conf>