~thomir-deactivatedaccount/charm-haproxy/make-config-less-insane

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: haproxy
summary: "fast and reliable load balancing reverse proxy"
maintainers: [Juan Negron <juan@ubuntu.com>, Tom Haddon <tom.haddon@canonical.com>]
description:
 HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high
 availability environments. It features connection persistence through HTTP
 cookies, load balancing, header addition, modification, deletion both ways. It
 has request blocking capabilities and provides interface to display server
 status.
tags: ["cache-proxy"]
series:
  - xenial
  - trusty
requires:
  reverseproxy:
    interface: http
provides:
  website:
    interface: http
  munin:
    interface: munin-node
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  local-monitors:
    interface: local-monitors
    scope: container
  statistics:
    interface: statistics
    scope: container
peers:
  peer:
    interface: haproxy-peer