Changes between Version 2 and Version 3 of JOhrenSandbox/LAMPTestcase


Ignore:
Timestamp:
04/11/12 14:49:47 (12 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JOhrenSandbox/LAMPTestcase

    v2 v3  
     1[[PageOutline]]
     2
    13== LAMP slice with 3 PCs, one aggregate ==
    24
     
    5254
    5355 10.  Schedule the tests
     56
     57== LAMP slice with 1 PCs, 2 VMs, one aggregate ==
     58
     59 1.  Create the slice using OMNI
     60
     61{{{
     62$ omni.py createslice johren-lamp-tc1
     63}}}
     64
     65 2.  Create the sliver using OMNI
     66
     67{{{
     68omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -n createsliver johren-lamp-0409 rspecs/lamp-pgv0.2.rspec
     69}}}
     70
     71== LAMP slice with 3 VMs, one aggregate ==
     72
     73 1.  Create the slice using OMNI
     74
     75{{{
     76$ omni.py createslice johren-lamp-tc1
     77}}}
     78
     79 2.  Create the sliver using OMNI
     80
     81{{{
     82omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -n createsliver johren-lamp-0409 rspecs/lamp-pgv0.2.rspec
     83}}}
     84
     85== LAMP slice with 3 PCs, two aggregates ==
     86
     87 1.  Create the slice using OMNI
     88
     89{{{
     90$ omni.py createslice johren-lamp-tc1
     91}}}
     92
     93 2.  Create the sliver using OMNI
     94
     95{{{
     96omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -n createsliver johren-lamp-0409 rspecs/lamp-pgv0.2.rspec
     97}}}