~andreserl/maas:lp1749281_squid_renable

Last commit made on 2018-02-14
Get this branch:
git clone -b lp1749281_squid_renable 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:
lp1749281_squid_renable
Repository:
lp:~andreserl/maas

Recent commits

ba45bde... by Andres Rodriguez

LP: #1749281 - When removing MAAS revert system proxy back to original state

9dbf2a4... by Alberto Donato

add RootKey model and KeyStore class for macaroons signature

62eaa9a... by Alberto Donato

depend snap on ubuntu-keyring

30666b5... by Newell Jensen

LP: #1749017 -- Fixes event query error for null node or user.

cc51bf1... by Blake Rouse

Fixes LP: #1748569 - Only update the region when the service status change.

23a5fa6... by Lee Trager

Capture the NIC vendor, product, and firmware version.

MAAS captures the network information about a system by processing the output
of ip addr. ip addr does not contain the vendor, product, or firmware version
of the NIC but it is contained in the lshw output. Since the lshw
commissioning script is sent before ip addr output it can be processed by the
ip addr hook to gain the additional information.

6f819e6... by Alberto Donato

fix run-regiond script for the snap

485df7e... by Alberto Donato

drop compatibility with old python3-macaroonbakery 0.0.6 (since 1.1.0 is in bionic)

c70f02a... by Andres Rodriguez

Update packaging to match 2.4.0-a1 release and 2.4.0-a2 opening

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.