Details
-
Story
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Bringing Razor into an existing environment is a somewhat delicate task, as Razor might reinstall nodes that it has never seen before, even if they have something useful installed from the user's POV.
There are various ways in which this can be achieved:
- if users have complete knowledge of their environment, they could explicitly register nodes and mark them as installed/precious (
RAZOR-151) - new nodes could generally be considered installed/precious until a user manually makes them eligible for reinstall (
RAZOR-152) - users could, through clever use of tag rules and node metadata, require some explicit action before a node could be reinstalled (though this is most likely pretty fragile)