~newell-jensen/maas:lp1788756

Last commit made on 2018-08-24
Get this branch:
git clone -b lp1788756 https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
lp1788756
Repository:
lp:~newell-jensen/maas

Recent commits

19d0b69... by Newell Jensen

LP: #1788756 -- Only raise no network error for network attached or non-specified interfaces.

67b0c8d... by Newell Jensen

Raise exception only for network or non-specified networks if there is no network present.

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.