~ltrager/maas:validate_release_prepare_branch

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

Recent commits

fd40fc8... by Lee Trager

Validate that release-prepare runs in a branch made for that target.

b6796eb... by Bill Wear

Update maas-offline-docs to 4bf0caa
updates to release notes and installation guide

7e71403... by Dougal Matthews

Owner Data / Workload Annotations

Add support for the Ownerdata model in the machine websocket handler.
This will let the UI set and get owner data for a machine.

Setting owner data is a simple key value mapping, and getting it will
return that value for the machine. Keys can be removed by setting them
with a empty string.

47e7587... by Alberto Donato

report interface enabled state rather than all flags from ipaddr

Flags are only collected to look for the "UP" state to see if the interface is
enabled.
This changes it to report "enabled" as a bool value instead.

4ace066... by Adam Collard

Change PodHints CPU speed to be mean-average of nodes'

Previous implementation seemed to be a naive implementation of an
average with "cpu_speed = (cpu_speed + node.cpu_speed) / 2" which
falls down with 3 or more nodes.

3bd3539... by Adam Collard

Update test fixture to ensure tested IPs are different

By using factory.pick_ip_in_network() twice in one test, it's possible
for the two IPs to be the same. This then causes the test to fail
since there won't be an update to fire the trigger.

0bb0479... by Dougal Matthews

Refactor of the script selection code

f2e7568... by Caleb Ellis

Update maas-ui to 3f6be95
refactor(ui): maintain disk/partition hierarchy in storage tables (#1945)

a35cfe2... by Adam Collard

Bump the version to 2.10.0a1

bd26183... by Adam Collard

Fix up test_rack_controller and test_listener to remove delays.