blob: 36b9a5d6e30af34a545d646681554e84d9d88ab5 [file] [log] [blame]
[
{
"executor": {
"name": "AuroraExecutor",
"command": {
"value": "thermos_executor.pex",
"arguments": [
"--announcer-ensemble",
"localhost:2181"
],
"uris": [
{
"value": "/home/vagrant/aurora/dist/thermos_executor.pex",
"executable": true,
"extract": false,
"cache": false
}
]
},
"resources": [
{
"name": "cpus",
"type": "SCALAR",
"scalar": {
"value": 0.25
}
},
{
"name": "mem",
"type": "SCALAR",
"scalar": {
"value": 128
}
}
]
},
"volume_mounts": [
{
"mode": "RO",
"container_path": "/path/to/observer_root",
"host_path": "/path/to/observer_root"
},
{
"mode": "RW",
"container_path": "/container",
"host_path": "/host"
}
],
"task_prefix" : "thermos-"
},
{
"executor": {
"name": "AuroraExecutor_2",
"command": {
"value": "thermos_executor.pex",
"arguments": [
"--announcer-ensemble",
"localhost:2181"
],
"uris": [
{
"value": "/home/vagrant/aurora/dist/thermos_executor.pex",
"executable": true,
"extract": false,
"cache": false
}
]
},
"resources": [
{
"name": "cpus",
"type": "SCALAR",
"scalar": {
"value": 0.25
}
},
{
"name": "mem",
"type": "SCALAR",
"scalar": {
"value": 128
}
}
]
},
"volume_mounts": [
{
"mode": "RO",
"container_path": "/path/to/observer_root2",
"host_path": "/path/to/observer_root2"
},
{
"mode": "RW",
"container_path": "/container2",
"host_path": "/host2"
}
],
"task_prefix" : "thermos-2-"
}
]