~bjornt/maas:bug-2073731-hotfix

Last commit made on 2024-07-26
Get this branch:
git clone -b bug-2073731-hotfix https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
bug-2073731-hotfix
Repository:
lp:~bjornt/maas

Recent commits

375b1f4... by Björn Tillenius

test: fix intermitten test_Commission_starts_commissioning failure

The test assumed a certain ordering of the ids, but relied
on postgres default ordering.

b4d06ee... by Björn Tillenius

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

Don't fail if we can't detect any ciphers.

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)