maas:3.2

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

Branch merges

Branch information

Name:
3.2
Repository:
lp:maas

Recent commits

8ca75da... by Mauricio Faria de Oliveira

Prepare for 3.2.11 release

10032f4... by Jacopo Rota

refactor(rpc): rework the region and cluster rpc protocols

(backported from commit f94381c8cdd9855d5ba4d3728117e7d872cb6c90)
[mfo: backport:
 refresh context lines around import statements:
 - src/maasserver/rpc/regionservice.py: hunk 1
 - src/provisioningserver/rpc/clusterservice.py: hunk 1
 - src/provisioningserver/rpc/testing/__init__.py: hunk 1
 - src/provisioningserver/rpc/tests/test_common.py: hunk 1]
 revert PEP585 (in py39; focal is py38):
 - src/provisioningserver/rpc/common.py
   SecuredRPCProtocol.__init__(): list[bytes] -> List[bytes]]
Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

d4620cc... by Adam Collard

s/warn/warning/ to avoid deprecated method

(cherry picked from commit 1d6ed83aadbad024f149d4ae9e049914a5aa8472)

642e18d... by Igor Brovtsin

Updated IP for "no route" test in "provisioningserver.utils.tests.test_network:TestGetSourceAddress"

(cherry picked from commit 7ab74d5a37f602e50de0e973d2707eac1b1c6d41)

075f513... by Adam Collard

Flaky test fixes - use MAAS_WAIT_FOR_REACTOR timeout globally

* Move crochet.get_timeout to maastesting.get_testing_timeout
* Migrate rpc fixture to use global timeout value
* Migrate provisioningserver.rackdservices to use global test timeout
* Migrate remaining .wait([0-9]+) to use global TIMEOUT
* MAASTwistedRunTest callers to use global TIMEOUT

(cherry picked from commit c0b1aa18f06a87f1e0a0c6744ca8f9937d284334)

728f1b8... by Adam Collard

Add info to help understand what happened when crochet tests timeout

(cherry picked from commit 3413d76d9ba5fdad02239b1198fa4e2ed894e0a9)

69d2264... by Alberto Donato

use "localhost" insted of IP as DNS address

This is needed with newer dig version as passing "127.0.0.1" when in IPv6 mode
causes it to fail with the following response:

;; Skipping mapped address '::ffff:127.0.0.1'
;; No acceptable nameservers

(cherry picked from commit 7dca5357ff7df3eaeeb84baf813b154f93b63758)

998bfe6... by Adam Collard

Fix flaky test trying to generate a shared secret

End result to wait 60s instead of 10s

(cherry picked from commit 6f6e40de3d011d3f59be57329c0259d530fa865c)

ecccc7f... by Mauricio Faria de Oliveira

Reapply "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."

This reverts commit 205aaf2476ece76bc50ae61b14f33acda4d1c058.

04a11a8... by Mauricio Faria de Oliveira

Revert "Prepare for 3.2.11 release"

This reverts commit 5996fed9693d5a997786761876b365eea17a1769.