~adam-collard/maas:ui-master-to-main

Last commit made on 2022-05-25
Get this branch:
git clone -b ui-master-to-main https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
ui-master-to-main
Repository:
lp:~adam-collard/maas

Recent commits

eaf8d91... by Adam Collard

Switch UI from master to main

4b1b788... by Adam Collard

Skip IPoIB in update_interface

91346b6... by Christian Grabowski

include maas-internal to make fqdn

85bf502... by Christian Grabowski

use x-forwarded-for ip for deciding preseed url if available

e2cce93... by Björn Tillenius

Move store_node_power_parameters to metadataserver.api.

That's the only place where it's used.

ed464c2... by Alberto Donato

rename ScriptSet.requested_scripts to tags, only store tags

Currently, the field ends up storing a mix of script names, IDs and tags, but it's only really used to find the requested tags to match the for_hardware scripts in the second stage of deployment (once hardware has been detected)

ff12e8f... by Björn Tillenius

Run machine-resources commissioning script before bmc-config.

This allows bmc-config to use the machine-resources output to find the
Redfish Host Interface.

0c400ce... by Adam Collard

LP:1939456 Skip IPoIB interfaces at startup

3479555... by Christian Grabowski

use default fabric if unable to find one

WIP handle no link to find fabric for child interfaces

d16491e... by Anton Troyanov

feat(tls): force cert-check when cert is updated

When `maas config-tls enable` is called with new certificate ensure
that we check new certificate right away to remove notifications
about previous certificate expiration.