shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[test] Perform JSON Schema checks on generated files via Komponist #44

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

With the completion of the integrity checks on files and directories generated by Komponist, perform JSON Schema checks on the generated YAML files for different configuration files for each services. This is achievable via ansible.utils.lookup use the Schema Store to keep static schema files in the testing directories.

shantanoo-desai commented 1 year ago

Current Schema Tests