summaryrefslogtreecommitdiff
path: root/Vagrantfile
AgeCommit message (Collapse)Author
2016-12-07Fix out of memory errors and problems with older node versions that stopped ↵Ola Bini
vagrant from working
2016-06-29Revert "Don't use rsync on windows/vagrant by default"varac
This reverts commit dd1c1ee473364e2b298ee4fbdf11abc2894932d8.
2016-03-11Update locust test to run after xsrf token implementation.Thais Siqueira
- Adds port 8089 to vagrant file to be able to run inside vm. - Update requests version to 2.4.1, the minimum required version by locust. - Adds the xsrf token on locust post request headers. Issue #213
2016-02-11Don't use rsync on windows/vagrant by defaultvarac
2016-01-04Changed wheezy backports to jessieBruno Wagner
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie
2015-12-28Changed vagrant box to new LEAP jessie boxBruno Wagner
2015-12-17Remove junk from old modifications.Giovane
2015-12-17Fixes sync on debian/jessie box #556Giovane
- Will install vbguest plugins if needed - Sticks box version to avoid rsync used on newer versions - Runs vbguest daemon on guest machine
2015-12-15Updates vagrant box image and fix jshint path.Giovane
- Change vagrant image to debian jessie - Uses absolute path to jshint on package.json
2015-05-07vagrant: roll back base box to wheezy since leap platform doesn't support ↵rafael lisboa
jessie yet
2015-05-06cleanup Vagrantfile, use LEAP/jessie base box (#385)rafael lisboa
2015-04-28Updated user agent vagrant to run on JessieBruno Wagner
2015-04-28Removed hackday vagrant while cleaning up the vagrantfileBruno Wagner
2015-03-23Insteads of raising out, it installs the plugin if it is not installed as ↵Alabê Duarte
the first thing
2015-03-23Adds vbguest plugin configuration in order to avoid automatic updates.Alabê Duarte
2015-02-16removed comment that we require jessievarac
2015-02-12Fixing port forwarding for vagrantDuda Dornelles
2015-02-12Use wheezy for vagrant source box #272varac
2015-02-11(Re-)added auto setup of vagrant ssh.Folker Bernitt
- Issues #282, #252
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