~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:log-canonical-port

Last commit made on 2020-04-06
Get this branch:
git clone -b log-canonical-port https://git.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm
Only Paul Collins can upload to this branch. If you are Paul Collins please log in for upload directions.

Branch merges

Branch information

Name:
log-canonical-port
Repository:
lp:~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm

Recent commits

735e188... by Paul Collins

use new combined-port LogFormat, replacing %l with %p (the canonical port)

We also replace %D with %p, which formerly replaced %l,
since there is no known use for this information, and
this is the least-disruptive way of logging this data.

497a460... by Paul Collins

check default v6 addresses, where present

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/381484
Reviewed-by: Haw Loeung <email address hidden>

3449241... by Paul Collins

check default v6 addresses, where present

Since we lack v6 in CI, and add v6 to production after
deploying the charm, we can't make v6 a hard requirement.

a97fbd9... by Paul Collins

address families are bare ints in Python 2 (ugh)

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/381483
Reviewed-by: Haw Loeung <email address hidden>

a5d1d5c... by Paul Collins

address families are bare ints in Python 2 (ugh)

3775701... by Paul Collins

rewrite my_ipaddr as get_default_address

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/381482
Reviewed-by: Haw Loeung <email address hidden>

53baf86... by Paul Collins

handle None return from get_default_address

The old behaviour of falling back to checking 12.7.0.0.1
just conceals an important problem.

340302d... by Paul Collins

rewrite my_ipaddr as get_default_address

This now takes an address family, to support IPv6, and
no longer depends on DNS lookups to succeed.

a59f654... by Paul Collins

disable TLS versions < 1.2

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/381273
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: John Losito <email address hidden>

3bd4303... by Paul Collins

disable TLS versions < 1.2