130 | | |
131 | | |
132 | | |
133 | | |
134 | | |
135 | | |
136 | | |
137 | | |
| 130 | '''--service='''''spec'':: |
| 131 | Add the given [FeddAbout#ExperimentServices service] to the experiment being created. This parameter may be specified multiple times. ''Spec'' has the format: |
| 132 | {{{ |
| 133 | name:exporter:importer1,importer2:attribute1=value1;attribute2=value2 |
| 134 | }}} |
| 135 | Names are specified in the [FeddAbout#ExperimentServices discussion of services in the overview]. |
| 136 | |
| 137 | === fedd_ftopo.py === |
| 138 | |
| 139 | Returns a mapping between the virtual element names in the [FeddAbout#ExperimentDescriptions experiment description] and a physical name that can be used to access the resource. Right now all the plug-ins that return such a mapping return a DNS name as the physical name. |
| 140 | |
| 141 | `fedd_ftopo.py` takes the following parameters in addition to the standard ones: |
| 142 | |
| 143 | '''--experiment_cert='''''filename'':: |
| 144 | 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. |
| 145 | '''--experiment_name='''''name'':: |
| 146 | The local name of the experiment to query. Only the experiment creator can use this for access. |
| 147 | |
| 148 | The output has the format: |
| 149 | {{{ |
| 150 | element_name:physical_name:testbed |
| 151 | }}} |
| 152 | |
| 153 | === fedd_image.py === |