~ltrager/maas:auto_renew_maas_certificate

Last commit made on 2020-05-27
Get this branch:
git clone -b auto_renew_maas_certificate https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
auto_renew_maas_certificate
Repository:
lp:~ltrager/maas

Recent commits

968b9b3... by Lee Trager

Fix race conditions

070d731... by Lee Trager

Automatically renew the MAAS certificate if needed while MAAS is running.

Previously MAAS only checked if its certificate needed to be renewed on
controller start. A new helper function, get_maas_cert_tuple, has been
added. This function ensures the certificate is valid and returns the
MAAS certificate and private key pathes in a tuple to be given to
python-requests.

4af455f... by Kit Randel

Update maas-ui build for snap.

affca1e... by Huw Wilkins

Update maas-ui to b513d06ccbe0309f1759e15c99a91c24bfb99c38

687744d... by Lee Trager

LP: #1879827 - Add unsupported_arches to the BootResources websocket.

21f5cce... by Caleb Ellis

Update maas-ui to f3bb39d9fe2fcd43d092ca4e3369d785f292d7a2

a585460... by Kit Randel

Update maas-ui to c11b9f30c5c634970e79223b00795730db09a058

2784e73... by Kit Randel

Update Makefile and webapp for new singlespa maas-ui build.

4a2a95d... by Björn Tillenius

LP: #1860619 - maasserver_event table grows without bounds

Don't emit an event for querying power and delete them from the
database. It's the only thing we can do for 2.8 to improve the situation
a bit at least.

Long-term we need to think about how to cull the event table
periodically, so that it can't grow too much.

4ddb147... by Alberto Donato

LP: #1879978 - snap: require running status command as root