~bjornt/maas:api-acquire-from-pool

Last commit made on 2018-01-12
Get this branch:
git clone -b api-acquire-from-pool https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
api-acquire-from-pool
Repository:
lp:~bjornt/maas

Recent commits

af18784... by Björn Tillenius

Fix test failures.

ce9b85e... by Björn Tillenius

Merge remote-tracking branch 'upstream/master' into api-acquire-from-pool

ace0ba8... by Björn Tillenius

Review fixes.

0837911... by Björn Tillenius

Typo.

955c953... by Alberto Donato

Fix TFTP in the bionic snap. Generalize helpers to get env with locale.

c70cb5e... by Lee Trager

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.

463f5d9... by Björn Tillenius

Add a pool constraint to the allocate API command.

3950892... by Blake Rouse

Fixes LP #1742195 - Fix pod details page so it shows the composed machines.

0907127... by Lee Trager

maas_run_remote_scripts should always send a final signal.

593570c introduced a regression where if no test script was selected
maas_run_remote_scripts would not send a final signal telling MAAS
commissioning had finished. This left the machine stuck in
commissioning until it timed out.

c3a5436... by Alberto Donato

Properly format validation errors for acquire, deploy and commission actions