Skip to content

Commit

Permalink
Added elastestservice.json (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgorostiaga authored Aug 30, 2017
1 parent 6ba2459 commit 04b2a73
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![License badge](https://img.shields.io/badge/license-Apache2-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Documentation badge](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://elastest.io/docs/)
[![Build Status](https://ci.elastest.io/jenkins/buildStatus/icon?job=elastest-monitoring-service/ems)](https://ci.elastest.io/jenkins/job/elastest-monitoring-service/job/ems/)
[![Build Status](https://ci.elastest.io/jenkins/buildStatus/icon?job=elastest-monitoring-service/ems)](https://ci.elastest.io/jenkins/job/elastest-monitoring-service/ems)

[![][ElasTest Logo]][ElasTest]

Expand Down
39 changes: 39 additions & 0 deletions elastestservice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"register" : {
"name": "ems",
"id": "bab3ae67-8c1d-46ec-a940-94183a443825",
"description": "The Elastest Monitoring Service",
"bindable": false,
"plans": [
{
"id": "9b7dd476-462f-4a56-81b0-eccee8917cf7",
"name": "basic",
"description": "Basic plan for EMS usage",
"metadata": {
"costs": {
"name": "On Demand 5 + Charges",
"type": "ONDEMAND",
"fix_cost": {
"deployment": 5
},
"var_rate": {
"disk": 1,
"memory": 10,
"cpus": 50
},
"components": {
},
"description": "On Demand 5 per deployment, 50 per core, 10 per GB ram and 1 per GB disk"
}
}
}
]
},
"manifest": {
"id": "bd0dc71f-60ea-47d4-8aaa-e75944692e32",
"manifest_content": "version: '2.1'</br>services:</br> ems:</br> container_name: elastest-ems</br> depends_on:</br> - elasticsearch</br> image: elastest/ems</br> ports:</br> - 5044:5044</br> - 8888:8888</br></br> elasticsearch:</br> container_name: elasticsearch</br> image: docker.elastic.co/elasticsearch/elasticsearch:5.4.0</br> ports:</br> - 9200:9200</br> environment:</br> - http.host=0.0.0.0</br> - transport.host=127.0.0.1</br>",
"manifest_type": "dummy",
"plan_id": "9b7dd476-462f-4a56-81b0-eccee8917cf7",
"service_id": "bab3ae67-8c1d-46ec-a940-94183a443825"
}
}

0 comments on commit 04b2a73

Please sign in to comment.