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

Vagrant

sjonnet19
September 24, 2014

 Vagrant

sjonnet19

September 24, 2014
Tweet

More Decks by sjonnet19

Other Decks in Technology

Transcript

  1. Agenda • What is Vagrant • Why use Vagrant •

    Dev/Ops with Vagrant in mind • Vagrant share
  2. • Create and tear down Virtual Machines • Use automation

    to provision and configure • Network multiple virtual machines • Package and distribute VM images
  3. Boxes 2.0 • Revamped system for finding, downloading and using

    boxes • vagrant box add 'relative-path/folder' • Versioning boxes and updating • Vagrant cloud for sharing boxes
  4. Have you ever worked with... • Dependencies of various kind?

    • Dependencies with different versions? • On boarding a new hire? • Development environment != Production/CI environment?
  5. The Pitch • Isolate development environments from each other •

    Decrease the time it takes for a developer to get up and running on a new project • Increase chances of successful deployments by mirroring the production environment • Reuse you Shell, Chef or Puppet recipes in production and development environments • Keep your development machine small and fast