Changes between Version 26 and Version 27 of FeddCommands
- Timestamp:
- Jan 16, 2011 8:41:29 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddCommands
v26 v27 87 87 The `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. 88 88 89 === ABAC Conversion Utilities === 90 91 There are several [wiki:FeddABAC#ConversionUtilities conversion utilities] for converting existing configurations to ABAC. 92 89 93 == Command Line == 90 94 91 95 These 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. 92 96 93 All these programs will print a summary of their arguments if given the '''--help''' argument. 97 All 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. 94 98 95 99 All are installed in {{{/usr/local/bin}}} by default. … … 106 110 Use the certificates in ''filename'' as certificate authorities to confirm the server's identity. Optional. 107 111 '''--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. 109 113 '''--transport=[xmlrpc|soap]''':: 110 114 Use the given encoding of the service request.