Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Loading multiple models #177

Closed
SebastianSchildt opened this issue Apr 20, 2021 · 0 comments · Fixed by #236
Closed

Loading multiple models #177

SebastianSchildt opened this issue Apr 20, 2021 · 0 comments · Fixed by #236
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SebastianSchildt
Copy link
Contributor

Currently kuksa.val expects to load on VSS model (-vss parameter)

This tree can be extended/updated during runtime using updateVSSTree https://github.com/eclipse/kuksa.val/blob/master/doc/liveUpdateVSSTree.md

However, this needs to be done by an application (which also needs elevated rights in kuksa.val to do this)

It might be useful for a specific deployment, that kuksa.val loads and overlays several VSS files during startup, e.g.

  • a core VSS (standard) model
  • some vehicle-deployment specific additions
  • other models (e.g. trailer, system information, etc...)

The goal of this feature would be to have an optional parameter giving a directory, where kuksa.val upon start and parsing of the main VSS file would load all JSON files sorted alphanumerically and apply them to the VSSDataBase using the same semantic as the liveUpdateVSSTree.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant