User story #19630
closedUser story #19625: Remove server roles in webapp and add support for remote postgres
more server role/component cleaning
Description
In 7.0, roles, which always were a strange thing, are removed from rudder. But we can't clean-them up because it remains a case where they are needed: to configure a remote postgres.
So we need to:
- add a property in rudder-web.properties
to disable postgres management (which is now super easy with the new system techniques),
- add two system variables to let relayd know about db url and pass (RUDDER_REPORTS_DB_PASSWORD and RUDDER_REPORTS_DB_URL),
- add system variable RUDDER_NODE_KIND
with the content of what API has for nodeKind
,
- clean up rootComponent
in API
Updated by François ARMAND over 3 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/3752
Updated by François ARMAND over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|41764fd0deaf42af38c8619ed25e6c1bf683143a.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.