Merge "Add a note to use at least Vagrant version 1.7.2"

This commit is contained in:
Jenkins 2015-01-27 08:43:04 +00:00 committed by Gerrit Code Review
commit 9ffb12f423
1 changed files with 15 additions and 0 deletions

View File

@ -1,8 +1,20 @@
Requirements
============
Vagrant
-------
The installation of Vagrant is documented in the `Vagrant
documentation <https://docs.vagrantup.com/v2/installation/index.html>`__.
Ensure to use at least version ``1.7.2`` of Vagrant.
::
$ vagrant --version
Vagrant 1.7.2
Ansible
-------
The used provisioner is `Ansible <http://www.ansible.com>`__. To be able
to start this Vagrant environment install Ansible on the Vagrant host.
@ -11,6 +23,9 @@ to start this Vagrant environment install Ansible on the Vagrant host.
$ sudo yum install -y ansible
PyYAML
------
A helper script (`scripts/get_hosts.py`) requires the Python library
`PyYAML <https://pypi.python.org/pypi/PyYAML/3.11>`__.