source: trunk/stitch-examples/stitch-ig-gpo-ig-utah-xen.rspec @ 3448

Last change on this file since 3448 was 2758, checked in by lnevers@bbn.com, 10 years ago

Updating all Stitching RSpec examples to use 20 Mbitsec

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
6        http://www.geni.net/resources/rspec/3/request.xsd">
7
8  <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
9    <sliver_type name="emulab-xen"/>
10    <interface client_id="ig-gpo:if0">
11      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
12    </interface>
13  </node>
14  <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
15    <sliver_type name="emulab-xen"/>
16    <interface client_id="ig-utah:if0">
17      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
18    </interface>
19  </node>
20  <link client_id="link">
21    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
22    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
23    <interface_ref client_id="ig-gpo:if0"/>
24    <interface_ref client_id="ig-utah:if0"/>
25    <property source_id="ig-gpo:if0" dest_id="ig-utah:if0" capacity="20000"/>
26    <property source_id="ig-utah:if0" dest_id="ig-gpo:if0" capacity="20000"/>
27  </link>
28</rspec>
Note: See TracBrowser for help on using the repository browser.