Actions
Bug #34409
closedIdentifying CentOS Stream as CentOS_Stream breaks in upgrades
Difficulty:
Triaged:
No
Description
In #33470 (and with a fixup in #34302) Foreman started to identify CentOS Stream as CentOS_Stream. However, this is creating problems in upgrades because the description and title have been taken.
What Foreman 3.1 creates:
id | major | name | minor | nameindicator | created_at | updated_at | release_name | type | description | password_hash | title ----+-------+--------+-------+---------------+----------------------------+----------------------------+--------------+--------+-----------------+---------------+----------------- 1 | 8 | CentOS | | | 2022-02-07 18:05:55.944924 | 2022-02-07 18:05:55.944924 | | Redhat | CentOS Stream 8 | SHA256 | CentOS Stream 8
And Foreman Nightly:
foreman=# select * from operatingsystems; id | major | name | minor | nameindicator | created_at | updated_at | release_name | type | description | password_hash | title ----+-------+---------------+-------+---------------+----------------------------+----------------------------+--------------+--------+-----------------+---------------+----------------- 1 | 8 | CentOS_Stream | | | 2022-02-07 17:30:00.279439 | 2022-02-07 17:30:00.279439 | | Redhat | CentOS Stream 8 | SHA256 | CentOS Stream 8
CentOS Linux 8 is End of Life and has been removed from the repositories. In order to minimize the risk for users it's safest to keep the name the same, especially now that Foreman 3.2 is about to branch. That means reverting the name change.
The various fact parser alignments should stay in.
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Related to Feature #33470: Support CentOS Stream 8 detection based on all facts added
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Related to Bug #34302: Associate redhat templates with CentOS_Stream OS name added
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/9096 added
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/9098 added
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Subject changed from Revert identifying CentOS Stream as CentOS_Stream to Identifying CentOS Stream as CentOS_Stream breaks in upgrades
Changing the title to be a problem description rather than a solution.
Updated by Lukas Zapletal over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|322500588f3bf3a3f09a307377a0b607fb94f2d8.
Actions