Created
March 2, 2016 21:23
-
-
Save mbruzek/e1f34bbb55026976bafd to your computer and use it in GitHub Desktop.
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
series: trusty | |
services: | |
elasticsearch: | |
charm: "cs:~lazypower/development/trusty/elasticsearch" | |
num_units: 1 | |
options: | |
"apt-repository": "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | |
"firewall_enabled": false | |
logstash: | |
charm: "local:trusty/logstash" | |
num_units: 1 | |
openjdk: | |
charm: "cs:~kwmonroe/trusty/openjdk" | |
kibana: | |
exposed: true | |
charm: "cs:trusty/kibana" | |
num_units: 1 | |
kubes: | |
charm: "local:trusty/kubernetes" | |
num_units: 2 | |
etcd: | |
charm: "local:trusty/etcd" | |
num_units: 1 | |
logspout: | |
charm: "local:trusty/logspout" | |
num_units: 0 | |
relations: | |
- - "openjdk:java" | |
- "logstash:java" | |
- - "kibana:rest" | |
- "elasticsearch:client" | |
- - "kubes:etcd" | |
- "etcd:db" | |
- - "logspout:dockerhost" | |
- "kubes:dockerhost" | |
- - "logspout:logstash" | |
- "logstash:client" | |
- - "logstash:elasticsearch" | |
- "elasticsearch:client" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment