~newell-jensen/maas:api-suppress-script-results

Last commit made on 2019-03-21
Get this branch:
git clone -b api-suppress-script-results 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:
api-suppress-script-results
Repository:
lp:~newell-jensen/maas

Recent commits

8fbb4e3... by Newell Jensen

Update docstring for the update method so that suppressed shows in the --help.

1df971e... by Newell Jensen

Should be using request.PUT for include_output and hardware_type. Add unit tests for these parameters.

c401448... by Newell Jensen

Review fixes. Fix output to be similar to read method.

8246bf6... by Newell Jensen

delete tabs and trailing whitespace from API sampledata.

fa58649... by Newell Jensen

Review fixes and added API doc sampledata.

fd173bb... by Newell Jensen

Add ability to update script results to the API. Currently, this is only used to toggle whether or not the script results are suppressed or not.

543ae79... by Newell Jensen

Add suppressed BooleanField to ScriptResult to monitor whether or not this script result should be suppressed in the event that it has a failed status.

7a378f9... by Caleb Ellis

Add status actions dropdown to machines list table

0889a54... by Alberto Donato

add metrics for node CPU usage

ad107b0... by Lee Trager

Add VMFS6 storage layout.

The VMFS6 storage layout models the storage layout the VMware ESXi 6
installer writes to the disk. The only minor difference is that VMware ESXi 6
skips partition 4 which is not possible in MAAS. The node storage layout
validation method has been updated to properly validate VMware as well.