~cgrabowski/maas:use_fqdn_with_subnet_resource_name_in_preseed

Last commit made on 2022-05-24
Get this branch:
git clone -b use_fqdn_with_subnet_resource_name_in_preseed https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
use_fqdn_with_subnet_resource_name_in_preseed
Repository:
lp:~cgrabowski/maas

Recent commits

953f026... by Christian Grabowski

fetch internal domain from config

8170aa6... 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.

820c160... by Alberto Donato

some cleanups for network preseed generation code