eclipse-opendut / opendut

Test Electronic Control Units around the world in a transparent network.
https://opendut.eclipse.dev
Apache License 2.0
25 stars 15 forks source link

CLEO could provide a way to manage resources à la `kubectl` #232

Open kKdH opened 6 months ago

mbfm commented 6 months ago

Examples for templating files in Bash:

https://github.com/eclipse-opendut/opendut/blob/fc68ff9c334ae92ad67cdcc9caf1fc81465b7ea4/resources/development/tls/generate-certificates.sh#L21-L29

https://github.com/eclipse-opendut/opendut/blob/fc68ff9c334ae92ad67cdcc9caf1fc81465b7ea4/.ci/docker/keycloak/keycloak_functions.sh#L64-L76

(The << pipes into stdin of the preceding command.)

mirenz1 commented 3 months ago

Add CAN configuration options in CLEO as already implemented for LEA in #276