Skip to content

Commit

Permalink
chore: Use debian11 daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Dec 27, 2023
1 parent 6aa0c61 commit 618cca9
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 117 deletions.
44 changes: 23 additions & 21 deletions test/definitions-eu/infra-agent/debians/debian11-infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,31 @@
"Department": "product",
"Product": "virtuoso"
},

"resources": [{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-2021????-*",
"user_name": "admin"
}],

"instrumentations": {
"resources": [
"resources": [
{
"id": "nr_infra",
"resource_ids": ["host1"],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
"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/debian.yml",
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
}
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-daily-*",
"user_name": "admin"
}
],
"instrumentations": {
"resources": [
{
"id": "nr_infra",
"resource_ids": [
"host1"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
"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/debian.yml",
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
}
}
]
}
}
50 changes: 26 additions & 24 deletions test/definitions-eu/otel/debians/debian11-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@
"Department": "product",
"Product": "virtuoso"
},

"resources": [{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-2021????-*",
"user_name": "admin"
}],

"resources": [
{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-daily-*",
"user_name": "admin"
}
],
"instrumentations": {
"resources": [
{
"id": "nr_infra_otel",
"resource_ids": ["host1"],
"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/otel/debian.yml",
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
"recipe_targeted": "newrelic-opentelemetry-collector"
}
}
]
}
{
"id": "nr_infra_otel",
"resource_ids": [
"host1"
],
"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/otel/debian.yml",
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
"recipe_targeted": "newrelic-opentelemetry-collector"
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@
"Department": "product",
"Product": "virtuoso"
},

"resources": [{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-2021????-*",
"user_name": "admin"
}],

"resources": [
{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-daily-*",
"user_name": "admin"
}
],
"instrumentations": {
"resources": [
{
"id": "nr_super_agent",
"resource_ids": ["host1"],
"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/super-agent/debian.yml",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent"
}
}
]
}
{
"id": "nr_super_agent",
"resource_ids": [
"host1"
],
"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/super-agent/debian.yml",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent"
}
}
]
}
}
50 changes: 26 additions & 24 deletions test/definitions/otel/debians/debian11-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@
"Department": "product",
"Product": "virtuoso"
},

"resources": [{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-2021????-*",
"user_name": "admin"
}],

"resources": [
{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-daily-*",
"user_name": "admin"
}
],
"instrumentations": {
"resources": [
{
"id": "nr_infra_otel",
"resource_ids": ["host1"],
"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/otel/debian.yml",
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
"recipe_targeted": "newrelic-opentelemetry-collector"
}
}
]
}
{
"id": "nr_infra_otel",
"resource_ids": [
"host1"
],
"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/otel/debian.yml",
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
"recipe_targeted": "newrelic-opentelemetry-collector"
}
}
]
}
}
50 changes: 26 additions & 24 deletions test/definitions/super-agent/debians/debian11-super-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@
"Department": "product",
"Product": "virtuoso"
},

"resources": [{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-2021????-*",
"user_name": "admin"
}],

"resources": [
{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "debian-11-amd64-daily-*",
"user_name": "admin"
}
],
"instrumentations": {
"resources": [
{
"id": "nr_super_agent",
"resource_ids": ["host1"],
"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/super-agent/debian.yml",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent"
}
}
]
}
{
"id": "nr_super_agent",
"resource_ids": [
"host1"
],
"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/super-agent/debian.yml",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent"
}
}
]
}
}

0 comments on commit 618cca9

Please sign in to comment.