~ltrager/maas:proxmox_papercuts

Last commit made on 2021-03-08
Get this branch:
git clone -b proxmox_papercuts 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:
proxmox_papercuts
Repository:
lp:~ltrager/maas

Recent commits

b1f3d90... by Lee Trager

ack fix

5a16a08... 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.

797099e... by Bill Wear

Update maas-offline-docs to 728088b
Add instructions to LXD init section in VM host networking to make sure LXD DHCP is off.

7278a24... by Alberto Donato

combine kernel commandline options node from all associated tags

4518fcf... by Alberto Donato

also update machine cores and memory when a VM host is refreshed

cf1b77d... by Huw Wilkins

Update maas-ui to 7729267
feat(ui): add a switch form component

Add a component for handling switches in formes.

Fixes: #2319.

b3a8db5... by Huw Wilkins

Update maas-ui to 825092e
fix(ui): fix interfaces with multiple children

Correctly check interfaces for bond or bridge children.

Fixes: #2318.

6b388e2... by Huw Wilkins

Update maas-ui to df551e6
fix(ui): update network checkboxes to handle links and nics

Update the selected state of the network checkboxes to store the nic and link ids.

Fixes: #2315.

f6ee86d... by Bill Wear

Update maas-offline-docs to 8694f00
Remove references to pinning NUMA nodes from VM hosting page

00de313... by Lee Trager

LP: #1916860 - Check for gaps in supported ciphers when using ipmitool

When ipmitool was being used to configure IPMI ciphers MAAS wasn't
accounting for BMCs which omit support for certain ciphers. In this
case the setting string MAAS uses to enable ciphers was offset which
resulted in the wrong ciphers being enabled and disabled.