Changes between Version 2 and Version 3 of GIR3.2_INSTOOLS


Ignore:
Timestamp:
09/14/11 15:53:53 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_INSTOOLS

    v2 v3  
    1313
    1414The INSTOOLS v3.3 package software was found by reviewing the [http://groups.geni.net/geni/wiki/InstrumentationTools-August2011-status August2011 status report] . From the status page, users are redirected to the [http://groups.geni.net/geni/wiki/INSTOOLSSummary INSTOOLS summary] page, where the user can find that the package and documentation are found at [http://groups.geni.net/geni/wiki/Instrumentize Instrumentize] page.
     15
     16Downloaded the [http://www.uky.emulab.net/downloads/INSTOOLSv3_3.tgz INSTOOLS V3.3] package, which contains both the INSTOOLS python  scripts and it supporting documentation. After downloading and unpacking the package, reviewed the docs/README  and the docs/INSTOOLSf-SETUP files for additional instructions.
     17
     18Set up the prerequisites which require:
     19 * placing the file SSL Certificate ''encrypted.pem'' and the ''password'' files in ''~/.ssl/'' directory.   
     20 * creating a file ''.protogeni-config.py'' defining the ''XMLRPC_SERVER'' value.
     21
     22Create an experiment. Note: this step creates a slice and assigns resources to the slice:
     23
     24{{{
     25$ ./createExp.py -n neverslice2 -m https://www.uky.emulab.net/protogeni/xmlrpc/cm uky.rspec
     26CMURI = https://www.uky.emulab.net/protogeni/xmlrpc
     27Got my SA credential
     28No such slice registered here:Creating new slice called neverslice2
     29New slice created
     30
     31Traceback (most recent call last):
     32  File "./createExp.py", line 149, in <module>
     33    current_slice_expiration = datetime.datetime(*time.strptime(instools_util.findSliceExpiry(slicecred, debug,LOGFILE),"%Y-%m-%dT%H:%M:%S")[0:6])
     34  File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time
     35    return _strptime(data_string, format)[0]
     36  File "/usr/lib/python2.6/_strptime.py", line 328, in _strptime
     37    data_string[found.end():])
     38ValueError: unconverted data remains: Z
     39}}}
     40Waiting on answer for above