Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Infrastructure Configuration Workflow

Infrastructure Configuration Workflow

Overview of the workflow we use to develop our infrastructure as code using Git, Chef & Vagrant.

Benjamin Krein

April 18, 2013
Tweet

Other Decks in Technology

Transcript

  1. Git • Distributed version control • Github workflow • All

    work is done in branches • Issues • Pull requests • Reviews
  2. Vagrant • Entire infrastructure on a workstation • Repeatable/reusable •

    VM management via Ruby API • Built-in provisioning
  3. Vagrant is Cool! • 1.1.x: • Providers • AWS, VMware,

    VirtualBox • 1.2.x • Better Windows support
  4. Vagrant is Cool! • 1.1.x: • Providers • AWS, VMware,

    VirtualBox • 1.2.x • Better Windows support • Meh. :)