Extended information about node processes
It'll be better if plugin will return extended information about node processes to improve savanna-side validation and to add some additional validation at UI side.
Here is a list of potential constraints for node processes:
* min_instances (1 / None) - means that each cluster should have at least N instances of the specific node process;
* max_instances (2 / None) - means that each cluster should have maximum N instances of the specific node process;
* is_scalable (True / False) - defines could the specific node process be scaled or not;
* anti_affinity_
TBD: add more details about Plugin SPI and REST API
Blueprint information
- Status:
- Not started
- Approver:
- Sergey Lukjanov
- Priority:
- Undefined
- Drafter:
- Sergey Lukjanov
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- next
- Started by
- Completed by
Whiteboard
* description (string) - should return description for the process
Work Items
Dependency tree
* Blueprints in grey have been implemented.