~mpontillo/maas:workaround-netaddr-indexerror--2.3

Last commit made on 2018-02-09
Get this branch:
git clone -b workaround-netaddr-indexerror--2.3 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:
workaround-netaddr-indexerror--2.3
Repository:
lp:~mpontillo/maas

Recent commits

fc65ab5... by Mike Pontillo

Ignore IndexError in get_eui_organization().

 * Works around bug #1748031.

5dcf3e1... by Blake Rouse

Fixes LP #1743249 - Cache tftp, dhcp, and dns templates once they have been parsed by tempita.

b055ae6... by Mike Pontillo

LP: #1672947 - Disallow subnets with prefixlen=0

 * Add friendlier error message if an invalid CIDR is passed in.
 * Drive-by fix to use dict(form.errors), which provides nicer
   errors if tests fail.
 * Remove dead code in tests that checks for curtin's bzr revision.

Backports: b21db98eb41936369fc207b526a935e090781ec9

8f4e9c9... by Andres Rodriguez

Update debian/changelog to open 2.3.1

a08da9e... by Mike Pontillo

LP: #1743005 - Use Host header to determine host for metadata URL.

Backports: 3eda375636385a33c1f3fc447a86592b3a5a5f4b

6564105... by Lee Trager

Backport of d2d9197 LP: #1742137 - Make sure awk always outputs integers

memtester.sh uses awk to calculate the amount of memory available to test.
When systems have a large amount of memory awk was returning these values in
e notation which caused the kernel minimum value to be used instead.

c50ea74... by Alberto Donato

Backport 2c8be509e37f0509a4cd55b3f241b0b8000d20b1 - LP: #1642916: check if user has assigned resources before trying to remove

ec7f6c7... by Lee Trager

Backport of c70cb5e - LP: #1742290 - Ensure DEBIAN_FRONTEND=noninteractive is set in the script runner

While DEBIAN_FRONTEND=noninteractive is set in user_data.sh which calls
maas-run-remote-scripts sudo cleans the environment. Make sure noninteractive
mode is set in the current environment and whenever sudo is used.

28d46e8... by Andres Rodriguez

Drop pyopenssl and service_identity from requirements.txt.

These two packages are already installed as dependencies of python3-twisted. As such, these are not required to be listed in requirements.txt nor in the 'packages' part.

7b90188... by Andres Rodriguez

Backport 62aee4ec0461c62a5cd3cd290232f359b1d34973

Use the correct user-agent across the board.