User story #11748
closedNode lifecycle: add a node state
Description
We want to assign a "state" tag for nodes, which can then be used to decide Rudder behavior on several aspects, mainly:
- are they special rules to apply to the node ?
- are policies updated for that node?
- does the node takes part of aggregated compliance?
Ideally, of these aspects should be configurable by the user for each state (appart from "default" which must be identical to what a node state is on rudder today).
The status list should be extensible, but we want at least:
- init (an initializing state that could be automatically set just after node acceptation, or before the first inventory comes once we get the possibility to pre-define nodes)
- enabled / default: the default status for a node,
- decomissionning: meaning that the node is still managed by Rudder, but that it will be removed at some point (and so, perhaps some special rules should be applied).
- disabled : when a node should not be managed by Rudder. Mainly, that mean that the node doesn't have new policy generated for him, nor that it should be part of the aggreagated compliance reports
All these state are different from the action of deleting a node.
This ticket is just here to implements the data structures and internal algo.
Updated by François ARMAND about 7 years ago
- Status changed from New to In progress
Updated by François ARMAND about 7 years 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/1783
Updated by François ARMAND about 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|92c51d4c2e2373ae389009163a165c66bf8f5ec4.
Updated by François ARMAND almost 7 years ago
- Tracker changed from Architecture to User story
It is really an user story, not architecture.
Updated by François ARMAND almost 7 years ago
- Related to User story #11811: Make node post-acceptation properties configurable added
Updated by Vincent MEMBRÉ almost 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.0~beta1 which was released today.
- 4.3.0~beta1: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Nicolas CHARLES over 6 years ago
- Related to User story #12564: It's not possible to search Nodes by their node lifecycle added
Updated by François ARMAND over 6 years ago
- Related to User story #12592: Node lifecycle: documentation added