blob: 8ed7e7897075fde89b95d3c575441e2da3d03fff [file] [log] [blame]
[
{
"uniqueId": "uniqueId_1",
"name": "disk_size",
"type": "integer",
"required": false,
"defaultValue": "10",
"description": "Size of the local disk, in Gigabytes (GB), available to applications running on the Compute node.",
"constraints": [
{
"inRange": [
"100"
]
}
],
"isPassword": false
},
{
"uniqueId": "uniqueId_2",
"name": "num_cpus",
"type": "integer",
"required": false,
"defaultValue": "2",
"description": "Number of (actual or virtual) CPUs associated with the Compute node.",
"constraints": [
{
"inRange": [
"1",
"4"
]
}
],
"isPassword": false
}
]