mantle icon indicating copy to clipboard operation
mantle copied to clipboard

Mantle: Gluing Container Linux together

Results 47 mantle issues
Sort by recently updated
recently updated
newest added

This is only implemented for qemu at the moment, though it'd be a mostly mechanical change to propagate it to the other providers. For our pipeline testing, we need to...

The subnet determines the Availability Zone. If in that zone no machines are available, running an instance will fail. The other Availability Zones probably have machines available and the code...

``` $ podman run --rm localhost/mantle:latest No command provided: Please choose one of the following: - ore - kola - plume $ podman run --rm localhost/mantle:latest kola version mantle/kola version...

If I initially run kola without the iam passrole permissions then I end up with a instance profile that doesn't have a role associated with it. In this case I...

kind/bug
component/kola

go mod tidy ends up updating some libraries (go/x stuff mostly) that breaks the build. We're using versions that are quite old. We should update it to work with the...

Should say e.g. whether it created the bucket or whether it already existed. Similarly for the `vmimport` role.

kind/enhancement
component/ore
low hanging fruit

Do not claim the machine is not reachable when it actually is and is just booting. If it times out while booting, also log active jobs.

Kola tests sometimes fail the machine check because systemd is still in the `starting` state. Specifically sometimes this check times out while stilling in the "starting" state: https://github.com/coreos/mantle/blob/master/platform/platform.go#L328

It looks like there's a race with the `cl.locksmith.cluster` test where the system stops sshd too fast and causes the ssh command to fail which then causes the test to...

component/kola
kind/flake

With the current design of plume + os documentation it is not possible to do OS releases without the release image existing in all regions on certain cloud providers. This...

kind/enhancement
component/plume