canonical / spread

Spread - Convenient full-system test (task) distribution
GNU General Public License v3.0
101 stars 58 forks source link

LXD add profiles to list of system options #188

Open javierdelapuente opened 3 months ago

javierdelapuente commented 3 months ago

LXD profiles are useful to define the characteristic of the LXD container, and also to use privileged containers.

For example, you can run tools like rockcraft using the profiles from MicroK8S.

The image in the LXD tests is updated to 24.04.

(Waiting for https://github.com/snapcore/spread/pull/179 to land before this PR) Besides, the LXD backend cannot ssh to the image, as the new cloud init images add files to /etc/ssh/sshd_config.d/*. These file are also patched to allow password authentication.