source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Utah/IG-CT-4-pg-utah.rspec

Last change on this file was 1585, checked in by lnevers@bbn.com, 11 years ago

Adding RSpecs that are used to setup the OpenFlow Interoperability test for New InstaGENI sites

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve one VM named utah-pg used by the IG-CT-4 New Site Confirmation Test
4AM: http://www.emulab.net/protogeni/xmlrpc/am
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  <node client_id="utah-pg" exclusive="false">
15    <sliver_type name="emulab-openvz" />
16    <interface client_id="utah-pg:if0">
17      <ip address="10.42.11.34" netmask="255.255.255.0" type="ipv4" />
18    </interface>
19  </node>
20  <link client_id="mesoscale-openflow-0">
21    <interface_ref client_id="utah-pg:if0" />
22    <sharedvlan:link_shared_vlan name="mesoscale-openflow" />
23  </link>
24</rspec>
Note: See TracBrowser for help on using the repository browser.