= LAMP Evaluation = The LAMP Evaluation was based on instruction found at the [http://groups.geni.net/geni/wiki/LAMP/Tutorial LAMP I&M System Tutorial] page. No versioning was available for either of the two scripts available for download, [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]. Evaluation Time Frame: November 16, 2011 = LAMP GENI Findings = = LAMP How-to = Using instructions from the [http://groups.geni.net/geni/wiki/LAMP/Tutorial LAMP I&M System Tutorial] page, downloaded the 2 LAMP scripts and the required ProtoGENI Test script a these locations: * [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/lamp-getcertificate.py lamp-getcertificate.py] * [http://groups.geni.net/geni/attachment/wiki/LAMP/Tutorial/lamp-sendmanifest.py lamp-sendmanifest.py]. * [http://www.emulab.net/downloads/protogeni-tests.tar.gz ProtoGENI Test tools] Used Omni tools to set up a ProtoGENI slice and sliver that uses the required LAMP image named UBUNTU91-LAMP: {{{ $ ./src/omni.py createslice lnevers-lamp-slice INFO:omni:Loading config file omni_config INFO:omni:Using control framework pgeni INFO:omni:Created slice with Name lnevers-lamp-slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-lamp-slice, Expiration 2011-11-16 23:50:02 INFO:omni: ------------------------------------------------------------ INFO:omni: Completed createslice: Options as run: framework: pgeni native: True Args: createslice lnevers-lamp-slice Result Summary: Created slice with Name lnevers-lamp-slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-lamp-slice, Expiration 2011-11-16 23:50:02 INFO:omni: ============================================================ $ ./src/omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -n createsliver lnevers-lamp-slice lamp.rspec INFO:omni:Loading config file omni_config INFO:omni:Using control framework pgeni INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-lamp-slice expires within 1 day on 2011-11-16 23:50:02 UTC INFO:omni:Creating sliver(s) from rspec file lamp.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-lamp-slice ERROR:omni.protogeni:Call for Create Sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-lamp-slice at https://www.emulab.net/protogeni/xmlrpc/am failed. Server says: INFO:omni:Asked https://www.emulab.net/protogeni/xmlrpc/am to reserve resources. Result: INFO:omni: INFO:omni: ------------------------------------------------------------ INFO:omni: Completed createsliver: Options as run: aggregate: https://www.emulab.net/protogeni/xmlrpc/am framework: pgeni native: True Args: createsliver lnevers-lamp-slice lamp.rspec Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-lamp-slice expires within 1 day(s) on 2011-11-16 23:50:02 UTC Asked https://www.emulab.net/protogeni/xmlrpc/am to reserve resources. No manifest Rspec returned. INFO:omni: ============================================================ $ }}} Used the LAMP [http://groups.geni.net/geni/wiki/LAMP/Tutorial#a1.ModifytheRSpec RSpec example] provided in the LAMP tutorial, no changes were made.