Changes between Version 4 and Version 5 of GEMINIv3/gd_parser_server_usage


Ignore:
Timestamp:
03/06/14 17:08:39 (10 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEMINIv3/gd_parser_server_usage

    v4 v5  
    1515This server utilizes data stored in a MySQL DB as well as data files stored on the hard disk. It utilizes two external tools namely GCF and unisencoder .
    1616
    17 = PHP API =
    18 
    19 == getUserinfo.php ==
    20 == getSliceinfo.php ==
    21 == getUserinfo.php ==
    22 == clearUserinfo.php ==
    23 == fetchUserCred.php ==
    24 == fetchSliceCred.php ==
    25 == updateSliceCred.php ==
    26 == createMySlivers.php ==
    27 == deleteResources.php ==
    28 == createSlice.php ==
    29 == parseManifest.php ==
    30 == getAllManifests.php ==
    31 == manifest_parsing_json.php ==
    32 == getSliceExpiry.php ==
    33 == getSliverExpiry.php ==
    34 == getSliverStatus.php ==
    35 == listMySlivers.php ==
    36 == renewSlicenSlivers.php ==
    37 == showManifests.php ==
    38 == opendb.php ==
    39 == closedb.php ==
    40 == portaldb.php ==
    41 == config.db ==
    42 == logger.php ==
    43 == utils.db ==
    44 == bind_rspec_to_am.php ==
    45 == getAMlist.php ==
    46 == getLNUinfo.php ==
    47 == downloadManifest.php ==
    48 == createImage.php ==
    49 == deleteImage.php ==
    50 == getImageList.php ==
    51 
    52 = GCF based backend =
    53 
    54 All most all of the above PHP scripts use these python scripts that use Omni as a library to communicate with the CH, SA and AMs .
    55 
    56 == createMyImage.py ==
    57 == getSlicenames.py ==
    58 == createSlice.py ==
    59 == getSlicename_w_creds.py ==
    60 == registerSCwithUNIS.py ==
    61 == createSliver.py ==
    62 == getAllmanifest.py ==
    63 == getSliverStatus.py ==
    64 == renewSlice.py ==
    65 == credentialRoutines.py ==
    66 == lamp-sendmanifest.py ==
    67 == renewSlivers.py ==
    68 == decrypt.py ==
    69 == ListComponents.py ==
    70 == send2UNIS.py ==
    71 == listMyImages.py ==
    72 == test-common.py ==
    73 == listmykeys.py ==
    74 == whoami.py ==
    75 == deleteMyImage.py ==
    76 == getLampCACert.py ==
    77 == deleteResources.py ==
    78 == getMyCredential.py ==
    79 == myutils.py ==
    80 == getPGSliceinfo.py ==
    81 == getSlicecred.py ==
     17= Usage =