-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding elastic search manual test definition.
- Loading branch information
1 parent
cdb609a
commit c7a1a5d
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
test/manual/definitions/ohi/linux/nginx-elasticsearch-debian.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |