~mpontillo/maas:add-mtu-to-ipv4-dhcpd-conf--bug-1735207

Last commit made on 2018-02-10
Get this branch:
git clone -b add-mtu-to-ipv4-dhcpd-conf--bug-1735207 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:
add-mtu-to-ipv4-dhcpd-conf--bug-1735207
Repository:
lp:~mpontillo/maas

Recent commits

772e14e... by Mike Pontillo

Update template to only render MTU if it is not 1500. Update triggers.

7568b39... by Mike Pontillo

Send VLAN MTU information to be used with DHCP configuration.

12ee233... by Mike Pontillo

websockets: Enable DNSResource and DNSData editing.

 * Add update method on domain websocket.
 * Refactor code to ensure users have admin privileges for editing a domain.
 * Add create, update, and delete methods on domain websocket for
   DNSData and DNSResource objects.
 * Refactor SQL query for resource records to optionally include database IDs.
 * Ensure zone generator gets results in the old format, so that it is not
   confused by the addition of any database IDs.
 * Refactor JSON websocket output to include database IDs.

88854aa... by Andres Rodriguez

LP: #1739761 - Addd the ability to deploy a precise squashfs image.

3113b76... by Björn Tillenius

Don't prompt for a password in createadmin if external auth is used.

If IDM is used for authentication, we still want to use createadmin
to precreate the admin. Prompting for a password is only confusing,
though, since it won't be used.

b21dc1b... by Björn Tillenius

Add a CLI command to configure external authentication.

Currently configuring external authentication won't do anything, but
the config will later be used to trigger authentication via IDM.

c5bfc86... by Blake Rouse

Don't use twisted plugin cache. Load the plugins inside of MAAS source code.

This removes the need for twisted to update the dropin.cache file along with removing the need of installing the twisted plugin files in the python twisted namespace.

d3b1977... by Newell Jensen

Add remaining audit event types.

2ac4bef... by Newell Jensen

Add audit events for SSL keys.

00a60cb... by Mike Pontillo

Ignore IndexError in get_eui_organization().

 * Works around bug #1748031.