~r00ta/maas:MAASENG-2165-support-filter-by-ephemeral-deployment

Last commit made on 2023-09-15
Get this branch:
git clone -b MAASENG-2165-support-filter-by-ephemeral-deployment https://git.launchpad.net/~r00ta/maas
Only Jacopo Rota can upload to this branch. If you are Jacopo Rota please log in for upload directions.

Branch merges

Branch information

Name:
MAASENG-2165-support-filter-by-ephemeral-deployment
Repository:
lp:~r00ta/maas

Recent commits

be2448c... by Jacopo Rota

fix dynamic test

ff755a7... by Jacopo Rota

fix dynamic test

d6bf4ca... by Jacopo Rota

add deployment_target in filter_groups response

5a73f84... by Jacopo Rota

refactoring

0b8d227... by Jacopo Rota

refactoring

996f30e... by Jacopo Rota

use deployment_target instead of ephemeral_deploy in filters

d1d5232... by Jacopo Rota

support filter by ephemeral_deploy property in machine list websocket handler

07d6354... by Jacopo Rota

Avoid domain names in cloud_init preseed_url for custom ephemeral deployments

e87fd63... by Peter Makowski

Update maas-ui to 29eaba414
docs: Update HACKING.md (#5156)

- add info about JSDoc to `HACKING.md`

7ec94fc... by Björn Tillenius

Make tarball uploads have the correct extension.

When doing a deploy to ram, the initramfs we use look at the file
extension to determine what kind of file the image is. A name like
root-tgz won't work, it has to be root.tgz.

I migrated the filenames in the database, but not on disk. Non-ephemeral
deploys will continue working, even though the filename in the db and
on disk are different. Eventually, when the rack syncs images from
the region, the file will be renamed on disk as well.