wiki:GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-10

Version 5 (modified by lnevers@bbn.com, 11 years ago) (diff)

--

IG-XN-10: IG GPO Xen to ExoGENI GPO VM via OpenFlow

This test case verifies a topology that requests one IG GPO Xen to ExoGENI GPO VM via an OpenFlow VLANs. For overall status see the InstaGENI Xen Virtualization Test Status page.

Test Status

This section captures the status for each step in the acceptance test plan.

Test State Ticket Notes
IG GPO Xen to ExoGENI GPO VM via OFColor(green,Pass)?


State Legend Description
Color(green,Pass)? Test completed and met all criteria
Color(#98FB98,Pass: most criteria)? Test completed and met most criteria. Exceptions documented
Color(red,Fail)? Test completed and failed to meet criteria.
Color(yellow,Complete)? Test completed but will require re-execution due to expected changes
Color(orange,Blocked)? Blocked by ticketed issue(s).
Color(#63B8FF,In Progress)? Currently under test.


Test Execution Details

This testing is executed with GENI Clearinghouse Credentials. No assumptions are made.

IG GPO Xen to ExoGENI GPO VM via OpenFlow

The RSpecs used are attached to this page.

  • [eg-gpo.rspec] - ExoGENI OpenStack VM
  • [ig-gpo.rspec] - InstaGENI Xen VM
  • [openflow-eg-gpo.rspec] - ExoGENI FOAM
  • [openflow-gpo.rspec] - GPO Site FOAM
  • [openflow-ig-gpo.rspec] - InstaGENI FOAM

Create a slice:

$ omni.py createslice IG-XN-5-6 
13:23:27 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
13:23:27 INFO     omni: Using control framework portal
13:23:28 INFO     omni: 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
13:23:28 INFO     omni:  ------------------------------------------------------------
13:23:28 INFO     omni:  Completed createslice:
  Options as run:
		framework: portal
		project: ln-prj

  Args: createslice IG-XN-5-6
  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

Create a sliver at GPO IG FOAM Aggregate:

$ omni.py createsliver IG-XN-5-6 -a ig-of-gpo ./openflow-ig-gpo.rspec -V1
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework portal
INFO:omni:Substituting AM nickname ig-of-gpo with URL https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
INFO:omni:Substituting AM nickname ig-of-gpo with URL https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname ig-of-gpo with URL https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
INFO: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
INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1:
INFO:omni:<?xml version="1.0" encoding="UTF-8"?>
INFO:omni:  <!-- Reserved resources for:
	Slice: IG-XN-5-6
	at AM:
	URN: unspecified_AM_URN
	URL: https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1
 -->
INFO:omni:  
<rspec xmlns="http://www.geni.net/resources/rspec/3"
       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
       xs:schemaLocation="http://www.geni.net/resources/rspec/3
           http://www.geni.net/resources/rspec/3/manifest.xsd
           http://www.geni.net/resources/rspec/ext/openflow/3
           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
       type="manifest">

  <openflow:sliver description="OpenFlow and Xen"> <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />

    <openflow:group name="bbn-instageni-1750">
      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00" 
	component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am"  />
    </openflow:group>

    <openflow:match>

      <openflow:use-group name="bbn-instageni-1750" />

      <openflow:packet>
        <openflow:dl_type value="0x800,0x806"/>
        <openflow:nw_dst value="10.42.11.0/24"/>
        <openflow:nw_src value="10.42.11.0/24"/>
      </openflow:packet>

    </openflow:match>
  </openflow:sliver>
</rspec>
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:
  Options as run:
		aggregate: ['ig-of-gpo']
		api_version: 1
		framework: portal
		project: ln-prj

  Args: createsliver IG-XN-5-6 ./openflow-ig-gpo.rspec
  Result Summary: Got Reserved resources RSpec from foam-instageni-gpolab-bbn-com 

Create a sliver at GPO EG FOAM:

$ omni.py createsliver IG-XN-5-6 -a eg-of-gpo ./openflow-eg-gpo.rspec -V1
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework portal
INFO:omni:Substituting AM nickname eg-of-gpo with URL https://bbn-hn.exogeni.net:3626/foam/gapi/1, URN unspecified_AM_URN
INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
INFO:omni:Substituting AM nickname eg-of-gpo with URL https://bbn-hn.exogeni.net:3626/foam/gapi/1, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname eg-of-gpo with URL https://bbn-hn.exogeni.net:3626/foam/gapi/1, URN unspecified_AM_URN
INFO: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
INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://bbn-hn.exogeni.net:3626/foam/gapi/1:
INFO:omni:<?xml version="1.0" encoding="UTF-8"?>
INFO:omni:  <!-- Reserved resources for:
	Slice: IG-XN-5-6
	at AM:
	URN: unspecified_AM_URN
	URL: https://bbn-hn.exogeni.net:3626/foam/gapi/1
 -->
INFO:omni:  
<rspec xmlns="http://www.geni.net/resources/rspec/3"
       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
       xs:schemaLocation="http://www.geni.net/resources/rspec/3
           http://www.geni.net/resources/rspec/3/manifest.xsd
           http://www.geni.net/resources/rspec/ext/openflow/3
           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
       type="manifest">

  <openflow:sliver description="OpenFlow and Xen " email="lnevers@bbn.com">
    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />

    <openflow:group name="gpo-exogeni">
     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:01:08:17:f4:b5:2a:00" 
	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">
      </openflow:datapath>

    </openflow:group>

    <openflow:match>

      <openflow:use-group name="gpo-exogeni" />

      <openflow:packet>
	<openflow:dl_vlan value="1750"/>
	<openflow:dl_type value="0x800,0x806"/>
	<openflow:nw_dst value="10.42.11.0/24"/>
	<openflow:nw_src value="10.42.11.0/24"/>
      </openflow:packet>

    </openflow:match>

  </openflow:sliver>

</rspec>

INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: ['eg-of-gpo']
		api_version: 1
		framework: portal
		project: ln-prj

  Args: createsliver IG-XN-5-6 ./openflow-eg-gpo.rspec

  Result Summary: Got Reserved resources RSpec from bbn-hn-exogeni-net 
INFO:omni: ============================================================

Create a sliver at GPO FOAM:

$ omni.py createsliver IG-XN-5-6 -a of-gpo ./openflow-gpo.rspec -V1
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework portal
INFO:omni:Substituting AM nickname of-gpo with URL https://foam.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
INFO:omni:Substituting AM nickname of-gpo with URL https://foam.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname of-gpo with URL https://foam.gpolab.bbn.com:3626/foam/gapi/1, URN unspecified_AM_URN
INFO: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
INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://foam.gpolab.bbn.com:3626/foam/gapi/1:
INFO:omni:<?xml version="1.0" encoding="UTF-8"?>
INFO:omni:  <!-- Reserved resources for:
	Slice: IG-XN-5-6
	at AM:
	URN: unspecified_AM_URN
	URL: https://foam.gpolab.bbn.com:3626/foam/gapi/1
 -->
INFO:omni:  
<rspec xmlns="http://www.geni.net/resources/rspec/3"
       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
       xs:schemaLocation="http://www.geni.net/resources/rspec/3
           http://www.geni.net/resources/rspec/3/manifest.xsd
           http://www.geni.net/resources/rspec/ext/openflow/3
           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
       type="manifest">

  <openflow:sliver description="OpenFlow and Xen" email="lnevers@bbn.com">

    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />

    <openflow:group name="poblano-1750">
      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
			 component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
        <openflow:port num="15"/>  <!-- to BBN ExoGENI rack -->
        <openflow:port num="16"/>  <!-- to BBN InstaGENI rack -->
      </openflow:datapath>
    </openflow:group>

    <openflow:match>

      <openflow:use-group name="poblano-1750" />

      <openflow:packet>
        <openflow:dl_type value="0x800,0x806"/>
        <openflow:nw_dst value="10.42.11.0/24"/>
        <openflow:nw_src value="10.42.11.0/24"/>
      </openflow:packet>

    </openflow:match>
  </openflow:sliver>

</rspec>

INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: ['of-gpo']
		api_version: 1
		framework: portal
		project: ln-prj

  Args: createsliver IG-XN-5-6 ./openflow-gpo.rspec

  Result Summary: Got Reserved resources RSpec from foam-gpolab-bbn-com 

Request ExoGENI OpenStack VM:

$ omni.py createsliver IG-XN-5-6 -a eg-gpo eg-gpo.rspec 
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework portal
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO: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
INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://bbn-hn.exogeni.net:11443/orca/xmlrpc:
INFO:omni:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
INFO:omni:  <!-- Reserved resources for:
	Slice: IG-XN-5-6
	at AM:
	URN: unspecified_AM_URN
	URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
 -->
INFO:omni:  
<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">
    <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">
        <location latitude="42.38974" longitude="-71.14751" country="Unspecified"/>
        <sliver_type name="m1.small">
            <disk_image version="d1044d9162bd7851e3fc2c57a8251ad6b3641c0c" name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.8.xml"/>
        </sliver_type>
        <services>
            <ns5:services_post_boot_script type="velocity">#!/bin/bash
# Automatically generated boot script
execString=&amp;quot;/bin/sh -c \&amp;quot;hostname exo-vm\&amp;quot;&amp;quot;
eval $execString

</ns5:services_post_boot_script>
        </services>
        <interface mac_address="fe:16:3e:00:12:63" client_id="exo-vm:if0">
            <ip type="ipv4" netmask="255.255.255.0" address="10.42.11.198"/>
        </interface>
        <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"/>
    </node>
    <link vlantag="1750" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+150e2422-62ac-48cb-9e13-23d12a17f8b1:lan0" client_id="lan0">
        <interface_ref client_id="exo-vm:if0"/>
        <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"/>
    </link>
    <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"/>
</rspec>

INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: ['eg-gpo']
		framework: portal
		project: ln-prj

  Args: createsliver IG-XN-5-6 eg-gpo.rspec

  Result Summary: Got Reserved resources RSpec from bbn-hn-exogeni-net-11443-orca 
INFO:omni: ============================================================

Create sliver for Xen IG resources:

$ omni.py createsliver IG-XN-5-6 -a ig-gpo ig-gpo.rspec 
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework portal
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
INFO:omni:Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+IG-XN-5-6 expires on 2013-08-20 00:54:14 UTC
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
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
INFO: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
INFO:omni: (PG log url - look here for details on any failures: https://boss.instageni.gpolab.bbn.com/spewlogfile.php3?logfile=68210932028a7f1886ac1db6b4d4e316)
INFO:omni:Got return from CreateSliver for slice IG-XN-5-6 at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0:
INFO:omni:<!-- Reserved resources for:
	Slice: IG-XN-5-6
	at AM:
	URN: urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm
	URL: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
 -->
INFO: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">

  <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">
    <sliver_type name="emulab-xen"/>
    <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">
      <ip address="10.42.11.43" netmask="255.255.255.0" type="ipv4"/>
    </interface>
  <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>

  <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">
    <sliver_type name="emulab-xen"/>
    <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">
      <ip address="10.42.11.42" netmask="255.255.255.0" type="ipv4"/>
    </interface>
  <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>

  <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">
    <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"/>
    <sharedvlan:link_shared_vlan name="mesoscale-openflow"/>
  </link>

  <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">
    <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"/>
    <sharedvlan:link_shared_vlan name="mesoscale-openflow"/>
  </link>
</rspec>
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: ['ig-gpo']
		framework: portal
		project: ln-prj

  Args: createsliver IG-XN-5-6 ig-gpo.rspec

  Result Summary: Got Reserved resources RSpec from instageni-gpolab-bbn-com 
INFO:omni: ============================================================

Get login information:

$ readyToLogin.py IG-XN-5-6 -a eg-gpo 
...
User root logs in to exo-vm using:
	ssh -i /home/lnevers/.ssh/geni_cert_portal_key root@192.1.242.15
...
$ readyToLogin.py IG-XN-5-6 -a ig-gpo 
...
User lnevers logs in to ig-xen2 using:
	ssh -p 30011  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
User lnevers logs in to ig-xen using:
	ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
...

Form InstaGENI Xen host ping ExoGENI OpenStack host:

$ ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.46 x86_64)

ig-xen:~% /sbin/ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 02:49:66:00:27:a9  
          inet addr:10.42.11.43  Bcast:10.42.11.255  Mask:255.255.255.0
          inet6 addr: fe80::49:66ff:fe00:27a9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:78 errors:0 dropped:47 overruns:0 frame:0
          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:6251 (6.2 KB)  TX bytes:1582 (1.5 KB)
          Interrupt:26 

ig-xen:~% ping 10.42.11.198
PING 10.42.11.198 (10.42.11.198) 56(84) bytes of data.
64 bytes from 10.42.11.198: icmp_req=1 ttl=64 time=48.7 ms
64 bytes from 10.42.11.198: icmp_req=2 ttl=64 time=8.68 ms
^C
--- 10.42.11.198 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 8.686/28.726/48.766/20.040 ms
ig-xen:~% 

From ExoGENI OpenStack host ping InstaGENI Xen host:

$ ssh -i /home/lnevers/.ssh/geni_cert_portal_key root@192.1.242.15
Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Aug 13 18:26:51 2013 from arendia.gpolab.bbn.com
root@exo-vm:~# ping 10.42.11.43
PING 10.42.11.43 (10.42.11.43) 56(84) bytes of data.
64 bytes from 10.42.11.43: icmp_req=1 ttl=64 time=28.3 ms
64 bytes from 10.42.11.43: icmp_req=2 ttl=64 time=9.58 ms
^C
--- 10.42.11.43 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 9.584/18.972/28.360/9.388 ms

root@exo-vm:~# /sbin/ifconfig eth1
eth1      Link encap:Ethernet  HWaddr fe:16:3e:00:12:63  
          inet addr:10.42.11.198  Bcast:10.42.11.255  Mask:255.255.255.0
          inet6 addr: fe80::fc16:3eff:fe00:1263/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:802 (802.0 B)  TX bytes:944 (944.0 B)

root@exo-vm:~# 

Released resources with the following commands:

 $ omni.py deletesliver IG-XN-5-6 -a ig-of-gpo -V1
 $ omni.py deletesliver IG-XN-5-6 -a eg-of-gpo -V1
 $ omni.py deletesliver IG-XN-5-6 -a of-gpo -V1
 $ omni.py deletesliver IG-XN-5-6 -a eg-gpo             
 $ omni.py deletesliver IG-XN-5-6 -a ig-gpo             

Attachments (5)

Download all attachments as: .zip