~ya-bo-ng/maas:pod-details-wrapping-issues

Last commit made on 2018-04-16
Get this branch:
git clone -b pod-details-wrapping-issues https://git.launchpad.net/~ya-bo-ng/maas
Only Anthony Dillon can upload to this branch. If you are Anthony Dillon please log in for upload directions.

Branch merges

Branch information

Name:
pod-details-wrapping-issues
Repository:
lp:~ya-bo-ng/maas

Recent commits

21464f3... by Anthony Dillon

Fix the compose pod button layout

0b955f4... by Anthony Dillon

Fix align classes on columns

9145008... by Anthony Dillon

Improve the layout and wrapping in the pod details

ec43e47... by Lee Trager

LP: #1763831 - Only show available actions

0e39ebd... by Mike Pontillo

LP: #1753496 - Add NTP server for peer rack, if appropriate.

ea1b23b... by Lee Trager

LP: #1730525 - Use the hwe commissioning kernel when entering the ephemeral environment from a deployed state with a newer Ubuntu release

fa9b26d... by Blake Rouse

Split apart the settings page into different tabs.

c0ec882... by Alberto Donato

filter related node types via SQL in zones websocket handler

30729b9... by Andres Rodriguez

LP: #1759284 - Change the interface name gathering during commissioning

The interface names can now be larger than 8 characters before Bionic. Bionic forward these can be much larger than that. This caused issues where ifconfig -s would not output the whole interface name. As such, change the mechanism in which how we discover the interfaces for the DHCP commissioning script.

720fa5c... by Lee Trager

LP: #1760919 - Allow ScriptResults to be skipped

Scripts may now signal 'skipped' in the result YAML. This tells MAAS the
script was unable to run but does not change the state of the node. The SMART
tests use 'skipped' when SMART is unavailable on a device.