~newell-jensen/maas:pod-virsh-unit-tests

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

Recent commits

3531e45... by Newell Jensen

Add some missing unit tests for provisioningserver.drivers.pod.virsh

962b6bf... 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.

04ad0c7... by Mike Pontillo

Fix debian/changelog so that it works with the release-build script again.

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.