~blake-rouse/maas:fix-1836703

Last commit made on 2019-07-19
Get this branch:
git clone -b fix-1836703 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1836703
Repository:
lp:~blake-rouse/maas

Recent commits

e6d59f9... by Blake Rouse

Fixes LP: #1836703 - Add additional Windows version so license keys can be specified.

9a5b933... by Björn Tillenius

Make sync-dev-snap sync files in snap/local as well.

It replicates the dump logic we have in snapcraft.yaml

302d171... by Lee Trager

LP: 1835275 - Remove netplan interface lock.

Netplan creates a configuration file which locks the interface used to boot.
This ensures netbooted environments don't get disconnected. MAAS may send
a netplan configuration file which will reconfigure the boot interface. The
script runner will ensure the machine reconnects.

a56502b... by Alberto Donato

snap: add an ld-preload wrapper to consolidate all LD_PRELOADs

fee2b6f... by Alberto Donato

drop uuid-runtime dependency since uuidgen binary is no longer used in postinst

b5ff7e9... by Lee Trager

Create SCRIPT_STATUS constants for running and failed.

When the APPLYING_NETCONF and FAILED_APPLYING_NETCONF SCRIPT_STATUSes were
added some of the code base wasn't updated to handle them. Theses areas
checked for three categories running, running or pending, or failed. These
categories have been defined as constants to ensure the MAAS code base is
in sync across the code base with regard to ScriptResult statuses.

d0a34d0... by Newell Jensen

LP: #1806969 -- Explicitly search for bridges, bonds, followed by the remaining interfaces when retrieving a requested machine via interface constraints.

e556c5a... by Alberto Donato

fix node info scripts so they don't fail in a confined snap.

- only scan /sys/devices for modalias (so we don't try to access unreadable
  paths), as that's seem the only tree where modaliases are found
- skip trying to get storage device info if the device node is not
  there (e.g. in containers)

fc4d709... by Caleb Ellis

Fix pod storage compose dropdown + form help text styling

5226901... by Steve Rydz

fix network discovery form