~newell-jensen/maas:pod-compose-check-requested-interface-can-pxe

Last commit made on 2018-08-02
Get this branch:
git clone -b pod-compose-check-requested-interface-can-pxe 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:
pod-compose-check-requested-interface-can-pxe
Repository:
lp:~newell-jensen/maas

Recent commits

c8a047b... by Newell Jensen

Check all interfaces before raising ValidationError for whether or not we have a bootable VLAN.

047197b... by Newell Jensen

Review fixes, take two.

290ca8a... by Newell Jensen

Review fixes.

d454319... by Newell Jensen

Raise a ValidationError when passing network constraints when composing a machine if None of the interfaces will be able to PXE boot.

dbe7172... by Blake Rouse

Add new maas_internal_domain setting that allows changing the internal domain used by MAAS for internal service publishing. Triggers a DNS update when the setting changes.

487d44f... by Mike Pontillo

Interpret interfaces constraint when composing machines from a pod.

e82be48... by Newell Jensen

Update the pods forms and API for host and default_macvlan_mode

* Allows an admin to set the pod's host to null.
* Displays host and default_macvlan_mode fields.
* Adds classmethod for returning just the system_id of the pod's host.

3db25ad... by Kit Randel

Migrate add partition form to maas-obj-form.

7d5e031... by Blake Rouse

Switch to using lpxelinux.0 for amd64 and i386 pxe booting machines. Use HTTP path in generated pxelinux.cfg for loading the kernel and initrd.

7efd4f5... by Blake Rouse

Add logging for nginx image access to rackd.log and to node event log. Remove logging by mac address in tftp.py.

Logging by MAC address was removed because it will not always be correct, especially when the client is behind DHCP relay. Converting IP to MAC address was also a heavy function, removal will improve performance of the TFTP server and prevent blocking of the reactor.