~newell-jensen/maas:update-snapcraft-path-makefile

Last commit made on 2019-08-31
Get this branch:
git clone -b update-snapcraft-path-makefile https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
update-snapcraft-path-makefile
Repository:
lp:~newell-jensen/maas

Recent commits

6b0fbce... by Newell Jensen

Update wording of error message.

96dec20... by Newell Jensen

Error out if using the snapcraft package.

c098953... by Newell Jensen

Execute snapcraft from snap instead of the package it is installed.

614d830... by Adam Collard

Add websocket handler to rename token

Fixes LP:1830178

43a0388... by Alberto Donato

cleanup unused prometheus files on regiond and rackd startup

6dbb893... by Björn Tillenius

Enable profiling of running rackd and regiond processes.

Sending SIGUSR1 to a running process will start profiling. Sending
SIGUSR1 a second time to the same process will stop profiling and dump
the file in /var/lib/maas/profiling/

For now, only the main thread gets profiled.

ae7b164... by Newell Jensen

Add LXD_SCRIPT that find's the rack's url and then downloads and exexutes the LXD binary for the commissioning machine. For controllers, the LXD binary is executed directly since we are already on the rack.

2639092... by Newell Jensen

Adds the ability to build MAAS debian packages. Adds LXD go vendor dependencies using godep. Updates makefiles and utilities/release-build.

ff5b35d... by Alberto Donato

optimize code for ListNodePowerParameters by reducing queries and materilized objects

Don't materialize other objects when getting nodes connected to a rack and use a single query to get nodes power parameters

73dc125... by Alberto Donato

add metrics for websocket queries count and latency