~newell-jensen/maas:add-interfaces-to-compose-api-docstring

Last commit made on 2018-08-22
Get this branch:
git clone -b add-interfaces-to-compose-api-docstring 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:
add-interfaces-to-compose-api-docstring
Repository:
lp:~newell-jensen/maas

Recent commits

9ce0c5e... by Newell Jensen

Update ip constraint to state that the IP address is allocated if it is available.

d0dd9f6... by Newell Jensen

Add interfaces to pod's compose API endpoint docstring.

bb3363f... by Anthony Dillon

Align the checkboxes with the label with editing package repositories

994e63a... by Mike Pontillo

Allow IP addresses to be allocated when a machine is composed from a pod.

c0ec536... by Newell Jensen

Remove a Pod's host within the BMC model, forms, and API.

e031bad... by Andres Rodriguez

debian/*: Improve packaging towards being lintian clean.

There are various packaging errors. This branch improves it so there are significantly less, but it doesn't make it fully lintian clean.

a2d5bda... by Blake Rouse

Add debug flag to maas-rack config.

Adds the ability to enable and disable debug mode in rackd.conf.

c29d854... by Lee Trager

Use GRUB to determine what the local boot loader is.

Instead of using a template based on the osystem to generate the GRUB
configuration use GRUB to locate the local bootloader. This ensures no
matter what a custom image is named it will still boot under UEFI. If
no boot loader is found GRUB will now exit allowing the next device
configured to boot.

d74a858... by Blake Rouse

Add a lot of debug messages around DHCP both on the region and rack side. Fix issue where a failure on DHCP configure will not retry. Separate the concurrency lock of DHCP into DHCPv4 and DHCPv6 (because they are two different processes).

3404794... by Andres Rodriguez

debian/maas-rack-controller.postinst,rules: Enable/start maas-rackd on package postinst; disable autostart.

Improvement to prevent the daemon from starting before a config file is present on the disk (as it is autogenerated on postinst). This suppress tracebacks that alarm users.