~ltrager/maas:lp1781598

Last commit made on 2018-11-19
Get this branch:
git clone -b lp1781598 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1781598
Repository:
lp:~ltrager/maas

Recent commits

8881354... by Lee Trager

Test that the cache is filled

10eda7f... by Lee Trager

Merge branch 'master' into lp1781598

7f232d1... by Steve Rydz

LP: #1797488 - UX improvements for KVM pod deploy

4549376... by Lee Trager

cleanup

1c14933... by Lee Trager

Fix tests

4eceddc... by Lee Trager

LP: #1781598 - Prefetch and cache all data to load the subnet websocket.

c60b07c... by Spencer Seidel

Added API annotations to rackcontrollers and collected run-time examples in the examples file.

99ea2bc... by Blake Rouse

Fixes LP: #1801389 - Queue messages to syslog until the logging handler can actually connect.

594f8f8... by Mike Pontillo

LP #1803188: Prevent creation of multiple IPs (per subnet, per interface) during commissioning.

In some situations, the IP address from the preboot environment differs
from the IP address acquired by the DHCP client during commissioning. This
results in MAAS linking the interface to the subnet twice, which is
unexpected and can cause problems for future usage of the machine.

b4ca8cc... by Mike Pontillo

Add ability for WebSocket server to reply to ping requests.

Note that this has nothing to do with the Ping/Pong portion
of the WebSocket protocol defined by RFC 6455. Because
browsers often do not recognize stalled WebSocket connections,
this allows the application to proactively send traffic in
order to detect connection timeouts.

Partial fix for bug #1802325.