~andreserl/maas:lp1664822_2

Last commit made on 2017-07-14
Get this branch:
git clone -b lp1664822_2 https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
lp1664822_2
Repository:
lp:~andreserl/maas

Recent commits

9fae3a3... by Andres Rodriguez

fix make format

af46669... by Andres Rodriguez

Add test

8b61312... 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

250ce9c... by Mike Pontillo

Add index on family(ip) for each StaticIPAddress.

 * This change greatly improves the execution time of the
   maasserver_routable_pairs view.

LP: #1702669