~mpontillo/maas:ignore-tunnel-interfaces--bug-1788780

Last commit made on 2018-08-24
Get this branch:
git clone -b ignore-tunnel-interfaces--bug-1788780 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:
ignore-tunnel-interfaces--bug-1788780
Repository:
lp:~mpontillo/maas

Recent commits

87b44b8... by Mike Pontillo

Fix typo.

062e469... by Mike Pontillo

LP: #1788780 - Ignore tunnel interfaces (such as those created by hypervisors) when gathering interfaces for MAAS management.

febaae2... by Blake Rouse

Retry a maximum of 3 times when MAAS response a 503 service unavailable or conflict.

f2962a4... by Andres Rodriguez

Update debian/changelog to match that of the release

ab01a63... by Lee Trager

Fix intermittent test failure testNode.test_storage_layout_issues_returns_invalid_when_bcache_on_centos

factory.make_Node() was creating machines with a random filesystem. Sometimes
that would pick ZFS which is not supported on CentOS/RHEL.

49bc544... by Newell Jensen

Re-add 'host' to DISPLAYED_POD_FIELDS so that the pod's host can be seen in the API output.

0a06a23... by Newell Jensen

Add Audit events for bcache cacheset API endpoint.

665ca2b... by Mike Pontillo

LP: #1788430 - Fix skip_networking calculation on machine compose.

Also refactor the code a little for easier unit testing.

5204f1e... by Blake Rouse

Add timeout on the rack controller of 30 seconds for DHCP configuration.

This ensures that even if the DHCP configuration gets stuck that at most 30 seconds later it will be cancelled and another one will be performed. The timeout error is propagated back to the region controller so the region will request the rack controller to update again, with the latest information.

98b49d9... by Newell Jensen

Add interfaces to pod's compose API endpoint docstring.