Changes between Version 19 and Version 20 of GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup

    v19 v20  
    9696  The `-o` option will save the output to a file. The filename is chosen by Omni and printed as part of the output. The output will look like :
    9797  {{{
    98 geni@geni-VirtualBox:~$ omni.py listresources -a pg-utah -o
     98geni@GEC16-Tutorials:~$ omni.py listresources -a pg-utah -o
    9999INFO:omni:Loading config file /home/geni/.gcf/omni_config
    100 INFO:omni:Using control framework pg
     100INFO:omni:Using control framework portal
     101INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
    101102INFO:omni:Saving output to a file.
    102103INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
    103 INFO:omni:Listed resources on 1 out of 1 possible aggregates.
     104INFO:omni:Listed advertised resources at 1 out of 1 possible aggregates.
     105INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
     106INFO:omni: (PG log url - look here for details on any failures: https://www.emulab.net/spewlogfile.php3?logfile=4f418118189f457f2b1e0cbd2c304584)
    104107INFO:omni:Writing to 'rspec-www-emulab-net-protogeniv2.xml'
    105108INFO:omni: ------------------------------------------------------------
     
    108111  Options as run:
    109112                aggregate: ['pg-utah']
    110                 framework: pg
     113                framework: portal
    111114                output: True
     115                project: SampleClass
    112116
    113117  Args: listresources
     
    115119  Result Summary: Queried resources from 1 of 1 aggregate(s).
    116120Wrote rspecs from 1 aggregate(s) to 1 file(s)
    117 Saved listresources RSpec at 'unspecified_AM_URN' (url 'https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0') to file rspec-www-emulab-net-protogeniv2.xml; 
     121Saved listresources RSpec at 'unspecified_AM_URN' (url 'https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0') to file rspec-www-emulab-net-protogeniv2.xml;  (PG log url - look here for details on any failures: https://www.emulab.net/spewlogfile.php3?logfile=4f418118189f457f2b1e0cbd2c304584)
    118122INFO:omni: ============================================================
    119123}}}