~cjwatson/launchpad-mojo-specs:signing-production-host

Last commit made on 2020-04-17
Get this branch:
git clone -b signing-production-host https://git.launchpad.net/~cjwatson/launchpad-mojo-specs
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
signing-production-host
Repository:
lp:~cjwatson/launchpad-mojo-specs

Recent commits

80050fb... by Colin Watson

WIP

cddaa50... by Colin Watson

Improve python3 compatibility

The inspect module works somewhat differently in Python 3.

d8f19b7... by Colin Watson

custom-secgroups: Generalise firewall service name

213734e... by Colin Watson

signing: Remove production constraints

This will be running in containers on bare metal, at least for now, so
the constraints won't do anything useful.

ef72d77... by Colin Watson

webhooks-proxy: Allow ubuntu.com and staging.ubuntu.com

This is for the image builder service.

56dbd9b... by Colin Watson

signing: Remove nagios_hostname_type: host

This came from overenthusiastic copying-and-pasting from mojo-lp-git; it
isn't needed here since we aren't hulk-smashing multiple principal
charms onto the same machines.

4fe7aef... by Colin Watson

signing: Remove unused build script

This was part of an earlier iteration, but building the payload is now
handled by a separate Jenkins job.

d14afc9... by Colin Watson

Add mojo-lp-signing

ab4380a... by Colin Watson

set-service-options: Drop Juju 1 support

Importing from mojo.juju doesn't work when running mojo as a snap, and
nothing here is tested with Juju 1 any more anyway.

6551686... by Colin Watson

git: Fix syntax of haproxy sysctl option

The haproxy charm expects sysctl to be a YAML-formatted dict, but it was
incorrectly set to a YAML-formatted list of dicts instead.