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

51.1.3 by Tom Haddon
Update the name of the charm to be haproxy rather than haproxy-overhauled
1
name: haproxy
20 by Clint Byrum
haproxy formula
2
summary: "fast and reliable load balancing reverse proxy"
81.2.2 by Tim Van Steenburgh
Fix proof errors and 'make test'
3
maintainers: [Juan Negron <juan@ubuntu.com>, Tom Haddon <tom.haddon@canonical.com>]
60.21.1 by Sidnei da Silva
- First attempt at plain nrpe relation
4
description:
20 by Clint Byrum
haproxy formula
5
 HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high
6
 availability environments. It features connection persistence through HTTP
7
 cookies, load balancing, header addition, modification, deletion both ways. It
8
 has request blocking capabilities and provides interface to display server
9
 status.
92.1.6 by David Britton
- Merge in Bjorn's branch
10
tags: ["cache-proxy"]
103.2.1 by Cory Johns
Fixed tests and import error on Xenial
11
series:
12
  - xenial
13
  - trusty
31 by Clint Byrum
haproxy must require reverseproxy to consume any provides
14
requires:
15
  reverseproxy:
16
    interface: http
20 by Clint Byrum
haproxy formula
17
provides:
26 by Clint Byrum
- quote mysql database names
18
  website:
19
    interface: http
43 by Clint Byrum
adding munin support
20
  munin:
21
    interface: munin-node
60.1.1 by Tom Haddon
Add nrpe-external-master checks to haproxy
22
  nrpe-external-master:
23
    interface: nrpe-external-master
24
    scope: container
60.21.1 by Sidnei da Silva
- First attempt at plain nrpe relation
25
  local-monitors:
26
    interface: local-monitors
27
    scope: container
101.1.1 by Guillermo Gonzalez
add statistics interface and relation support to share information about the statistics endpoint to a subordinate
28
  statistics:
29
    interface: statistics
30
    scope: container
60.12.7 by Sidnei da Silva
- Fix peer relation, actually call apply_peer_config
31
peers:
32
  peer:
33
    interface: haproxy-peer