Changes between Version 29 and Version 30 of GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial


Ignore:
Timestamp:
03/13/12 10:21:40 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial

    v29 v30  
    9292[[Image(choose-ams.png, 60%)]]
    9393
    94 Now Flack will go behind the scenes and invoke listresources in the selected AMs and populate the map.
     94Now Flack will go behind the scenes and invoke listresources in the selected AMs and populate the map. While Flack is loading the resources you can browse through your personal information by clicking to the button with your username on the left. You will see your credential, your certificate and your ssh keys.
    9595
    9696===Configure Flack to use your account ===
     
    275275}}}
    276276
    277 The `-o` option will
    278 
    279 {{{
    280 geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$ omni.py getversion -a pg-utah -o
     277The `-o` option will save the output to a file. The filename is chosen by Omni and printed as part of the output. For user gpousr25 this will look like :
     278
     279{{{
     280geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$ omni.py listresources -a pg-utah -o
    281281INFO:omni:Loading config file omni_config
    282282INFO:omni:Using control framework pgeni
     283INFO:omni:Saving output to a file.
    283284INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN
    284 INFO:omni:Writing result of getversion at AM unspecified_AM_URN (https://www.emulab.net/protogeni/xmlrpc/am) to file 'getversion-www-emulab-net-protogeni.xml'
    285 INFO:omni:Writing to 'getversion-www-emulab-net-protogeni.xml'
    286 INFO:omni:AM URN: unspecified_AM_URN (url: https://www.emulab.net/protogeni/xmlrpc/am) has version:
     285INFO:omni:Listed resources on 1 out of 1 possible aggregates.
     286INFO:omni:Writing to 'rspec-www-emulab-net-protogeni.xml'
    287287INFO:omni: ------------------------------------------------------------
    288 INFO:omni: Completed getversion:
     288INFO:omni: Completed listresources:
    289289
    290290  Options as run:
     
    294294                output: True
    295295
    296   Args: getversion
    297 
    298   Result Summary: Saved getversion at AM unspecified_AM_URN (https://www.emulab.net/protogeni/xmlrpc/am) to file 'getversion-www-emulab-net-protogeni.xml'.
    299 
    300 Got version for 1 out of 1 aggregates
    301  
     296  Args: listresources
     297
     298  Result Summary: Retrieved resources from 1 aggregates.
     299Wrote rspecs from 1 aggregates to 1 files
     300Saved listresources RSpec at 'unspecified_AM_URN' to file rspec-www-emulab-net-protogeni.xml; .
    302301INFO:omni: ============================================================
    303 geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$
    304 }}}
     302}}}
     303
     304=== Createslice in Flack ===
     305
    305306
    306307== 1. Configure Omni ==