Files
packstack-vagrant/doc/source/requirements.rst
Christian Berendt c6e0374e0e Add a note to use at least Vagrant version 1.7.2
Change-Id: Ie27d76cc5723441a5623fe2191ad8194579e2a8e
2015-01-27 09:25:53 +01:00

655 B

Requirements

Vagrant

The installation of Vagrant is documented in the Vagrant documentation. Ensure to use at least version 1.7.2 of Vagrant.

$ vagrant --version
Vagrant 1.7.2

Ansible

The used provisioner is Ansible. To be able 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.

$ sudo yum install -y PyYAML