Actions
Bug #22779
closedInstall command with variable $releasever lead to error
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
It bothers me each time
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Priority:
106
Name check:
To do
Fix check:
Checked
Regression:
No
Description
In https://docs.rudder.io/reference/7.3/installation/agent/rhel.html we are using $releasever
to detect the OS version but the variable take into account minor version too, and we don't support it.
Errors during downloading metadata for repository 'Rudder': - Status code: 404 for https://repository.rudder.io/rpm/7.3/RHEL_8.2/repodata/repomd.xml
we should have
RHEL_8
, not @RHEL_8.2@
Updated by Nicolas CHARLES over 1 year ago
- Severity set to Major - prevents use of part of Rudder | no simple workaround
Updated by Nicolas CHARLES over 1 year ago
- UX impact set to It bothers me each time
Updated by Nicolas CHARLES over 1 year ago
- User visibility set to Getting started - demo | first install | Technique editor and level 1 Techniques
- Priority changed from 0 to 114
Updated by Nicolas CHARLES over 1 year ago
- UX impact deleted (
It bothers me each time) - Priority changed from 114 to 0
Updated by Nicolas CHARLES over 1 year ago
- Severity deleted (
Major - prevents use of part of Rudder | no simple workaround) - UX impact set to It bothers me each time
Updated by Nicolas CHARLES over 1 year ago
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- Priority changed from 0 to 114
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.2.8 to 7.2.9
- Priority changed from 114 to 113
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.2.9 to 7.2.10
- Priority changed from 113 to 112
Updated by Alexis Mousset over 1 year ago
- Target version changed from 7.2.10 to 7.2.11
- Priority changed from 112 to 111
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 7.2.11 to 1046
- Priority changed from 111 to 109
Updated by Alexis Mousset about 1 year ago
- Target version changed from 1046 to 7.3.8
- Priority changed from 109 to 107
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 7.3.8 to 7.3.9
- Priority changed from 107 to 106
Updated by Benoît PECCATTE about 1 year ago
- Status changed from New to In progress
Updated by Benoît PECCATTE about 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-doc/pull/1017
Updated by Benoît PECCATTE about 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-doc|7b0b3a341967459c280ec21da3728cd23e154f13.
Updated by Alexis Mousset about 1 year ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ about 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.9 and 8.0.2 which were released today.
Actions