~andreserl/maas:2.3_deploy_precise_squashfs

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

Recent commits

f8e1d8d... by Andres Rodriguez

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

727fdca... by Lee Trager

Backport of 583a8cc: LP: #1749246 - Only create generic hardlink for ga generic kernels.

c852d39... 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.