source: trunk/GENIRacks/OpenGENI/Spiral5/RSpecs/ConfirmationTests/GPO-OG/OG-CT-3-gpo.rspec

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

cleaning up path error

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec xmlns="http://www.geni.net/resources/rspec/3"
3       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4       xsi:schemaLocation="http://www.geni.net/resources/rspec/3
5                           http://www.geni.net/resources/rspec/3/request.xsd"
6       type="request">
7
8  <node client_id="GPO-OG" component_manager_id="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am" exclusive="false">
9    <sliver_type name="m1.small"/>
10    <interface client_id="GPO-OG:if0">
11      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
12    </interface>
13  </node>
14  <node client_id="CLEM-OG" component_manager_id="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am" exclusive="false">
15    <sliver_type name="m1.small"/>
16    <interface client_id="CLEM-OG:if0">
17      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
18    </interface>
19  </node>
20  <link client_id="linkX">
21    <component_manager name="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am"/>
22    <component_manager name="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"/>
23    <interface_ref client_id="GPO-OG:if0"/>
24    <interface_ref client_id="CLEM-OG:if0"/>
25    <property source_id="GPO-OG:if0" dest_id="CLEM-OG:if0"/>
26    <property source_id="CLEM-OG:if0" dest_id="GPO-OG:if0"/>
27  </link>
28</rspec>
Note: See TracBrowser for help on using the repository browser.