eclipse-opendut/opendut

CARL should persist the executors of peers

Closed this issue · 1 comments

mbfm commented

CARL should persist the information for executors of a peer.

  • kind

  • results_url

  • Container-kind:

    • engine
    • name
    • image
    • volumes
    • devices
    • envs
    • ports
    • command
    • args

Lots of these are lists, which in a relational setup would be a separate table each. This doesn't make a lot of sense here, as we generally won't reference these same values in other executors.
So, these should probably rather be realized via arrays.

mbfm commented

Implemented in d8689d8.