~adam-collard/maas:2.9-dont-stop-stopped-vms

Last commit made on 2020-12-17
Get this branch:
git clone -b 2.9-dont-stop-stopped-vms https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
2.9-dont-stop-stopped-vms
Repository:
lp:~adam-collard/maas

Recent commits

fd0dfa0... by Adam Collard

Make decompose() only try and stop VMs that aren't already stopped.

Cherry-pick b527caab1c98bcbefdda9ba731b9d2c45e921fa4

4962873... by Alberto Donato

use the ppa:maas/2.9 PPA when running tests

8e920a1... by Lee Trager

Release 2.9.0

022b7bf... by Lee Trager

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

19f2247... by Lee Trager

Release 2.9.0 RC4

88f03a4... 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.

Cherry-pick 4ace066772f093d8b4b367d9becf43cde748825b

23f789f... 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.

Cherry-pick 3bd3539d831969eb135a5b2928c37cb04ba17fc6

6eebc15... by Alberto Donato

LP: #1906509 - fix version reported in API when deb has epoch

26dc687... by Adam Collard

Release 2.9.0 RC3

4b5362f... by Lee Trager

LP: #1904398 - Only set machines to commissioning in form when anonymous

Backport of 9f03422