diff --git a/test/manual/definitions/ohi/linux/nginx-mysql-jmx-redis-linux2.json b/test/manual/definitions/ohi/linux/nginx-mysql-jmx-redis-linux2.json new file mode 100644 index 000000000..837835bc5 --- /dev/null +++ b/test/manual/definitions/ohi/linux/nginx-mysql-jmx-redis-linux2.json @@ -0,0 +1,58 @@ +{ + "global_tags": { + "owning_team": "OpenSource", + "Environment": "development", + "Department": "Product", + "Product": "Virtuoso" + }, + + "resources": [{ + "id": "nmjrlinux2", + "display_name": "NginxMySqlJmxRedisLinux2Host", + "provider": "aws", + "type": "ec2", + "size": "t3.small", + "ami_name": "amazonlinux-2-base*", + "user_name": "ec2-user" + }], + + "services": [{ + "id": "nginx1", + "destinations": ["nmjrlinux2"], + "source_repository": "https://github.com/newrelic/open-install-library.git", + "deploy_script_path": "test/deploy/linux/nginx/install/linux2/roles", + "port": 80, + "params": { + "create_env_var": true, + "open_status_url": true + } + },{ + "id": "mysql1", + "destinations": ["nmjrlinux2"], + "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, + "create_newrelic_user": true + } + },{ + "id": "jmx1", + "destinations": ["nmjrlinux2"], + "source_repository": "https://github.com/newrelic/open-install-library.git", + "deploy_script_path": "test/deploy/linux/jmx-jboss/install/rhel/roles", + "port": 9990, + "params": { + "create_env_var": true + } + },{ + "id": "redis1", + "destinations": ["nmjrlinux2"], + "source_repository": "https://github.com/newrelic/open-install-library.git", + "deploy_script_path": "test/deploy/linux/redis/install/rhel/roles", + "port": 6379, + "params": { + "create_env_var": true + } + }] +} \ No newline at end of file