Changes between Version 1 and Version 2 of GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-7


Ignore:
Timestamp:
08/14/13 16:23:38 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-7

    v1 v2  
    2424
    2525This testing is executed with GENI Clearinghouse Credentials. No assumptions are made.
     26
     27=== IG Utah Xen to IG GPO Xen with 2 stitched links ===
     28
     29Using the following request RSpec:
     30{{{
     31...
     32  <node client_id="xen-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
     33    <sliver_type name="emulab-xen"/>
     34    <interface client_id="xen-gpo:if0">
     35      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
     36    </interface>
     37    <interface client_id="xen-gpo:if1">
     38      <ip address="10.10.4.1" netmask="255.255.255.0" type="ipv4"/>
     39    </interface>
     40  </node>
     41  <node client_id="xen-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     42    <sliver_type name="emulab-xen"/>
     43    <interface client_id="xen-utah:if0">
     44      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
     45    </interface>
     46    <interface client_id="xen-utah:if1">
     47      <ip address="10.10.4.2" netmask="255.255.255.0" type="ipv4"/>
     48    </interface>
     49
     50  </node>
     51  <link client_id="link0">
     52    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
     53    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     54    <interface_ref client_id="xen-gpo:if0"/>
     55    <interface_ref client_id="xen-utah:if0"/>
     56    <property source_id="xen-gpo:if0" dest_id="xen-utah:if0" capacity="100000"/>
     57    <property source_id="xen-utah:if0" dest_id="xen-gpo:if0" capacity="100000"/>
     58  </link>
     59  <link client_id="link1">
     60    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
     61    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     62    <interface_ref client_id="xen-gpo:if1"/>
     63    <interface_ref client_id="xen-utah:if1"/>
     64    <property source_id="xen-gpo:if1" dest_id="xen-utah:if1" capacity="100000"/>
     65    <property source_id="xen-utah:if1" dest_id="xen-gpo:if1" capacity="100000"/>
     66  </link>
     67
     68...
     69}}}
     70
     71Created a slice and then created a stitched sliver:
     72{{{
     73$ omni.py createslice xen-2link     
     7416:18:52 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     7516:18:52 INFO     omni: Using control framework portal
     7616:18:53 INFO     omni: Created slice with Name xen-2link, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+xen-2link, Expiration 2013-08-21 20:18:53
     7716:18:53 INFO     omni:  ------------------------------------------------------------
     7816:18:53 INFO     omni:  Completed createslice:
     79
     80  Options as run:
     81                framework: portal
     82                project: ln-prj
     83
     84  Args: createslice xen-2link
     85
     86  Result Summary: Created slice with Name xen-2link, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+xen-2link, Expiration 2013-08-21 20:18:53
     87 
     8816:18:53 INFO     omni:  ============================================================
     89
     90$ stitcher.py createsliver xen-2link ./insta-xen-ig-gpo-ig-utah-2link.rspec
     91???
     92
     93}}}