Changes between Version 25 and Version 26 of GENIOESSTopologiesTestStatus/OESS-T2


Ignore:
Timestamp:
10/23/13 09:11:03 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIOESSTopologiesTestStatus/OESS-T2

    v25 v26  
    1010|| ION to AL2S experiments                           ||[[Color(#63B8FF,In Progress)]]||                 ||               ||
    1111||  1. sdn-sw.losa e1/1 <-> rtr.losa:port=et-10/0/0  || [[Color(green,Pass)]]        ||  ||  ||
    12 ||  2. sdn-sw.atla e15/1  <-> rtr.atla:port=xe-0/3/0 ||[[Color(#63B8FF,In Progress)]]||  ||Luke to introduce "No primary path" support  ||
     12||  2. sdn-sw.atla e15/1  <-> rtr.atla:port=xe-0/3/0 || [[Color(green,Pass)]]        ||  ||  ||
    1313||  3. sdn-sw.chic e3/1  <->  rtr.chic:port=et-10/0/0|| [[Color(green,Pass)]]        ||  ||  ||
    1414||  4. sdn-sw.clev e5/1  <->  rtr.clev:port=et-5/0/0 || [[Color(green,Pass)]]        ||  ||  ||
     
    504504
    505505=== Cross-connect 2 - sdn-sw.atla e15/1  <-> rtr.atla:port=xe-0/3/0 ===
     5061. Create slice:
     507{{{
     508$ omni.py createslice atla-2-gpo
     50908:31:36 INFO     omni: Downloaded latest `agg_nick_cache` from 'http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Omni/agg_nick_cache' and copied to '/home/lnevers/.gcf/agg_nick_cache'.
     51008:31:36 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     51108:31:36 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     51208:31:36 INFO     omni: Using control framework portal
     51308:31:37 INFO     omni: Created slice with Name atla-2-gpo, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo, Expiration 2013-10-25 14:39:11
     51408:31:37 INFO     omni:  ------------------------------------------------------------
     51508:31:37 INFO     omni:  Completed createslice:
     516Args: createslice atla-2-gpo
     517
     518  Result Summary: Created slice with Name atla-2-gpo, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo, Expiration 2013-10-25 14:39:11
    506519 
     52008:31:37 INFO     omni:  ============================================================
     521}}}
     5222. Create a sliver at OESS aggregate:
     523{{{
     524$  omni.py createsliver -a oess atla-2-gpo oess-atla-2-gpo-x2-atla.rspec
     52508:34:11 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     52608:34:11 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     52708:34:11 INFO     omni: Using control framework portal
     52808:34:11 INFO     omni: Substituting AM nickname oess with URL https://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2, URN unspecified_AM_URN
     52908:34:12 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo expires on 2013-10-25 14:39:11 UTC
     53008:34:12 INFO     omni: Creating sliver(s) from rspec file oess-atla-2-gpo-x2-atla.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo
     53108:34:13 INFO     omni: Got return from CreateSliver for slice atla-2-gpo at https://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2:
     53208:34:13 INFO     omni: <!-- Reserved resources for:
     533        Slice: atla-2-gpo
     534        at AM:
     535        URN: unspecified_AM_URN
     536        URL: https://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2
     537 -->
     53808:34:13 INFO     omni: <rspec  xmlns="http://www.geni.net/resources/rspec/3"
     539      xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
     540      xmlns:oess="http://bssoftworks.com/geni/ext/circuit/1"
     541      xs:schemaLocation="http://www.geni.net/rspec/3/manifest.xsd
     542          http://www.geni.net/resources/rspec/3/manifest.xsd
     543          http://bssoftworks.com/geni/ext/circuit/1
     544          http://geni.bssoftworks.com/rspec/ext/circuit/1/request.xsd"
     545      type="manifest">
     546
     547<oess:circuit>
     548  <oess:description>AL2S atla-2-gpo ION </oess:description>
     549  <oess:bandwidth mbps="100" />
     550  <oess:endpoints>
     551    <oess:interface urn="urn:publicid:IDN+oess:foam:nddi+sdn-sw.atla.net.internet2.edu+e15/3" vlan="3950" />
     552    <oess:interface urn="urn:publicid:IDN+oess:foam:nddi+sdn-sw.atla.net.internet2.edu+e15/1" vlan="3950" />
     553  </oess:endpoints>
     554</oess:circuit>
     555
     556</rspec>
     557
     55808:34:13 INFO     omni:  ------------------------------------------------------------
     55908:34:13 INFO     omni:  Completed createsliver:
     560Args: createsliver atla-2-gpo oess-atla-2-gpo-x2-atla.rspec
     561
     562  Result Summary: Got Reserved resources RSpec from foam-oess-stage-grnoc-iu-edu-3626-foam-gapi-2
     56308:34:13 INFO     omni:  ============================================================
     564}}}
     5653. Using stitcher create sliver from IG GPO to Los Angeles cross connect:
     566{{{
     567$ stitcher.py createsliver atla-2-gpo --fixedEndpoint ./stitch-ig-gpo-al2s-x2-atla.rspec
     56808:34:35 INFO     stitcher: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     56908:34:35 INFO     stitcher: Loading config file /home/lnevers/.gcf/omni_config
     57008:34:35 INFO     stitcher: Using control framework portal
     57108:34:38 INFO     stitcher: Checking that slice atla-2-gpo is valid...
     57208:34:39 INFO     stitcher: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo expires on 2013-10-25 14:39:11 UTC
     57308:34:39 INFO     stitcher: <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm> speaks AM API v3, but sticking with v2
     57408:34:39 INFO     stitcher: Stitched reservation will include resources from these aggregates:
     57508:34:39 INFO     stitcher:     <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm>
     57608:34:39 INFO     stitcher:     <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am>
     57708:34:39 INFO     stitcher: Adding fake Node endpoint
     57808:34:39 INFO     stitcher: Adding fake iref endpoint on link <DOM Element: link at 0x9d22b4c>
     57908:34:39 INFO     stitch.Aggregate: Writing to '/tmp/atla-2-gpo-createsliver-request-11-instageni-gpolab-bbn-com.xml'
     58008:34:39 INFO     stitch.Aggregate:
     581        Stitcher doing createsliver at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am
     58208:34:53 INFO     stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm> complete.
     58308:34:53 INFO     stitch.Aggregate: Writing to '/tmp/atla-2-gpo-createsliver-request-11-ion-internet2-edu.xml'
     58408:34:53 INFO     stitch.Aggregate:
     585        Stitcher doing createsliver at http://geni-am.net.internet2.edu:12346
     58608:35:37 INFO     stitch.Aggregate: DCN AM <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am>: must wait for status ready....
     58708:35:37 INFO     stitch.Aggregate: Pause 30 seconds to let circuit become ready...
     58808:36:14 INFO     stitch.Aggregate: DCN circuit 45071 is ready
     58908:36:20 INFO     stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am> complete.
     59008:36:20 INFO     stitch.launcher: All aggregates are complete.
     59108:36:20 INFO     stitcher: <?xml version="1.0" encoding="utf-8"?>
     59208:36:20 INFO     stitcher:   <!-- Reserved resources for:
     593        Slice: atla-2-gpo
     594        at AM:
     595        URN: stitching-combined
     596        URL:
     597 -->
     59808:36:20 INFO     stitcher:   
     599<!--
     600Aggregate Details
     601{
     602  "url": "https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am",
     603  "hops_info": [
     604    {
     605      "path_id": "link-atla-ig-gpo",
     606      "path_global_id": "ion.internet2.edu-45071",
     607      "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+interface+procurve2:5.24",
     608      "vlan_tag": "3747",
     609      "id": "3"
     610    }
     611  ],
     612  "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm",
     613  "user_requested": true,
     614  "api_version": 2
     615}
     616{
     617  "url": "http://geni-am.net.internet2.edu:12346",
     618  "hops_info": [
     619    {
     620      "path_id": "link-atla-ig-gpo",
     621      "path_global_id": "ion.internet2.edu-45071",
     622      "urn": "urn:publicid:IDN+ion.internet2.edu+interface+rtr.newy:ae0:bbn",
     623      "vlan_tag": "3747",
     624      "id": "2"
     625    },
     626    {
     627      "path_id": "link-atla-ig-gpo",
     628      "path_global_id": "ion.internet2.edu-45071",
     629      "urn": "urn:publicid:IDN+ion.internet2.edu+interface+rtr.atla:xe-0/3/0:al2s",
     630      "vlan_tag": "3950",
     631      "id": "1"
     632    }
     633  ],
     634  "urn": "urn:publicid:IDN+ion.internet2.edu+authority+am",
     635  "user_requested": true,
     636  "api_version": 2
     637}
     638-->
     639<rspec expires="2013-10-23T12:36:08.417Z" generated="2013-10-23T12:36:08.417Z" type="manifest" xmlns="http://www.geni.net/resources/rspec/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/manifest.xsd">
     640        <node client_id="ig-gpo" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc5" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+16476">
     641                <sliver_type name="emulab-xen"/>
     642                <services>
     643                        <execute command="sudo apt-get install iperf -y" shell="sh"/>
     644                        <login authentication="ssh-keys" hostname="pc5.instageni.gpolab.bbn.com" port="35642" username="lnevers"/>
     645                </services>
     646                <interface client_id="ig-gpo:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth1" mac_address="02923eaf7e33" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+16479">
     647                        <ip address="10.60.60.2" netmask="255.255.255.0" type="ipv4"/>
     648                </interface>
     649                <rs:vnode name="pcvm5-33" xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1"/>
     650                <host name="ig-gpo.atla-2-gpo.ch-geni-net.instageni.gpolab.bbn.com"/>
     651        </node>
     652        <link client_id="link-atla-ig-gpo" sliver_id="urn:publicid:IDN+ion.internet2.edu+sliver+ion.internet2.edu-45071" vlantag="3950:3747">
     653                <!--AM urn:publicid:IDN+ion.internet2.edu+authority+am: sliver_id=urn:publicid:IDN+ion.internet2.edu+sliver+ion.internet2.edu-45071 vlantag=3950:3747-->
     654                <!--AM urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm: sliver_id=urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+16478 vlantag=3747-->
     655                <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
     656                <interface_ref client_id="ig-gpo:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth1" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+16479"/>
     657                <component_manager name="urn:publicid:IDN+ion.internet2.edu+authority+am"/>
     658                <interface_ref client_id="fake:if0"/>
     659        </link>
     660        <node client_id="fake" component_manager_id="urn:publicid:IDN+fake+authority+am">
     661                <interface client_id="fake:if0"/>
     662        </node>
     663        <stitching lastUpdateTime="2013-10-23T12:36:08.417Z" xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">
     664                <path id="link-atla-ig-gpo">
     665                        <globalId>
     666        ion.internet2.edu-45071
     667                        </globalId>
     668                        <lifetime id="ion.internet2.edu-45071">
     669                                <start type="xgc">
     670          2013-10-24T12:34:57.000Z
     671                                </start>
     672                                <end type="xgc">
     673          2013-10-23T12:36:08.417Z
     674                                </end>
     675                        </lifetime>
     676                        <hop id="1">
     677                                <link id="urn:publicid:IDN+ion.internet2.edu+interface+rtr.atla:xe-0/3/0:al2s">
     678                                        <trafficEngineeringMetric>
     679            10
     680                                        </trafficEngineeringMetric>
     681                                        <capacity>
     682            1000000.0
     683                                        </capacity>
     684                                        <switchingCapabilityDescriptor>
     685                                                <switchingcapType>
     686              l2sc
     687                                                </switchingcapType>
     688                                                <encodingType>
     689              ethernet
     690                                                </encodingType>
     691                                                <switchingCapabilitySpecificInfo>
     692                                                        <switchingCapabilitySpecificInfo_L2sc>
     693                                                                <interfaceMTU>
     694                  9000
     695                                                                </interfaceMTU>
     696                                                                <vlanRangeAvailability>
     697                  3950
     698                                                                </vlanRangeAvailability>
     699                                                                <suggestedVLANRange>
     700                  3950
     701                                                                </suggestedVLANRange>
     702                                                                <vlanTranslation>
     703                  true
     704                                                                </vlanTranslation>
     705                                                        </switchingCapabilitySpecificInfo_L2sc>
     706                                                </switchingCapabilitySpecificInfo>
     707                                        </switchingCapabilityDescriptor>
     708                                </link>
     709                                <nextHop>
     710          2
     711                                </nextHop>
     712                        </hop>
     713                        <hop id="2">
     714                                <link id="urn:publicid:IDN+ion.internet2.edu+interface+rtr.newy:ae0:bbn">
     715                                        <trafficEngineeringMetric>
     716            10
     717                                        </trafficEngineeringMetric>
     718                                        <capacity>
     719            1000000.0
     720                                        </capacity>
     721                                        <switchingCapabilityDescriptor>
     722                                                <switchingcapType>
     723              l2sc
     724                                                </switchingcapType>
     725                                                <encodingType>
     726              ethernet
     727                                                </encodingType>
     728                                                <switchingCapabilitySpecificInfo>
     729                                                        <switchingCapabilitySpecificInfo_L2sc>
     730                                                                <interfaceMTU>
     731                  9000
     732                                                                </interfaceMTU>
     733                                                                <vlanRangeAvailability>
     734                  3747
     735                                                                </vlanRangeAvailability>
     736                                                                <suggestedVLANRange>
     737                  3747
     738                                                                </suggestedVLANRange>
     739                                                                <vlanTranslation>
     740                  true
     741                                                                </vlanTranslation>
     742                                                        </switchingCapabilitySpecificInfo_L2sc>
     743                                                </switchingCapabilitySpecificInfo>
     744                                        </switchingCapabilityDescriptor>
     745                                </link>
     746                                <nextHop>
     747          3
     748                                </nextHop>
     749                        </hop>
     750                        <hop id="3">
     751                                <link id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+procurve2:5.24">
     752                                        <trafficEngineeringMetric>
     753                                                10
     754                                        </trafficEngineeringMetric>
     755                                        <capacity>
     756                                                1000000
     757                                        </capacity>
     758                                        <switchingCapabilityDescriptor>
     759                                                <switchingcapType>
     760                                                        l2sc
     761                                                </switchingcapType>
     762                                                <encodingType>
     763                                                        ethernet
     764                                                </encodingType>
     765                                                <switchingCapabilitySpecificInfo>
     766                                                        <switchingCapabilitySpecificInfo_L2sc>
     767                                                                <interfaceMTU>
     768                                                                        9000
     769                                                                </interfaceMTU>
     770                                                                <vlanRangeAvailability>
     771                                                                        3747
     772                                                                </vlanRangeAvailability>
     773                                                                <suggestedVLANRange>
     774                                                                        3747
     775                                                                </suggestedVLANRange>
     776                                                                <vlanTranslation>
     777                                                                        false
     778                                                                </vlanTranslation>
     779                                                        </switchingCapabilitySpecificInfo_L2sc>
     780                                                </switchingCapabilitySpecificInfo>
     781                                        </switchingCapabilityDescriptor>
     782                                </link>
     783                                <nextHop>
     784                                        null
     785                                </nextHop>
     786                        </hop>
     787                </path>
     788        </stitching>
     789</rspec>
     790
     791Stitching success: Reserved resources in slice atla-2-gpo at 2 Aggregates (including 0 intermediate aggregate(s) not in the original request), creating 1 link(s).
     792
     793}}}
     7944. Log in to GPO InstaGENI node and ping AL2S Atlanta test endpoint:
     795{{{
     796$ readyToLogin.py -a ig-gpo atla-2-gpo
     797#========================================
     798#SSH CONFIGURATION INFO for User lnevers
     799#========================================
     800 
     801Host ig-gpo
     802  Port 35642
     803  HostName pc5.instageni.gpolab.bbn.com
     804  User lnevers
     805  IdentityFile /home/lnevers/.ssh/geni_cert_portal_key
     806
     807================================================================================
     808LOGIN INFO for AM: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
     809================================================================================
     810
     811For more login info, see the section entitled:
     812         'Providing a private key to ssh' in 'readyToLogin.py -h'
     813
     814ig-gpo's geni_status is: ready (am_status:ready)
     815User lnevers logs in to ig-gpo using:
     816        ssh -p 35642  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     817
     818
     819
     820$ ssh -p 35642  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     821Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.46 x86_64)
     822
     823 * Documentation:  https://help.ubuntu.com/
     824
     825The programs included with the Ubuntu system are free software;
     826the exact distribution terms for each program are described in the
     827individual files in /usr/share/doc/*/copyright.
     828
     829Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     830applicable law.
     831
     832ig-gpo:~% ping 10.60.60.1 -c 10
     833PING 10.60.60.1 (10.60.60.1) 56(84) bytes of data.
     83464 bytes from 10.60.60.1: icmp_req=1 ttl=64 time=23.5 ms
     83564 bytes from 10.60.60.1: icmp_req=2 ttl=64 time=23.3 ms
     83664 bytes from 10.60.60.1: icmp_req=3 ttl=64 time=23.2 ms
     83764 bytes from 10.60.60.1: icmp_req=4 ttl=64 time=23.5 ms
     83864 bytes from 10.60.60.1: icmp_req=5 ttl=64 time=23.3 ms
     83964 bytes from 10.60.60.1: icmp_req=6 ttl=64 time=25.9 ms
     84064 bytes from 10.60.60.1: icmp_req=7 ttl=64 time=23.2 ms
     84164 bytes from 10.60.60.1: icmp_req=8 ttl=64 time=24.7 ms
     84264 bytes from 10.60.60.1: icmp_req=9 ttl=64 time=23.5 ms
     84364 bytes from 10.60.60.1: icmp_req=10 ttl=64 time=23.4 ms
     844
     845--- 10.60.60.1 ping statistics ---
     84610 packets transmitted, 10 received, 0% packet loss, time 9014ms
     847rtt min/avg/max/mdev = 23.234/23.782/25.955/0.843 ms
     848ig-gpo:~%
     849
     850
     851}}}
     8525. Release resources by deleting sliver at all aggregates:
     853{{{
     854$ stitcher.py deletesliver atla-2-gpo
     85509:09:16 INFO     stitcher: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     85609:09:16 INFO     stitcher: Loading config file /home/lnevers/.gcf/omni_config
     85709:09:16 INFO     stitcher: Using control framework portal
     85809:09:16 INFO     stitcher: Reading stitching slice atla-2-gpo aggregates from file ch\.geni\.net.ln-prj.atla-2-gpo-amlist.txt
     85909:09:16 INFO     stitcher: Adding aggregate option https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am (urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm)
     86009:09:16 INFO     stitcher: Adding aggregate option http://geni-am.net.internet2.edu:12346 (urn:publicid:IDN+ion.internet2.edu+authority+am)
     86109:09:16 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     86209:09:16 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     86309:09:16 INFO     omni: Using control framework portal
     86409:09:17 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo expires on 2013-10-25 14:39:11 UTC
     865
     86609:10:00 INFO     omni:  (PG log url - look here for details on any failures: https://boss.instageni.gpolab.bbn.com/spewlogfile.php3?logfile=582d81906c9b0da7e1d5f44050c3e66b)
     86709:10:00 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo on unspecified_AM_URN at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am
     86809:10:05 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo on unspecified_AM_URN+ at http://geni-am.net.internet2.edu:12346
     869Deleted slivers on 2 out of a possible 2 aggregates
     870
     871$ omni.py deletesliver  -a oess atla-2-gpo
     87209:10:24 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     87309:10:24 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     87409:10:24 INFO     omni: Using control framework portal
     87509:10:24 INFO     omni: Substituting AM nickname oess with URL https://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2, URN unspecified_AM_URN
     87609:10:25 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo expires on 2013-10-25 14:39:11 UTC
     87709:10:27 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo on unspecified_AM_URN at https://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2
     87809:10:27 INFO     omni:  ------------------------------------------------------------
     87909:10:27 INFO     omni:  Completed deletesliver:
     880Args: deletesliver atla-2-gpo
     881
     882  Result Summary: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+atla-2-gpo on unspecified_AM_URN at https://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2
     88309:10:27 INFO     omni:  ============================================================
     884
     885}}}
    507886=== Cross-connect 3 - sdn-sw.chic e3/1  <->  rtr.chic:port=et-10/0/0 ===
    5088871. Create slice: