~deadlight/maas:commission-actions

Last commit made on 2018-03-27
Get this branch:
git clone -b commission-actions https://git.launchpad.net/~deadlight/maas
Only Karl Williams can upload to this branch. If you are Karl Williams please log in for upload directions.

Branch merges

Branch information

Name:
commission-actions
Repository:
lp:~deadlight/maas

Recent commits

fe34551... by Karl Williams

Make commission action options inline

c875e6e... by Anthony Dillon

Fix the filtering on the devices listing page

67b5959... by Newell Jensen

Enable over commit ratios in the UI and API. This allows you to set the over commit ratio for over commitable pods during creation or updating.

84a9fd2... by Andres Rodriguez

Change the IPMI_BOOT_TYPE options to be more user friendly.

This allows to specify the boot type with generalized options instead of forcing the user of freeipmi-tools terminology.

cc5216f... by Lee Trager

LP: #1757153 - Fix script runtime while running.

c70ed06... by Andres Rodriguez

LP: #1750622 - Add ability to force the BIOS boot method, and auto discover it during enlistment/commissioning

4e6d1d8... by Anthony Dillon

LP: #1751902 - A number of UX/design tweaks

3f49134... by Alberto Donato

Report account type (local or external) the UI and API

bc0479b... by Björn Tillenius

Add a 'maas init' command to the deb package.

It works similar to the one in the snap package, except that it
will only configure external authentication and create an admin.

4f7d7e4... by Björn Tillenius

Factor out common init code.

We currenty have 'maas init' in the snap, and we want to add add a 'maas
init' command to the deb package as well. This branch factors out the
functionality we want in the deb package, so that the snap and deb
command can share the code.

Also, tests were added for the factored out code, since most of it was
untested before.