Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Set up multiple eo vms locally for testing

David Ruescas edited this page Jul 15, 2014 · 5 revisions

For each vm, clone the election orchestra-puppet-repository on a separate directory

git clone https://github.com/agoravoting/election-orchestra-puppet.git

In the Vagrantfile, for each subsequent vm before the first, specify a different ip:

config.vm.network "private_network", ip: "192.168.50.2"

In manifests/init.pp, change these ips to match (same value for both)

public_ipaddress => '127.0.0.1',
private_ipaddress => '127.0.0.1',

Launch the vm's

$ vagrant up

Now you can continue the instructions in the README, from this point