Last change
on this file since 1770 was
1770,
checked in by lnevers@bbn.com, 12 years ago
|
RSpecs used to capture the experiment example for OpenFlow with VLAN 1750 - Topology: 1 VM RENCI ExoGENI, 1 VM GPO InstaGENI and 1 VM PG Utah
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Rev | Line | |
---|
[1770] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | This rspec will reserve one VMs on VLAN 1750 at Utah ProtoGENI |
---|
| 4 | AM: https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0 |
---|
| 5 | --> |
---|
| 6 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 7 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 8 | xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" |
---|
| 9 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 10 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
| 11 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1 |
---|
| 12 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd" |
---|
| 13 | type="request"> |
---|
| 14 | |
---|
| 15 | <node client_id="utah-pg" exclusive="false"> |
---|
| 16 | <sliver_type name="emulab-openvz" /> |
---|
| 17 | <interface client_id="utah-pg:if0"> |
---|
| 18 | <ip address="10.42.11.134" netmask="255.255.255.0" type="ipv4" /> |
---|
| 19 | </interface> |
---|
| 20 | </node> |
---|
| 21 | |
---|
| 22 | <link client_id="mesoscale-openflow-0"> |
---|
| 23 | <interface_ref client_id="utah-pg:if0" /> |
---|
| 24 | <sharedvlan:link_shared_vlan name="mesoscale-openflow" /> |
---|
| 25 | </link> |
---|
| 26 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.