Changes between Version 34 and Version 35 of GENIExperimenter/ExperimentExample


Ignore:
Timestamp:
08/22/12 14:49:19 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/ExperimentExample

    v34 v35  
    2020
    2121
    22 Getting a list of resources from the Emulab ProtoGENI aggregate in ProtoGENI RSpec V2 format:
    23 {{{
    24 $ ./src/omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -o -t ProtoGENI 2 listresources
    25 INFO:omni:Loading config file omni_config
    26 INFO:omni:Using control framework pgeni
     22Getting a list of resources from the Emulab ProtoGENI aggregate for GENI v3 rspec:
     23{{{
     24$$ omni.py -o -a pg-utah listresources -t GENI 3
     25INFO:omni:Loading config file /home/nriga/.gcf/omni_config
     26INFO:omni:Using control framework pg
    2727INFO:omni:Saving output to a file.
     28INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN
    2829INFO:omni:Listed resources on 1 out of 1 possible aggregates.
    2930INFO:omni:Writing to 'rspec-www-emulab-net-protogeni.xml'
     
    3233
    3334  Options as run:
    34                 aggregate: https://www.emulab.net/protogeni/xmlrpc/am
    35                 framework: pgeni
    36                 native: True
    37                 output: True
    38                 rspectype: ('ProtoGENI', '2')
     35                aggregate: pg-utah
     36                framework: pg
     37                native: True
     38                output: True
     39                rspectype: ('GENI', '3')
    3940
    4041  Args: listresources
     42
    4143  Result Summary: Retrieved resources from 1 aggregates.
    4244Wrote rspecs from 1 aggregates to 1 files
    43 Saved listResources RSpec at unspecified_AM_URN to file rspec-www-emulab-net-protogeni.xml.
     45Saved listresources RSpec at 'unspecified_AM_URN' to file rspec-www-emulab-net-protogeni.xml; .
    4446INFO:omni: ============================================================
    4547}}}
     
    5052<?xml version="1.0" ?>
    5153<!-- Resources at AM:
    52         URN: unspecified_AM_URN
    53         URL: https://www.emulab.net/protogeni/xmlrpc/am
     54  URN: unspecified_AM_URN
     55  URL: https://www.emulab.net/protogeni/xmlrpc/am
    5456 -->
    55 
    56 <rspec expires="2012-01-09T17:28:17Z" generated="2012-01-09T17:28:17Z" type="advertisement" xmlns="http://www.protogeni.net/resources/rspec/2" xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/ad.xsd http://www.protogeni.net/resource
    57 s/rspec/ext/emulab/1 http://www.protogeni.net/resources/rspec/ext/emulab/1/ptop_extension.xsd http://company.com/rspec/ext/stitch/1 http://company.com/rspec/ext/stitch/1/ad.xsd "> 
     57<rspec expires="2012-08-22T18:45:34Z"
     58            generated="2012-08-22T18:45:34Z"
     59            type="advertisement"
     60            xmlns="http://www.geni.net/resources/rspec/3"
     61            xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"
     62            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     63            xsi:schemaLocation="http://www.geni.net/resources/rspec/3
     64                                              http://www.geni.net/resources/rspec/3/ad.xsd
     65                                              http://www.protogeni.net/resources/rspec/ext/emulab/1                                               
     66                                              http://www.protogeni.net/resources/rspec/ext/emulab/1/ptop_extension.xsd
     67                                              http://hpn.east.isi.edu/rspec/ext/stitch/0.1/
     68                                              http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd
     69                                              http://www.geni.net/resources/rspec/ext/shared-vlan/1
     70                                              http://www.geni.net/resources/rspec/ext/shared-vlan/1/ad.xsd "> 
    5871}}}
    5972