Changes between Version 17 and Version 18 of DRM4G/ResourceConfiguration
- Timestamp:
- Dec 2, 2016 10:47:40 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/ResourceConfiguration
v17 v18 78 78 79 79 80 === Keys for !FedCloud resources: ===81 82 ''' !FedCloud''' resources are a bit different than the rest. They are not considered to be ''hosts'' so they won't be listed when using the command `drm4g host` and therefore won't be used to execute jobs. Their only function is to connect to a machine with a cloud proxy certificate ('''X.509 certificates''') capable of giving you access to cloud resources.80 === Keys for cloud resources: === 81 82 '''Cloud''' resources are a bit different than the rest. They are not considered to be ''hosts'' so they won't be listed when using the command `drm4g host` and therefore won't be used to execute jobs. Their only function is to connect to a machine with a cloud proxy certificate ('''X.509 certificates''') capable of giving you access to cloud resources. 83 83 84 84 * `vm_communicator`: or authentication type for the created VMs : … … 181 181 #for this maybe another section will be better, since we'll have to explain how to set up the cloud_json and how it works 182 182 }}} 183 ! FedCloud virtual organization183 !Cloud virtual organization 184 184 185 185 {{{ 186 186 [cesnet_metacloud] 187 enable = true 188 communicator = ssh 189 username = user 190 vm_communicator= op_ssh 191 vm_user = drm4g_admin 192 frontend = ui.meteo.unican.es 193 private_key = ~/.ssh/id_rsa 194 lrms = fedcloud 195 cloud = EGI FedCloud - CESNET-METACLOUD 196 myproxy_server = myproxy1.egee.cesnet.cz 197 flavour = Small 198 virtual_image = Ubuntu-14.04 199 nodes = 1 187 enable = true 188 communicator = ssh 189 username = user 190 vm_communicator = op_ssh 191 vm_user = drm4g_admin 192 frontend = ui.meteo.unican.es 193 private_key = ~/.ssh/id_rsa 194 lrms = fedcloud 195 max_jobs_running = 2 196 max_jobs_in_queue = 4 197 cloud = EGI FedCloud - CESNET-METACLOUD 198 myproxy_server = myproxy1.egee.cesnet.cz 199 flavour = Small 200 virtual_image = Ubuntu-14.04 201 nodes = 1 200 202 volume = 0 201 203 }}}