Changes between Version 29 and Version 30 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4


Ignore:
Timestamp:
07/27/12 10:14:54 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4

    v29 v30  
    22= EG-EXP-4: ExoGENI Multi-site Acceptance Test =
    33
    4 This page captures status for the test case EG-EXP-4, which verifies the ability to support basic operations of VMs and data flows between two racks. For overall status see the [wiki:GENIRacksHome/ExogeniRacks/AcceptanceTestStatus ExoGENI Acceptance Test Status] page.
     4This page captures status for the test case EG-EXP-4, which verifies the ability to support basic operations of VMs and data flows between two racks. For overall status see the [wiki:GENIRacksHome/ExogeniRacks/AcceptanceTestStatus ExoGENI Acceptance Test Status] page. ''Last update: 07/27/12''
     5
    56
    67
     
    7778
    7879== Step 5. Create a sliver ==
    79 Using the ExoSM and the RSpecs defined above create a sliver:
     80Using the ExoSM and the RSpecs defined above create a sliver with one VM at BBN and one VM at RENCI:
    8081{{{
    8182$ omni.py createsliver -a exosm EG-EXP-4-exp1 EG-EXP-4-exp1.rspec
     
    8687$ omni.py sliverstatus -a exosm EG-EXP-4-exp1 
    8788}}}
    88 Determined which VMs are allocated to this sliver:
     89When sliverstatus reports ''geni_status'' as  ''ready'', you can collect a listresource for the sliver to determined which VMs are allocated to the sliver:
    8990{{{
    9091$  omni.py listresources -a exosm EG-EXP-4-exp1  -o
    9192$  egrep hostname EG-EXP-4-exp1-rspec-geni-renci-org-11443-orca.xml
    92                   <login authentication="ssh-keys" hostname="192.1.242.13" port="22" username="root"/>     
    93                   <login authentication="ssh-keys" hostname="152.54.14.20" port="22" username="root"/>
     93   <login authentication="ssh-keys" hostname="152.54.14.34" port="22" username="root"/>     
     94   <login authentication="ssh-keys" hostname="192.1.242.12" port="22" username="root"/>
    9495}}}
    9596
     
    9899Connect to the RENCI VM and send traffic to the BBN VM:
    99100{{{
    100 $ ssh root@152.54.14.20
    101 
    102 Last login: Tue Jul 26 13:12:00 2011 from 10.0.2.1
     101$ ssh root@152.54.14.34
    103102root@debian:~# ifconfig|egrep 172.16
    104103          inet addr:172.16.7.2  Bcast:172.16.7.255  Mask:255.255.255.0
    105104root@debian:~# ping 172.16.7.1
    106 
     105PING 172.16.7.1 (172.16.7.1) 56(84) bytes of data.
     10664 bytes from 172.16.7.1: icmp_req=1 ttl=64 time=48.2 ms
     10764 bytes from 172.16.7.1: icmp_req=2 ttl=64 time=18.6 ms
     10864 bytes from 172.16.7.1: icmp_req=3 ttl=64 time=17.9 ms
    107109}}}
    108110
    109111Connect to the BBN VM and send traffic to the RENCI VM:
    110112{{{
    111 Last login: Tue Jul 26 13:12:00 2011 from 10.0.2.1
     113$ ssh root@192.1.242.12
    112114root@debian:~# ifconfig |egrep 172.16
    113115          inet addr:172.16.7.1  Bcast:172.16.7.255  Mask:255.255.255.0
    114 root@debian:~# ping 172.16.7.2
    115 
     116root@debian:~# ping 172.16.7.2
     117PING 172.16.7.2 (172.16.7.2) 56(84) bytes of data.
     11864 bytes from 172.16.7.2: icmp_req=1 ttl=64 time=24.4 ms
     11964 bytes from 172.16.7.2: icmp_req=2 ttl=64 time=17.9 ms
     12064 bytes from 172.16.7.2: icmp_req=3 ttl=64 time=17.8 ms
    116121}}}
    117122
     
    125130== Step 8. Define a request RSpec ==
    126131
    127 Full step description: "Define a request RSpec for one VM and one bare metal node each with two interfaces in the BBN ExoGENI rack, two VMs at RENCI, and two VLANs to connect the BBN ExoGENI to the RENCI ExoGENI."
     132Define a request RSpec for one VM and one bare metal node each with two interfaces in the BBN ExoGENI rack, two VMs at RENCI, and two VLANs to connect the BBN ExoGENI to the RENCI ExoGENI.
    128133
    129134RSpec created for this topology is [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-4/EG-EXP-4-exp2.rspec EG-EXP-4-exp2.rspec]
     
    137142}}}
    138143
    139 
    140144== Step 10. In the second slice, create a sliver at the RENCI ExoGENI aggregate using the RSpecs defined above  ==
    141145
     
    147151Verify that sliver status is ready:
    148152{{{
    149 $ omni.py sliverstatus -a exosm EG-EXP-4-exp2
     153$ omni.py sliverstatus -a exosm EG-EXP-4-exp2   #xxxxxxx
    150154}}}
    151155Determined which nodes (VMs and bare metal) are allocated to this sliver: