Skip to content

Commit c282eac

Browse files
chore(otel): added test definition files for otel
1 parent 8a9c699 commit c282eac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1523
-13
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t3.nano",
14+
"ami_name": "debian-10-amd64-202?????-*",
15+
"user_name": "admin"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/debian.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t4g.nano",
14+
"ami_name": "debian-10-arm64-202?????-*",
15+
"user_name": "admin"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/debian.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t3.nano",
14+
"ami_name": "debian-11-amd64-2021????-*",
15+
"user_name": "admin"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/debian.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t3.nano",
14+
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-????????",
15+
"user_name": "ubuntu"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install/roles",
26+
"params": {
27+
"local_recipes": true,
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t3.nano",
14+
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-????????",
15+
"user_name": "ubuntu"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install/roles",
26+
"params": {
27+
"local_recipes": true,
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t3.nano",
14+
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-2023*",
15+
"user_name": "ubuntu"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ubuntu.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t4g.nano",
14+
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-????????-*",
15+
"user_name": "ubuntu"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ubuntu.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t4g.nano",
14+
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-groovy-20.10-arm64-server-????????",
15+
"user_name": "ubuntu"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ubuntu.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"global_tags": {
3+
"owning_team": "virtuoso",
4+
"Environment": "development",
5+
"Department": "product",
6+
"Product": "virtuoso"
7+
},
8+
9+
"resources": [{
10+
"id": "host1",
11+
"provider": "aws",
12+
"type": "ec2",
13+
"size": "t3.nano",
14+
"ami_name": "ubuntu-minimal/images/hvm-ssd/ubuntu-hirsute-21.04-amd64-minimal-20220119",
15+
"user_name": "ubuntu"
16+
}],
17+
18+
"instrumentations": {
19+
"resources": [
20+
{
21+
"id": "nr_infra",
22+
"resource_ids": ["host1"],
23+
"provider": "newrelic",
24+
"source_repository": "https://github.com/newrelic/open-install-library",
25+
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
26+
"params": {
27+
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ubuntu.yml",
28+
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
29+
}
30+
}
31+
]
32+
}
33+
}
File renamed without changes.

0 commit comments

Comments
 (0)