Skip to content

Commit

Permalink
auto-format mysql-rhel.json to trigger validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Jan 6, 2023
1 parent b03aede commit 60cb97e
Showing 1 changed file with 39 additions and 34 deletions.
73 changes: 39 additions & 34 deletions test/definitions/smoke/mysql-rhel.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
{
"global_tags": {
"owning_team": "virtuoso",
"Environment": "development",
"Department": "product",
"Product": "virtuoso"
},

"resources": [{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "amazonlinux-2-base*",
"user_name": "ec2-user"
}],

"services": [{
"global_tags": {
"owning_team": "virtuoso",
"Environment": "development",
"Department": "product",
"Product": "virtuoso"
},
"resources": [
{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "amazonlinux-2-base*",
"user_name": "ec2-user"
}
],
"services": [
{
"id": "mysql1",
"destinations": ["host1"],
"destinations": [
"host1"
],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/mysql/install/rhel/roles",
"port": 9999,
"params": {
"create_env_var": true
}
}],

"instrumentations": {
"resources": [
{
"id": "nr_infra_mysql",
"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/awslinux.yml,https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ohi/mysql/rhel.yml",
"validate_output": "New Relic installation complete"
}
}
]
}
],
"instrumentations": {
"resources": [
{
"id": "nr_infra_mysql",
"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/awslinux.yml,https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ohi/mysql/rhel.yml",
"validate_output": "New Relic installation complete"
}
}
]
}
}

0 comments on commit 60cb97e

Please sign in to comment.