~mpontillo/maas:rack-version-utils

Last commit made on 2017-07-12
Get this branch:
git clone -b rack-version-utils 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:
rack-version-utils
Repository:
lp:~mpontillo/maas

Recent commits

f660088... by Mike Pontillo

Fix imports.

7adaa6b... by Mike Pontillo

Make version check utilities work for the rack.

This allows rack-only installations to determine their version.

5d95ec9... by Mike Pontillo

Move code to determine MAAS version to the rack.

19ac1ff... by Andres Rodriguez

LP: #1664822 - Enable IPMI over LAN if disabled

ba8b493... by Blake Rouse

Set the re-check intercal for rack to region RPC connections to the lowest value when a RPC connection is closed or lost. (Fixes lp: #1703845).

bb6ed43... by Andres Rodriguez

LP: #1703713 - Fix missing link on domain details page

250ce9c... by Mike Pontillo

Add index on family(ip) for each StaticIPAddress.

 * This change greatly improves the execution time of the
   maasserver_routable_pairs view.

LP: #1702669

6fcca7f... by Newell Jensen

Update the disk when editing the disk in the UI and not only the filesystem. This saves a new disk name if that was changed. Code for any filesystem updates is still in tact via the machine websocket handler update_disk method.

c42c839... by Blake Rouse

Lower the maximum number of connections per worker to 9 connections is allowed as 1 is reserved for the .

Allowing each worker to have a maximum of 10 connections open at a time. A region controller with 4 workers will use a maximum of 40 connections. This allows 2 region controllers to run without needing to increase the maximum number of PostgreSQL connection (default is 100 connections).

8b72793... by Данило Шеган

Switch to using Django 1.11 and a new import of django-piston3 as a git repo in Launchpad with all our fixes for building a snap.

Fix snap to use pymongo-based BSON library just like Ubuntu's python3-bson package is (recent beaconing changes require bson.BSON which is not present in pypi bson version).