lp://qastaging/~cjwatson/charm-haproxy/listener-address-localhost

Created by Colin Watson and last modified
Get this branch:
bzr branch lp://qastaging/~cjwatson/charm-haproxy/listener-address-localhost
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
charm-haproxy
Status:
Merged

Recent revisions

162. By Colin Watson

Set statistics listener-address to 127.0.0.1.

If `listener-address` isn't set on the relation, the telegraf charm
defaults to using the unit's `private-address`; but
`monitoring_allowed_cidr` defaults to `127.0.0.1/32`, so if telegraf
tries to talk to haproxy on the unit's private address then it will get
a 403 error unless `monitoring_allowed_cidr` has been specifically
configured to allow the unit's private address. Doing that is
inconvenient in bundles that are to be deployed in multiple network
environments.

The statistics relation has `scope: container`, so the other end of it
is always going to be on the same machine, and it makes sense to just
advertise 127.0.0.1. This matches the behaviour of the content-cache
charm.

161. By Tom Haddon

Ensure content of self-signed cert is correctly encoded lp#2030726

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/lp-2030726/+merge/448760
Reviewed-by: 🤖 Canonical IS Review Bot <email address hidden>

160. By Tom Haddon

Fix writing self-signed cert for python3

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/self-signed-write/+merge/448351
Reviewed-by: Fabian Bertetto <email address hidden>

159. By Tom Haddon

Switch to a list rather than trying to sort, as doing so will fail with a TypeError for services_dict.

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/dict-value/+merge/448242
Reviewed-by: 🤖 Canonical IS Review Bot <email address hidden>

158. By Franco Luciano Forneron Buschiazzo

Fix port update

Reviewed-on: https://code.launchpad.net/~gtrkiller/charm-haproxy/update_port_fix/+merge/447439
Reviewed-by: Tom Haddon <email address hidden>

157. By Franco Luciano Forneron Buschiazzo

bugfix #2027680

Reviewed-on: https://code.launchpad.net/~gtrkiller/charm-haproxy/autocert_bug_fix/+merge/447213
Reviewed-by: Tom Haddon <email address hidden>

156. By Tom Haddon

Make sure we're writing the TLS pem file correctly

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/jammy/+merge/446764
Reviewed-by: Haw Loeung <email address hidden>

155. By Tom Haddon

Add support for jammy

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/jammy/+merge/446763
Reviewed-by: Haw Loeung <email address hidden>

154. By Tom Haddon

Update display name and maintainers

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/charm-haproxy/+merge/446741
Reviewed-by: Loïc Gomez <email address hidden>

153. By Tom Haddon

Add charmcraft.yaml, switch charm to python3

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-haproxy/python3/+merge/446618
Reviewed-by: Haw Loeung <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/charm-haproxy
This branch contains Public information 
Everyone can see this information.

Subscribers