~mpontillo/maas:dhcp-config-and-machine-handler-random-failures

Last commit made on 2017-12-18
Get this branch:
git clone -b dhcp-config-and-machine-handler-random-failures 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:
dhcp-config-and-machine-handler-random-failures
Repository:
lp:~mpontillo/maas

Recent commits

884d4fb... by Mike Pontillo

Fix random test failures.

f4fae9d... by Newell Jensen

Add Audit logging level for Audit log event types.

0c28faa... by Alberto Donato

add reference to ResourcePool in Node

9be6926... by Alberto Donato

fix supervisor template for the snap

1b8bc98... by Blake Rouse

Use yarn and latest nodejs instead of npm to build the JS modules for development.

af2a66a... by Lee Trager

LP: #1730524 - Ping the metadata service before starting commissioning.

Before starting commissioning ping the metadata service, if unable exit. This
prevents the BMC password from being changed with the ephemeral environment
having no way to signal.

c8ec5a2... by Lee Trager

Add for_hardware, may_reboot, and recommission to the Script model

bd078fd... by Alberto Donato

add model for resource pools

14a0063... by Mike Pontillo

Allow filter_modaliases() to be passed sequences of PCI IDs and/or USB IDs.

e33e25b... by Mike Pontillo

LP: #1702527 - Fix errors when attempting to perform range usage calculations on deleted subnets.

This is a workaround for inconsistent Django behavior when checking
or the existence of foreign key relationships within signal handlers.
Bugs have been reported which include evidence of cached objects
with stale FK IDs, which can raise exceptions in our signal handlers.