Changes between Version 3 and Version 4 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Northwestern


Ignore:
Timestamp:
02/15/13 14:07:04 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Northwestern

    v3 v4  
    9494}}}
    9595
     96Get list of "available" compute resources:
     97{{{
     98$ omni.py -a ig-northwestern listresources --available -o
     99INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     100INFO:omni:Using control framework pg
     101INFO:omni:Substituting AM nickname ig-northwestern with URL http://instageni.northwestern.edu/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
     102INFO:omni:Saving output to a file.
     103INFO:omni:Substituting AM nickname ig-northwestern with URL http://instageni.northwestern.edu/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
     104INFO:omni:Listed advertised resources at 1 out of 1 possible aggregates.
     105INFO:omni:Substituting AM nickname ig-northwestern with URL http://instageni.northwestern.edu/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
     106INFO:omni: (PG log url - look here for details on any failures: https://www.instageni.northwestern.edu/spewlogfile.php3?logfile=bdd0d93ad32c2cc98574ca9d201c4ad3)
     107INFO:omni:Writing to 'rspec-instageni-northwestern-edu-protogeniv2.xml'
     108INFO:omni: ------------------------------------------------------------
     109INFO:omni: Completed listresources:
     110  Options as run:
     111                aggregate: ['ig-northwestern']
     112                framework: pg
     113                geni_available: True
     114                output: True
     115  Args: listresources
     116  Result Summary: Queried resources from 1 of 1 aggregate(s).
     117Wrote rspecs from 1 aggregate(s) to 1 file(s)
     118Saved listresources RSpec at 'unspecified_AM_URN' (url 'http://instageni.northwestern.edu/protogeni/xmlrpc/am/2.0') to file rspec-instageni-northwestern-edu-protogeniv2.xml;  (PG log url - look here for details on any failures: https://www.instageni.northwestern.edu/spewlogfile.php3?logfile=bdd0d93ad32c2cc98574ca9d201c4ad3)
     119INFO:omni: ============================================================
     120}}}
     121
     122Verified that Advertisement RSpec only includes available resources, as requested:
     123{{{
     124$ egrep "node comp|available now" rspec-instageni-northwestern-edu-protogeniv2.xml
     125  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+procurve2" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="procurve2" exclusive="true">   
     126      <available now="true"/>   
     127  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+pc3" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="pc3" exclusive="true">   
     128      <available now="true"/>   
     129  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+icair-arista" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="icair-arista" exclusive="false">   
     130      <available now="true"/>   
     131  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+pc5" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="pc5" exclusive="true">   
     132      <available now="true"/>   
     133  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+pc4" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="pc4" exclusive="true">   
     134      <available now="true"/>   
     135  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+pc1" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="pc1" exclusive="false">   
     136      <available now="true"/>   
     137  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+pc2" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="pc2" exclusive="false">   
     138      <available now="true"/>   
     139  <node component_id="urn:publicid:IDN+instageni.northwestern.edu+node+internet" component_manager_id="urn:publicid:IDN+instageni.northwestern.edu+authority+cm" component_name="internet" exclusive="true">   
     140      <available now="true"/>   
     141}}}
    96142
    97143== IG-CT-2 - Access to New Site bare metal and VM resources ==