~newell-jensen/maas:interfaces-node-name-unique-together

Last commit made on 2020-02-10
Get this branch:
git clone -b interfaces-node-name-unique-together https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
interfaces-node-name-unique-together
Repository:
lp:~newell-jensen/maas

Recent commits

1a89f0a... by Newell Jensen

Update branch with Bjorn's contribution.

4dbd903... by Newell Jensen

make lint

a8291d6... by Newell Jensen

Merge remote-tracking branch 'lp/master' into interfaces-node-name-unique-together

0142a76... by Newell Jensen

Update interface get_or_create_on_node review fix and rename migration files.

e5b3c9b... by Adam Collard

Add migration for event.node to on_delete DO_NOTHING

Fixes LP:1862379

01f3713... by Alberto Donato

a few cleanups for the deb/snap migration script

cfd5599... by Alberto Donato

add a helper script that will be called from the transitional deb package to perform migration tasks to the snap.

Note that the script will not be called inside snap containment, it's just
shipped in the snap so that it's easier to update.

d17ab56... by Newell Jensen

Re-factor and update how Interface.get_or_create handles interfaces with same name and node but not other matching parameters.

f590d12... by Björn Tillenius

Fix intermittent test failures in the numa node tests.

The tests got unordered lists of numa nodes and network interfaces. Most
of the time, the lists were in the order the tests expected, but now and
then postgres would return them in a different order.

d530eb8... by Newell Jensen

Review fixes.