~blake-rouse/maas:fix-1708052-2.2

Last commit made on 2017-08-16
Get this branch:
git clone -b fix-1708052-2.2 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1708052-2.2
Repository:
lp:~blake-rouse/maas

Recent commits

467c7fa... by Matt Rae

LP: #1708052 -- Quick erase doesn't remove md superblock

Increase write to 2 MB to beginning of the disk so software raid superblock are wiped.

e34eded... by Blake Rouse

Backport c2aed3017ef73b5af23c72d40c9c0c0fc1cf475f and 6ffe84b98701cff8ead64d082b807642da83f326 from master.

LP: #1707971 - Only expose the source address for each subnet on a region controller.

fdd2a22... by Newell Jensen

Backport 4bd80838b1c0b4bcbac23eccf734e0b02a568bff from master.

LP: #1704444 -- Catches and raises error message to API/CLI for 500 errors caused by power actions already in progress.

8751f91... by Andres Rodriguez

Update CHANGELOG

d8a34a8... by Newell Jensen

Backport 203936f14ba93a88ec95eb63f548af35adb226f7 from master.

LP: #1706196 - Don't allocate composed machine with tags.

Exclude pod machine composition during allocation if tags are supplied.

2a2fb20... by Lee Trager

Set the no_proxy environment variable to 127.0.0.1,localhost.

When MAAS starts importing boot resources it sets the proxy environment
variables for the whole process, if an external proxy is set. No exceptions were made for 127.0.0.1 or localhost. Region refresh sends results to itself over HTTP. Because no exceptions were allowed region refresh failed.

Fixes: LP: #1705508
Backport: 027666bfbc56fbd52ebcd40ac0d9e71a9d4cc41e

ac4abda... by Lee Trager

Emulate a terminal when logging script output

Some applications don't properly detect that they are not being run in a
terminal and refresh output for progress bars, counters, and spinners. These
characters quickly add up making the log difficult to read. When writing output
from an application emulate a terminal so readable data is captured.

Fixes: LP: #1705792
Backport: abc094c196c4f7c7d96bb336f0f33c894eeff0bb

e197e9e... by Lee Trager

Allow uploading images with the format osystem/release.

All images uploaded are now of rtype UPLOADED. Users can upload using the format osystem/release where osystem is a supported OS.

Fixes: LP: #1701694, #1361370

78d97d0... by Mike Pontillo

Prevent RegionService from using empty lists.

LP: #1705254
Backports: 3dd8eedfba921760f98ea54805d05c86e63266ec

b2a64fb... by Andres Rodriguez

Update CHANGELOG