source: trunk/RSpecExamples/instageni-2rawpc-at-gpo.rspec @ 3447

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

updated images ofr exogeni examples and re-ran rspec to verify that they still work

  • Property svn:executable set to *
File size: 1.4 KB
RevLine 
[1747]1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
5        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
6        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8        http://www.geni.net/resources/rspec/3/request.xsd"> 
9
10  <node client_id="PC-1" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc5"         
11        component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true">
12    <sliver_type name="raw-pc"/>
13    <interface client_id="PC-1:if0">
14      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
15    </interface>
16  </node>
17
18  <node client_id="PC-2" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc4" 
19        component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true">
20    <sliver_type name="raw-pc"/>
21    <interface client_id="PC-2:if0">
22      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
23    </interface>
24  </node>
25  <link client_id="lan0">
26    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
27    <interface_ref client_id="PC-1:if0"/>
28    <interface_ref client_id="PC-2:if0"/>
29    <link_type name="lan"/>
30  </link>
31</rspec>
Note: See TracBrowser for help on using the repository browser.