~andreserl/maas:add_allow_dns

Last commit made on 2018-08-10
Get this branch:
git clone -b add_allow_dns https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
add_allow_dns
Repository:
lp:~andreserl/maas

Recent commits

8434538... by Andres Rodriguez

Fix test by correctly pulling the subnet cidr and not the whole object

88929cc... by Andres Rodriguez

Add migration

46ae65b... by Andres Rodriguez

Add new test

068dd51... by Andres Rodriguez

Add allow_dns option to the subnet

97a4849... by Andres Rodriguez

LP: #1774206 - Add config option 'dns_trusted_acl'.

MAAS DNS has a 'trusted' ACL that lists the networks that are allowed to use MAAS for DNS resolution. This option allows to specify other networks (or IPs/ACLs) not known to MAAS that can use it for DNS resolution.

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.