~cgrabowski/maas:bulk_db_deploy_workflow

Last commit made on 2024-05-11
Get this branch:
git clone -b bulk_db_deploy_workflow https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
bulk_db_deploy_workflow
Repository:
lp:~cgrabowski/maas

Recent commits

ac0e5f4... by Christian Grabowski

WIP add deploy workflow units

16e439e... by Javier Fuentes

feat: enable deployment time metric

18f2962... by Wyatt Rees

fix: check if enrolment config is given before trying to read it

ca4e98b... by Javier Fuentes

Update maas-offline-docs to 90a67de2f
Update doc for enabling FIPS and real-time using cloud-init

27e5d52... by Jacopo Rota

feat: bump default lts from focal to jammy

cb2b108... by Eline Maaike De Weerd

fix: lp-2054709 propagation of workflow execution error messages for power actions

94dac10... by Björn Tillenius

Bug #2043970: MAAS 3.2.9 creates for Calico Interfaces 80.000 fabrics

Redo the fix for bug #2043970.

In some cases we need to create VLANs/fabrics for interfaces that don't have
links. For example for VLAN interfaces, often it's the VLAN interface that has
an address, while the underlying physical interface often is without any
address. In that case, the physical interface should have a VLAN that is on the
same fabric as the VLAN interface.

Also removed the check whether a machine is a controller. A controller is not
special. It's a deployed machine. If Calico is installed on a controller, we
should not create useless fabrics.

de1684e... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to eef7c645c
chore(deps): update all non-major dependencies (#5421)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

31f4ca2... by Stamatis Katsaounis

feat: add perf tests for API v3 machine listing

915882c... by Anton Troyanov

fix(tftp): legacy BIOS mode fails with 0-size cfg

The fix for GRUB introduced in a0b47aba48b2ad324c34b42aed9f47a7dfc85b28
lead to an issue with legacy BIOS mode, which is expecting to receive
`Error code 1: File not found` for non existing pxelinux.cfg config
files instead for a 0-size result.

Resolves LP:2063844