Changes between Version 15 and Version 16 of FeddCommands
- Timestamp:
- Jun 6, 2010 6:53:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddCommands
v15 v16 61 61 62 62 As with other commands in the fedd package, it is installed in `/usr/local/bin` by default. 63 64 == fedd_create.py == 65 66 This command creates a federated experiment from an experiment description. It does the equivalent of a call to `fedd_new.py` to make an allocation and then attaches resources and services as described in the description file. On completion it returns the name of the experiment, and if requested using the '''--experiment_cert''' parameter, a certificate that grants access to the experiment. 67 68 When `fedd_create.py` returns, the experiment has not yet fully been created, it is simply in progress. Users can poll the experiment controller by issuing `fedd_multistatus.py` commands or wait for the experiment to be instantiated using `fedd_spewlog.py`. 63 69 64 70 == Fedd_client.py ==