diff --git a/test/definitions/smoke/mysql-rhel.json b/test/definitions/smoke/mysql-rhel.json index 05dc0a6cb..fc8d86644 100644 --- a/test/definitions/smoke/mysql-rhel.json +++ b/test/definitions/smoke/mysql-rhel.json @@ -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" + } + } + ] } +} \ No newline at end of file