Last change
on this file since 2318 was
1684,
checked in by lnevers@bbn.com, 12 years ago
|
modified some files, and adding remaining rspec for IG-CT-4 as executed for Northwestern
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This rspec will two VMs on VLAN 1750 at the InstaGENI rack at Northwestern, |
---|
4 | Only one node is used for IG-CT-4 New Site Confirmation Tests. |
---|
5 | AM: http://instageni.northwestern.edu/protogeni/xmlrpc/am |
---|
6 | --> |
---|
7 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
8 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
9 | xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" |
---|
10 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
11 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
12 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1 |
---|
13 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd" |
---|
14 | type="request"> |
---|
15 | |
---|
16 | <node client_id="nw-ig2" exclusive="false"> |
---|
17 | <sliver_type name="raw-pc"/> |
---|
18 | <interface client_id="nw-ig2:if0"> |
---|
19 | <ip address="10.42.11.52" netmask="255.255.255.0" type="ipv4" /> |
---|
20 | </interface> |
---|
21 | </node> |
---|
22 | |
---|
23 | <link client_id="openflow-mesoscale-1"> |
---|
24 | <interface_ref client_id="nw-ig2:if0" /> |
---|
25 | <sharedvlan:link_shared_vlan name="mesoscale-openflow" /> |
---|
26 | </link> |
---|
27 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.