~cgrabowski/maas:modify_migration_0318_for_backporting

Last commit made on 2024-03-19
Get this branch:
git clone -b modify_migration_0318_for_backporting 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:
modify_migration_0318_for_backporting
Repository:
lp:~cgrabowski/maas

Recent commits

4c73ba6... by Christian Grabowski

modify migration 0318 to depend on 0304 and add no-op merging the two

35bf549... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 83c7eb31b
chore(deps): update testing libraries (#5355)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

21cf88e... by Alexsander de Souza

fix: get Ubuntu kernel for ephemeral deployments

fixes LP#2057939

37bb6c4... by Jacopo Rota

fix: lp-2058273. Make the sync-bootresources workflow deterministic

046c7a7... by Jacopo Rota

fix: lp-2057748. The UI provides the keyring data file content as a base64 encoded string. On the backend we have to decode the string with base64 accordingly.

81a9976... by Jacopo Rota

fix: lp-2058037. Ensure get-bootresourcefile-endpoints activity fails if the region is not exposing its ip yet.

3b58876... by Anton Troyanov

fix: /run/maas should be owned by maas

`/run` is usually a tmpfs mount, and it is not persistent across reboots, so
`/run/maas` should not be created using .dirs, .install or .postinst scripts.

MAAS has various services that store their directories and files under
`/run/maas`, but because some services are run as root (e.g. dhcp), this leads
to ownership issues when `mkdir -p` is used (e.g. DHCP will create
`/run/maas/dhcp`)

In order to solve ownership issue, this commit changes DHCP service directory
to `/run/maas-dhcp` while keeping `/run/maas` only for files related to MAAS
itself (not external 3rd party services)

Resolves LP:2056222
Resolves LP:2056225

b7f2542... by Jones Ogolo <email address hidden>

Update initial SQL

6466b0c... by Jones Ogolo <email address hidden>

Update maas-ui to 84ff1641a
feat: update image sync (tooltip) information (#5352)

07a613f... by Peter Makowski

Update maas-ui to 2384eb408
fix: cannot stop importing images MAASENG-2864 (#5351)