~mpontillo/maas:websocket-clear-discoveries--bug-1815934

Last commit made on 2019-02-14
Get this branch:
git clone -b websocket-clear-discoveries--bug-1815934 https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
websocket-clear-discoveries--bug-1815934
Repository:
lp:~mpontillo/maas

Recent commits

39c1235... by Mike Pontillo

Switch to HandlerPermissionError; add tests.

95a0175... by Mike Pontillo

LP: #1815934 - Add Discoveries.clear() function to websocket handler.

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