Changes between Initial Version and Version 1 of OnTime-DepPlat


Ignore:
Timestamp:
01/29/10 17:19:54 (14 years ago)
Author:
Prasad Calyam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnTime-DepPlat

    v1 v1  
     1=== Spiral 2 Connectivity ===
     2
     3=== Deployment Platform ===
     4We 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. [[BR]] [[BR]]
     5- Root Beacon: [[BR]]
     6IP address: 64.57.23.133 (pg42.emulab.net, Kansas) [[BR]]
     7OS Version: Fedora 8 (Warewolf)[[BR]]
     8Installed Packages: Apache, MySQL, PHP, java, Perl, OpenSSL, Log4perl, IO::Socket:SSL [[BR]] [[BR]]
     9- Node Beacon 1: [[BR]]
     10IP address: : 64.57.23.166 (pg41.emulab.net, Washington) [[BR]]
     11OS Version: Fedora 8 (Warewolf)[[BR]]
     12Installed Packages: Perl, OpenSSL, Log4perl, IO::Socket::SSL [[BR]] [[BR]]
     13- Node Beacon 2: [[BR]]
     14IP address: 64.57.23.150 (pg45.emulab.net, Utah) [[BR]]
     15OS Version: Fedora 8 (Warewolf)[[BR]]
     16Installed Packages: Perl, OpenSSL, Log4perl, IO::Socket::SSL [[BR]][[BR]]
     17These deployment servers were requested on the ProtoGENI backbone using the following RSpec: [[BR]]
     18{{{
     19<rspec type="request" xmlns="http://www.protogeni.net/resources/rspec/0.1">
     20
     21<!-- Fedora Backbone Node -->
     22<!-- Washington Location -->
     23<node component_uuid="urn:publicid:IDN+emulab.net+node+pg41" component_manager_uuid="urn:publicid:IDN+emulab.net+authority+cm"
     24virtual_id="ontime_nodebeacon1" virtualization_type="emulab-vnode" exclusive="1">
     25    <node_type type_name="pc" type_slots="1"/>
     26    <interface virtual_id="virt-0"/>
     27</node>
     28
     29<!-- Fedora Backbone Node -->
     30<!-- Kansas Location -->
     31<node component_uuid="urn:publicid:IDN+emulab.net+node+pg42" component_manager_uuid="urn:publicid:IDN+emulab.net+authority+cm"
     32virtual_id="ontime_rootbeacon" virtualization_type="emulab-vnode" exclusive="1">
     33    <node_type type_name="pc" type_slots="1"/>
     34    <interface virtual_id="virt-0"/>
     35    <interface virtual_id="virt-1"/>
     36</node>
     37
     38<!-- Fedora Backbone Node -->
     39<!-- Utah Location -->
     40<node component_uuid="urn:publicid:IDN+emulab.net+node+pg45" component_manager_uuid="urn:publicid:IDN+emulab.net+authority+cm"
     41virtual_id="ontime_nodebeacon2" virtualization_type="emulab-vnode" exclusive="1">
     42        <node_type type_name="pc" type_slots="1"/>
     43        <interface virtual_id="virt-1"/>
     44</node>
     45
     46<!-- Create link between root beacon located in Kansas to node beacon-1 located in  Washington -->
     47 <link virtual_id="root_beacon_to_node_beacon-1" link_type="ethernet">
     48    <interface_ref virtual_node_id="ontime_rootbeacon" virtual_interface_id="virt-0"/>
     49    <interface_ref virtual_node_id="ontime_nodebeacon1" virtual_interface_id="virt-0"/>
     50    <bandwidth>1000000</bandwidth>
     51  </link>
     52
     53
     54<!-- Create link between root beacon located in Kansas to node beacon-2 located in Utah -->
     55 <link virtual_id="root_beacon_to_node_beacon-2" link_type="ethernet">
     56    <interface_ref virtual_node_id="ontime_rootbeacon" virtual_interface_id="virt-1"/>
     57    <interface_ref virtual_node_id="ontime_nodebeacon2" virtual_interface_id="virt-1"/>
     58    <bandwidth>1000000</bandwidth>
     59  </link>
     60
     61</rspec>
     62}}}