Fork me on GitHub
#devops
<
2018-10-10
>
Petrus Theron12:10:46

Configuration and orchestration. What are Clojure peeps using? I've had my days with Puppet and Saltstack and Ansible. Anything without YAML and yet-another DSL that mutates into a declarative-but-not-really language?

mccraigmccraig13:10:47

terraform to build clusters and dc/os for orchestration here

jerger_at_dda13:10:26

Like pupet modules, we've also some composable dda-pallet-provisioning modules. But we've also a dedicated layer for configuration abstraction. So rewriting the whole module (like I ended up in most puppet & ansible modules) should be obsolete ...

jerger_at_dda13:10:13

We use dda-pallet for provisioning in image creation pipelines & terraform for instance & infrastructure-creation.