~blr/maas:master

Last commit made on 2020-09-14
Get this branch:
git clone -b master https://git.launchpad.net/~blr/maas
Only Kit Randel can upload to this branch. If you are Kit Randel please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~blr/maas

Recent commits

9883fd3... by Caleb Ellis

Update maas-ui to cbe420d
fix(ui): fix inconsistent table header colours (#1627)

Vanilla 2.17.0 changed the table header colour, which caused maas-ui's bespoke
double row/sortable headers to have different colours.

812acbc... by Alberto Donato

fix flaky tests because of scripts result order

0ae9047... by Lee Trager

Release 2.9.0 beta2

8f8e71b... by Alberto Donato

add logic to collect memory and cores usage per NUMA node

6dc3300... by Lee Trager

Enable using maas-run-remote-scripts for enlistment.

MAAS will now send the same user_data for all ephemeral environments
except disk erasing. Enlistment is handled by maas-run-remote-scripts
and BMC configurations is expected to be done in commissioning scripts.

The skip_bmc_config column has been removed as commissioning Scripts won't
be added to the ScriptSet when commissioning is started.

Enlistment was previously using a seperate /enlist enpoint for anonymous
access. This is still available but the normal metadata endpoint can now
be accessed anonymously. This removes the need for URL mangling.

89304ac... by Björn Tillenius

Extract logic for creating LXD NIC device definitions.

This makes it easier to test that logic, so we can write smaller focused
tests, rather than the 100-line tests that currently exist.

6ef5e90... by Alberto Donato

include hugepages in numa node details for machine API

04a456a... by Karl Egly

Mark APC Power Driver as queryable

cc0eaee... by Huw Wilkins

Update maas-ui to 7f49e47
fix(legacy): load tabs in the query params

Fix the machine tabs to load the tab set in the url.

canonical-web-and-design/maas-ui#1597

c8d6b77... by Kit Randel

Update maas-ui to 277cf2a
refactor(ui): add vlan slice (#1617)

* refactor(ui): add vlan slice
Additionally, remove invalid arguments in reducer tests for deleteStart and deleteSuccess.