Changes between Version 36 and Version 37 of FeddCommands


Ignore:
Timestamp:
Jun 12, 2014 3:14:26 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddCommands

    v36 v37  
    204204 '''--output='''''file''::
    205205 A file to store the result.
     206
     207
     208=== fedd_operation.py ===
     209
     210Request that the given operation be carried out on the federated nodes.  This is part of the ongoing [FeddInfoOperation information and operation] interface development, and is currently very rough.  The command takes the following arguments:
     211
     212 '''--experiment_cert='''''filename''::
     213  The ''filename'' must contain a certificate valid for the experiment's fedid.  If so it is used to authenticate access to the experiment.  A password may be required if one has been added to the private key.
     214 '''--experiment_name='''''name''::
     215  The local name of the experiment to query.  Only the experiment creator can use this for access.
     216 '''--target='''''localname''::
     217  The node to operate on.  This may be specified multiple times.
     218 '''--operation='''''op''::
     219  The operation to carry out
     220 '''--param='''''name=value''::
     221  Parameters to the operation as name/value pairs.  May be specified multiple times.
    206222
    207223=== fedd_spewlog.py ===