source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-6/IG-EXP-6-exp2-ig-gpo.rspec @ 1644

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

Adding RSpecs for IG-EXP-6

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will 1 VM and 1 raw pc on VLAN 1750 at the InstaGENI rack at GPO
4AM: http://instageni.gpolab.bbn.com/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
15 <node client_id="GPO-VM" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
16    <sliver_type name="emulab-openvz"/>
17    <interface client_id="GPO-VM:if0">
18      <ip address="10.42.18.37" netmask="255.255.255.0" type="ipv4" />
19    </interface>
20 </node>
21 <node client_id="GPO-PC" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true">
22    <sliver_type name="raw-pc"/>
23    <interface client_id="GPO-PC:if0">
24      <ip address="10.42.18.38" netmask="255.255.255.0" type="ipv4" />
25    </interface>
26 </node>
27 <link client_id="openflow-mesoscale-link">
28    <interface_ref client_id="GPO-VM:if0"/>
29    <interface_ref client_id="GPO-PC:if0"/>
30    <sharedvlan:link_shared_vlan name="mesoscale-openflow" />
31  </link>
32</rspec>
Note: See TracBrowser for help on using the repository browser.