Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame^] | 1 | [ |
| 2 | { |
| 3 | "uniqueId": "uniqueId_1", |
| 4 | "name": "disk_size", |
| 5 | "type": "integer", |
| 6 | "required": false, |
| 7 | "defaultValue": "10", |
| 8 | "description": "Size of the local disk, in Gigabytes (GB), available to applications running on the Compute node.", |
| 9 | "constraints": [ |
| 10 | { |
| 11 | "inRange": [ |
| 12 | "100" |
| 13 | ] |
| 14 | } |
| 15 | ], |
| 16 | "isPassword": false |
| 17 | }, |
| 18 | { |
| 19 | "uniqueId": "uniqueId_2", |
| 20 | "name": "num_cpus", |
| 21 | "type": "integer", |
| 22 | "required": false, |
| 23 | "defaultValue": "2", |
| 24 | "description": "Number of (actual or virtual) CPUs associated with the Compute node.", |
| 25 | "constraints": [ |
| 26 | { |
| 27 | "inRange": [ |
| 28 | "1", |
| 29 | "4" |
| 30 | ] |
| 31 | } |
| 32 | ], |
| 33 | "isPassword": false |
| 34 | } |
| 35 | ] |