summaryrefslogtreecommitdiff
path: root/Vagrantfile
AgeCommit message (Collapse)Author
2016-03-08make Vagrantfile compatible with older vagrant versionsChristoph Kluenter
2016-03-07[vagrant] Vagrant now can deploy a pixelated boxvarac
By default, a leap_platform-only box will get started. To start the pixelated box, use `vagrant up pixelated`.
2016-02-23Add hiera.yaml so vagrant provision doesn't complain about it missingvarac
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
2016-02-23Remove wheezy vagrant boxvarac
2016-01-25Also increase ram of Vagrantfileto 1,5gvarac
otherwise, machines will be out-of-mememory on deploy
2016-01-21forward port to pixelatedChristoph
pixelated needs to be accessible when running inside vagrant problem is, that we can't add the forwarding anywhere else because vagrant always overwrites virtualbox settings.
2016-01-20leap redirects port 80 to an invalid urlChristoph
on vagrant, we use example.org as domain and all requests to http are redirected to https://example.org thats why this does not work on vagrant. we connect to localhost:8080 and get redirected to https://example.org thats why we do not need this port forwarded
2015-12-23Vagrant boxes need 1g of ramvarac
2015-12-23[feat] Vagrantfile now contains a jessie boxvarac
jessie is now the default box
2015-11-17Vagrantfile now contains one box for wheezy and one for jessie (wheezy is ↵varac
default) Change-Id: Ib58f7d002427a190474896445c884bb55080c143
2015-09-28[feat] Vagrant: forward leap_web ports 443 ad 80varac
2015-07-14Merge remote-tracking branch 'yuvipanda/vagrant-fixes' into developvarac
Conflicts: Vagrantfile Change-Id: I0500e0deb7697ff39a7856878c5e6e867c633469
2015-07-14vagrant: Fix variable shadowing in VagrantfileYuviPanda
I'm unsure if the two levels of config are actually required, but making the most minimal changes possible atm.
2015-07-14vagrant: Increase Memory to 1GBYuviPanda
leap_cli running puppet fails from lack of memory with the default amount of RAM
2015-07-12Add emacs/vim modelines to VagrantfileYuviPanda
Makes most editors recognize Vagrantfile as a ruby file and do appropriate syntax highlighting
2015-07-02use hashicorp atlas for Vagrantbox downloadvarac
Change-Id: Ie7263c9442eb9bf8572d301f88bd38dbcce16846
2015-01-13Simplyfied Vagrant support, added offlineimap config filevarac
Change-Id: I4bdb6cfe34d4c0edbf31d425d7f682c137ae1596