~ltrager/maas:lp1727551

Last commit made on 2017-10-26
Get this branch:
git clone -b lp1727551 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:
lp1727551
Repository:
lp:~ltrager/maas

Recent commits

662194a... by Lee Trager

LP: #1559353 - Rename ScriptResults named 00-maas-06-dhcp-unconfigured-ifaces to 00-maas-05-dhcp-unconfigured-ifaces

00-maas-06-dhcp-unconfigured-ifaces was previously renamed
00-maas-05-dhcp-unconfigured-ifaces. This only effected future runs of the
script, previous results still had the same name. This caused both the old and
new version to be shown in the UI. This adds a migration to rename
ScriptResults using the old name.

1d4972b... by Björn Tillenius

LP: #1559353 - 'Add Hardware > Chassis' cannot find off-subnet chassis BMCs

If no rack is directly connected to the chassis' subnet, all rack controllers are asked to add the chassis.

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

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.