Changes between Version 10 and Version 11 of GiB-gettingStarted


Ignore:
Timestamp:
09/27/12 16:25:26 (12 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-gettingStarted

    v10 v11  
    4646
    47473. Now, let's find out the GENI AM API version and GENI Rspecs version supported by this aggregate using the command {{{omni.py -a http://geni-in-a-box.net:8001}}}:
     48{{{
     49$omni.py  -a http://geni-in-a-box.net:8001 getversion
     50INFO:omni:Loading config file /home/gibuser/.gcf/omni_config
     51INFO:omni:Using control framework gib_ch
     52INFO:omni:AM URN: unspecified_AM_URN (url: http://geni-in-a-box.net:8001) has version:
     53INFO:omni:{   'geni_ad_rspec_versions': [   {   'extensions': [],
     54                                      'namespace': 'http://www.geni.net/resources/rspec/3',
     55                                      'schema': 'http://www.geni.net/resources/rspec/3/ad.xsd',
     56                                      'type': 'geni',
     57                                      'version': '3'}],
     58    'geni_api': 2,
     59    'geni_api_versions': {   '2': 'https://127.0.0.1:8001/'},
     60    'geni_request_rspec_versions': [   {   'extensions': [],
     61                                           'namespace': 'http://www.geni.net/resources/rspec/3',
     62                                           'schema': 'http://www.geni.net/resources/rspec/3/request.xsd',
     63                                           'type': 'geni',
     64                                           'version': '3'}]}
     65INFO:omni: ------------------------------------------------------------
     66INFO:omni: Completed getversion:
    4867
     68  Options as run:
     69                aggregate: ['http://geni-in-a-box.net:8001']
     70                framework: gib_ch
     71                getversionCacheName: /home/gibuser/.gcf/get_version_cache.json
     72                noGetVersionCache: True
     73
     74  Args: getversion
     75
     76  Result Summary:
     77Got version for http://geni-in-a-box.net:8001
     78 
     79INFO:omni: ============================================================
     80$
     81}}}
     82
     83The results of this command tell you that the GENI-in-a-Box aggregate manager implements the GENI AM API version 2 and GENI Rspecs version 3.
    4984
    5085