Changes between Version 19 and Version 20 of GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup
- Timestamp:
- 03/12/13 03:10:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup
v19 v20 96 96 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 : 97 97 {{{ 98 geni@ geni-VirtualBox:~$ omni.py listresources -a pg-utah -o98 geni@GEC16-Tutorials:~$ omni.py listresources -a pg-utah -o 99 99 INFO:omni:Loading config file /home/geni/.gcf/omni_config 100 INFO:omni:Using control framework pg 100 INFO:omni:Using control framework portal 101 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 101 102 INFO:omni:Saving output to a file. 102 103 INFO: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. 104 INFO:omni:Listed advertised resources at 1 out of 1 possible aggregates. 105 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 106 INFO:omni: (PG log url - look here for details on any failures: https://www.emulab.net/spewlogfile.php3?logfile=4f418118189f457f2b1e0cbd2c304584) 104 107 INFO:omni:Writing to 'rspec-www-emulab-net-protogeniv2.xml' 105 108 INFO:omni: ------------------------------------------------------------ … … 108 111 Options as run: 109 112 aggregate: ['pg-utah'] 110 framework: p g113 framework: portal 111 114 output: True 115 project: SampleClass 112 116 113 117 Args: listresources … … 115 119 Result Summary: Queried resources from 1 of 1 aggregate(s). 116 120 Wrote 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; 121 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; (PG log url - look here for details on any failures: https://www.emulab.net/spewlogfile.php3?logfile=4f418118189f457f2b1e0cbd2c304584) 118 122 INFO:omni: ============================================================ 119 123 }}}