Actions
Bug #10043
closedUser story #9698: Import node properties from external data sources
Bug #10026: Datasource config: missing interpolation of rudder params in request header
Missing refresh API for one data source only
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The parent ticket introduced API to update properties for nodes, either refresh all data sources for one node or refresh all data sources for all nodes.
We need to add:
- refresh one data sources for one node (when the data source knows about a change for a given node and want to notify the node),
- refresh one data source for all node.
Moreoever, the API URLs should be:
.../api/latest/nodes/reloadDatasources .../api/latest/nodes/reloadDatasources/${datasourceId} .../api/latest/nodes/${nodeId}/reloadDatasources .../api/latest/nodes/${nodeId}/reloadDatasources/${datasourceId}
Updated by François ARMAND almost 8 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/1453
Updated by François ARMAND almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|074b4df931f835a17cc8f06f55c0adfbec750467.
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.0 which was released today.
- 4.1.0: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions