~hloeung/content-cache-charm:ipv6

Last commit made on 2019-10-08
Get this branch:
git clone -b ipv6 https://git.launchpad.net/~hloeung/content-cache-charm
Only Haw Loeung can upload to this branch. If you are Haw Loeung please log in for upload directions.

Branch merges

Branch information

Name:
ipv6
Repository:
lp:~hloeung/content-cache-charm

Recent commits

73cf53e... by Haw Loeung

Fixed based on feedback - InvalidAddressPortError raised includes value

2067d9b... by Haw Loeung

Merge upstream changes and fix conflicts.

7f95fb2... by Haw Loeung

Fixed based on reviews.

Fixed to raise InvalidAddressPortError exception on invalid address or
port.

Also, for IPv6 addresses, enforce form to require square brackets.

2286971... by Ryan Finnie

Fix nginx cache config for multiple sites with the same site-name

Reviewed-on: https://code.launchpad.net/~fo0bar/content-cache-charm/+git/content-cache-charm/+merge/373613
Reviewed-by: Haw Loeung <email address hidden>

c67b2fe... by Ryan Finnie

Fix nginx cache config for multiple sites with the same site-name

949ca87... by Ryan Finnie

Fix haproxy.cfg formatting error when using multiple sites with tls-cert-bundle-path

Reviewed-on: https://code.launchpad.net/~fo0bar/content-cache-charm/+git/content-cache-charm/+merge/373605
Reviewed-by: Haw Loeung <email address hidden>

c35af09... by Ryan Finnie

Fix haproxy.cfg formatting error when using multiple sites with tls-cert-bundle-path

f126199... by Haw Loeung

Add utils.ip_addr_port_split() and use that to better handle IPv6 addresses

95e4be7... by Haw Loeung

Add support for IPv6 - LP: #1845896

When HAProxy is configured to bind on '0.0.0.0', also bind to '::' to
include all IPv6 interfaces.

d5fecba... by Benjamin Allot

Keep the nginx metrics port exposed in configure_haproxy hook

Reviewed-on: https://code.launchpad.net/~ballot/content-cache-charm/+git/content-cache-charm/+merge/372618
Reviewed-by: Stuart Bishop <email address hidden>