Changes between Version 26 and Version 27 of FeddCommands


Ignore:
Timestamp:
Jan 16, 2011 8:41:29 PM (13 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddCommands

    v26 v27  
    8787The `user_to_project.py` command exists to provide command line functionality that Emulab keeps in a web page.  It attaches a user to a project.  It is called by a `fedd` running on `boss` when a project is dynamically created.  Its default installation destination and the default value for the [experiment_control] parameter '''user_to_project''' both default to `/usr/local/bin/user_to_project.py`.  It is unlikely a user will ever need to run this command.
    8888
     89=== ABAC Conversion Utilities ===
     90
     91There are several [wiki:FeddABAC#ConversionUtilities conversion utilities] for converting existing configurations to ABAC.
     92
    8993== Command Line ==
    9094
    9195These scripts make up the command line interface to the federation system.  They remain the most versatile and powerful way to create and manage federated experiments.  Most of these commands communicate with the experiment controller through either a SOAP or XMLRPC interface to carry out their functions.
    9296
    93 All these programs will print a summary of their arguments if given the '''--help''' argument.
     97All these programs will print a summary of their arguments if given the '''--help''' argument.  Though all accept the '''--url''' option, that value is more easily set by setting the '''FEDD_URL''' environment variable.
    9498
    9599All are installed in {{{/usr/local/bin}}} by default.
     
    106110  Use the certificates in ''filename'' as certificate authorities to confirm the server's identity.  Optional.
    107111 '''--url='''''fedd_url'''::
    108   Fedd to contact.
     112  Fedd to contact.  If this is not given, the contents of the '''FEDD_URL''' environment variable is used.
    109113 '''--transport=[xmlrpc|soap]'''::
    110114  Use the given encoding of the service request.