~mpontillo/maas:include-attach-method-in-discovered-machine-interfaces

Last commit made on 2018-08-10
Get this branch:
git clone -b include-attach-method-in-discovered-machine-interfaces 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:
include-attach-method-in-discovered-machine-interfaces
Repository:
lp:~mpontillo/maas

Recent commits

31b0c67... by Mike Pontillo

Fix missed test (provisioningserver.drivers.pod.tests.test_base).

41f8734... by Mike Pontillo

Format imports. Fix lint.

9e3f7f4... by Mike Pontillo

Include attach_type and attach_name in DiscoveredMachineInterface from virsh pod driver.

335d0d9... by Mike Pontillo

Use interface labels from contraints when composing machines.

c9ad0ba... by Blake Rouse

Consolidate the NTP and DNS into the same twisted service.

This consolidation causes less RPC calls from the rack controller to the region controller. Lot of the code is very similar so it helps with cleanliness and the squid on the rack piece will be added to this service.

3834665... by Lee Trager

Always send custom storage configuration with preseed.

MAAS now always sends custom storage configuration when supported by Curtin.

root-tgz are GNU/Linux images which should support the same custom storage
configuration options. Offically MAAS/Curtin now supports Ubuntu, CentOS, and RHEL.

root-dd images can only use custom storage configuration to tell Curtin to deploy the DD to the boot storage device.

5fa67a6... by Andres Rodriguez

LP: #1785721 - Allow read, update and delete a resource pool with its name

d9038a3... by Blake Rouse

Fix log.err in DHCP configuration to actually log the traceback.

45497b1... by Mike Pontillo

Enhance machines allocate API to allow interface constraints to be used for pod networking.

ee36537... by Andres Rodriguez

debian/maas-rack-controller.postinst,postrm: Disable/enable nginx

MAAS now depends on nginx. Since the package automatically binds to port 80, MAAS enables/disables it on install/remove accordingly.