~bjornt/maas:enlistment-api-intermittent-failure

Last commit made on 2018-05-31
Get this branch:
git clone -b enlistment-api-intermittent-failure https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
enlistment-api-intermittent-failure
Repository:
lp:~bjornt/maas

Recent commits

5777346... by Björn Tillenius

Put back the driver_parameters.StaticDriverTypesFixture fixture.

4f6c837... by Alberto Donato

LP: #1774016 - make description textarea in resource pool forms smaller

70f0c5b... by Lee Trager

Retrieve list of power types directly from the PowerDriverRegistry

Previously MAAS would obtain the list of all power drivers available on rack controllers. This list was obtained from each rack controller which queried the PowerDriverRegistry. The PowerDriverRegistry is available directly to the region. PowerDrivers cannot be added or removed without modifications to the MAAS code base. Remove the RPC call to the rack controllers and query the PowerDriverRegistry directly from the region.

bc039df... by Lee Trager

LP: #1693299 - Only allow images with supported osystems to be uploaded.

When uploading an image using the format osystem/release if an unsupported
osystem is used it will not be deployable. MAAS now validates that the
uploaded osystem name is supported. BootResourceForm validation now happens
on the region without using RPC calls to the rack.

5ef34b5... by Alberto Donato

LP: #1774023 - Report the default pool as such in the pool listing

8603825... by Alberto Donato

LP: #1774026 - move "Resource pools" filter higher in the list

3d4e327... by Björn Tillenius

Reword the Machines column in the pools listing.

    * Show 'empty pool' if the pool is empty
    * Show 'zero' instead of 0.
    * Lower case 'Ready'.

01dce94... by Alberto Donato

LP: #1774025 - drop toggle between owner and pool in machine listing

f438379... by Alberto Donato

move pool-related functions under the pools tab scope

7e4593c... by Björn Tillenius

LP: #1773454 - Assigning multiple machines to a newly created pool only does for the first machine