Design of execution manager #877
prasadtalasila
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The execution manager is responsible for executing digital twins as jobs on cloud infrastructure. To kickstart the development, the execution manager will be initially made responsible for executing digital twins as gitlab CI jobs. There is already an initial structure in place for executing digital twins as gitlab CI jobs but this is based on curl requests. Such API calls need to be integrated into the execution manager.
The conventions used for integration of gitlab CI into DTaaS are implemented in this gitlab repository. There are two gitlab client libraries, namely gitbeaker and python-gitlab. The frontend uses gitbeaker but we will use python-gitlab for execution manager.
Beta Was this translation helpful? Give feedback.
All reactions