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

Vagrant for Non-Developers

Vagrant for Non-Developers

Vagrant helps developers minimize the difference between production and development environments. That's great for developers, but why should the rest of the team care? This talk will discuss several features of Vagrant that will increase consistency and minimize surprises throughout the deployment pipeline. The discussion will be non-technical, focusing on the value for the entire team.

DevOpsDays DC

June 11, 2015
Tweet

More Decks by DevOpsDays DC

Other Decks in Technology

Transcript

  1. "Vagrant provides "Vagrant provides easy to configure, easy to configure,

    reproducible, and reproducible, and portable work portable work environments" environments"
  2. Vagrant helps Vagrant helps developers set up a developers set

    up a virtual machine virtual machine Translation: Translation:
  3. Claim 1: Easy To Configure Claim 1: Easy To Configure

    Vagrant::Config.run do |cfg| cfg.vm.box = "ubuntu/trusty32" cfg.vm.forward_port 80, 8080 cfg.vm.share_folder "test", "/home/vagrant/test" cfg.vm.provision :shell, :path => "install.sh" end
  4. Configure dev the Configure dev the same way you same

    way you configure prod configure prod
  5. This team is not worried about This team is not

    worried about their development environments their development environments