ankaios icon indicating copy to clipboard operation
ankaios copied to clipboard

Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.

Results 90 ankaios issues
Sort by recently updated
recently updated
newest added

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,...

ready for review

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,...

bug
ready for review

## 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...

enhancement
good first issue

## 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,...

enhancement

## 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...

enhancement

## 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...

enhancement
CI/CD

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...

bug

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,...

bug
ready for review

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...

enhancement