Changes between Version 16 and Version 17 of GeniNetworkStitchingConfirmationTestStatus/Utah


Ignore:
Timestamp:
10/01/15 11:01:33 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Utah

    v16 v17  
    955955}}}
    956956
     957== CL-ST-8 Multiple CloudLab Sites With OF ==
     958
     959This test takes the triangle topology from the previous test case CL-ST-7 and adds OpenFlow to each link.
     960{{{
     961$ stitcher createsliver CL-ST-8 ./CL-ST-8.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     96210:55:51 INFO    : Configured logging from file /home/lnevers/gcf-2.9/src/gcf/stitcher_logging.conf
     96310:55:51 INFO    : Reading slice CL-ST-8 credential...
     96410:55:51 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+CL-ST-8 expires on 2015-10-08 14:53:37 UTC
     96510:55:51 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     96610:55:51 INFO    : Calling SCS...
     96710:55:52 INFO    : Multi-AM reservation will include resources from these aggregates:
     96810:55:52 INFO    :      <Aggregate clemson-clab>
     96910:55:52 INFO    :      <Aggregate utah-clab>
     97010:55:52 INFO    :      <Aggregate utah-stitch>
     97110:55:52 INFO    :      <Aggregate wisconsin-clab>
     97210:55:52 INFO    :      <Aggregate al2s>
     97310:55:52 INFO    : Gathering currently available VLAN tags at <Aggregate utah-clab>...
     97410:55:56 INFO    : Stitcher doing createsliver at <Aggregate clemson-clab>...
     97510:56:10 INFO    : ... Allocation at <Aggregate clemson-clab> complete.
     97610:56:10 INFO    : Stitcher doing createsliver at <Aggregate utah-stitch>...
     97710:57:04 INFO    : ... Allocation at <Aggregate utah-stitch> complete.
     97810:57:04 INFO    : Stitcher doing createsliver at <Aggregate wisconsin-clab>...
     97910:57:43 INFO    : ... Allocation at <Aggregate wisconsin-clab> complete.
     98010:57:43 INFO    : Stitcher doing createsliver at <Aggregate utah-clab>...
     98110:58:04 INFO    : ... Allocation at <Aggregate utah-clab> complete.
     98210:58:04 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     98310:58:17 INFO    : ... Allocation at <Aggregate al2s> complete.
     98410:58:17 INFO    : All aggregates are complete.
     98510:58:17 INFO    : Your resources expire at 2015-10-06T14:45:56 (UTC).
     98610:58:17 INFO    : Saved combined reservation RSpec at 5 AM(s) to file '/home/lnevers/gcf-test/stitch-test/CloudLab/CL-ST-8-manifest-rspec-multiam-combined.xml'
     987Success: Reserved resources in slice CL-ST-8 at 5 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 3 stitched link(s).
     988}}}
     989Determine login for each site:
     990{{{
     991$ readyToLogin --useSliceAggregates CL-ST-8
     992...
     993wi-cl's geni_status is: ready
     994User lnevers logs in to wi-cl using:
     995        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc-c220m4-r02-17.wisc.cloudlab.us
     996...
     997ut-cl's geni_status is: ready
     998User lnevers logs in to ut-cl using:
     999        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@ms0116.utah.cloudlab.us
     1000...
     1001cl-cl's geni_status is: ready
     1002User lnevers logs in to cl-cl using:
     1003        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@clnode050.clemson.cloudlab.us
     1004}}}
     1005
     1006
    9571007
    9581008------