~ltrager/maas:disable_boot_architectures_postgres_rpc

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

Recent commits

e9d76c3... by Lee Trager

Merge branch 'master' into disable_boot_architectures_postgres_rpc

5ffc71b... by Lee Trager

Add API support for disabled_boot_architectures

a87b3ca... by Björn Tillenius

update_node_interfaces() failed if some interface parents didn't exist.

This happens if there are veth interfaces in bridges, since LXD will
include that in the bridge information, but it won't create network
entries for them.

b7378e3... by Björn Tillenius

Always call update_node_interfaces() in process_lxd_results()

Before, it was only called for controllers, and some of the logic in
process_lxd_results was not executed for controllers, since that conflicted
with update_node_interfaces().

Now the same code path to update interfaces is used for controllers, vm hosts,
and any machine.

aa6f7de... by Alberto Donato

add a single helper method to get used all resources for VM hosts

2a2c364... by Lee Trager

Accept disabled_boot_architectures field over DHCP config/validation RPC.

If disabled_boot_architectures is provided in the subnet field of the DHCP
configuration or validation RPC call any listed boot architecture will not
be included in dhcpd.conf.

2392827... by Lee Trager

Use f-strings

1de2f6c... by Lee Trager

ack comment

f16c26b... by Lee Trager

Merge branch 'disable_boot_architectures_api' into disable_boot_architectures_postgres_triggers

0239dae... by Lee Trager

Fix merge mistake