-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapache.json
More file actions
89 lines (89 loc) · 2.71 KB
/
apache.json
File metadata and controls
89 lines (89 loc) · 2.71 KB
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
{
"_meta": {
"schema_version": "v1beta0-7.8.0"
},
"farm": {
"name": "Apache_via_script_3",
"description": "",
"project": {
"id": "75c84cfe-c5e8-4fc4-b1e4-e68665a4a30c"
},
"timezone": "America\/New_York",
"launchOrder": "simultaneous",
"variables": []
},
"roles": [
{
"alias": "Ubuntu16-04",
"role": {
"name": "Ubuntu16-04"
},
"cloudPlatform": "ec2",
"cloudLocation": "us-west-1",
"instanceType": {
"id": "t2.nano"
},
"launchIndex": 0,
"advancedConfiguration": {
"disableAgentIptablesManagement": false,
"disableAgentNtpManagement": false,
"rebootAfterHostInit": false
},
"scaling": {
"considerSuspendedServers": "running",
"enabled": true,
"maxInstances": 2,
"minInstances": 1,
"rules": [],
"scalingBehavior": "launch-terminate"
},
"networking": {
"networks": [
{
"id": "vpc-9483dcf1"
}
],
"subnets": [
{
"id": "subnet-d7c5988e"
}
]
},
"cloudFeatures": {
"type": "AwsCloudFeatures",
"ebsOptimized": false
},
"variables": [],
"orchestration": {
"rules": [
{
"trigger": {
"event": {
"id": "HostInit"
},
"triggerType": "SpecificEventTrigger"
},
"target": {
"targetType": "TriggeringServerTarget"
},
"action": {
"actionType": "ScalrScriptAction",
"scriptVersion": {
"script": {
"name": "Install Apache"
},
"version": -1
}
},
"timeout": 180,
"runAs": "",
"order": 10,
"blocking": true,
"enabled": true
}
]
},
"storage": []
}
]
}