====== DevOps ====== ===== Infrastructure as Code ===== * [[devops:terraform|Terraform]] * [[devops:ansible|Ansible]] * [[aws:cloud_formation|AWS Cloud Formation]] ===== 빌드 자동화 Make/Ant 류 ===== ==== Java ==== * [[gradle|Gradle]] : Groovy기반 프로젝트 구성/빌드 자동화 * [[gant|gant]] : Groovy Ant * [[http://ant.apache.org/|Ant]] ==== Python ==== * [[http://www.scons.org/|SCons]] * [[http://paver.github.com/paver/|Paver]] * [[http://devblog.seomoz.org/2012/03/shovel-rake-for-python/|Shovel]] ==== Ruby ==== * [[http://rake.rubyforge.org/|Rake]] ===== 애플리케이션 의존성 자동관리 ===== * [[devops:hermit|hermit]] ===== 배포/Provisioning 자동화 ===== * [[https://xebialabs.com/the-ultimate-devops-tool-chest/deployment/|The Ultimate List of Deployment Tools]] * [[devops:spinnaker|Spinnaker]] * [[devops:rancher|Rancher]] ==== Java ==== * [[gant|Gant]] : Gant도 ''shexec''와 ''scp''로 배포 자동화 가능해 보임. ==== Python ==== * [[devops:fabric|Fabric]] ==== Ruby ==== * [[https://github.com/capistrano/capistrano|Capistrano]] ==== Test Infrastructure ==== * [[devops:inspec|inspec]] * [[devops:awspec|awspec]] * [[devops:terratest|terratest]]