source: trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/Houston/EG-CT-4-rutgers-wapg-pg-utah.rspec @ 3108

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

adding RSpecs used in site confirmation testing for Houston ExoGENI rack

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec reserves wide-area ProtoGENI host pg51 and pg52 at Rutgers
4and it also combines the PG Utah node on shared VLAN 1750
5for the IG-CT-4 New Site Confirmation Test at
6AM: http://www.emulab.net/protogeni/xmlrpc/am/2.0
7-->
8
9<rspec xmlns="http://www.geni.net/resources/rspec/3"
10       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
11       xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
12       xs:schemaLocation="http://www.geni.net/resources/rspec/3
13           http://www.geni.net/resources/rspec/3/request.xsd
14           http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
15           http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
16       type="request">
17
18  <node client_id="wapg-rutgers-pg51" component_id="urn:publicid:IDN+emulab.net+node+pg51"
19  component_manager_id="urn:publicid:IDN+emulab.net+authority+cm"
20  component_name="pg51" exclusive="true">
21    <interface client_id="wapg-rutgers-pg51:if0">
22   <ip address="10.42.11.151" netmask="255.255.255.0" />
23    </interface>
24  </node>
25
26  <node client_id="utah-pg" exclusive="false">
27    <sliver_type name="emulab-openvz" />
28    <interface client_id="utah-pg:if0">
29      <ip address="10.42.11.35" netmask="255.255.255.0" type="ipv4" />
30    </interface>
31  </node>
32  <link client_id="mesoscale-openflow-0">
33    <interface_ref client_id="utah-pg:if0" />
34    <sharedvlan:link_shared_vlan name="mesoscale-openflow" />
35  </link>
36
37</rspec>
Note: See TracBrowser for help on using the repository browser.