Changes between Version 10 and Version 11 of GiB-gettingStarted
- Timestamp:
- 09/27/12 16:25:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiB-gettingStarted
v10 v11 46 46 47 47 3. 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 50 INFO:omni:Loading config file /home/gibuser/.gcf/omni_config 51 INFO:omni:Using control framework gib_ch 52 INFO:omni:AM URN: unspecified_AM_URN (url: http://geni-in-a-box.net:8001) has version: 53 INFO: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'}]} 65 INFO:omni: ------------------------------------------------------------ 66 INFO:omni: Completed getversion: 48 67 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: 77 Got version for http://geni-in-a-box.net:8001 78 79 INFO:omni: ============================================================ 80 $ 81 }}} 82 83 The 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. 49 84 50 85