osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

osism validate kernel-version still expects the Ubuntu 20.04 Kernel #705

Closed Nils98Ar closed 10 months ago

Nils98Ar commented 11 months ago
dragon@manager01:~$ osism validate kernel-version

PLAY [Run kernel_version validator] ********************************************

TASK [osism.validations.kernel_version : Check kernel version] *****************
fatal: [manager01.xyz.cloud]: FAILED! => {"changed": false, "msg": "5.4 does not match configured kernel_version 5.15.0-79-generic"}
berendt commented 11 months ago

You have to set kernel_version_expected in environments/configuration.yml. We do not enforce specific Kernel series at the moment. Because of this you have to track the expected kernel version on your own.

Nils98Ar commented 11 months ago

So the default is not maintained? Is it expected that we have

?

I would expect that the Ubuntu 22.04 kernel (5.15) is default.

berendt commented 11 months ago

The default is simply set. Feel free to open a PR to change it to the default kernel of Ubuntu 22.04. But since you can also use HWE etc., the version there should not give the impression that exactly this version is necessary.

berendt commented 10 months ago

That's fixed. New default is 6.2.