source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/GPO/IG-CT-4-indiana-wapg.rspec @ 1608

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

Confirmation Test Rspecs successfully used to for GPO IG rack

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec reserves wide-area ProtoGENI host pg58 and pg59 at Indiana
4for the IG-CT-4 New Site Confirmation Test
5AM: http://www.emulab.net/protogeni/xmlrpc/am/2.0
6-->
7
8<rspec xmlns="http://www.geni.net/resources/rspec/3"
9       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
10       xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
11       xs:schemaLocation="http://www.geni.net/resources/rspec/3
12           http://www.geni.net/resources/rspec/3/request.xsd
13           http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
14           http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
15       type="request">
16
17  <node client_id="wapg-indiana-pg58" component_id="urn:publicid:IDN+emulab.net+node+pg58"
18        component_manager_id="urn:publicid:IDN+emulab.net+authority+cm"
19        component_name="pg58" exclusive="true">       
20   <interface client_id="wapg-rutgers-pg58:if0">
21   <ip address="10.42.11.158" netmask="255.255.255.0" />
22    </interface>
23  </node>
24
25  <node client_id="wapg-indiana-pg59" component_id="urn:publicid:IDN+emulab.net+node+pg59"
26        component_manager_id="urn:publicid:IDN+emulab.net+authority+cm"
27        component_name="pg59" exclusive="true">
28   <interface client_id="wapg-rutgers-pg59:if0">
29   <ip address="10.42.11.159" netmask="255.255.255.0" />
30    </interface>
31  </node>
32
33</rspec>
Note: See TracBrowser for help on using the repository browser.