Actions
Bug #24971
closedSearch for machine type (virtual, physical) does not work
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The search with a criteria on machine type (whatever the value) always return an empty set.
This can be tested in UI (group or node search, with harware > Machine Type criteria) or via API, with something like:
curl --globoff -k -X GET -H "X-API-TOKEN: xxxx" 'https://xxxxx/api/latest/nodes?where=[{"objectType":"machine","attribute":"machineType","comparator":"eq","value":"Virtual"}]' | jq -r '.'
Updated by François ARMAND 6 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 6 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5713
Updated by Anonymous 5 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4b3018aa5a72cee9f5ee8760996fbb238645bd0d.
Updated by Vincent MEMBRÉ 5 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.4 which was released today.
Actions