~mpontillo/maas:review

Last commit made on 2017-09-14
Get this branch:
git clone -b review https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
review
Repository:
lp:~mpontillo/maas

Recent commits

3eb778d... by gbancroft

Add if external_dhcp

dcd3885... by gbancroft

Chaneg Aria label name

ad55e66... by gbancroft

Add relay info

c1e1172... by gbancroft

Add dhcp column

c83fb7a... by Andres Rodriguez

LP: #1642298 - Grub upgrades overwrites NVRAM, breaking MAAS boot order.

Grub2 package upgrades overwrite the NVRAM. This causes the MAAS written NVRAM to be overwritten, which causes machines to be unable to PXE boot in subsequent reboots.

9bb61b0... by Lee Trager

Return a query set of the latest run script results and their histories.

8a1bc1a... by Newell Jensen

Update hardware testing builtin script smartctl so that it no longer uses threads and instead takes a storage parameter.

6c056fd... by Newell Jensen

Update hardware testing builtin script badblocks so that it no longer uses threads and instead takes a storage parameter.

fc2f29b... by Newell Jensen

Add builtin script fio test for hardware testing.

ad72d23... by Lee Trager

Regenerate the current_testing_script_set when commissioning completes.

When commissioning finishes and there are testing scripts to run
maas_run_remote_scripts sends the TESTING signal. This changes node.status to
TESTING. Commissioning may have changed the storage devices available. MAAS now checks if any testing script to be run after commissioning uses the
storage parameter. If so the ScriptResult is deleted and a new one is created
which uses the default(test all storage devices).

maas_run_remote_scripts checks if any test scripts use the storage parameter
after the TESTING signal is sent. If so it redownloads the script tarball
which will contain the updated parameters.