Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. consul-stack:
  2. series: trusty
  3. services:
  4. haproxy:
  5. charm: "local:trusty/haproxy"
  6. etcd:
  7. charm: "local:trusty/etcd"
  8. num_units: 3
  9. to: [0, docker, docker]
  10. registrator:
  11. charm: "local:trusty/registrator"
  12. docker:
  13. charm: "local:trusty/docker"
  14. num_units: 1
  15. options:
  16. latest: true
  17. heka-sub:
  18. charm: "local:trusty/heka-sub"
  19. options:
  20. juju_agent: true
  21. heka-hub:
  22. charm: "local:trusty/heka-hub"
  23. num_units: 1
  24. to: 0
  25. options:
  26. rstout: true
  27. jujud_logs: true
  28. juju_agent: true
  29. consul:
  30. charm: "local:trusty/consul"
  31. num_units: 3
  32. to: [docker]
  33. options:
  34. bootstrap-expect: 1
  35. relations:
  36. - ["heka-sub:docker_logging", "docker:logging"]
  37. - ["heka-sub:heka_out", "heka-hub:heka_in"]
  38. - ["heka-sub:heka_out", "heka-hub:heka_in"]
  39. - ["registrator", "docker"]
  40. - ["registrator:consul-api", "consul:api"]
  41. - ["registrator:etcd-api", "etcd:client"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement