~andreserl/maas:disable_nginx_on_install

Last commit made on 2018-08-06
Get this branch:
git clone -b disable_nginx_on_install https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
disable_nginx_on_install
Repository:
lp:~andreserl/maas

Recent commits

3a04eee... by Andres Rodriguez

debian/maas-rack-controller.postinst,postrm: Disable/enable nginx on install/remove accordingly

adcd9b6... by Lee Trager

Add VMware ESXi OS driver

aef1d14... by Blake Rouse

Improve get_resource_name_for_subnet and add tests.

3765f1a... 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.

4c81142... by Lee Trager

Add get_xinstall_parameters helper.

5dd34ac allowed both custom and windows images to use all supported DD
formats however two seperate lists were maintained. This adds a helper method
any OS driver can use to find its xinstall_parameters. All OS drivers now use
this helper method and duplicated tests have been removed.

26c5b41... by Blake Rouse

Use internal MAAS domain as the preseed URL of a deploying machine.

Using the IP address the deploying machine contacted on the rack controller, the subnet is determined. If that subnet is known and doesn't have any DNS nameservers defined, then it uses MAAS DNS to as the URL to contact the metadata endpoint.

040aad6... by Blake Rouse

Trigger DNS publication when on first and last RPC connection of a rack controller.

With IP addresses for a rack controller being tracked the same as a machine, those events already cause the DNS publication to occur.

4720d30... by Blake Rouse

Generate the zone file for the MAAS internal domain.

Using the *connected* rack controllers a resource per subnet is created for the internal domain. Each resource (aka. subnet) has the IP addresses of all connected rack controllers on that subnet.

BIND was not happy with allowing '_' in the internal domain name. The branch switches to using 'maas-internal' as the internal domain name. The validation for the 'maas_internal_domain' setting has also been changed to use the default validation for creating/updating a object in MAAS.

67a6089... by Kit Randel

Make Storage > Available Disks and Partitions machine name labels clickable.

fa25968... by Kit Randel

Fix alignment of Storage actions heading.

Additionally, replace the "Remove cacheset" button with a contextual action item, consistent with the other sections in Storage.