290 | | |
291 | | |
292 | | [[BR]] |
293 | | [[BR]] |
294 | | [[BR]] |
295 | | [[BR]] |
296 | | [[BR]] |
297 | | [[BR]] |
298 | | [[BR]] |
299 | | |
300 | | |
301 | | |
302 | | |
303 | | = MOVE OUT = |
304 | | |
305 | | 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 get version}}}: |
306 | | {{{ |
307 | | $ omni.py -a http://geni-in-a-box.net:8001 getversion |
308 | | INFO:omni:Loading config file /home/gibuser/.gcf/omni_config |
309 | | INFO:omni:Using control framework gib_ch |
310 | | INFO:omni:AM URN: unspecified_AM_URN (url: http://geni-in-a-box.net:8001) has version: |
311 | | INFO:omni:{ 'geni_ad_rspec_versions': [ { 'extensions': [], |
312 | | 'namespace': 'http://www.geni.net/resources/rspec/3', |
313 | | 'schema': 'http://www.geni.net/resources/rspec/3/ad.xsd', |
314 | | 'type': 'geni', |
315 | | 'version': '3'}], |
316 | | 'geni_api': 2, |
317 | | 'geni_api_versions': { '2': 'https://127.0.0.1:8001/'}, |
318 | | 'geni_request_rspec_versions': [ { 'extensions': [], |
319 | | 'namespace': 'http://www.geni.net/resources/rspec/3', |
320 | | 'schema': 'http://www.geni.net/resources/rspec/3/request.xsd', |
321 | | 'type': 'geni', |
322 | | 'version': '3'}]} |
323 | | INFO:omni: ------------------------------------------------------------ |
324 | | INFO:omni: Completed getversion: |
325 | | |
326 | | Options as run: |
327 | | aggregate: ['http://geni-in-a-box.net:8001'] |
328 | | framework: gib_ch |
329 | | getversionCacheName: /home/gibuser/.gcf/get_version_cache.json |
330 | | noGetVersionCache: True |
331 | | |
332 | | Args: getversion |
333 | | |
334 | | Result Summary: |
335 | | Got version for http://geni-in-a-box.net:8001 |
336 | | |
337 | | INFO:omni: ============================================================ |
338 | | $ |
339 | | }}} |
340 | | |
341 | | 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. |
342 | | |
343 | | |