~vtapia/maas:lp1927941-28

Last commit made on 2021-06-03
Get this branch:
git clone -b lp1927941-28 https://git.launchpad.net/~vtapia/maas
Only Victor Tapia can upload to this branch. If you are Victor Tapia please log in for upload directions.

Branch merges

Branch information

Name:
lp1927941-28
Repository:
lp:~vtapia/maas

Recent commits

f1f64ba... by Victor Tapia

Reuse metric structures for Prometheus

Backport of 2ad24e0

e221b5f... by Lee Trager

LP: #1923268 - Make default grub.cfg architecture agnostic.

Backport of f606805

60bcb13... by Lee Trager

Enable GRUB debug when rackd debug is enabled.

Backport of 20566cd

a3a5b2b... by Lee Trager

Remove linuxefi and initrdefi from GRUB configuration.

The linuxefi and initrdefi have been deprecated from GRUB. They are
currently aliased to the linux and initrd command and will soon be removed
from GRUB. This allows MAAS to unify its ephemeral GRUB configuration
across all architectures. The "install" GRUB configuration files have been
removed. They were for installing with Debian installer which is no longer
supported.

Backport of 4f6ac0c

11b9858... by Alberto Donato

LP: #1927340 - mas-deb-migrate: fix db patching process

This ensures bootsource entries are corretly updated when the migrating node is
a region controller, and uses Django rather than direct psql access to work
even if the database is not local

07cdffc... by Adam Collard

Release 2.8.6

8036255... by Alberto Donato

LP: #1904810 - don't try to perform IP checks if there's no IP to check

efb5407... by Adam Collard

Release 2.8.5

46a2862... by Adam Collard

Use 1.10/stable for go snap to match bionic package.

ee61815... by Alberto Donato

LP: #1902425 - always create neighbour entries for IPs in use.

Rework Interface.update_neighbour move check for neighbour discovery to call sites.

This also changes IP claim checks to always create a neighbour entry when the IP is found to be in use (even if the rack interface doesn't have neighbour discovery enabled).