~mpontillo/maas:delete-subnet--bug-1702527

Last commit made on 2017-07-14
Get this branch:
git clone -b delete-subnet--bug-1702527 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:
delete-subnet--bug-1702527
Repository:
lp:~mpontillo/maas

Recent commits

dce090e... by Mike Pontillo

Add fix for the issue.

b9c87e5... by Mike Pontillo

Create test case for the issue (WIP).

4c0cf27... by Newell Jensen

Set the machine's min_hwe_kernel to the setting's default_min_hwe_kernel when commissioning.

a662317... by Andres Rodriguez

LP: #1664822 - Ensure failure to set Lan_Channel doesn't cause complete script failure

b2acbe0... by Andres Rodriguez

LP: #1609496 - Increase & add 'wait_time' for IPMI to allow it working for older & broken BMC's

48efa80... by Mike Pontillo

Refactor rack registration to allow deferred fabric creation.

This allows update_interfaces() to be called in two modes: one which
creates all fabrics immediately (the current behavior), and the other
which only creates 'disconnected' physical interfaces and skips child
interface creation and deletion.

This work is necessary so that in the future, a rack can register,
perform beaconing, and update its interfaces with any additional
topology data the beacons can provide.

Also updates all test scenarios for update_interfaces() to make sure
they work with the old 'one phase' approach and the new 'two phase'
approach. (That is, the interfaces are created in exactly the same
way even if fabric creation is deferred.)

cf634e6... by Mike Pontillo

Make version check utilities work for the rack.

This allows rack-only installations to determine their version.

Also moves code to determine MAAS version to the src/provisioningserver.

19ac1ff... by Andres Rodriguez

LP: #1664822 - Enable IPMI over LAN if disabled

ba8b493... by Blake Rouse

Set the re-check intercal for rack to region RPC connections to the lowest value when a RPC connection is closed or lost. (Fixes lp: #1703845).

bb6ed43... by Andres Rodriguez

LP: #1703713 - Fix missing link on domain details page