Changes between Version 20 and Version 21 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4


Ignore:
Timestamp:
07/02/12 16:29:13 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v20 v21  
    1616|| Step 6     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    1717|| Step 7     ||[[Color(yellow,Complete)]]||                         ||               ||Run with ExoSM||
    18 || Step 8     ||[[Color(yellow,Complete)]]||                         ||               ||Replace bare metal with VM pre-06/18 delivery||
     18|| Step 8     ||[[Color(yellow,Complete)]]||                         ||               ||||
    1919|| Step 9     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    2020|| Step 10    || [[Color(orange,Blocked)]]||                         ||exoticket:47   ||                ||
     
    5353
    5454== Step 1. As Experimenter1, Request !ListResources RENCI ExoGENI ==
    55 Using the credentials lnevers@bbn.com, request listresources from ExoSM, to determine which resources can be requested:
     55Using the credentials lnevers@bbn.com, request listresources from ExoSM, to determine which resources can be requested.  As experimenter lnevers1@bbn.com executed the steps for the first experiment:
    5656
    5757{{{
     
    7070Using the following command create a slice for the first experiment:
    7171{{{
    72 $ $ ./src/omni.py createslice EG-EXP-4-exp1
     72 $ ./src/omni.py createslice EG-EXP-4-exp1
    7373}}}
    7474
     
    7676Using the ExoSM and the RSpecs defined above create a sliver:
    7777{{{
    78 $ ./src/omni.py createsliver -a exosm EG-EXP-4-exp1 --api-version 2 ./exorspec/EG-EXP-4-exp1.rspec
     78$ ./src/omni.py createsliver -a exosm EG-EXP-4-exp1 EG-EXP-4-exp1.rspec
    7979}}}
    8080
    8181Verify that sliver status is ready:
    8282{{{
    83 $ ./src/omni.py sliverstatus -a exosm EG-EXP-4-exp1 --api-version 2
     83$ ./src/omni.py sliverstatus -a exosm EG-EXP-4-exp1
    8484}}}
    8585Determined which VMs are allocated to this sliver:
    8686{{{
    87 $ ./src/omni.py listresources  -a exosm EG-EXP-4-exp1 --api-version 2 -o
    88 $ egrep hostname EG-EXP-4-exp1-rspec-geni-renci-org-11443-orca.xml
    89 <login authentication="ssh-keys" hostname="152.54.14.4" port="22" username="root"/>     
    90 <login authentication="ssh-keys" hostname="192.1.242.6" port="22" username="root"/>     
     87$ $ ./src/omni.py listresources -a exosm EG-EXP-4-exp1 -o
     88$ $ egrep hostname EG-EXP-4-exp1-rspec-geni-renci-org-11443-orca.xml
     89                  <login authentication="ssh-keys" hostname="192.1.242.13" port="22" username="root"/>     
     90                  <login authentication="ssh-keys" hostname="152.54.14.20" port="22" username="root"/>
    9191}}}
    9292
     
    9595Connect to the RENCI VM and send traffic to the BBN VM:
    9696{{{
    97 $ ssh root@152.54.14.4
    98 Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
     97$ ssh root@152.54.14.20
    9998
    100 The programs included with the Debian GNU/Linux system are free software;
    101 the exact distribution terms for each program are described in the
    102 individual files in /usr/share/doc/*/copyright.
     99Last login: Tue Jul 26 13:12:00 2011 from 10.0.2.1
     100root@debian:~# ifconfig|egrep 172.16
     101          inet addr:172.16.7.2  Bcast:172.16.7.255  Mask:255.255.255.0
     102root@debian:~# ping 172.16.7.1
    103103
    104 Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    105 permitted by applicable law.
    106 Last login: Mon Jun  4 16:47:08 2012 from arendia.gpolab.bbn.com
    107 root@debian:~# ifconfig|grep 172
    108           inet addr:172.16.1.2  Bcast:172.16.1.255  Mask:255.255.255.0
    109 root@debian:~# ping 172.16.1.1
    110 PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data.
    111 64 bytes from 172.16.1.1: icmp_req=1 ttl=64 time=47.5 ms
    112 64 bytes from 172.16.1.1: icmp_req=2 ttl=64 time=17.9 ms
    113 64 bytes from 172.16.1.1: icmp_req=3 ttl=64 time=17.8 ms
    114104}}}
    115105
    116106Connect to the BBN VM and send traffic to the RENCI VM:
    117107{{{
    118 $ ssh root@192.1.242.6
    119 Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
     108Last login: Tue Jul 26 13:12:00 2011 from 10.0.2.1
     109root@debian:~# ifconfig |egrep 172.16
     110          inet addr:172.16.7.1  Bcast:172.16.7.255  Mask:255.255.255.0
     111root@debian:~# ping 172.16.7.2
    120112
    121 The programs included with the Debian GNU/Linux system are free software;
    122 the exact distribution terms for each program are described in the
    123 individual files in /usr/share/doc/*/copyright.
    124 
    125 Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    126 permitted by applicable law.
    127 Last login: Mon Jun  4 16:47:34 2012 from arendia.gpolab.bbn.com
    128 root@debian:~# ifconfig|grep 172
    129           inet addr:172.16.1.1  Bcast:172.16.1.255  Mask:255.255.255.0
    130 root@debian:~# ping 172.16.1.2
    131 PING 172.16.1.2 (172.16.1.2) 56(84) bytes of data.
    132 64 bytes from 172.16.1.2: icmp_req=1 ttl=64 time=21.6 ms
    133 64 bytes from 172.16.1.2: icmp_req=2 ttl=64 time=19.4 ms
    134113}}}
    135114
    136115== Step 7. As Experimenter2, Request !ListResources from RENCI ExoGENI ==
    137116
    138 Using the credentials lnevers1@bbn.com, request listresources from ExoSM, to determine which resources can be requested:
     117Using the credentials lnevers@bbn.com, request listresources from ExoSM, to determine which resources can be requested:
    139118{{{
    140119$ ./src/omni.py -a exosm listresources -o
     
    144123Full 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."
    145124
    146 Note: Bare metal support is available 06/18, therefore initial run through of this test case is down with VMs only.
    147 
    148125RSpec created is [EG-EXP-4-exp2.rspec inster_link_here]
    149126
     
    152129Using the following command create a slice for the second experiment:
    153130{{{
    154 $ ./src/omni.py createslice EG-EXP-4-exp2a
     131$ ./src/omni.py createslice EG-EXP-4-exp2
    155132}}}
    156133
     
    160137Using the ExoSM and the RSpecs defined above create a sliver:
    161138{{{
    162 $ ./src/omni.py createsliver -a exosm EG-EXP-4-exp2a --api-version 2 ./exorspec/EG-EXP-4-exp2.rspec
     139$ ./src/omni.py createsliver -a exosm EG-EXP-4-exp2 ./exorspec/EG-EXP-4-exp2.rspec
    163140}}}
    164141
    165142Verify that sliver status is ready:
    166143{{{
    167 $ ./src/omni.py sliverstatus -a exosm EG-EXP-4-exp2a --api-version 2 
     144$ ./src/omni.py sliverstatus -a exosm EG-EXP-4-exp2 -0 
    168145}}}
    169146Determined which VMs are allocated to this sliver:
    170147{{{
    171 $ ./src/omni.py listresources -a exosm EG-EXP-4-exp2a --api-version 2 -o
    172 $ egrep hostname EG-EXP-4-exp2a-rspec-geni-renci-org-11443-orca.xml
     148$ ./src/omni.py listresources -a exosm EG-EXP-4-exp2 -o
     149$ egrep hostname EG-EXP-4-exp2-rspec-geni-renci-org-11443-orca.xml
    173150     
    174151}}}