source: trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/Houston/EG-CT-2pc-uh.rspec @ 3460

Last change on this file since 3460 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.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
4                            http://www.geni.net/resources/rspec/3/request.xsd
5                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
6                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
7        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8        xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
9        xmlns="http://www.geni.net/resources/rspec/3">
10
11<node client_id="BM-1" component_manager_id="urn:publicid:IDN+uhvmsite+authority+cm" >
12    <sliver_type name="exogeni-m4">
13    </sliver_type>
14    <interface client_id="BM-1:if0">
15   <ip address="172.16.1.1" netmask="255.255.255.0" />
16    </interface>
17  </node>
18
19<node client_id="BM-2" component_manager_id="urn:publicid:IDN+uhvmsite+authority+cm" >
20    <sliver_type name="exogeni-m4">
21    </sliver_type>
22    <interface client_id="BM-2:if0">
23   <ip address="172.16.1.2" netmask="255.255.255.0" />
24    </interface>
25  </node>
26
27  <link client_id="lan0">
28    <component_manager name="urn:publicid:IDN+uhvmsite+authority+cm"/>
29    <interface_ref client_id="BM-1:if0"/>
30    <interface_ref client_id="BM-2:if0"/>
31    <property source_id="BM-1:if0" dest_id="BM-2:if0" />
32    <property source_id="BM-2:if0" dest_id="BM-1:if0" />
33    <link_type name="lan"/>
34  </link>
35</rspec>
Note: See TracBrowser for help on using the repository browser.