Changes between Version 1 and Version 2 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UFlorida


Ignore:
Timestamp:
11/20/13 13:45:35 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UFlorida

    v1 v2  
    66For site status see the '''[wiki:GENIRacksHome/ExogeniRacks/ConfirmationTestStatus ExoGENI New Site Confirmation Tests Status]''' page.
    77
     8__Note:__ Omni nick_names for site aggregates used for these tests are:
     9{{{
     10ufl-eg=urn:publicid:IDN+exogeni.net:uflvmsite+authority+am,https://ufl-hn.exogeni.net:11443/orca/xmlrpc
     11ufl-eg-of=urn:publicid:IDN+openflow:foam:ufl-hn.exogeni.net+authority+am,https://ufl-hn.exogeni.net:3626/foam/gapi/1
     12sm-eg=urn:publicid:IDN+exogeni.net+authority+am,https://geni.renci.org:11443/orca/xmlrpc
     13}}}
     14
    815
    916== EG-CT-1 - Access to New Site VM resources ==
     17
     18First determine orca_version running at this aggregate:
     19
     20{{{
     21$ omni.py -a ufl-eg getversion   
     2212:55:41 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     2312:55:41 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     2412:55:41 INFO     omni: Using control framework emulab
     2512:55:41 INFO     omni: Substituting AM nickname ufl-eg with URL https://ufl-hn.exogeni.net:11443/orca/xmlrpc, URN urn:publicid:IDN+exogeni.net:uflvmsite+authority+am
     2612:55:42 INFO     omni: AM URN: urn:publicid:IDN+exogeni.net:uflvmsite+authority+am (url: https://ufl-hn.exogeni.net:11443/orca/xmlrpc) has version:
     2712:55:42 INFO     omni: {   'geni_ad_rspec_versions': [   {   'extensions': [   'http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd',
     28                                                        'http://www.protogeni.net/resources/rspec/ext/emulab/1/ptop_extension.xsd'],
     29                                      'namespace': 'http://www.geni.net/resources/rspec/3',
     30                                      'schema': 'http://www.geni.net/resources/rspec/3/ad.xsd',
     31                                      'type': 'GENI',
     32                                      'version': '3'}],
     33    'geni_am_type': 'orca',
     34    'geni_api': 2,
     35    'geni_api_versions': {   '2': 'https://ufl-hn.exogeni.net:11443/orca/xmlrpc/geni'},
     36    'geni_request_rspec_versions': [   {   'extensions': [   'http://www.geni.net/resources/rspec/ext/shared-vlan/1',
     37                                                             'http://www.geni.net/resources/rspec/ext/postBootScript/1'],
     38                                           'namespace': 'http://www.geni.net/resources/rspec/3',
     39                                           'schema': 'http://www.geni.net/resources/rspec/3/request.xsd',
     40                                           'type': 'GENI',
     41                                           'version': '3'}],
     42    'orca_version': 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5949'}
     4312:55:42 INFO     omni:  ------------------------------------------------------------
     4412:55:42 INFO     omni:  Completed getversion:
     45Args: getversion
     46
     47  Result Summary:
     48Got version for https://ufl-hn.exogeni.net:11443/orca/xmlrpc
     49
     5012:55:42 INFO     omni:  ============================================================
     51}}}
     52
     53Compared with versions in other racks, the following version were found:
     54
     55|| Rack || Version||
     56|| BBN  || 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5949'||
     57||RENCI || 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5949'||
     58||UFL   || 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5949'||
     59||ExoSM || 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5985'||
     60|| FIU  || 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5949'||
     61|| UH   || 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5949'||
     62
     63}}}
     64
     65Created a slice:
     66{{{
     67$ omni.py createslice EG-CT-1
     6813:09:03 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     6913:09:03 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     7013:09:03 INFO     omni: Using control framework emulab
     7113:09:12 INFO     omni: Created slice with Name EG-CT-1, URN urn:publicid:IDN+emulab.net+slice+EG-CT-1, Expiration 2013-11-21 00:09:11+00:00
     7213:09:12 INFO     omni:  ------------------------------------------------------------
     7313:09:12 INFO     omni:  Completed createslice:
     74Args: createslice EG-CT-1
     75  Result Summary: Created slice with Name EG-CT-1, URN urn:publicid:IDN+emulab.net+slice+EG-CT-1, Expiration 2013-11-21 00:09:11+00:00
     7613:09:12 INFO     omni:  ============================================================
     77}}}
     78
     79Created a 4 VMs sliver using the RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/Florida/EG-CT-1-ufl.rspec EG-CT-1-ufl.rspec]
     80{{{
     81$ omni.py createsliver -a ufl-eg EG-CT-1 EG-CT-1-ufl.rspec
     82}}}
     83
     84When the sliver was ready determine login information:
     85{{{
     86$ ./examples/readyToLogin.py -a ufl-eg EG-CT-1
     87  <....>
     88}}}
     89
    1090== EG-CT-2 - Access to New Site bare metal and VM resources ==
    1191== EG-CT-3 - Multiple sites experiment  ==