Changes between Version 42 and Version 43 of LAMP/Tutorial


Ignore:
Timestamp:
11/30/11 22:10:34 (12 years ago)
Author:
mjaffee@indiana.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAMP/Tutorial

    v42 v43  
    1313- Download the ProtoGENI test scripts. We will use these to create and start our slice.
    1414
    15 - Download the following LAMP scripts: [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/lamp-getcertificate.py lamp-getcertificate.py] and [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/lamp-sendmanifest.py lamp-sendmanifest.py]. If you are using a version 0.2 rspec (the version used for this tutorial), use [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/oldlamp-sendmanifest.py oldlamp-sendmanifest.py]. These scripts will be used to help setup your LAMP-enabled slice. ''The scripts will look in their local directory for the test-common.py script included in [http://www.emulab.net/downloads/protogeni-tests.tar.gz  ProtoGENI's test scripts bundle].''
     15- Download the following LAMP scripts: [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/lamp-getcertificate.py lamp-getcertificate.py] and [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/lamp-sendmanifest.py lamp-sendmanifest.py]. These scripts will be used to help setup your LAMP-enabled slice. ''The scripts will look in their local directory for the test-common.py script included in [http://www.emulab.net/downloads/protogeni-tests.tar.gz  ProtoGENI's test scripts bundle].''
    1616
    1717
     
    140140$ test/lamp-sendmanifest.py
    141141Not enough arguments
    142 Usage: <manifest> <slice_urn> [credential]
    143 }}}
    144 
    145 Where `<manifest>` is the file we saved our manifest to; `<slice_urn>` is the fully-qualified URN of our slice (''urn:publicid:IDN+emulab.net+slice+lamptutorial''); and [credential] is a file with our credential for the slice. The credential parameter is optional if you use the LAMP certificate for your slice (see step 4). We could have done step 4 first and used the LAMP certificate for this step, but we want to show that UNIS can be accessed with your own certificate and the slice credential. So we will go ahead and get our slice credential first:
     142Usage: <rspec_version [0.2, 2]> <manifest> <slice_urn> [credential]
     143}}}
     144
     145Where `<manifest>` is the file we saved our manifest to; `<slice_urn>` is the fully-qualified URN of our slice (''urn:publicid:IDN+emulab.net+slice+lamptutorial''); and [credential] is a file with our credential for the slice. The rspec version used in this tutorial is 0.2. The credential parameter is optional if you use the LAMP certificate for your slice (see step 4). We could have done step 4 first and used the LAMP certificate for this step, but we want to show that UNIS can be accessed with your own certificate and the slice credential. So we will go ahead and get our slice credential first:
    146146
    147147{{{