source: trunk/RSpecExamples/exogeni-1vm-vlan1750-at-bbn.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.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This example RSpec shows how to request 1 VM from the BBN
4ExoGENI Rack on shared OpenFlow VLAN 1750.
5-->
6<rspec type="request"
7        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8                            http://www.geni.net/resources/rspec/3/request.xsd
9                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
10                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
11        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12        xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
13        xmlns="http://www.geni.net/resources/rspec/3">
14  <node client_id="host1" component_manager_id="urn:publicid:IDN+bbnvmsite+authority+cm" >
15    <sliver_type name="m1.small">
16   <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9" />
17    </sliver_type>
18    <interface client_id="host1:if0">
19   <ip address="10.42.11.20" netmask="255.255.0.0" />
20    </interface>
21  </node>
22  <link client_id="lan0">
23    <interface_ref client_id="host1:if0"/>
24    <s:link_shared_vlan name="1750"/>
25  </link>
26</rspec>
Note: See TracBrowser for help on using the repository browser.