~ltrager/maas:lp1705508

Last commit made on 2017-07-26
Get this branch:
git clone -b lp1705508 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1705508
Repository:
lp:~ltrager/maas

Recent commits

fae3bca... by Lee Trager

Set the no_proxy environment variable to 127.0.0.1,localhost.

When MAAS starts the boot image import process 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: #1705508

78ee263... by Newell Jensen

LP: #1548402 - Handle errors in preseeds

Ensure that MAAS prevents starting the deployment of a machine if the preseeds fail to render.

8226394... by Lee Trager

Remove accidentally committed tar.

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

3dd8eed... by Mike Pontillo

Prevent RegionService from using empty lists.

LP: #1705254

2365edd... by Mike Pontillo

Ensure that disabled interfaces do not create new fabrics.

816571a... by Mike Pontillo

Enhancements to package build scripts

 * Allow seleciton of distribution when running release-package script.
 * Use BASH_SOURCE to determine the runtime directory.
 * Update maintiner e-mail address before signing.
 * Update .gitignore for debian/ tree integration.
 * Drive-by fix to use proper argument to select commit.
 * Use exit trap to clean up changelog.
 * Add a script to set up pbuilder-dist for each supported distribution.
 * Add a script to create .debs for each platform, and a Debian repository
   in a format that can be served via HTTP.

f0fa353... by Blake Rouse

Return only one connection per rack controller from getAllClients. Fixes lp: #1704489.

d81fd47... by Newell Jensen

LP: #1700802 -- Add missing networking constraint names.

4c0cf27... by Newell Jensen

Set the machine's min_hwe_kernel to the setting's default_min_hwe_kernel when commissioning.