~ltrager/maas:lp1855035

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

Recent commits

261c10a... by Lee Trager

ack fixes

b001538... by Lee Trager

Merge branch 'master' into lp1855035

02faff9... by Adam Collard

Explicitly test for existence of ~/.cache and set GOCACHE

11eedee... by Adam Collard

Bump maas-ui for 2.7.0b1 (r=ack)

b1bb83d... by Adam Collard

Update release scripts to support focal, beta releases

bcbc541... by Lee Trager

LP: #1855035 - Run network tests against the boot interface after commissioning.

When network configuration is applied to the boot interface no configured IP
address is associated with the device. The ParametersForm only allows
configured devices to be tested so the boot interface is ignored causing the
place holder to be left. During commissioning the ParametersForm can safely
allow the boot interface to be tested as we know it works with DHCP.

a10f82b... by Lee Trager

LP: #1847537 - Don't include DNS in V1 DHCP only config, make static config and dhcpd.conf respect allow_dns

V2 network configuration specifies DNS information per interface while V1
specifies DNS information globally. MAAS always included DNS information for
V1 config due to the global config while V2 config never included DNS
information as it is configured per interface. Now if all interfaces are
being configured with DHCP global DNS information will be omitted from V1
config so the machine gets its DNS information from the DHCP server.

The MAAS DHCP configuration generator and V2 static config now respects the
allow_dns field. Users can now use MAAS provided DNS, specify DNS servers, or
use both. Changing the allow_dns field will now reconfigure the DHCP server.

69c0600... by Newell Jensen

LP: #1847794 -- Add 'routable_to' to checked hint types in _guess_vlan_from_hints on the Node model. This was one of the possible hint types that was left out when initially implemented.

59af8c4... by Blake Rouse

Fixes LP: #1854544 - Redirect to index and not to login when not authenticated.

98183bb... by Adam Collard

Add target for yarn.lock, invoking git submodule