~mpontillo/maas:pod-networking-add-host-field

Last commit made on 2018-07-09
Get this branch:
git clone -b pod-networking-add-host-field 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:
pod-networking-add-host-field
Repository:
lp:~mpontillo/maas

Recent commits

a7065f2... by Mike Pontillo

Format imports.

c6f64e0... by Mike Pontillo

Add host field to Pod model.

Also clean up comments in the Pod model to better match the overall MAAS code style.

5af06c1... by Newell Jensen

Add interface parameters to RequestedMachineInterface. This will be used to pass in the interface name to attach to, the attachment type (bridge/macvlan), and the macvlan mode if the attachment type is macvlan.

732f030... by Mike Pontillo

LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Add visited pattern to interface_enabled_or_disabled post-save signal handler for Interface model objects, to fix an infinite recursion bug seen during end-to-end testing while interfaces were being enabled and disabled on a rack controller.

46d6c27... by Lee Trager

LP: #1707216 - Allow machines with IPMI BMCs to be added without arch or MAC

Machines which use an IPMI BMC may now be added without giving an architecture and/or MAC addresses. If an incorrect MAC address is
given it will be automatically corrected.

a482282... by Anthony Dillon

LP: #1774424 - Fix the bond creation table

02c6ebe... by Newell Jensen

Add curtin late_command for s390x to be able to local boot.

5fc8727... by Newell Jensen

Add boot config for s390x.

41ee706... by Karl Williams

Make the initial 'delete space' button a neutral button, only the final confirmation step is now red

LP: #1730979 - Hide the edit button for the controller configuration when in edit mode

Fix display of delete confirmation in DHCP settings

Fix position of pod action buttons and correct button types

Controller list - change button to delete controller to negative (red)

30fc87f... by Andres Rodriguez

Initial changes for s390x enablement.

Set the default arches for the ports archive to include s390x and add related PXE files.