Skip to content

Instantly share code, notes, and snippets.

View stimata-debug's full-sized avatar

stimata-debug

View GitHub Profile
@stimata-debug
stimata-debug / deployment-tool-ansible-puppet-chef-salt.md
Created November 2, 2016 12:46 — forked from jaceklaskowski/deployment-tool-ansible-puppet-chef-salt.md
Choosing a deployment tool - ansible vs puppet vs chef vs salt

Requirements

  • no upfront installation/agents on remote/slave machines - ssh should be enough
  • application components should use third-party software, e.g. HDFS, Spark's cluster, deployed separately
  • configuration templating
  • environment requires/asserts, i.e. we need a JVM in a given version before doing deployment
  • deployment process run from Jenkins

Solution