Skip to content

Commit

Permalink
Adding elastic search manual test definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien4218 committed Jan 14, 2021
1 parent cdb609a commit c7a1a5d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions test/manual/definitions/ohi/linux/nginx-elasticsearch-debian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"global_tags": {
"owning_team": "OpenSource",
"Environment": "development",
"Department": "Product",
"Product": "Virtuoso"
},

"resources": [{
"id": "nginxelasticsearchdebian10",
"display_name": "NginxElasticSearchDebian10Host",
"provider": "aws",
"type": "ec2",
"size": "t3.small",
"ami_name": "SupportedImages debian-10-amd64-*",
"user_name": "admin"
}],

"services": [{
"id": "nginx1",
"destinations": ["nginxelasticsearchdebian10"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/nginx/install/debian/roles",
"port": 80
},{
"id": "elastic1",
"destinations": ["nginxelasticsearchdebian10"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/elasticsearch/install/debian/roles",
"port": 9999
}
]
}

0 comments on commit c7a1a5d

Please sign in to comment.