Note: If you are using Vagrant 1.8.7 there is a known issue with
vagrant up
andvagrant box add
where a version of curl vagrant comes with is bad. Varying-Vagrant-Vagrants/VVV#354. If you get an error onvagrant up
saying it cannot find the box, runsudo rm /opt/vagrant/embedded/bin/curl
and try again.
- Download and Install Vagrant
- Install VirtualBox
laptop:$ git clone https://github.com/ClusterHQ/examples
laptop:$ cd fli-vagrant
laptop:$ vagrant up
laptop:$ vagrant ssh
ubuntu:~$ sudo su
root:~$ fli setup --zpool chq
You can visit the rest of the fli documentation to continue.
To clean up and re-provision your environment, perform the following.
laptop:$ vagrant destroy
laptop:$ vagrant up
To pause and later resume your environment, perform the following.
laptop:$ vagrant suspend
laptop:$ vagrant resume
Visit https://flockerhub.clusterhq.com to get started with your account and authentication token.
- Vagrant 1.8.7
- Virtualbox 5.0.26 and 5.1.8