~ltrager/maas:deprecate_linuxefi_initrdefi_2.9

Last commit made on 2021-05-05
Get this branch:
git clone -b deprecate_linuxefi_initrdefi_2.9 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:
deprecate_linuxefi_initrdefi_2.9
Repository:
lp:~ltrager/maas

Recent commits

6c4a07a... 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

626d892... by Lee Trager

LP: #1917652 - Increase timeout for BMC detection commands.

Some BMCs are very slow to respond. Increase the timeout for commands run
by 30-maas-01-bmc-config to 180s so the test doesn't time out.

Cherry-pick of dd3af77

7e80a7c... by Lee Trager

Improve IPMI cipher detection.

Previously IPMI cipher detection tried both bmc-config and ipmitool. This
code would sometimes fail to detect cipher 17. There isn't an advantage to
using both methods as ipmitool will detect 17 and can be used to configure
all ciphers. The ipmitool detection and configuration code has been
refactored and simplified.

Backport of 3961116

0ec5ef1... by Adam Collard

Build go with -mod vendor and GOCACHE set

afd76bf... by Huw Wilkins

Update maas-ui to dd3af77
build(all): prepare 2.1.0 [2.9.3] release

Update the version numbers for the 2.1.0 [2.9.3] release.

Fixes: canonical-web-and-design/MAAS-squad#2376.

aba6eb1... by Caleb Ellis

Update maas-ui to 4948e38
fix(ui): add proxmox field names to add_chassis parameter map

d6db439... by Adam Collard

MD2 is active since 2.9.3.

89e1638... by Alberto Donato

use native go modules instead of godep

fbe50d5... by Lee Trager

Fix various Proxmox papercuts

* power_vm_name is required
* Fix warnings that a synchronous thread was returning a Deferred() object
* Add log message when no VMs are returned. Proxmox forces you to define
  permissions for a token, if you don't nothing gets returned. Users
  thought this was a MAAS bug.

Backport of c19697f

493a03e... by Lee Trager

LP: #1916093 - Fix adding more than one Proxmox BMC and add chassis support

Backport of 0125208