Skip to content

Commit

Permalink
feat: add manual test w/ 4 integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Jan 22, 2021
1 parent a87c0d8 commit 49864f5
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
}
}]
}

0 comments on commit 49864f5

Please sign in to comment.