---
name: log-cache-gateway

templates:
  ctl: bin/ctl
  environment.sh.erb: bin/environment.sh
  ca.crt.erb: config/certs/ca.crt
  log_cache.crt.erb: config/certs/log_cache.crt
  log_cache.key.erb: config/certs/log_cache.key

packages:
- log-cache-gateway

provides:
- name: log-cache-gateway
  type: log-cache-gateway
  properties:
  - gateway_addr

consumes:
- name: log-cache
  type: log-cache
- name: log-cache-group-reader
  type: log-cache-group-reader

properties:
  gateway_addr:
    description: "The address for the log-cache-gateway to listen on"
    default: ":8081"
