Files
packstack-vagrant/doc/source/requirements.rst
Christian Berendt fd533dba7e Initial upload
2014-12-09 22:51:36 +01:00

506 B

Requirements

The installation of Vagrant is documented in the Vagrant documentation.

The used provisioner is Ansible. To be able to start this Vagrant environment install Ansible on the Vagrant host.

$ sudo yum install -y ansible

A helper script (scripts/get_hosts.py) requires the Python library PyYAML.

$ sudo yum install -y PyYAML