-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: Super-agent's rhel updated flow * chore: Updated tests superagent tests * chore: Updated tests superagent tests * chore: Fixed default
- Loading branch information
1 parent
039776f
commit aaae88f
Showing
50 changed files
with
1,490 additions
and
1,454 deletions.
There are no files selected for viewing
61 changes: 32 additions & 29 deletions
61
test/definitions-eu/super-agent/debians/debian10-super-agent-eu-fail.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,37 @@ | ||
{ | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
|
||
"resources": [{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.nano", | ||
"ami_name": "debian-10-amd64-202?????-*", | ||
"user_name": "admin" | ||
}], | ||
"resources": [ | ||
{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.nano", | ||
"ami_name": "debian-10-amd64-202?????-*", | ||
"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": "super-agent\\s+\\(unsupported\\)", | ||
"recipe_targeted": "super-agent" | ||
} | ||
} | ||
] | ||
"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": "super-agent\\s+\\(unsupported\\)", | ||
"recipe_targeted": "super-agent", | ||
"use_organization_id": true | ||
} | ||
} | ||
] | ||
} | ||
} |
61 changes: 32 additions & 29 deletions
61
test/definitions-eu/super-agent/debians/debian10arm64-super-agent-eu-fail.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,37 @@ | ||
{ | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
|
||
"resources": [{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t4g.nano", | ||
"ami_name": "debian-10-arm64-202?????-*", | ||
"user_name": "admin" | ||
}], | ||
"resources": [ | ||
{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t4g.nano", | ||
"ami_name": "debian-10-arm64-202?????-*", | ||
"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": "super-agent\\s+\\(unsupported\\)", | ||
"recipe_targeted": "super-agent" | ||
} | ||
} | ||
] | ||
"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": "super-agent\\s+\\(unsupported\\)", | ||
"recipe_targeted": "super-agent", | ||
"use_organization_id": true | ||
} | ||
} | ||
] | ||
} | ||
} |
63 changes: 31 additions & 32 deletions
63
test/definitions-eu/super-agent/debians/debian11-super-agent-eu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,35 @@ | ||
{ | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"resources": [ | ||
{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.nano", | ||
"ami_name": "debian-11-amd64-daily-202?????-*", | ||
"user_name": "admin" | ||
} | ||
], | ||
"instrumentations": { | ||
"resources": [ | ||
{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.nano", | ||
"ami_name": "debian-11-amd64-daily-202?????-*", | ||
"user_name": "admin" | ||
{ | ||
"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", | ||
"use_organization_id": true | ||
} | ||
], | ||
"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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
63 changes: 31 additions & 32 deletions
63
test/definitions-eu/super-agent/debians/ubuntu16-super-agent-eu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,35 @@ | ||
{ | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"resources": [ | ||
{ | ||
"id": "ubuntu16-super-eu", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.small", | ||
"ami_name": "ubuntu-pro-server/images/hvm-ssd/ubuntu-xenial-16.04-amd64-pro-server-????????", | ||
"user_name": "ubuntu" | ||
} | ||
], | ||
"instrumentations": { | ||
"resources": [ | ||
{ | ||
"id": "ubuntu16-super-eu", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.small", | ||
"ami_name": "ubuntu-pro-server/images/hvm-ssd/ubuntu-xenial-16.04-amd64-pro-server-????????", | ||
"user_name": "ubuntu" | ||
{ | ||
"id": "nr_super_agent", | ||
"resource_ids": ["ubuntu16-super-eu"], | ||
"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", | ||
"use_organization_id": true | ||
} | ||
], | ||
"instrumentations": { | ||
"resources": [ | ||
{ | ||
"id": "nr_super_agent", | ||
"resource_ids": [ | ||
"ubuntu16-super-eu" | ||
], | ||
"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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
63 changes: 31 additions & 32 deletions
63
test/definitions-eu/super-agent/debians/ubuntu18-super-agent-eu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,35 @@ | ||
{ | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"global_tags": { | ||
"owning_team": "virtuoso", | ||
"Environment": "development", | ||
"Department": "product", | ||
"Product": "virtuoso" | ||
}, | ||
"resources": [ | ||
{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.nano", | ||
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-????????", | ||
"user_name": "ubuntu" | ||
} | ||
], | ||
"instrumentations": { | ||
"resources": [ | ||
{ | ||
"id": "host1", | ||
"provider": "aws", | ||
"type": "ec2", | ||
"size": "t3.nano", | ||
"ami_name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-????????", | ||
"user_name": "ubuntu" | ||
{ | ||
"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", | ||
"use_organization_id": true | ||
} | ||
], | ||
"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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.