Hacker News new | past | comments | ask | show | jobs | submit login

Chef at least provides a partial approach here, where components essentially define an api that you can define mock and/or integration tests for.

Ansible is not as 'data-structure' oriented, so testing that is more difficult, but each element (modules, libraries, roles, playbooks) can be written to be fairly environment-neutral, which you could then use a test a fixture like BATS to easily check for regressions.

To answer your 'type-checking' expectation, its generally on the developer to implement those tests. In my experience, its rare that those are implemented in publicly available devops libraries, even though we have most of the tools to do so. It's definitely an area where the practice can improve.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: