source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Utah/IG-CT-4-indiana-wapg-pg-utah.rspec

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

Adding a new PG rspec that combines the PG Shared VLAN node and the Indiana WAPG node pg58.

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec reserves wide-area ProtoGENI host pg58 and pg59 at Indiana
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-indiana-pg58" component_id="urn:publicid:IDN+emulab.net+node+pg58"
19        component_manager_id="urn:publicid:IDN+emulab.net+authority+cm"
20        component_name="pg58" exclusive="true">       
21   <interface client_id="wapg-rutgers-pg58:if0">
22   <ip address="10.42.11.158" 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.