This project will set up the demonstration environment for Stucco using Packer to create VitualBox and VMware Fusion/VMware Workstation virtual machines for use with Vagrant.
- Download VirtualBox for your OS and install. This was tested with version 4.3.x.
- Download Vagrant for your OS and install. This was tested with version 1.6.x.
- Download Ansible. This was tested with version 1.7.x.
- Download Packer for your OS and install. This was tested with version 0.7.x.
- Get this repo from github:
git clone https://github.com/stucco/demo.git
. - Run
packer build stucco.json
to build the VMs and Vagrant box. - Add the vagrant box for virtualbox (or vmware):
vagrant box add ./stucco-virtualbox.box --name=stucco/stucco-ubuntu1404
. - Run
vagrant up
to start the VM.
- If you notice an
ISO download failed
or similar error, it is possible that the base OS image is no longer available. Check theiso_url
field(s) in thestucco.json
config file, and if needed update it and its matchingiso_checksum
field(s). If you do notice this, please point it out to us.