~newell-jensen/maas:lp1706196

Last commit made on 2017-07-27
Get this branch:
git clone -b lp1706196 https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
lp1706196
Repository:
lp:~newell-jensen/maas

Recent commits

9b02c13... by Newell Jensen

Delete print statement used for debugging.

1737b4b... by Newell Jensen

Change logical statement for checking if 'tags' is part of the input_constraints.

fed8060... by Newell Jensen

Clean up code.

ba70382... by Newell Jensen

Add comment in code as to why we are not composing a machine during allocation when the constraints contain tags.

580b322... by Newell Jensen

LP: #1706196 -- Exclude pod machine composition during allocation if tags are supplied.

027666b... 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

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