~ltrager/maas:images_maas_io_stable

Last commit made on 2020-10-16
Get this branch:
git clone -b images_maas_io_stable 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:
images_maas_io_stable
Repository:
lp:~ltrager/maas

Recent commits

95c930b... by Lee Trager

ack fix

7040711... by Lee Trager

Point the default images stream to http://images.maas.io/ephemeral-v3/stable/

a62b82a... by Caleb Ellis

Update maas-ui to 5eb27b2
fix(legacy): correctly truncate network summary DHCP column (#1769)

bdd796d... by Bill Wear

Update maas-offline-docs to 15cef79
Committing working production-html-<build-type> directories. Offline makefile is working for the most part, buggy, needs to tune up tools to remove RAD menus from masters and clean up URLs for offline version. Unified makefile coming next week, runs too long to debug quickly. maas-documentation-25.html added to production root dirs, handles guiding the user through the rest of the HTML. Please test.

5feac89... by Huw Wilkins

Update maas-ui to 41d3c66
fix(footer): prefix the offline docs with the provided basename

Remove the hardcoded offline docs prefix and use the basename from the env var.

Fixes: canonical-web-and-design/maas-ui#1762

07c14a9... by Lee Trager

Determine and configure the IPMI cipher suite id with bmc-config or ipmitool.

BMC firmware can be buggy and different tools surface these bugs in
different ways. bmc-config works on all machines in the MAAS CI while
ipmitool doesn't detect anything on the ARM64 machine. However a user
has reported that ipmitool detects cipher 17 on his system while
bmc-config doesn't. To make sure MAAS uses the most secure cipher
suite id check both.

37eb6fa... by Adam Collard

Update maas-offline-docs to 57b53f7
Merge huwshimi/add-404

bc256f2... by Lee Trager

Verify that an IPMI BMC is configured for secure use.

30-maas-01-bmc-config will now ensure an IPMI BMC is configured to allow
remote use securely. As not all BMCs have all settings missing settings
are quietly ignored. To ensure the BMC isn't overwhelmed with commands
all BMC settings are read and stored at once. MAAS now limits IPMI username, password, and K_g key to 20 characters.

0abf659... by Dougal Matthews

Improve the release notification logic

For MAAS 2.9 and above we can improve the release notification logic by
including a database migration and making the notification dismissal a
timestamped model.

This update also replaces attrs with dataclasses since we don't need to
backport it to older versions.

ddb7ddd... by Caleb Ellis

Update maas-ui to 3a886c4
fix(legacy): show VM as NUMA-aligned if its host has only one NUMA node (#1765)