maas:branch-3.4.3-hotfix-bug-2073731

Last commit made on 2024-07-26
Get this branch:
git clone -b branch-3.4.3-hotfix-bug-2073731 https://git.launchpad.net/maas
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
branch-3.4.3-hotfix-bug-2073731
Repository:
lp:maas

Recent commits

300f619... by Björn Tillenius

fix: don't fail commissioning if no suitable IPMI ciphers can be detected

Some BMCs (like HPE ILO 5 3.05) seems to not report all the ciphers
that actually are enabled.

Instead of failing commissioning, we now only print out a warning.

Resolves LP:2073731

56ec7f0... by Christian Grabowski

Prepare for 3.4.3 release

eda32da... by Christian Grabowski

Revert "Prepare for 3.4.3 release"
This reverts commit 6fe04b82f1428c1124f4856ed154547084e5dbb9.

490f440... by Jacopo Rota

fix: during commissioning reset the interface vlan only if an ip address on that vlan exists

(cherry-picked from f183792675a15179c0d6283d54f97a76e5022031)

6fe04b8... by Christian Grabowski

Prepare for 3.4.3 release

99de245... by Christian Grabowski <email address hidden>

Prepare for 3.4.3 RC1 release

a9f8269... by Björn Tillenius

fix: lp-2029522. Check if the connection was already dropped in the connectionpool disconnect method.

(cherry picked from commit c97dc1b3d16b561eb72cd282e83a68678a375570)

1c07a56... by Björn Tillenius

Bug #2066276: ipv6 test failures: AttributeError: 'RRHeader' object has no attribute '_address'

fix: parse DNS results correctly

(cherry picked from commit 4f6ef7d4e2feab5445b39330949ed5a13d10d526)
(cherry picked from commit 557d3f62aa3399150b84cfc95949cd3416c6ce04)

Limit test processes in parallel to 4 by default.

It's possible to change the number of parallel processes by passing
in the MAAS_MAX_TEST_PROCESSES environment variable. For example:
MAAS_MAX_TEST_PROCESSES=8 utilities/run-py-tests-ci

This aims to reduce the number of intermittent failures in our CI.

(cherry picked from commit b2df4b603143d36e95b7e0d8e6b442fd2ac7c8ed)

Apply intermittent test failure fix from e4d49a5503.

10b30a9... by Jacopo Rota

fix: lp-2031482. If a controller interface has moved to a VLAN in another fabric, move all the assigned subnets to the new VLAN/fabric. For machines, simply clear all the IPs.

(cherry-picked from 0ad0bd21810d29be72546324cf5cf870ffa75167)

5a5221d... by Jacopo Rota

fix: lp-2064281. The mac address that the rack controller communicates to the region when the machine's configuration is requested must be normalised

(cherry-picked from 5c528c657e916ec6dce9e231b54a26205a243885)