Changes between Version 13 and Version 14 of GeniNetworkStitchingTestStatus/Functional


Ignore:
Timestamp:
06/06/13 10:40:01 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingTestStatus/Functional

    v13 v14  
    10841084}}}
    10851085
    1086 Could not use provision function with stitcher.py, slivers were ready after allocate.
     1086'''Note:''' Could not use V3 provision and poa functions with stitcher.py, slivers were ready after the allocate command.
    10871087
    10881088=== List resources for sliver ===
     
    11061106Describe is only available in AM API v3+. Use ListResources with AM API v2, or specify -V3 to use AM API v3.
    11071107}}}
     1108
     1109
     1110'''Note:''' Could not use V3 describe function with stitcher.py.
     1111
    11081112=== Sliver status ===
    1109 Verify that the slivers are ready:
     1113
     1114Could not use the status V3 status command with stitcher.py:
     1115{{{
     1116$ stitcher.py status stitch-gpo-utah  -V3 -o
     1117INFO:stitcher:Loading config file /home/lnevers/.gcf/omni_config
     1118INFO:stitcher:Using control framework portal
     1119INFO:stitcher:Reading stitching slice stitch-gpo-utah aggregates from file ch\.geni\.net.ln-prj.stitch-gpo-utah-amlist.txt
     1120INFO:stitcher:Adding aggregate option https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am (urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm)
     1121INFO:stitcher:Adding aggregate option http://geni-am.net.internet2.edu:12346 (urn:publicid:IDN+ion.internet2.edu+authority+cm)
     1122INFO:stitcher:Adding aggregate option https://www.emulab.net:12369/protogeni/xmlrpc/am (urn:publicid:IDN+emulab.net+authority+cm)
     1123INFO:stitcher:Adding aggregate option https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am (urn:publicid:IDN+utah.geniracks.net+authority+cm)
     1124INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     1125INFO:omni:Using control framework portal
     1126WARNING:omni:You asked to use AM API 3, but the AM(s) you are contacting do not all speak that version.
     1127WARNING:omni:At the URLs you are contacting, all your AMs speak AM API v2.
     1128WARNING:omni:Switching to AM API v2. Next time call Omni with '-V2'.
     1129ERROR:omni:Status is only available in AM API v3+. Use SliverStatus with AM API v2, or specify -V3 to use AM API v3.
     1130Status is only available in AM API v3+. Use SliverStatus with AM API v2, or specify -V3 to use AM API v3.
     1131
     1132}}}
     1133
     1134Verify that the slivers are ready with V2:
    11101135
    11111136$ stitcher.py sliverstatus stitch-gpo-utah  -V3 -o                           
     
    11511176Returned status of slivers on 4 of 4 possible aggregates.
    11521177}}}
     1178
     1179'''Note:''' Could not use the status V3 status command with stitcher.py
     1180
    11531181=== Renew sliver ===
    11541182First slice expiration, renew slice and then sliver:
     
    12151243
    12161244=== Delete sliver ===
     1245Could not use V3 delete command:
     1246{{{
     1247$ stitcher.py delete stitch-gpo-utah  -V3
     1248INFO:stitcher:Loading config file /home/lnevers/.gcf/omni_config
     1249INFO:stitcher:Using control framework portal
     1250INFO:stitcher:Reading stitching slice stitch-gpo-utah aggregates from file ch\.geni\.net.ln-prj.stitch-gpo-utah-amlist.txt
     1251INFO:stitcher:Adding aggregate option https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am (urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm)
     1252INFO:stitcher:Adding aggregate option http://geni-am.net.internet2.edu:12346 (urn:publicid:IDN+ion.internet2.edu+authority+cm)
     1253INFO:stitcher:Adding aggregate option https://www.emulab.net:12369/protogeni/xmlrpc/am (urn:publicid:IDN+emulab.net+authority+cm)
     1254INFO:stitcher:Adding aggregate option https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am (urn:publicid:IDN+utah.geniracks.net+authority+cm)
     1255INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     1256INFO:omni:Using control framework portal
     1257WARNING:omni:You asked to use AM API 3, but the AM(s) you are contacting do not all speak that version.
     1258WARNING:omni:At the URLs you are contacting, all your AMs speak AM API v2.
     1259WARNING:omni:Switching to AM API v2. Next time call Omni with '-V2'.
     1260ERROR:omni:Delete is only available in AM API v3+. Use DeleteSliver with AM API v2, or specify -V3 to use AM API v3.
     1261Delete is only available in AM API v3+. Use DeleteSliver with AM API v2, or specify -V3 to use AM API v3.
     1262}}}
     1263Used V2 deletesliver to delete the sliver:
     1264{{{
     1265
     1266}}}
     1267
     1268'''Note:''' Could not use V3 delete command
     1269
    12171270=== Shutdown Sliver ===
     1271Did not run shutdown to invasive.. need to plan for time.
    12181272
    12191273