summaryrefslogtreecommitdiff
path: root/Vagrantfile
AgeCommit message (Collapse)Author
2015-02-10Make port-forwading use 127.0.0.1 for libvirt provider #285varac
2015-02-09Fix debian package dependencies in Vagrant deb box when using wheezy #278Patrick Maia
2015-02-05#268 Added a condition on vagrant file to apply synced folder type rsync ↵Jefferson
only on Windows
2015-01-29Fixing VagrantFile to work on Windows (with Cygwin)Lourenço Soares
2015-01-29fix typoChristoph Kluenter
2015-01-26add guest ip for vagrant port forwarding, because useragent listens only on ↵varac
127.0.0.1
2015-01-23Issue #244: Provide build-hackday-box.sh build script.Folker Bernitt
- To build a fresh hackday box, just run provisioning/build-hackday-box.sh
2015-01-22Merging wheezy-packages branchPixpoa pairing
2015-01-22Issue #244: Preparations for hackday vagrant image.Folker Bernitt
- To use it, do these steps: build the box: vagrant destroy && vagrant up source vagrant package --output hackday-user-agent.box source use the box: vagrant box add hackday-user-agent hackday-user-agent.box vagrant up hackday vagrant ssh hackday Scripts will be provided with next commit.
2015-01-21#240 downgrading versions to be wheezy-compatible. Also, getting rid of ↵Duda Dornelles
klein, lets move things to vanilla twisted web
2015-01-19Port must be int for the binding to workBruno Wagner
2015-01-19added Vagrantfile and provision scriptsvarac
- use leap jessie boxes for now - remove rng-tools hack that speeded up key generation from Vagrant provisioning we don't want to generate weak keys, even when it takes longer - set source box as default for 'vagrant up' - properly override vm.box_url for different providers
2014-12-22Vagrant box is now provisioned with puppetBruno Wagner
2014-12-02Updated vagrant box to have 1gb of RAM and to run rng-tools, so we can ↵Bruno Wagner
register users
2014-11-21Revert "Hacknight exclusive commits"Bruno Wagner
This reverts commit d935b7f0af4f7906090c6637fd36126bee0934f0.
2014-11-20change Vagrantfile for HacknightChristoph Kluenter
2014-11-19Added vagrantfile and provisioning scripts so the service can be run inside ↵Mircea Moise
a vagrant box