lp:~freyes/maas

Owned by Felipe Reyes
Get this repository:
git clone https://git.launchpad.net/~freyes/maas
Only Felipe Reyes can upload to this repository. If you are Felipe Reyes please log in for upload directions.

Branches

Name Last Modified Last Commit
lp1883748-2.7 2020-09-12 22:48:03 UTC
Bug:1883748. Handle PermissionError in atomic_write()

Author: Felipe Reyes
Author Date: 2020-08-13 15:03:34 UTC

Bug:1883748. Handle PermissionError in atomic_write()

If for any reason the permissions of the original file cannot be cloned
and set in the temporary file the PermissionError will be raised, before
this patch the exception will be unhandled leaving the temporary file
behind, which for situations where the the region or rack controllers
will retry the generation of said file (e.g. maas-proxy.conf) will
produce hundreds of files in a few minutes.

(cherry picked from commit 3fed50d6daeb21f9f4c67b42739e8512eb7b62ab)

lp1883748-2.8 2020-09-12 22:45:45 UTC
Bug:1883748. Handle PermissionError in atomic_write()

Author: Felipe Reyes
Author Date: 2020-08-13 15:03:34 UTC

Bug:1883748. Handle PermissionError in atomic_write()

If for any reason the permissions of the original file cannot be cloned
and set in the temporary file the PermissionError will be raised, before
this patch the exception will be unhandled leaving the temporary file
behind, which for situations where the the region or rack controllers
will retry the generation of said file (e.g. maas-proxy.conf) will
produce hundreds of files in a few minutes.

(cherry picked from commit 3fed50d6daeb21f9f4c67b42739e8512eb7b62ab)

master 2020-08-26 13:45:20 UTC
Revert "Change the default commissioning OS to 20.04 LTS, Focal, on new insta...

Author: Björn Tillenius
Author Date: 2020-08-26 13:45:20 UTC

Revert "Change the default commissioning OS to 20.04 LTS, Focal, on new installations."

This reverts commit 6384dfdefea15e457a4e9b1668ed35b78df4ba9f.

Systemtests are currently broken, since IPMI machines don't get their
credentials setup correctly when focal use used for enlistment.

lp1883748 2020-08-13 14:35:02 UTC
LP: #1883748 - Handle PermissionError in atomic_write()

Author: Felipe Reyes
Author Date: 2020-06-23 03:03:22 UTC

LP: #1883748 - Handle PermissionError in atomic_write()

If for any reason the permissions of the original file cannot be cloned
and set in the temporary file the PermissionError will be raised, before
this patch the exception will be unhandled leaving the temporary file
behind, which for situations where the the region or rack controllers
will retry the generation of said file (e.g. maas-proxy.conf) will
produce hundreds of files in a few minutes.

This patch makes sure to remove the temporary file before re-raising
the exception allowing the caller to of atomic_write() to decide
what's the best course of action.

lp1880495 2020-05-26 22:22:38 UTC
LP: #1880495 - Use get_or_create() in migration step

Author: Felipe Reyes
Author Date: 2020-05-26 22:22:38 UTC

LP: #1880495 - Use get_or_create() in migration step

The function get_default_domain() sets the ttl which during the migration
step 0011 is not present in the database yet. This patch uses get_or_create()
instead to get the 'maas' domain object with the same defaults that
get_default_domain() uses.

backport-fix-1794972 2019-06-21 16:46:11 UTC
Fixes LP: #1794972 - Don't log DEBUG message for django.template.

Author: Blake Rouse
Author Date: 2018-09-28 18:00:41 UTC

Fixes LP: #1794972 - Don't log DEBUG message for django.template.

(cherry picked from commit 747bd6ad1218d9e5aef7d1306aacb49afff64788)

16 of 6 results
This repository contains Public information 
Everyone can see this information.

Subscribers