Changes between Version 1 and Version 2 of GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-11


Ignore:
Timestamp:
08/12/13 15:24:57 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-11

    v1 v2  
    2424
    2525This testing is executed with GENI Clearinghouse Credentials. No assumptions are made.
     26
     27=== IG Utah Xen to IG GPO Xen with GRE link ===
     28
     29Using the following request RSpec:
     30{{{
     31  <node client_id="xen-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
     32    <sliver_type name="emulab-xen"/>
     33    <interface client_id="xen-gpo:if0">
     34      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
     35    </interface>
     36  </node>
     37  <node client_id="xen-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     38    <sliver_type name="emulab-xen"/>
     39    <interface client_id="xen-utah:if0">
     40      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
     41    </interface>
     42  </node>
     43  <link client_id="gre-link">
     44    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
     45    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     46    <interface_ref client_id="xen-gpo:if0"/>
     47    <interface_ref client_id="xen-utah:if0"/>
     48    <property source_id="xen-gpo:if0" dest_id="xen-utah:if0" capacity="100000"/>
     49    <property source_id="xen-utah:if0" dest_id="xen-gpo:if0" capacity="100000"/>
     50    <link_type name="gre-tunnel"/>
     51  </link>
     52}}}
     53
     54Created a slice and a sliver at each aggregate:
     55{{{
     56$ omni.py createslice IG-XN-11
     5715:11:42 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     5815:11:42 INFO     omni: Using control framework portal
     5915:11:44 INFO     omni: Created slice with Name IG-XN-11, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-11, Expiration 2013-08-19 19:11:43
     6015:11:44 INFO     omni:  ------------------------------------------------------------
     6115:11:44 INFO     omni:  Completed createslice:
     62
     63  Options as run:
     64                framework: portal
     65                project: ln-prj
     66
     67  Args: createslice IG-XN-11
     68
     69  Result Summary: Created slice with Name IG-XN-11, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-11, Expiration 2013-08-19 19:11:43
     70 
     7115:11:44 INFO     omni:  ============================================================
     72
     73$ omni.py createsliver -a ig-utah IG-XN-11 ./insta-xen-gre.rspec
     7415:12:12 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     7515:12:12 INFO     omni: Using control framework portal
     7615:12:12 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     7715:12:13 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-11 expires on 2013-08-19 19:11:43 UTC
     7815:12:13 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     7915:12:13 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     8015:12:13 INFO     omni: Creating sliver(s) from rspec file ./insta-xen-gre.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-11
     8115:12:30 INFO     omni:  (PG log url - look here for details on any failures: https://boss.utah.geniracks.net/spewlogfile.php3?logfile=39076227d1176bb3053049a734c43a0e)
     8215:12:30 INFO     omni: Got return from CreateSliver for slice IG-XN-11 at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0:
     8315:12:30 INFO     omni: <!-- Reserved resources for:
     84        Slice: IG-XN-11
     85        at AM:
     86        URN: urn:publicid:IDN+utah.geniracks.net+authority+cm
     87        URL: https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0
     88 -->
     8915:12:30 INFO     omni: <rspec xmlns="http://www.geni.net/resources/rspec/3" xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" type="manifest" xsi:schemaLocation="http://www.geni.net/resources/rspec/3   http://www.geni.net/resources/rspec/3/manifest.xsd"> 
     90  <node client_id="xen-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
     91    <sliver_type name="emulab-xen"/>
     92    <interface client_id="xen-gpo:if0">
     93      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
     94    </interface>
     95  </node>
     96  <node client_id="xen-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false" component_id="urn:publicid:IDN+utah.geniracks.net+node+pc3" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24742">
     97    <sliver_type name="emulab-xen"/>
     98    <interface client_id="xen-utah:if0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24745" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc3:eth0">
     99      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
     100    </interface>
     101  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm3-11"/><host name="xen-utah.IG-XN-11.ch-geni-net.utah.geniracks.net"/><services><login authentication="ssh-keys" hostname="pc3.utah.geniracks.net" port="32058" username="lnevers"/></services></node>
     102  <link client_id="gre-link" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24744">
     103    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
     104    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     105    <interface_ref client_id="xen-gpo:if0"/>
     106    <interface_ref client_id="xen-utah:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc3:eth0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24745"/>
     107    <property source_id="xen-gpo:if0" dest_id="xen-utah:if0" capacity="100000"/>
     108    <property source_id="xen-utah:if0" dest_id="xen-gpo:if0" capacity="100000"/>
     109    <link_type name="gre-tunnel"/>
     110  </link>
     111</rspec>
     11215:12:30 INFO     omni:  ------------------------------------------------------------
     11315:12:30 INFO     omni:  Completed createsliver:
     114
     115  Options as run:
     116                aggregate: ['ig-utah']
     117                framework: portal
     118                project: ln-prj
     119
     120  Args: createsliver IG-XN-11 ./insta-xen-gre.rspec
     121
     122  Result Summary: Got Reserved resources RSpec from utah-geniracks-net
     12315:12:30 INFO     omni:  ============================================================
     124
     125$ omni.py createsliver -a ig-gpo IG-XN-11 ./insta-xen-gre.rspec
     12615:12:38 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     12715:12:38 INFO     omni: Using control framework portal
     12815:12:38 INFO     omni: Substituting AM nickname ig-gpo with URL https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm
     12915:12:39 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-11 expires on 2013-08-19 19:11:43 UTC
     13015:12:39 INFO     omni: Substituting AM nickname ig-gpo with URL https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm
     13115:12:39 INFO     omni: Substituting AM nickname ig-gpo with URL https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm
     13215:12:39 INFO     omni: Creating sliver(s) from rspec file ./insta-xen-gre.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-11
     13315:12:52 INFO     omni:  (PG log url - look here for details on any failures: https://boss.instageni.gpolab.bbn.com/spewlogfile.php3?logfile=45749e65eeabaab5b0bfd60e6c55ff93)
     13415:12:52 INFO     omni: Got return from CreateSliver for slice IG-XN-11 at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0:
     13515:12:52 INFO     omni: <!-- Reserved resources for:
     136        Slice: IG-XN-11
     137        at AM:
     138        URN: urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm
     139        URL: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
     140 -->
     14115:12:52 INFO     omni: <rspec xmlns="http://www.geni.net/resources/rspec/3" xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" type="manifest" xsi:schemaLocation="http://www.geni.net/resources/rspec/3   http://www.geni.net/resources/rspec/3/manifest.xsd"> 
     142  <node client_id="xen-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc5" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9600">
     143    <sliver_type name="emulab-xen"/>
     144    <interface client_id="xen-gpo:if0" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9603" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth0">
     145      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
     146    </interface>
     147  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm5-1"/><host name="xen-gpo.IG-XN-11.ch-geni-net.instageni.gpolab.bbn.com"/><services><login authentication="ssh-keys" hostname="pc5.instageni.gpolab.bbn.com" port="32314" username="lnevers"/></services></node>
     148  <node client_id="xen-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     149    <sliver_type name="emulab-xen"/>
     150    <interface client_id="xen-utah:if0">
     151      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
     152    </interface>
     153  </node>
     154  <link client_id="gre-link" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9602">
     155    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
     156    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     157    <interface_ref client_id="xen-gpo:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth0" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9603"/>
     158    <interface_ref client_id="xen-utah:if0"/>
     159    <property source_id="xen-gpo:if0" dest_id="xen-utah:if0" capacity="100000"/>
     160    <property source_id="xen-utah:if0" dest_id="xen-gpo:if0" capacity="100000"/>
     161    <link_type name="gre-tunnel"/>
     162  </link>
     163</rspec>
     16415:12:52 INFO     omni:  ------------------------------------------------------------
     16515:12:52 INFO     omni:  Completed createsliver:
     166
     167  Options as run:
     168                aggregate: ['ig-gpo']
     169                framework: portal
     170                project: ln-prj
     171
     172  Args: createsliver IG-XN-11 ./insta-xen-gre.rspec
     173
     174  Result Summary: Got Reserved resources RSpec from instageni-gpolab-bbn-com
     17515:12:52 INFO     omni:  ============================================================
     176
     177}}}
     178
     179Verify that resources are ready and exchange traffic:
     180
     181XXXX Logged in and found no GRE Tunnel configured....????