~mpontillo/maas:move-macaroon-js-files

Last commit made on 2018-02-21
Get this branch:
git clone -b move-macaroon-js-files https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
move-macaroon-js-files
Repository:
lp:~mpontillo/maas

Recent commits

2a29ecd... by Mike Pontillo

Move macaroon JavaScript files to their own directory.

6682347... by Blake Rouse

Set the KillMode to mixed for the rackd systemd service.

This sets rackd to the same as regiond. This helps twisted handle killing the subprocesses before the control group is killed.

2e92cf7... by Anthony Dillon

LP: #1750092 - Enable and fix js tests

e6ae881... by Andres Rodriguez

Make python3-macaroonbakery be a depends of maas-region-api instead of maas-region-controller.

bd03543... by Blake Rouse

Fixes LP #1749021 - Use KillMode=mixed with maas-regiond.service so that systemd informs the master that its being stopped then only if the children don't die, kill the control group.

cb30a0d... by Andres Rodriguez

LP: #1743966 - Add workaround to import the archive key for precise/trusty

Custom repositories is supported for xenial+. In order to at least allow a custom archive key in precise/trusty, we need a work around to add a source that imports the custom archive key in the deployment ephemeral environment.

0bf109b... by Blake Rouse

Fixes LP #1748570 - Regiond caches the power and NOS types from the rackd controller per connection.

This reduces the load on the regiond and rackd because the regiond doesn't need to keep asking the rackd for the power type and NOS information. The missing packages is removed from the power types description so the cache is always consistent and missing packages will be reactive now (meaning when a power check is performed) instead of proactive.

e349547... by Alberto Donato

include tracebacks for errors from UI pages (500s) in logs

e011836... by Anthony Dillon

LP: #1749863 - Change the event object iterated on for the view full history of events page

95f4a57... by Alberto Donato

disable standard username/password authentication if external auth is enabled, and viceversa