eden
eden copied to clipboard
Eden is where EVE and Adam get tried and tested:
I can see problems while running on arm64 hosts with acceleration. Seems we should align gic version with the host one. According to [docs](https://www.qemu.org/docs/master/system/arm/virt.html?highlight=gic%20version), `max` is the best option here.
## WARNING This is still WIP I'm putting this PR here to provide visibility on what work has been done so far. Unfortunately, I couldn't split it through meaningful commits.
Related to #861 [StopEve](https://github.com/lf-edge/eden/blob/master/pkg/eden/eden.go#L896-L926) function inside eden package must be removed in favour of [StopEve](https://github.com/lf-edge/eden/blob/master/pkg/openevec/eve.go#L181-L214) function from `openevec` module
Since we have recently upgraded Go version to 1.20 in the EVE repository, let's unify and use the same version here as well.
# What: We want to refactor Eden so that we can use that as a standalone library, i.e. Right now you can do this ```bash $ eden config add default...
Signed-off-by: Oleg Sadov
Have issues that the status from the device does not appear in the test. The idea is to evolve the test (once it can toggle maintenance_mode) to check that config...
Signed-off-by: Oleg Sadov
If EVE image update fails due to some fluke (such as a power outage) we can currently retry by doing a eveimage-remove, wait until the partition in EVE is marked...
The ability to modify link of existing pod. Signed-off-by: Petr Fedchenkov