Bug #2169
Accept new nodes history show short version of OS
| Status: | Released | Start date: | 2012-01-12 | |
|---|---|---|---|---|
| Priority: | 3 | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Webapp - Node management | |||
| Target version: | 2.3.7 | |||
| Needs translating: | No | Pull Request: |
Description
This (for example "Debian) is inconsistent with other displays that show the full version (ie "Debian GNU/Linux 6.0.2 (squeeze)")
Associated revisions
Fixes #2169 : the serialisation of the os name in the event was not correct, so the osName displayed in the history wasn't the right one
Fixes #2169 : the serialisation of the os name in the event was not correct, so the osName displayed in the history wasn't the right one
Merge branch 'branches/rudder/2.3'
- branches/rudder/2.3:
Refs #2383 Change maven.normation.com to rudder-project in pom.xml
Revert "Refs #2383 Replace maven.normation.com by rudder-project"
Refs #2383 Replace maven.normation.com by rudder-project
Fixes #2169 : the serialisation of the os name in the event was not correct, so the osName displayed in the history wasn't the right one
History
#1
Updated by Jonathan CLARKE over 1 year ago
- Target version changed from 2.3.6 to 2.4.0~alpha4
#2
Updated by François ARMAND over 1 year ago
- Assignee set to Arthur ANGLADE
#3
Updated by Arthur ANGLADE over 1 year ago
- Status changed from 2 to In progress
#4
Updated by François ARMAND over 1 year ago
- Target version changed from 2.4.0~alpha4 to 2.4.0~alpha5
#5
Updated by Arthur ANGLADE over 1 year ago
The field seems to be empty in current version. When looking on demo.rudder-project.org/rudder/secure/assetManager/manageNewServer the full OS version is correctly displayed, but not in history.
The variable used : "osFullName" is supposed to receive a long description about the os (distribution, type, version, etc)from LDAP in Srv.scala, and does not.
#6
Updated by François ARMAND over 1 year ago
- Status changed from In progress to Discussion
- Assignee deleted (
Arthur ANGLADE) - Target version changed from 2.4.0~alpha5 to 2.4.0~alpha6
OK, that bug should be looked by FAR or NCH, as it seems to be a deep problem.
#7
Updated by Jonathan CLARKE about 1 year ago
- Target version changed from 2.4.0~alpha6 to 2.4.0~alpha7
#8
Updated by Nicolas CHARLES about 1 year ago
- Status changed from Discussion to Pending technical review
- Assignee set to Nicolas CHARLES
when we accept/refuse a node, and event is created in the eventlog, and the details within the event log are used to show the history
However, the serialisation of the osName was not valid (it wasn't the full os name).
#9
Updated by Jonathan CLARKE about 1 year ago
Is this not a bug in 2.3 also?
#10
Updated by Nicolas CHARLES about 1 year ago
indeed it is, i'm correcting also on 2.3
#11
Updated by Nicolas CHARLES about 1 year ago
- % Done changed from 0 to 100
#12
Updated by Jonathan CLARKE about 1 year ago
- Target version changed from 2.4.0~alpha7 to 2.3.7
#13
Updated by François ARMAND about 1 year ago
- Status changed from Pending technical review to Released
OK !