hubblestack/nova

YAML collisions report in lost checks

Closed this issue · 0 comments

The yaml merging in the nova modules is too naive. Since we're splitting out distros into their own yaml files, when we merge the data, checks with the same ID overwrite each other.

I'm going to modify the merging code to treat these checks as a list so that duplicate IDs can exist.