~newell-jensen/maas:lp1788910

Last commit made on 2018-08-28
Get this branch:
git clone -b lp1788910 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:
lp1788910
Repository:
lp:~newell-jensen/maas

Recent commits

71ad7c8... by Newell Jensen

Fix docstring.

70a3974... by Newell Jensen

LP: #1788910 -- check that a newly composed vm can startup properly. If it can't, it is deleted, otherwise, it is turned off and composition can proceed.

6d0ace7... by Spencer Seidel

Added basic support for docstring annotation and template rendering in api doc output. Did *not* incorporate auto capturing of maas API output for this branch to try and keep the review a reasonable size. Will work that part in a separate branch at some point.

766d8f1... by Newell Jensen

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

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