Changes between Version 31 and Version 32 of DRM4G/ResourceConfiguration
- Timestamp:
- Dec 23, 2016 9:09:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/ResourceConfiguration
v31 v32 90 90 * `vm_user`: Name of the user that will be used to log on to the creates VMs. 91 91 92 * `vm_config`: Specifies which VM contextualisation file the user will be using, if none is specified "'''cloud_config.conf'''" will be used by default 92 * `vm_config`: Specifies which VM contextualisation file the user will be using, if none is specified "'''cloud_config.conf'''" will be used by default. 93 * '''OPTIONAL''': Even if this is given by the user, the `vm_user` and `private_key` still need to be defined in the configuration file. 93 94 94 95 {{{#!comment … … 99 100 * `myproxy_server`: Server to store cloud credentials. If you do not specify this variable, the `MYPROXY_SERVER` environment variable defined on the grid user interface will be used by default. 100 101 101 * ` nodes`: It indicates how many VMs you wish to create with the specified configuration.102 * `instances`: It indicates how many VMs you wish to create with the specified configuration. 102 103 103 104 * `volume`: It's possible to create some extra storage and add it to the VM. With this you can specify how many extra GBs of storage you want. … … 206 207 flavour = Small 207 208 virtual_image = Ubuntu-14.04 208 nodes= 1209 instances = 1 209 210 volume = 0 210 211 }}}