source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-5/IG-EXP-5-compute-ig.rspec @ 1419

Last change on this file since 1419 was 1341, checked in by lnevers@bbn.com, 12 years ago

adding configuration for initial run of the IG-EXP-5 test case

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will one VM named "utah-ig" the InstaGENI rack at Utah
4used by the IG-EXP-5 slice.
5AM: http://utah.geniracks.net/protogeni/xmlrpc/am
6-->
7<rspec xmlns="http://www.geni.net/resources/rspec/3"
8       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
9       xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
10       xs:schemaLocation="http://www.geni.net/resources/rspec/3
11           http://www.geni.net/resources/rspec/3/request.xsd
12           http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
13           http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
14       type="request">
15  <node client_id="utah-ig" exclusive="false">
16    <sliver_type name="emulab-openvz" />
17    <interface client_id="utah-ig:if0">
18      <ip address="10.42.11.33" netmask="255.255.255.0" type="ipv4" />
19    </interface>
20  </node>
21  <link client_id="openflow-mesoscale-0">
22    <interface_ref client_id="utah-ig:if0" />
23    <sharedvlan:link_shared_vlan name="mesoscale-openflow" />
24  </link>
25</rspec>
Note: See TracBrowser for help on using the repository browser.