Actions
Bug #13772
closedNetwork group criteria not working
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:
Getting started - demo | first install | level 1 Techniques
Effort required:
Very Small
Priority:
0
Name check:
Fix check:
Regression:
Description
Gateway criterium:
- Network interfaces > Gateway > Regex > .*192.168.* -> no match (there should be 15)
- Network interfaces > Gateway > 1s defined -> 1 match (there should be 15)
- Network interfaces > Network > Regex > .*192.168.* -> 6 matches (there should be 27)
- Network interfaces > Network > Is defined -> 6 matches (there should be 27)
- Network interfaces > Mask > Regex > .*192.168.* -> 6 matches (there should be 27)
- Network interfaces > Mask > Is defined -> 6 matches (there should be 27)
IP address:
- Network interfaces > IP address > Regex > ^$ -> no match (there should be at least 10)
Updated by François ARMAND about 6 years ago
- Category set to Web - Nodes & inventories
- Target version set to 4.1.17
- Effort required set to Very Small
It should be easy to add test and check for these problems.
Updated by François ARMAND about 6 years ago
- Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
- User visibility set to Getting started - demo | first install | level 1 Techniques
- Priority changed from 0 to 122
Updated by François ARMAND about 6 years ago
- Status changed from New to Rejected
So, there is several problems here, but none related to research exactly:
- Gateway, network, mask values are not correctly parsed/added (which is hard to tell because the info are missing in UI o_O) => new tickets #13803 #13804
- there is a difference between "matches regex ^$" (ie empty string) and "the value is missing" => need to user "is not defined" for the latter one.
I'm not sure what we can do for that last elements.
I'm closing that one.
Updated by François ARMAND about 6 years ago
- Status changed from Rejected to In progress
In fact, I'm still going to add some test to validate that.
Updated by François ARMAND about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee set to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2056
Updated by Rudder Quality Assistant about 6 years ago
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND about 6 years ago
- Related to Bug #13807: Fusion does not parse network gateway correctly added
Updated by François ARMAND about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|3186da78253286def3bc63448e9fd631f9d7cb5a.
Updated by Vincent MEMBRÉ almost 6 years ago
- Status changed from Pending release to Released
Actions