~mpontillo/maas:surface-post-commissioning-errors--bug-1718517

Last commit made on 2017-10-27
Get this branch:
git clone -b surface-post-commissioning-errors--bug-1718517 https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
surface-post-commissioning-errors--bug-1718517
Repository:
lp:~mpontillo/maas

Recent commits

c64f617... by Mike Pontillo

Add tests.

b218304... by Mike Pontillo

LP: #1718517 - Handle and properly surface post-processing errors during commissioning.

f4f742a... by Lee Trager

LP: #1727551 - 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.

313a240... by Blake Rouse

Fixes LP: #1726474 - Retry FOREIGN_KEY_VIOLATIONS in the transactional retry context.

FOREIGN_KEY_VIOLATIONS can occur do to other regiond processes performing an action on the same node. This will now retry those actions if they fail with FOREIGN_KEY_VIOLATIONS. If the code is wrong in general this will not mask that error as after the retries pass it will still fail.

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