~blake-rouse/maas:fix-rack-rpc-conn

Last commit made on 2017-10-25
Get this branch:
git clone -b fix-rack-rpc-conn https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-rack-rpc-conn
Repository:
lp:~blake-rouse/maas

Recent commits

51df2e0... by Blake Rouse

Improve the logging and add a test for the fully connected log.

6bd8871... by Blake Rouse

Fix rackd RPC connections to only connect once and in parallel. Fix regiond RPC output to not include IP addresses that duplicate across regions. Fix precentage calculation for rackd connections.

46c70a7... by Alberto Donato

A few documentation fixes

d00ae66... by Alberto Donato

Fix bash error in connect-to-snap-database script

534978c... by Andres Rodriguez

Really fix DNS work around for ephemeral env.

73c69f6... by Lee Trager

LP: #1721886 - Add ScriptResult trigger.

Add a Postgres trigger for the ScriptResult table which pushes an update
through the ScriptResult websocket. The code which maintains an organized
list of results has been moved from the controller to the manager so results
are inserted and updated in order.

730d9b3... by Andres Rodriguez

LP: #1724181 - Add missing packaging deps for python3-maas-client

c8e9ac0... by gbancroft

Fix LP: #1681464 Footer - External links on mobile should be in own row

d388d7a... by Blake Rouse

Ensure a good postgresql connection with the connected utility.

All the twisted helpers including the deferToDatabase use the connected() utility. This utility was not verifying that the postgresql connection that it could use was actually a good connection. This now ensures that it is a usable connection before yielding.

3f5c6b2... by Andres Rodriguez

LP: #1724904 - Allow changing lease time for all subnets with a global DHCP snippet.