source: trunk/ProductionFOAM/compute-ig-clemson.rspec @ 3460

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

RSpecs used for Production FOAM testing.

  • Property svn:executable set to *
File size: 928 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec xmlns="http://www.geni.net/resources/rspec/3"
3       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
4       xmlns:sharedvlan="http://www.geni.net/resources/rspec/ext/shared-vlan/1"
5       xs:schemaLocation="http://www.geni.net/resources/rspec/3
6           http://www.geni.net/resources/rspec/3/request.xsd
7           http://www.geni.net/resources/rspec/ext/shared-vlan/1
8           http://www.geni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
9       type="request">
10
11  <node client_id="clemson-ig" exclusive="false">
12    <sliver_type name="emulab-openvz" />
13    <interface client_id="clemson-ig:if0">
14      <ip address="10.42.11.54" netmask="255.255.255.0" type="ipv4" />
15    </interface>
16  </node>
17  <link client_id="openflow-mesoscale-0">
18    <interface_ref client_id="clemson-ig:if0" />
19    <sharedvlan:link_shared_vlan name="mesoscale-openflow" />
20  </link>
21</rspec>
Note: See TracBrowser for help on using the repository browser.