This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutgoing_template.json
92 lines (92 loc) · 2.68 KB
/
outgoing_template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"chunkName": "telluUseCase",
"pipelineName": "tellucare_pipeline",
"pipelineType": "streaming",
"terminationCheck": {
"httpURL": "localhost/api/v1/success"
},
"stepsList": [
{
"name": "03-application-logic",
"resource": "datacloud_worker_1_wp1",
"provider": "DataCloud workerpool 1",
"architecture": "amd64",
"elasticityControllerMode": "HORIZONTAL",
"dockerImage": "registry.sintef.cloud/tellucare-application-logic:latest",
"dockerCredentialsUsing": "false",
"dockerUsername": "",
"dockerPassword": "",
"dockerCustomRegistry": "true",
"dockerRegistry": "",
"requirement": {
"vCPUs": 1,
"ram": 1,
"storage": 1
},
"healthCheck": {
"httpURL": "localhost/api/v1/healthCheck",
"args": "ps -e | grep java",
"interval": 20
},
"terminationCheck": {
"httpURL": "localhost/api/v1/success",
"args": "ps -e | grep java"
},
"command": "-->Container Execution<--",
"environmentalVariables": [
{
"key": "",
"value": ""
}
],
"numWorkers": 1,
"exposedInterfaces": [
{
"name": "sparkMasterRest",
"port": "8000",
"interfaceType": "Core",
"transmissionProtocol": "TCP"
}
],
"requiredInterfaces": [
{
"name": "sparkMasterRest"
}
],
"plugin": [
{
"name": ""
}
],
"devices": [
{
"key": "/dev/gpu0",
"value": "/dev/gpu0"
}
],
"volumes": "!!!pending!!!",
"label": [
{
"name": ""
}
],
"hostname": "-->Advanced Options<--",
"capabilityDrops": [
{
"name": ""
}
],
"capabilityAdds": [
{
"name": ""
}
],
"ulimitMemlockSoft": "",
"ulimitMemlockHard": "",
"networkModeHost": "true",
"privilege": "false",
"dockerExecutionUser": "",
"sharedMemorySize": ""
}
]
}