ankaios
ankaios copied to clipboard
Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.
Issues: #91 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...
Issues: #172 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...
Issues: #236 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...
## Description serde_yaml has been declared deprecated by the maintainer (see https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34) We should switch to another library at some point, latest when some security issues arise. I would not...
## Description The `agent/src/workload/workload_control_loop.rs` file has a little bit too much responsibilities. We can decouple more and simplify the unit tests here, when: 1. Extracting the current concrete operations "create,...
## Description Currently the only way to configure workloads is to add configuration parameters to the runtime. This enhancement shall allow to decouple configuration from workload such that the same...
## Description Optimize execution time CI/CD steps by for instance, reusing builds from previous build steps, etc. ## Goals All CI/CD steps is executed only once for example, build executable...
Assume an Ankaios manifest with an error inside like: ``` apiVersion: v0.1 workloads: invalidworkload: runtime: podman agent: agent_A runtimeConfig: | image: docker.io/busybox:latest commandOptions: ["--invalidoption"] ``` When this is applied using...
Issues: #262 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...
Reported by @krucod3: ## Description Implement the access rights for a Workload by providing the Control Interface instance a channel that leads to the Agent (currently the messages from the...