Changes between Version 28 and Version 29 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-1


Ignore:
Timestamp:
08/20/12 11:17:38 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-1

    v28 v29  
    4646== Step 2. Obtain 2 licensed recent Microsoft OS images for physical nodes from the site (BBN) ==
    4747
    48 Need to get InstaGENI folks to document the non-support of MS Windows and cleanup of windows references ([http://groups.geni.net/instageni/ticket/13 ticket 13] and [http://groups.geni.net/instageni/ticket/19 ticket 19]) .
     48Need to get InstaGENI folks to document the non-support of MS Windows and cleanup of windows references ([http://groups.geni.net/instageni/ticket/13 ticket 13]).
    4949 
    5050== Step 3. Reserve and boot 2 physical nodes using Microsoft image ==
     
    6262Command used to determine images:
    6363{{{
    64  $ ./src/omni.py -a insta-utah listresources --available --api-version 2 -t GENI 3 --available -o
     64 $ omni.py -a insta-utah listresources --available --api-version 2 -t GENI 3 --available -o
    6565 $ egrep "node component|disk_image|available" rspec-boss-utah-geniracks-net-protogeni-xmlrpc-am-2-0.xml
    6666}}}
    6767
    68 == Step 5. Reserve and boot a physical node using this Linux OS image ==
     68== Step 5. Reserve and boot physical node using each loading a different Linux OS image ==
    6969
    70 Need to verify each of the available images.
     70Using the RSpec [ [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-1/IG-EXP-1.rspec] that includes 1 FreeBSD, and 1 Ubuntu node, create a slice and sliver:
    7171
    72 Commands used to verify Free BSD:
    7372{{{
    74 $ ./src/omni.py -a insta-utah createslice bsd-image
    75 $ ./src/omni.py -a insta-utah createsliver bsd-image ./instarspec/insta-2rawpc-bsd82.rspec --api-version 2 -t GENI 3
     73$ omni.py createslice IG-EXP-1
     74$ omni.py -a insta-utah createsliver IG-EXP-1 IG-EXP-1.rspec --api-version 2 -t GENI 3
    7675}}}
    7776
    78 Commands used to verify Ubuntu image:
     77Verify that the sliver is ready with a Omni sliverstatus command and verify that 'pg_status' is 'ready':
    7978{{{
    80 $ ./src/omni.py -a insta-utah createslice ubuntu-image
    81 $ ./src/omni.py -a insta-utah createsliver ubuntu-image ./instarspec/insta-2rawpc-ubuntu11.rspec --api-version 2 -t GENI 3
     79 $ omni.py -a insta-utah sliverstatus IG-EXP-1 --api-version 2 -t GENI 3
    8280}}}
    8381
    84 The RSpecs used can be found [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-1 here].
     82Once sliver is ready, check the host allocation for the sliver EG-EXP-1:
     83{{{
     84 $ omni.py -a insta-utah listresources IG-EXP-1 --api-version 2 -t GENI 3 -o
     85 $ egrep "login" IG-EXP-1-rspec-utah-geniracks-net-protogeni.xml
     86      <login authentication="ssh-keys" hostname="pc4.utah.geniracks.net" port="22" username="lnevers"/>   
     87      <login authentication="ssh-keys" hostname="pc2.utah.geniracks.net" port="22" username="lnevers"/>   
     88}}}
     89VerifY dataplane connectivity for each endpoints in each experiment:
     90{{{
    8591
    86 Verified dataplane connectivity for each endpoints in each experiment.
    87 
     92}}}
    8893== Step 6. Release physical node resource ==
    8994
    9095Release compute resources:
    9196{{{
    92  $ ./src/omni.py -a insta-utah deletesliver bsd-image
    93  $ ./src/omni.py -a insta-utah deletesliver ubuntu-image
     97 $ omni.py -a insta-utah deletesliver IG-EXP-1
    9498}}}
    9599