Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the specific interfaces of each software orchestrator to add workloads dynamically #4

Open
inf17101 opened this issue Jan 31, 2024 · 2 comments

Comments

@inf17101
Copy link
Contributor

inf17101 commented Jan 31, 2024

Currently,

we are using an automation script to add workloads dynamically for the blueprint setup.
However, each orchestrator offers a dedicated interface to add workloads dynamically via other workloads.

If a workload starts another workload dynamically it shall use the interface of the specific orchestrator.

@inf17101
Copy link
Contributor Author

inf17101 commented Jan 31, 2024

For Ankaios it is called the Control Interface. That can be used to start a workload from another workload. There are also quickstart examples to implement the Control Interface usage in various languages inside the Ankaios repository: Control Interface Examples in various programming languages.

@odra
Copy link
Contributor

odra commented Jan 31, 2024

Bluechi has a DBUS API to be used in this case: https://bluechi.readthedocs.io/en/latest/api/examples/

eriksven pushed a commit that referenced this issue Mar 14, 2024
* Fix dockerfile name

* Few fixes to path and dispatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants