Ticket #19: insta-2vm-bsd82.rspec

File insta-2vm-bsd82.rspec, 1.6 KB (added by lnevers@bbn.com, 12 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Resources at AM:
3        URN: unspecified_AM_URN
4        URL: https://boss.utah.geniracks.net/protogeni/xmlrpc/am
5 -->
6<rspec xmlns="http://www.geni.net/resources/rspec/3"
7       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8       xsi:schemaLocation="http://www.geni.net/resources/rspec/3
9                           http://www.geni.net/resources/rspec/3/request.xsd"
10       type="request">
11
12  <node client_id="host1" exclusive="false">
13    <sliver_type name="emulab-openvz" />
14      <disk_image description="FreeBSD 8.2 32-bit version" name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:FBSD82-STD" os="FreeBSD" version="8.2"/>
15      <interface client_id="host1:if0" />
16      <interface client_id="host1:if1" />
17  </node>
18
19  <node client_id="host2" exclusive="false">
20    <sliver_type name="emulab-openvz" />
21      <disk_image description="FreeBSD 8.2 32-bit version" name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:FBSD82-STD" os="FreeBSD" version="8.2"/>
22      <interface client_id="host2:if0" />
23      <interface client_id="host2:if1" />
24  </node>
25
26  <link client_id="host1-and-host2-0">
27    <interface_ref client_id="host1:if0"/>
28    <interface_ref client_id="host2:if0"/>
29    <property source_id="host1:if0" dest_id="host2:if0"/>
30    <property source_id="host2:if0" dest_id="host1:if0"/>
31  </link>
32
33  <link client_id="host1-and-host2-1">
34    <interface_ref client_id="host1:if1"/>
35    <interface_ref client_id="host2:if1"/>
36    <property source_id="host1:if1" dest_id="host2:if1"/>
37    <property source_id="host2:if1" dest_id="host1:if1"/>
38  </link>
39</rspec>