-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathubuntu20-apache-aspnetcore.json
More file actions
65 lines (62 loc) · 2.26 KB
/
Copy pathubuntu20-apache-aspnetcore.json
File metadata and controls
65 lines (62 loc) · 2.26 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
{
"global_tags": {
"owning_team": "virtuoso",
"Environment": "development",
"Department": "product",
"Product": "virtuoso"
},
"resources": [{
"id": "ubuntu20-jp",
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "ubuntu-pro-server/images/hvm-ssd/ubuntu-focal-20.04-amd64-pro-server-????????",
"user_name": "ubuntu"
}],
"services": [{
"id": "aspnetcore",
"destinations": ["ubuntu20-jp"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/dotNet/install/ubuntu20/roles",
"port": 9999
},
{
"id": "apache1",
"destinations": ["ubuntu20-jp"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/apache/install/debian/roles",
"port": 80
},
{
"id": "dotnet1",
"destinations": ["ubuntu20-jp"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/apache/deploy-application/dotNet/debian/roles",
"port": 8080,
"params": {
"is_selfcontained": "true"
}
},
{
"id": "dotnet2",
"destinations": ["ubuntu20-jp"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/apache/deploy-application/dotNet/debian/roles",
"port": 8081
}],
"instrumentations": {
"resources": [
{
"id": "cli1",
"resource_ids": ["ubuntu20-jp"],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
"params": {
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ubuntu.yml,https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/apm/dotNet/linux-systemd.yml",
"validate_output": ".NET Agent\\s+\\(installed\\)"
}
}
]
}
}