~bjornt/maas:bug-1559353-add-chassis-no-subnet

Last commit made on 2017-10-26
Get this branch:
git clone -b bug-1559353-add-chassis-no-subnet 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-1559353-add-chassis-no-subnet
Repository:
lp:~bjornt/maas

Recent commits

809a241... by Björn Tillenius

Fix intermittent test failure.

b2f6b77... by Blake Rouse

Fixes LP: #1727073 - [2.3] rackd — 12% connected to region controllers.

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.

eb5441c... by Mike Pontillo

LP: #1696661 - Present alternate DNS servers in a multi-region MAAS

d809ed8... by gbancroft

LP: #1686763 - MAAS blanks out search query

Change the submit button to a reset button, the user can clear the search by clicking the X or by tabbing to the X, but hitting return does nothing.

b73faac... by Alberto Donato

use the address of the interface with the default gateway as maas init default

44268d5... by Björn Tillenius

Add comment.

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.