~ltrager/maas:ipmi_verify_settings

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

Recent commits

c73e3db... 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.

29ede95... by Huw Wilkins

Update maas-ui to cbdf289
feat(legacy): display release notifications on the dashboard

Add angular support for release notifications and display them on the dashboard.

d0e11bb... by Huw Wilkins

Update maas-ui to c959c7f
Extract power types from descriptions.

c83e623... by Kit Randel

Update maas-ui to e1fe2b8
feat(legacy): add mark broken error description to machine details (#1745)

Fix #1726

Co-authored-by: Caleb Ellis <email address hidden>

73bc5c9... by Caleb Ellis

Update maas-ui to 37587b1
refactor(ui): update fabric to use a slice (#1747)

Replace the fabric reducers and actions with a slice.

2a34219... by Dougal Matthews

Add release notifications to MAAS

This change adds a new release notification service which periodically
queries the configured simplestream and checks the metadata for any
release notifications.

The notifications are created for all users and if a user dismisses the
notification it will be resurfaced every six weeks.

f7b0390... by Huw Wilkins

Update maas-ui to 4ff3d08
test(cypress): improve the cypress machine add test

Use a more reliable method for getting the success message when adding a machine in the cypress
test.

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

940b104... by Huw Wilkins

Update maas-ui to 5ab0504
test(cypress): add authentication tests

Add Cypress tests for logging in and authentication from legacy.

Fixes: canonical-web-and-design/maas-ui/issues/992. Fixes:
canonical-web-and-design/maas-ui/issues/429.

97c5316... by Huw Wilkins

Update maas-ui to 778d149
test(ui): add a test for login with special chars

Test that the login api method encodes special chars

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

b94d62a... by Huw Wilkins

Update maas-ui to bafe023
fix(legacy, ui): fix nav links to have full paths

Generate full paths for the header nav links.

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