source: trunk/RSpecExamples/exogeni-1baremetal-at-rci.rspec @ 1583

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

adding example RSpecs for Niky

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This example RSpec shows how to request a Bare Metal node from the
4RENCI 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="BT2" component_manager_id="urn:publicid:IDN+rcivmsite+authority+cm" >
17    <sliver_type name="exogeni-m4">
18    </sliver_type>
19    <interface client_id="BT2:if0">
20   <ip address="172.16.1.2" netmask="255.255.255.0" />
21    </interface>
22  </node>
23</rspec>
Note: See TracBrowser for help on using the repository browser.