~mpontillo/maas:fix-random-choice-no-choices

Last commit made on 2017-07-19
Get this branch:
git clone -b fix-random-choice-no-choices 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:
fix-random-choice-no-choices
Repository:
lp:~mpontillo/maas

Recent commits

d12f855... by Mike Pontillo

Fix incorrect assumptions.

911c847... by Mike Pontillo

Prevent RegionService from using empty lists.

LP: #1705254

2365edd... by Mike Pontillo

Ensure that disabled interfaces do not create new fabrics.

816571a... by Mike Pontillo

Enhancements to package build scripts

 * Allow seleciton of distribution when running release-package script.
 * Use BASH_SOURCE to determine the runtime directory.
 * Update maintiner e-mail address before signing.
 * Update .gitignore for debian/ tree integration.
 * Drive-by fix to use proper argument to select commit.
 * Use exit trap to clean up changelog.
 * Add a script to set up pbuilder-dist for each supported distribution.
 * Add a script to create .debs for each platform, and a Debian repository
   in a format that can be served via HTTP.

f0fa353... by Blake Rouse

Return only one connection per rack controller from getAllClients. Fixes lp: #1704489.

d81fd47... by Newell Jensen

LP: #1700802 -- Add missing networking constraint names.

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.)