~ltrager/maas:lp1876217

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

Recent commits

b3108a3... by Lee Trager

make format

4d3e828... by Lee Trager

Use OSInfo struct

a52321f... by Lee Trager

Don't send OS information if it isn't detectable. If no OS information is
sent don't update the controller's OS.

1036759... by Lee Trager

Merge branch 'master' into lp1876217

894a324... by Lee Trager

LP: #1878923, #1878685 - Fix incorrect memory detection.

LXD was only detecting the amount of available memory in user space.
Memory reserved by the kernel was not shown as available. This caused MAAS
to show slightly less RAM then the system actually had.

MAAS was assuming that a NUMA node always had memory assigned to it. When
0 memory was assigned to a node commissioning would raise an exception and
fail.

ffe86b6... by Björn Tillenius

Fix 'maas config' so that it doesn't break when showing the config.

I also removed code for changing the mode, since it's too hard to
maintain backwards-compatibility. If the mode needs to be changed, 'maas
init' should be used.

I also didn't bother supporting the --database-uri parameter, since
'maas config' is currently quite low-level and just writes the passed
parameters to the config directly. In the future we should probably get
rid if 'maas config' completely and replace it with 'snap config'.

1660909... by Alberto Donato

LP: #1871356 - snap: hide maas init parameters for creating admin and configuring auth

d2734e4... by Caleb Ellis

Update maas-ui to 88a566ffe315f199204f58963a369fbb73f2a28e

84f687c... by Lee Trager

LP: #1879416 - Mark commissioning scripts as failed if processing errored

671636f... by Lee Trager

LP: #1877126 - Set the default composed machine memory amount to 2048M.