Changes between Version 17 and Version 18 of GEC15Agenda/IntroToOmni/Instructions
- Timestamp:
- 10/16/12 11:34:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC15Agenda/IntroToOmni/Instructions
v17 v18 167 167 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 : 168 168 {{{ 169 geni@geni- vm:~$ omni.py listresources -a pg-utah -o169 geni@geni-VirtualBox:~$ omni.py listresources -a pg-utah -o 170 170 INFO:omni:Loading config file /home/geni/.gcf/omni_config 171 171 INFO:omni:Using control framework pg 172 172 INFO:omni:Saving output to a file. 173 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am , URN unspecified_AM_URN173 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 174 174 INFO:omni:Listed resources on 1 out of 1 possible aggregates. 175 INFO:omni:Writing to 'rspec-www-emulab-net-protogeni .xml'175 INFO:omni:Writing to 'rspec-www-emulab-net-protogeniv2.xml' 176 176 INFO:omni: ------------------------------------------------------------ 177 177 INFO:omni: Completed listresources: 178 178 179 179 Options as run: 180 aggregate: pg-utah180 aggregate: ['pg-utah'] 181 181 framework: pg 182 native: True183 182 output: True 184 183 185 184 Args: listresources 186 185 187 Result Summary: Retrieved resources from 1 aggregates.188 Wrote rspecs from 1 aggregate s to 1 files189 Saved listresources RSpec at 'unspecified_AM_URN' to file rspec-www-emulab-net-protogeni.xml; .186 Result Summary: Queried resources from 1 of 1 aggregate(s). 187 Wrote rspecs from 1 aggregate(s) to 1 file(s) 188 Saved listresources RSpec at 'unspecified_AM_URN' (url 'https://www.emulab.net/protogeni/xmlrpc/am/2.0') to file rspec-www-emulab-net-protogeniv2.xml; 190 189 INFO:omni: ============================================================ 191 190 }}}