~ltrager/maas:lp1904329

Last commit made on 2020-11-17
Get this branch:
git clone -b lp1904329 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1904329
Repository:
lp:~ltrager/maas

Recent commits

fa3986e... by Lee Trager

LP: #1904329 - Check for SMARTCTL support using alternative string

2646e0a... by Bill Wear

Update maas-offline-docs to 106d1c7
removing extraneous files from master branch (also testing whether i branched correctly)

a576450... by Bill Wear

Update maas-offline-docs to b3932f7
final commit before branching 2.9

ae6569d... by Lee Trager

Release 2.9.0 RC1

1f457d9... by Björn Tillenius

LP #1903673: Deploying a machine sometimes takes a long time

The 'ping' command would simply hang sometimes and the RPC call to check
the IP would time out after 2 minutes.

The most likely culprit is that when spawning the ping process, twisted
is acting up in a weird way. I haven't been able to pin-point the
problem, though. The only way I could get it to work was to not use
reactor.spawnProcess.

6b1922f... by Alberto Donato

use json output for "ip neigh" call

4b67274... by Alberto Donato

add missing markers for IP address in log message for dnsresource

3889b9b... by Alberto Donato

drop unneded MAASTestType testcase metaclass

It was only meant to check that the "scenarios" (if defined) is not a
generator. There was only one case where this was happening, which this change
also fixes.

db100a2... by Dougal Matthews

Remove the find-early-imports utility script

The benefit of this script is very limited, and after removing most of
the __all__ definitions it was even more limited. It was also buggy and
was confused by the use of __all__ in the signals.testing file, which is
why that could only be removed when the script was

45bc730... by Dougal Matthews

Remove the testtools monkeypatch that maybe fixed a bug

The upstream fix was landed in 2016 and included in testtools 2.4.0