~ltrager/maas:lp1707562

Last commit made on 2019-02-13
Get this branch:
git clone -b lp1707562 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:
lp1707562
Repository:
lp:~ltrager/maas

Recent commits

3be9f76... by Lee Trager

LP: #1707562 - When an admin creates a machine start commissioning using form.

When an administrator uses the API to create a machine start commissioning
using the CommissionForm. This allows the administrator to set all
commissioning options.

96bc98d... by Kit Randel

Gitignore OSX fuse tempfiles.

13c37fa... by Alberto Donato

move the prometheus endpoint under /metrics in regiond

605db7b... by Björn Tillenius

LP #1815606: amttool can't be executed due to missing perl modules

The issue was that amttool uses perl from the core18, which doesn't
have those modules installed.

Set up PERL5LIB when running rackd to include all the necessary modules.

6ff0528... by Blake Rouse

Add Node model method to copy storage from a source node on the node. Requirements for the operation to succeed is that the nodes have the same number of disks and that the destination nodes disks are the same size or bigger than the source node.

Matching of the block devices between the 2 nodes goes through a hierarchy to provide the best match between the 2 nodes. A three step process is done to ensure the best match, while also increasing the likely hood of the clone operation succeeding.

Due to the nature of virtual block devices that allow more partitions and filesystems to be layered on top, the code is rather complex. It iterates over the filesystem groups and cache sets in layers cloning each layer until moving up to the next layer to clone. This cloning of filesystem groups and cache sets is continued until no more filesystem groups or cache sets exist for the node.

fe0570c... by Alberto Donato

expose prometheus metrics for the rackd, add metric for GetBootConfig

225eed0... by Newell Jensen

LP: #1814623 -- Don't require node_id power parameter for Redfish. If not supplied by the user, search for the first available system's id.

14b0b1d... by Steve Rydz

LP: #1811389 - Fix saving of resource pool for pods

b8b67c0... by Steve Rydz

LP: #1479721 - Add bulk tagging

20c8795... by Mike Pontillo

Modify default gateway selection algorithm to return all gateways in priority order, rather than one for each address family.