~ya-bo-ng/maas:fix-bond-options

Last commit made on 2018-07-06
Get this branch:
git clone -b fix-bond-options 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:
fix-bond-options
Repository:
lp:~ya-bo-ng/maas

Recent commits

4522c06... by Anthony Dillon

LP: #1774424 - Fix missing bond options regression

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.

a3adb2a... by Lee Trager

Allow index listing of rack controller images

The previous HTTP server allowed users to view images available, this restores that functionality.