source: trunk/RSpecExamples/exogeni-1vm-1baremetal-at-bbn.rspec @ 3156

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

replace all instances of urn:publicid:IDN+xxxvmsite+authority+cm with urn:publicid:IDN+exogeni.net:xxxvmsite+authority+cm as suggested by Aaron

  • Property svn:executable set to *
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This example RSpec shows how to request 1 VM and 1 Bare Metal nodes
4from the BBN ExoGENI Rack. Bare Metal nodes are only available via the
5ExoSM aggregate at https://geni.renci.org:11443/orca/xmlrpc
6-->
7<rspec type="request"
8        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
9                            http://www.geni.net/resources/rspec/3/request.xsd
10                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
11                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
12        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13        xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
14        xmlns="http://www.geni.net/resources/rspec/3">
15
16<node client_id="BT" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" >
17    <sliver_type name="exogeni-m4">
18      <disk_image name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.6.xml" version="64ad567ce3b1c0dbaa15bad673bbf556a9593e1c" />
19    </sliver_type>
20    <interface client_id="BT:if0">
21   <ip address="172.16.1.1" netmask="255.255.255.0" />
22    </interface>
23  </node>
24
25 <node client_id="geni2" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" >
26    <sliver_type name="m1.small">
27      <disk_image name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.6.xml" version="64ad567ce3b1c0dbaa15bad673bbf556a9593e1c" />
28    </sliver_type>
29    <interface client_id="geni2:if0">
30   <ip address="172.16.1.2" netmask="255.255.255.0" />
31    </interface>
32  </node>
33
34  <link client_id="lan0">
35    <component_manager name="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm"/>
36    <interface_ref client_id="BT:if0"/>
37    <interface_ref client_id="geni2:if0"/>
38    <property source_id="BT:if0" dest_id="geni2:if0" />
39    <property source_id="geni2:if0" dest_id="BT:if0" />
40    <link_type name="lan"/>
41  </link>
42</rspec>
Note: See TracBrowser for help on using the repository browser.