~maas-committers/maas/+git/maas-performance:3.0-rework

Last commit made on 2022-09-15
Get this branch:
git clone -b 3.0-rework 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:
3.0-rework
Repository:
lp:~maas-committers/maas/+git/maas-performance

Recent commits

71942cf... by Christian Grabowski

add update to machine-resources output

remove deprecated loop args

switch to non-deprecated eventloop fixture

patch check_output in tests

enable asyncio in tests

make event tests pass

update dependencies to resolve conflicting versions

c6b304e... by Björn Tillenius

Add a script to setup nginx.

6b9e941... by Björn Tillenius

Make the commissioning process work with MAAS 3.0.

Older versions of MAAS is currently not supported.

d7607b4... by Alberto Donato

WIP fix boot mode detection

0608f74... by Alberto Donato

fix script result mangling for unique mac/uuid

acae641... by Alberto Donato

fix redfish endpoint handlers and urls for trailing slashes

137e009... by Alberto Donato

rename/update commissioning scripts

219d802... 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.

9a7532b... by Alberto Donato

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

30cafce... by Alberto Donato

support use of bridge interfacess, refactor exec code