Version 5 (modified by 13 years ago) (diff) | ,
---|
Spiral 2 Connectivity
OnTimeMeasure Deployment Platform
We have setup a measurement testbed on the geographically distributed ProtoGENI backbone with 1 Root Beacon at Kansas, and 2 Node Beacons at Washington and Utah locations. This testbed will be used for demo deployment and testing.
- Root Beacon:
IP address: 64.57.23.133 (pg42.emulab.net, Kansas)
OS Version: Fedora 8 (Warewolf)
Installed Packages: Apache, MySQL, PHP, java, Perl, OpenSSL, Log4perl, IO::Socket:SSL
- Node Beacon 1:
IP address: : 64.57.23.166 (pg41.emulab.net, Washington)
OS Version: Fedora 8 (Warewolf)
Installed Packages: Perl, OpenSSL, Log4perl, IO::Socket::SSL
- Node Beacon 2:
IP address: 64.57.23.150 (pg45.emulab.net, Utah)
OS Version: Fedora 8 (Warewolf)
Installed Packages: Perl, OpenSSL, Log4perl, IO::Socket::SSL
These deployment servers were requested on the ProtoGENI backbone using the following RSpec:
<rspec type="request" xmlns="http://www.protogeni.net/resources/rspec/0.1"> <!-- Fedora Backbone Node --> <!-- Washington Location --> <node component_uuid="urn:publicid:IDN+emulab.net+node+pg40" component_manager_uuid="urn:publicid:IDN+emulab.net+authority+cm" virtual_id="ontime_nodebeacon1" virtualization_type="emulab-vnode" exclusive="1"> <node_type type_name="pc" type_slots="1"/> <interface virtual_id="virt-0"/> </node> <!-- Fedora Backbone Node --> <!-- Kansas Location --> <node component_uuid="urn:publicid:IDN+emulab.net+node+pg42" component_manager_uuid="urn:publicid:IDN+emulab.net+authority+cm" virtual_id="ontime_rootbeacon" virtualization_type="emulab-vnode" exclusive="1"> <node_type type_name="pc" type_slots="1"/> <interface virtual_id="virt-0"/> <interface virtual_id="virt-1"/> </node> <!-- Fedora Backbone Node --> <!-- Utah Location --> <node component_uuid="urn:publicid:IDN+emulab.net+node+pg45" component_manager_uuid="urn:publicid:IDN+emulab.net+authority+cm" virtual_id="ontime_nodebeacon2" virtualization_type="emulab-vnode" exclusive="1"> <node_type type_name="pc" type_slots="1"/> <interface virtual_id="virt-1"/> </node> <!-- Create link between root beacon located in Kansas to node beacon-1 located in Washington --> <link virtual_id="root_beacon_to_node_beacon-1" link_type="ethernet"> <interface_ref virtual_node_id="ontime_rootbeacon" virtual_interface_id="virt-0"/> <interface_ref virtual_node_id="ontime_nodebeacon1" virtual_interface_id="virt-0"/> <bandwidth>1000000</bandwidth> </link> <!-- Create link between root beacon located in Kansas to node beacon-2 located in Utah --> <link virtual_id="root_beacon_to_node_beacon-2" link_type="ethernet"> <interface_ref virtual_node_id="ontime_rootbeacon" virtual_interface_id="virt-1"/> <interface_ref virtual_node_id="ontime_nodebeacon2" virtual_interface_id="virt-1"/> <bandwidth>1000000</bandwidth> </link> </rspec>