forked from in4it/node-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
temp.yml
78 lines (78 loc) · 2.15 KB
/
temp.yml
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
{
"keepWaitingPipelines": false,
"lastModifiedBy": "grantatsyncbak",
"description": Example bake and deploy template,
"limitConcurrent": true,
"stages": [
{
"clusters": [
{
"account": "my-syncbak-account",
"amiName": "${trigger.properties['AMI']}",
"application": "phase2",
"availabilityZones": {
"us-east-1": [
"us-east-1a",
"us-east-1c"
]
},
"capacity": {
"desired": 2,
"max": 2,
"min": 2
},
"cloudProvider": "aws",
"cooldown": 10,
"copySourceCustomBlockDeviceMappings": false,
"ebsOptimized": false,
"enabledMetrics": [],
"freeFormDetails": "Playlistserver-Ads2-EnvFile-d0dev",
"healthCheckGracePeriod": 600,
"healthCheckType": "EC2",
"iamRole": "playlistserver-adreplacement",
"instanceMonitoring": false,
"instanceType": "t2.micro",
"keyPair": "syncbak-ps",
"loadBalancers": [
"PlaylistServer-AdReplacement-Dev"
],
"provider": "aws",
"securityGroups": [
"sg-5a39ae3c"
],
"spelLoadBalancers": [],
"spelTargetGroups": [],
"stack": "VPC",
"strategy": "redblack",
"subnetType": "internal-ngw",
"suspendedProcesses": [],
"tags": {
"SYNCBAK_ENVIRONEMNT": "DEV"
},
"targetGroups": [],
"targetHealthyDeployPercentage": 100,
"terminationPolicies": [
"Default"
],
"useAmiBlockDeviceMappings": false,
"useSourceCapacity": true,
"userData": "#!/bin/bash -ex;printf 'dev' > /etc/default/env"
}
],
"name": "Deploy",
"refId": "1",
"requisiteStageRefIds": [],
"type": "deploy"
}
],
"triggers": [
{
"enabled": true,
"job": "PlaylistServer-Go-New",
"master": "my-jenkins-master",
"propertyFile": "build.properties",
"type": "jenkins"
}
],
"updateTs": "1539202524000"
}