1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This rspec will two VMs on VLAN 1750 at the InstaGENI rack at Utah, |
---|
4 | AM: http://Utah.geniracks.net/protogeni/xmlrpc/am |
---|
5 | --> |
---|
6 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
7 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
8 | xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" |
---|
9 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
10 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
11 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1 |
---|
12 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd" |
---|
13 | type="request"> |
---|
14 | |
---|
15 | <node client_id="Utah-VM" exclusive="false"> |
---|
16 | <sliver_type name="emulab-openvz" /> |
---|
17 | <interface client_id="Utah-VM:if0"> |
---|
18 | <ip address="10.42.18.43" netmask="255.255.255.0" type="ipv4" /> |
---|
19 | </interface> |
---|
20 | </node> |
---|
21 | |
---|
22 | <node client_id="Utah-VM2" exclusive="false"> |
---|
23 | <sliver_type name="emulab-openvz" /> |
---|
24 | <interface client_id="Utah-VM2:if0"> |
---|
25 | <ip address="10.42.18.42" netmask="255.255.255.0" type="ipv4" /> |
---|
26 | </interface> |
---|
27 | </node> |
---|
28 | |
---|
29 | <link client_id="openflow-mesoscale-0"> |
---|
30 | <interface_ref client_id="Utah-VM:if0" /> |
---|
31 | <sharedvlan:link_shared_vlan name="mesoscale-openflow" /> |
---|
32 | </link> |
---|
33 | |
---|
34 | <link client_id="openflow-mesoscale-1"> |
---|
35 | <interface_ref client_id="Utah-VM2:if0" /> |
---|
36 | <sharedvlan:link_shared_vlan name="mesoscale-openflow" /> |
---|
37 | </link> |
---|
38 | </rspec> |
---|