~ltrager/maas:remove_dhcp_config_v1

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

Recent commits

0e31cef... by Lee Trager

Remove DHCP configure and validate V1 RPC calls.

f606805... by Lee Trager

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

4ebc447... by Adam Collard

LP 1927036: Fix interface form to correct spelling of accept-ra in netplan config

7fea840... by Christian Grabowski

Add units asserting setting a node's default gateway will set its default DNS

b6b3efb... 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.

b427da9... by Lee Trager

Add disabled_boot_architectures Postgres trigger

df06151... by Alberto Donato

record ControllerInfo.udpate_origin as short URL for PPAs

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.