~maas-committers/maas/+git/maas-performance:2.6-performance-spike

Last commit made on 2019-08-16
Get this branch:
git clone -b 2.6-performance-spike https://git.launchpad.net/~maas-committers/maas/+git/maas-performance
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
2.6-performance-spike
Repository:
lp:~maas-committers/maas/+git/maas-performance

Recent commits

48de4b9... by Björn Tillenius

Use a different user for each machine when registering the BMC.

This will make MAAS create one BMC per machine, which works around the
bug where registering two machines in parallel having the same BMC
fails.

Also, having one BMC per machine makes sense from a performance testing
point of view, since that's usually the situation in real data centers.

688ed0e... by Alberto Donato

add callback to tasks so that exceptions get raised and are visible in output

bdcb94c... by Alberto Donato

support use of bridge interfacess, refactor exec code

9445e8b... by Björn Tillenius

Make the lshw data unique per machine.

23eac62... by Björn Tillenius

Send commission and install events.

The events are sent, but for some reason they are reported as 'node
status' events instead of commission/install events.

1b54a6d... by Alberto Donato

pass the loop to asyncio.sleep

92a3d2e... by Björn Tillenius

allow making deploying machines work.

4a6c749... by Björn Tillenius

Allow a machine to be commissioned.

8db39a7... by Björn Tillenius

Turn off the machine after commissioning.

54c3b7f... by Björn Tillenius

Finish enlistment processing by running the commissioning scripts.