thp-canonical
thp-canonical
This will probably fail until #178, #179 and #181 are merged.
If there's any stray UNIX domain sockets in the project directory, Spread fails to pack the project. To reproduce this issue, create a socket (you can Ctrl+C the command as...
This fixes the issue that SSH login wouldn't work after a ubuntu-22.04 image is deployed. While `tuneSSH()` tries to set `PasswordAuthentication` to `yes` in `/etc/ssh/sshd_config`, Ubuntu 22.04 images in LXD...
With the ubuntu-22.04 image, the network interface seems to be sometimes named "enp5s0" instead of "eth0". To be compatible with both old and new releases, consider any non-loopback interface viable...
The `lxd help list` ([manpage](https://documentation.ubuntu.com/lxd/en/latest/reference/manpages/lxc/list/#lxc-list-md)) command help says that the filter passed in (we pass in `name`) can be multiple things: * A prefix of the instance name * A...
Assuming my `spread.yaml` contains the following definition: ```yaml backends: lxd: systems: - ubuntu-22.04: environment: PLATFORM: amd64 - ubuntu-22.04-arm64: environment: PLATFORM: arm64 ``` In a task, I might want to pack...
## Summary Trying to follow the Get started guide to install MicroK8s on a fresh Ubuntu 23.10 (mantic) install results in an error about community repositories when trying to enable...
## Done Remove `microk8s enable istio` from the instructions, because it depends on community repositories ## QA - Check out this feature branch - Run the site using the command...
Stumbled upon this while looking for This has been added in snapd back in the day here: * https://github.com/canonical/snapd/pull/4775 Move conditionals to the correct case where they belong (e.g. >=...
This has been ported from a similar change in Pebble: * https://github.com/canonical/pebble/pull/441 The explicit logging feature was implemented in snapd in commit https://github.com/canonical/snapd/commit/16c3680b78d, but this requires a developer to know...