How to set up Vagrant

Follow the installation instructions on Vagrant's website to get Vagrant installed on your chosen OS: https://www.vagrantup.com/downloads.html:

  1. Create a new directory for your Vagrant project, for example ceph-ansible
  2. Change to this directory and run the following commands:
vagrant plugin install vagrant-hostmanager      
vagrant box add bento/ubuntu-16.04

Now create an empty file called Vagrantfile and place the following ...

Get Mastering Ceph - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.