Files
packstack-vagrant/doc/source/requirements.rst
Christian Berendt e3a497648d Document Packer as an optional requirement
Change-Id: I4017131fb3b56ae86b80bf74c9647728936cedba
2015-04-05 18:53:18 +02:00

1.1 KiB

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

Vagrant plugins

If you want to use an external HTTP proxy server for caching/proxying install the Vagrant plugin vagrant-proxyconf.

$ vagrant plugin install vagrant-proxyconf

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

Packer

The installation of Packer is optional and only necessary to build the Vagrant base box centos-packstack provided on Atlas on a local system.

The installation is documented in the Packer documentation <https://packer.io/docs/installation.html__.

To build the Vagrant base box run /opt/packer/packer build packer/centos-packstack-7.1.json.