-
Notifications
You must be signed in to change notification settings - Fork 0
/
deployment.json.template
41 lines (41 loc) · 1.14 KB
/
deployment.json.template
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
{
"targetArn": "arn:aws:iot:$AWS_REGION:$AWS_ACCOUNT_ID:thinggroup/nomad-cluster",
"deploymentName": "Deployment for nomad-cluster group",
"components": {
"nomad.bootstrap.server": {
"componentVersion": "1.0.0",
"runWith": {}
},
"nomad.bootstrap.clients": {
"componentVersion": "1.0.0",
"runWith": {}
},
"ggv2.nomad.proxy.ipc": {
"componentVersion": "1.0.0",
"runWith": {}
},
"nomad.docker.pub": {
"componentVersion": "1.0.0",
"runWith": {}
},
"ggv2.nomad.proxy.tes": {
"componentVersion": "1.0.0",
"runWith": {}
},
"nomad.docker.s3": {
"componentVersion": "1.0.0",
"runWith": {}
}
},
"deploymentPolicies": {
"failureHandlingPolicy": "ROLLBACK",
"componentUpdatePolicy": {
"timeoutInSeconds": 60,
"action": "NOTIFY_COMPONENTS"
},
"configurationValidationPolicy": {
"timeoutInSeconds": 60
}
},
"iotJobConfiguration": {}
}