Changes between Version 33 and Version 34 of DRM4G/ResourceConfiguration
- Timestamp:
- Dec 23, 2016 9:21:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/ResourceConfiguration
v33 v34 26 26 * `communicator` or authentication type : 27 27 - `local`: The resource will be accessed directly. 28 - ` ssh`: The resource will be accessed through ssh's protocol via Paramiko's API.28 - `pk_ssh`: The resource will be accessed through ssh's protocol via Paramiko's API. 29 29 - `op_ssh`: The resource will be accessed through OpenSSH's CLI. 30 30 … … 51 51 - `rocci`: [https://www.egi.eu/federation/egi-federated-cloud/ EGI Federated Cloud] resources. 52 52 53 [[NoteBox(tip, Note that for `communicator` you have two options when it comes to accessing a resource through the ssh protocol. If you don't know which one you prefer use ` ssh`.)]]53 [[NoteBox(tip, Note that for `communicator` you have two options when it comes to accessing a resource through the ssh protocol. If you don't know which one you prefer use `pk_ssh`.)]] 54 54 55 55 … … 85 85 86 86 * `vm_communicator`: or authentication type for the created Virtual Machines (VMs) : 87 - ` ssh`: The resource will be accessed through ssh's protocol via Paramiko's API.87 - `pk_ssh`: The resource will be accessed through ssh's protocol via Paramiko's API. 88 88 - `op_ssh`: The resource will be accessed through OpenSSH's CLI. 89 89 … … 123 123 A few extra things to take into consideration: 124 124 * If no `vm_user` is specified, `drm4g_admin` will be used by default. 125 * If no `vm_communicator` is specified, the one in `communicator` will be used, but if it's set to `local`, the DRM4G will set it to ` ssh`.125 * If no `vm_communicator` is specified, the one in `communicator` will be used, but if it's set to `local`, the DRM4G will set it to `pk_ssh`. 126 126 * For the moment, the `lrms` for all created VMs will be `fork`. 127 127 * The private key used to access the ''VM'' will be the same as the one used to access the machine that will create it. … … 148 148 [meteo] 149 149 enable = true 150 communicator = ssh150 communicator = pk_ssh 151 151 username = user 152 152 frontend = mar.meteo.unican.es … … 194 194 [cesnet_metacloud] 195 195 enable = true 196 communicator = ssh196 communicator = pk_ssh 197 197 username = user 198 198 vm_communicator = op_ssh