Changes between Version 3 and Version 4 of GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-10


Ignore:
Timestamp:
08/13/13 14:32:15 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v3 v4  
    4848  Result Summary: Created slice with Name IG-XN-5-6, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6, Expiration 2013-08-20 00:54:14
    4949}}}
    50 Create a sliver at each FOAM Aggregate:
    51 {{{
    52 
    53 FAILS.....????
     50Create a sliver at GPO IG FOAM Aggregate:
     51{{{
     52$ omni.py createsliver IG-XN-5-6 -a ig-of-gpo ./openflow-ig-gpo.rspec -V1
     53INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     54INFO:omni:Using control framework portal
     55INFO:omni:Substituting AM nickname ig-of-gpo with URL https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
     56INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
     57INFO:omni:Substituting AM nickname ig-of-gpo with URL https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
     58INFO:omni:Substituting AM nickname ig-of-gpo with URL https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
     59INFO:omni:Creating sliver(s) from rspec file ./openflow-ig-gpo.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6
     60INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1:
     61INFO:omni:<?xml version="1.0" encoding="UTF-8"?>
     62INFO:omni:  <!-- Reserved resources for:
     63        Slice: IG-XN-5-6
     64        at AM:
     65        URN: unspecified_AM_URN
     66        URL: https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1
     67 -->
     68INFO:omni: 
     69<rspec xmlns="http://www.geni.net/resources/rspec/3"
     70       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
     71       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
     72       xs:schemaLocation="http://www.geni.net/resources/rspec/3
     73           http://www.geni.net/resources/rspec/3/manifest.xsd
     74           http://www.geni.net/resources/rspec/ext/openflow/3
     75           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
     76       type="manifest">
     77
     78  <openflow:sliver description="OpenFlow and Xen"> <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
     79
     80    <openflow:group name="bbn-instageni-1750">
     81      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00"
     82        component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am"  />
     83    </openflow:group>
     84
     85    <openflow:match>
     86
     87      <openflow:use-group name="bbn-instageni-1750" />
     88
     89      <openflow:packet>
     90        <openflow:dl_type value="0x800,0x806"/>
     91        <openflow:nw_dst value="10.42.11.0/24"/>
     92        <openflow:nw_src value="10.42.11.0/24"/>
     93      </openflow:packet>
     94
     95    </openflow:match>
     96  </openflow:sliver>
     97</rspec>
     98INFO:omni: ------------------------------------------------------------
     99INFO:omni: Completed createsliver:
     100  Options as run:
     101                aggregate: ['ig-of-gpo']
     102                api_version: 1
     103                framework: portal
     104                project: ln-prj
     105
     106  Args: createsliver IG-XN-5-6 ./openflow-ig-gpo.rspec
     107  Result Summary: Got Reserved resources RSpec from foam-instageni-gpolab-bbn-com
     108}}}
     109
     110Create a sliver at GPO EG FOAM:
     111{{{
     112$ omni.py createsliver IG-XN-5-6 -a eg-of-gpo ./openflow-eg-gpo.rspec -V1
     113INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     114INFO:omni:Using control framework portal
     115INFO:omni:Substituting AM nickname eg-of-gpo with URL https://bbn-hn.exogeni.net:3626/foam/gapi/1, URN unspecified_AM_URN
     116INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
     117INFO:omni:Substituting AM nickname eg-of-gpo with URL https://bbn-hn.exogeni.net:3626/foam/gapi/1, URN unspecified_AM_URN
     118INFO:omni:Substituting AM nickname eg-of-gpo with URL https://bbn-hn.exogeni.net:3626/foam/gapi/1, URN unspecified_AM_URN
     119INFO:omni:Creating sliver(s) from rspec file ./openflow-eg-gpo.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6
     120INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://bbn-hn.exogeni.net:3626/foam/gapi/1:
     121INFO:omni:<?xml version="1.0" encoding="UTF-8"?>
     122INFO:omni:  <!-- Reserved resources for:
     123        Slice: IG-XN-5-6
     124        at AM:
     125        URN: unspecified_AM_URN
     126        URL: https://bbn-hn.exogeni.net:3626/foam/gapi/1
     127 -->
     128INFO:omni: 
     129<rspec xmlns="http://www.geni.net/resources/rspec/3"
     130       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
     131       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
     132       xs:schemaLocation="http://www.geni.net/resources/rspec/3
     133           http://www.geni.net/resources/rspec/3/manifest.xsd
     134           http://www.geni.net/resources/rspec/ext/openflow/3
     135           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
     136       type="manifest">
     137
     138  <openflow:sliver description="OpenFlow and Xen " email="lnevers@bbn.com">
     139    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
     140
     141    <openflow:group name="gpo-exogeni">
     142     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:01:08:17:f4:b5:2a:00"
     143        component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" dpid="00:01:08:17:f4:b5:2a:00">
     144      </openflow:datapath>
     145
     146    </openflow:group>
     147
     148    <openflow:match>
     149
     150      <openflow:use-group name="gpo-exogeni" />
     151
     152      <openflow:packet>
     153        <openflow:dl_vlan value="1750"/>
     154        <openflow:dl_type value="0x800,0x806"/>
     155        <openflow:nw_dst value="10.42.11.0/24"/>
     156        <openflow:nw_src value="10.42.11.0/24"/>
     157      </openflow:packet>
     158
     159    </openflow:match>
     160
     161  </openflow:sliver>
     162
     163</rspec>
     164
     165INFO:omni: ------------------------------------------------------------
     166INFO:omni: Completed createsliver:
     167
     168  Options as run:
     169                aggregate: ['eg-of-gpo']
     170                api_version: 1
     171                framework: portal
     172                project: ln-prj
     173
     174  Args: createsliver IG-XN-5-6 ./openflow-eg-gpo.rspec
     175
     176  Result Summary: Got Reserved resources RSpec from bbn-hn-exogeni-net
     177INFO:omni: ============================================================
     178}}}
     179Create a sliver at GPO FOAM:
     180{{{
     181$ omni.py createsliver IG-XN-5-6 -a of-gpo ./openflow-gpo.rspec -V1
     182INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     183INFO:omni:Using control framework portal
     184INFO:omni:Substituting AM nickname of-gpo with URL https://foam.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
     185INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
     186INFO:omni:Substituting AM nickname of-gpo with URL https://foam.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
     187INFO:omni:Substituting AM nickname of-gpo with URL https://foam.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
     188INFO:omni:Creating sliver(s) from rspec file ./openflow-gpo.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6
     189INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://foam.gpolab.bbn.com:3626/foam/gapi/1:
     190INFO:omni:<?xml version="1.0" encoding="UTF-8"?>
     191INFO:omni:  <!-- Reserved resources for:
     192        Slice: IG-XN-5-6
     193        at AM:
     194        URN: unspecified_AM_URN
     195        URL: https://foam.gpolab.bbn.com:3626/foam/gapi/1
     196 -->
     197INFO:omni: 
     198<rspec xmlns="http://www.geni.net/resources/rspec/3"
     199       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
     200       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
     201       xs:schemaLocation="http://www.geni.net/resources/rspec/3
     202           http://www.geni.net/resources/rspec/3/manifest.xsd
     203           http://www.geni.net/resources/rspec/ext/openflow/3
     204           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
     205       type="manifest">
     206
     207  <openflow:sliver description="OpenFlow and Xen" email="lnevers@bbn.com">
     208
     209    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
     210
     211    <openflow:group name="poblano-1750">
     212      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
     213                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
     214        <openflow:port num="15"/>  <!-- to BBN ExoGENI rack -->
     215        <openflow:port num="16"/>  <!-- to BBN InstaGENI rack -->
     216      </openflow:datapath>
     217    </openflow:group>
     218
     219    <openflow:match>
     220
     221      <openflow:use-group name="poblano-1750" />
     222
     223      <openflow:packet>
     224        <openflow:dl_type value="0x800,0x806"/>
     225        <openflow:nw_dst value="10.42.11.0/24"/>
     226        <openflow:nw_src value="10.42.11.0/24"/>
     227      </openflow:packet>
     228
     229    </openflow:match>
     230  </openflow:sliver>
     231
     232</rspec>
     233
     234INFO:omni: ------------------------------------------------------------
     235INFO:omni: Completed createsliver:
     236
     237  Options as run:
     238                aggregate: ['of-gpo']
     239                api_version: 1
     240                framework: portal
     241                project: ln-prj
     242
     243  Args: createsliver IG-XN-5-6 ./openflow-gpo.rspec
     244
     245  Result Summary: Got Reserved resources RSpec from foam-gpolab-bbn-com
     246}}}
     247
     248Request ExoGENI OpenStack VM:
     249{{{
     250$ omni.py createsliver IG-XN-5-6 -a eg-gpo eg-gpo.rspec
     251INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     252INFO:omni:Using control framework portal
     253INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
     254INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
     255INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
     256INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
     257INFO:omni:Creating sliver(s) from rspec file eg-gpo.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6
     258INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://bbn-hn.exogeni.net:11443/orca/xmlrpc:
     259INFO:omni:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     260INFO:omni:  <!-- Reserved resources for:
     261        Slice: IG-XN-5-6
     262        at AM:
     263        URN: unspecified_AM_URN
     264        URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
     265 -->
     266INFO:omni: 
     267<rspec type="manifest" xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1 http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1/slice_info.xsd?format=raw http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1 http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1/sliver_info.xsd?format=raw http://www.geni.net/resources/rspec/ext/postBootScript/1 http://www.geni.net/resources/rspec/ext/postBootScript/1/request.xsd" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns4="http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1" xmlns:ns3="http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1" xmlns:ns5="http://www.geni.net/resources/rspec/ext/postBootScript/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     268    <node sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+150e2422-62ac-48cb-9e13-23d12a17f8b1:exo-vm" exclusive="false" component_name="orca-vm-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+node+orca-vm-cloud" client_id="exo-vm">
     269        <location latitude="42.38974" longitude="-71.14751" country="Unspecified"/>
     270        <sliver_type name="m1.small">
     271            <disk_image version="d1044d9162bd7851e3fc2c57a8251ad6b3641c0c" name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.8.xml"/>
     272        </sliver_type>
     273        <services>
     274            <ns5:services_post_boot_script type="velocity">#!/bin/bash
     275# Automatically generated boot script
     276execString=&amp;quot;/bin/sh -c \&amp;quot;hostname exo-vm\&amp;quot;&amp;quot;
     277eval $execString
     278
     279</ns5:services_post_boot_script>
     280        </services>
     281        <interface mac_address="fe:16:3e:00:12:63" client_id="exo-vm:if0">
     282            <ip type="ipv4" netmask="255.255.255.0" address="10.42.11.198"/>
     283        </interface>
     284        <ns4:geni_sliver_info state="configuring" start_time="2013-08-13T18:20:47.000Z" expiration_time="2013-08-20T00:54:14.000Z" creation_time="2013-08-13T18:20:47.000Z" creator_urn="lnevers@bbn.com, urn:publicid:IDN+ch.geni.net+user+lnevers"/>
     285    </node>
     286    <link vlantag="1750" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+150e2422-62ac-48cb-9e13-23d12a17f8b1:lan0" client_id="lan0">
     287        <interface_ref client_id="exo-vm:if0"/>
     288        <ns4:geni_sliver_info start_time="2013-08-13T18:20:47.000Z" expiration_time="2013-08-20T00:54:14.000Z" creation_time="2013-08-13T18:20:47.000Z" creator_urn="lnevers@bbn.com, urn:publicid:IDN+ch.geni.net+user+lnevers"/>
     289    </link>
     290    <ns3:geni_slice_info state="configuring" uuid="666304c0-a00b-4e9a-a460-3e2694c4517a" urn="urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6"/>
     291</rspec>
     292
     293INFO:omni: ------------------------------------------------------------
     294INFO:omni: Completed createsliver:
     295
     296  Options as run:
     297                aggregate: ['eg-gpo']
     298                framework: portal
     299                project: ln-prj
     300
     301  Args: createsliver IG-XN-5-6 eg-gpo.rspec
     302
     303  Result Summary: Got Reserved resources RSpec from bbn-hn-exogeni-net-11443-orca
     304INFO:omni: ============================================================
     305}}}
     306Create sliver for Xen IG resources:
     307{{{
     308$ omni.py createsliver IG-XN-5-6 -a ig-gpo ig-gpo.rspec
     309INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
     310INFO:omni:Using control framework portal
     311INFO: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
     312INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
     313INFO: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
     314INFO: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
     315INFO:omni:Creating sliver(s) from rspec file ig-gpo.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6
     316INFO:omni: (PG log url - look here for details on any failures: https://boss.instageni.gpolab.bbn.com/spewlogfile.php3?logfile=68210932028a7f1886ac1db6b4d4e316)
     317INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0:
     318INFO:omni:<!-- Reserved resources for:
     319        Slice: IG-XN-5-6
     320        at AM:
     321        URN: urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm
     322        URL: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
     323 -->
     324INFO:omni:<rspec xmlns="http://www.geni.net/resources/rspec/3" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" xs:schemaLocation="http://www.geni.net/resources/rspec/3            http://www.geni.net/resources/rspec/3/manifest.xsd            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd" type="manifest">
     325
     326  <node client_id="ig-xen" exclusive="false" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc5" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9663">
     327    <sliver_type name="emulab-xen"/>
     328    <interface client_id="ig-xen:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth1" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9667" mac_address="0249660027a9">
     329      <ip address="10.42.11.43" netmask="255.255.255.0" type="ipv4"/>
     330    </interface>
     331  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm5-1"/><host name="ig-xen.IG-XN-5-6.ch-geni-net.instageni.gpolab.bbn.com"/><services><login authentication="ssh-keys" hostname="pc5.instageni.gpolab.bbn.com" port="30010" username="lnevers"/></services></node>
     332
     333  <node client_id="ig-xen2" exclusive="false" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc5" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9664">
     334    <sliver_type name="emulab-xen"/>
     335    <interface client_id="ig-xen2:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth1" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9669" mac_address="020e1416de94">
     336      <ip address="10.42.11.42" netmask="255.255.255.0" type="ipv4"/>
     337    </interface>
     338  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm5-4"/><host name="ig-xen2.IG-XN-5-6.ch-geni-net.instageni.gpolab.bbn.com"/><services><login authentication="ssh-keys" hostname="pc5.instageni.gpolab.bbn.com" port="30011" username="lnevers"/></services></node>
     339
     340  <link xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" client_id="openflow-mesoscale-0" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9666">
     341    <interface_ref client_id="ig-xen:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth1" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9667"/>
     342    <sharedvlan:link_shared_vlan name="mesoscale-openflow"/>
     343  </link>
     344
     345  <link xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" client_id="openflow-mesoscale-1" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9668">
     346    <interface_ref client_id="ig-xen2:if0" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc5:eth1" sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+9669"/>
     347    <sharedvlan:link_shared_vlan name="mesoscale-openflow"/>
     348  </link>
     349</rspec>
     350INFO:omni: ------------------------------------------------------------
     351INFO:omni: Completed createsliver:
     352
     353  Options as run:
     354                aggregate: ['ig-gpo']
     355                framework: portal
     356                project: ln-prj
     357
     358  Args: createsliver IG-XN-5-6 ig-gpo.rspec
     359
     360  Result Summary: Got Reserved resources RSpec from instageni-gpolab-bbn-com
     361INFO:omni: ============================================================
     362}}}
     363
     364Get login information:
     365{{{
     366$ readyToLogin.py IG-XN-5-6 -a eg-gpo
     367...
     368User root logs in to exo-vm using:
     369        ssh -i /home/lnevers/.ssh/geni_cert_portal_key root@192.1.242.15
     370...
     371$ readyToLogin.py IG-XN-5-6 -a ig-gpo
     372...
     373User lnevers logs in to ig-xen2 using:
     374        ssh -p 30011  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     375User lnevers logs in to ig-xen using:
     376        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     377...
     378}}}
     379
     380Form InstaGENI Xen host ping ExoGENI OpenStack host:
     381{{{
     382$ ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     383Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.46 x86_64)
     384
     385ig-xen:~% /sbin/ifconfig eth1
     386eth1      Link encap:Ethernet  HWaddr 02:49:66:00:27:a9 
     387          inet addr:10.42.11.43  Bcast:10.42.11.255  Mask:255.255.255.0
     388          inet6 addr: fe80::49:66ff:fe00:27a9/64 Scope:Link
     389          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     390          RX packets:78 errors:0 dropped:47 overruns:0 frame:0
     391          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
     392          collisions:0 txqueuelen:1000
     393          RX bytes:6251 (6.2 KB)  TX bytes:1582 (1.5 KB)
     394          Interrupt:26
     395
     396ig-xen:~% ping 10.42.11.198
     397PING 10.42.11.198 (10.42.11.198) 56(84) bytes of data.
     39864 bytes from 10.42.11.198: icmp_req=1 ttl=64 time=48.7 ms
     39964 bytes from 10.42.11.198: icmp_req=2 ttl=64 time=8.68 ms
     400^C
     401--- 10.42.11.198 ping statistics ---
     4022 packets transmitted, 2 received, 0% packet loss, time 1002ms
     403rtt min/avg/max/mdev = 8.686/28.726/48.766/20.040 ms
     404ig-xen:~%
     405}}}
     406
     407From ExoGENI OpenStack host ping InstaGENI Xen host:
     408{{{
     409$ ssh -i /home/lnevers/.ssh/geni_cert_portal_key root@192.1.242.15
     410Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
     411
     412The programs included with the Debian GNU/Linux system are free software;
     413the exact distribution terms for each program are described in the
     414individual files in /usr/share/doc/*/copyright.
     415
     416Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
     417permitted by applicable law.
     418Last login: Tue Aug 13 18:26:51 2013 from arendia.gpolab.bbn.com
     419root@exo-vm:~# ping 10.42.11.43
     420PING 10.42.11.43 (10.42.11.43) 56(84) bytes of data.
     42164 bytes from 10.42.11.43: icmp_req=1 ttl=64 time=28.3 ms
     42264 bytes from 10.42.11.43: icmp_req=2 ttl=64 time=9.58 ms
     423^C
     424--- 10.42.11.43 ping statistics ---
     4252 packets transmitted, 2 received, 0% packet loss, time 1001ms
     426rtt min/avg/max/mdev = 9.584/18.972/28.360/9.388 ms
     427
     428root@exo-vm:~# /sbin/ifconfig eth1
     429eth1      Link encap:Ethernet  HWaddr fe:16:3e:00:12:63 
     430          inet addr:10.42.11.198  Bcast:10.42.11.255  Mask:255.255.255.0
     431          inet6 addr: fe80::fc16:3eff:fe00:1263/64 Scope:Link
     432          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     433          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
     434          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
     435          collisions:0 txqueuelen:1000
     436          RX bytes:802 (802.0 B)  TX bytes:944 (944.0 B)
     437
     438root@exo-vm:~#
     439}}}
     440
     441Released resources with the following commands:
     442{{{
     443 $ omni.py deletesliver IG-XN-5-6 -a ig-of-gpo -V1
     444 $ omni.py deletesliver IG-XN-5-6 -a eg-of-gpo -V1
     445 $ omni.py deletesliver IG-XN-5-6 -a of-gpo -V1
     446 $ omni.py deletesliver IG-XN-5-6 -a eg-gpo             
     447 $ omni.py deletesliver IG-XN-5-6 -a ig-gpo             
     448}}}