Frank Märkle

Results 61 issues of Frank Märkle

We want to monitor the state of each peer and as such the cluster that they're contained in. Tasks: * Determine PeerState * [x] Determine PeerConfiguration apply state * [x]...

component: cleo
component: carl
component: edgar
component: lea
type: epic
component: carl-api

A user should be able to define a network interface as either Ethernet or CAN. For a CAN interface, further parameters should be provided. Tasks: - [x] Adjust opendut-types as...

type: feature
component: cleo
component: lea
component: theo
component: types

We should check that openDuT works across a distance (e.g. 50+ km). Tasks: - [x] Basic ICMP ping - [ ] UDS discovery should detect ECU across openDuT

type: exploration

* [ ] Config should be restructured to account for differences in logging/telemetry. Ensure compatibility with THEO. * [ ] Split up `opendut-util/logging.rs` and generally look over code, if it...

type: enhancement
component: telemetry

Currently, it is possible to delete a Peer which has one of its devices included into a ClusterConfiguration. This means that deploying the cluster fails, because no respective Peer can...

type: bug
component: carl
state: clarification needed

In principle, we want roughly this change to be made: ```diff let engine = match engine { Engine::Docker => { "docker" } Engine::Podman => { "podman" } }; let mut...

type: bug
component: edgar

It should not be possible to delete a cluster, when it is still deployed. The user should get feedback about this. Currently, it looks like this in LEA: ![Screenshot_20240227_125659](https://github.com/eclipse-opendut/opendut/assets/148466978/9faad8f9-2b33-44f8-bc80-1a1ecbc5948a) Tasks:...

type: bug
component: carl

EDGAR should support using a custom bridge name. See #55 for context. This name should be specified via LEA and CLEO and passed into the PeerDescriptor. From there, CARL should...

type: feature
component: edgar