Actions
Bug #36547
closedFix parsing of Ubuntu version in fact parsers
Difficulty:
Triaged:
Yes
Description
The PuppetFactParser
and RhsmFactParser
parse the Ubuntu version specified in the VERSION_ID
field in file /etc/os-release
wrongly.
For example: If we have Ubuntu version 22.04.3 only the major version 22.04 is available in the VERSION_ID
field in file /etc/os-release
. The fact parsers split this into major and minor version resulting in wrong values of major version 22 and minor version 04.
Reference for Ubuntu versioning: https://docs.theforeman.org/nightly/Provisioning_Hosts/index-katello.html#Creating_an_Operating_System_for_Ubuntu_provisioning)
Updated by Markus Reisner over 1 year ago
- Subject changed from Ubuntu version not parsed correctly by fact parsers to Fix parsing of Ubuntu version in fact parsers
- Description updated (diff)
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9760 added
Updated by The Foreman Bot 8 months ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/9760)
Updated by The Foreman Bot 8 months ago
- Pull request https://github.com/theforeman/foreman/pull/10145 added
Updated by Anonymous 7 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d690fa772475adc612ca11f6bd3a0209a8133126.
Updated by The Foreman Bot 5 months ago
- Pull request https://github.com/theforeman/foreman/pull/10153 added
Updated by Evgeni Golov 4 months ago
- Related to Bug #37738: Fact upload on Ubuntu fails with "Validation failed: Name Operating system version already exists" added
Updated by The Foreman Bot 4 months ago
- Assignee set to Evgeni Golov
- Pull request https://github.com/theforeman/foreman/pull/10279 added
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Category set to Facts
- Triaged changed from No to Yes
Actions