-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathwindows2016-iis.json
More file actions
64 lines (60 loc) · 2.17 KB
/
Copy pathwindows2016-iis.json
File metadata and controls
64 lines (60 loc) · 2.17 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
{
"global_tags": {
"owning_team": "virtuoso",
"Environment": "development",
"Department": "product",
"Product": "virtuoso"
},
"resources": [{
"id": "iiswin2016-eu",
"provider": "aws",
"type": "ec2",
"size": "t3.small",
"is_windows": true,
"ami_name": "Windows_Server-2016-English-Full-Base-*",
"user_name": "Administrator"
}],
"services": [{
"id": "iis",
"destinations": ["iiswin2016-eu"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/windows/iis/install/roles",
"port": 9999
},{
"id": "webapp1",
"destinations": ["iiswin2016-eu"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/windows/iis/deploy-webapplication/roles",
"port": 8081
},{
"id": "webapp2",
"destinations": ["iiswin2016-eu"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/windows/iis/deploy-webapplication/roles",
"port": 8082
},{
"id": "webapp3",
"destinations": ["iiswin2016-eu"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/windows/iis/deploy-webapplication/roles",
"port": 8083,
"params": {
"is_core_app": "true"
}
}],
"instrumentations": {
"resources": [
{
"id": "nr_infra",
"resource_ids": ["iiswin2016-eu"],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/windows/newrelic-cli/install-recipe/roles",
"params": {
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/windows.yml,https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/apm/dotNet/windows-iis.yml",
"validate_output": ".NET Agent\\s+\\(installed\\)"
}
}
]
}
}