Commit graph

692 commits

Author SHA1 Message Date
Oliver Matthews e5790d3ad1 use uid/gid for chowns. 2013-09-10 20:57:51 +01:00
Fabio Rehm ce3e061cae Better add a note about 1.3 compatibility while we don't handle GH-136 2013-09-10 14:04:06 -03:00
Fabio Rehm 2c32f1caa6 Add instructions to install additional packages required
Thanks @achaphiv for pointing out on https://github.com/fgrehm/vagrant-lxc/issues/134#issuecomment-24009687
2013-09-07 19:44:05 -03:00
Fabio Rehm 6a7535843f Lock vagrant to 1.2.7 for now 2013-08-30 19:23:31 -03:00
Fabio Rehm ce581b426d Update bundle 2013-08-30 19:23:31 -03:00
Fabio Rehm 36b67f2d35 Update changelog 2013-08-30 19:23:31 -03:00
Holger Amann 5c53e52ea1 container's / must be compressed under 'rootfs' dir 2013-08-30 19:23:31 -03:00
Fabio Rehm 8fcb6d2a06 Update CHANGELOG.md 2013-08-11 19:53:10 -03:00
Fabio Rehm 5c6556f08b Merge pull request #131 from hamann/fix_box_compressing
error while compressing container's rootfs
2013-08-11 15:48:19 -07:00
Holger Amann 280702061d fix creating rootfs.tar.gz 2013-08-11 15:30:23 +02:00
Fabio Rehm 5ae82681cd Update README.md 2013-08-02 13:24:42 -03:00
Fabio Rehm 5eaf0a26bf Up version for development 2013-08-01 19:19:17 -03:00
Fabio Rehm e615c55ad4 v0.5.0
[ci skip]
2013-08-01 19:13:46 -03:00
Fabio Rehm a31b784377 Update README.md 2013-08-01 10:55:14 -03:00
Fabio Rehm 1f3d3ead92 Update CHANGELOG [ci skip] 2013-07-31 23:15:53 -03:00
Fabio Rehm 5b088ebd17 Update readme to reflect current behavior 2013-07-31 23:14:38 -03:00
Fabio Rehm b5378c7c42 Add support for reading from Ubuntu's default /var/lib/misc/dnsmasq.lxcbr0.leases 2013-07-31 23:01:08 -03:00
Fabio Rehm 1ef2c5bcad Simplify dnsmasq leases lookup 2013-07-31 23:00:35 -03:00
Fabio Rehm 4bb70fb252 Moar debugging when trying to fetch the IP from dnsmasq leases 2013-07-31 23:00:20 -03:00
Fabio Rehm b301ee8e0f Add warning about the sudo wrapper script 2013-07-31 22:48:00 -03:00
Fabio Rehm 2082a5a81d Remove some unused args and add pending specs so that we don't forget to test it 2013-07-31 22:35:49 -03:00
Fabio Rehm c4429fa158 Remove pending spec 2013-07-31 22:15:18 -03:00
Fabio Rehm 5f102d3e10 First stab at persisting lxc customizations on config file instead of using lxc-start "-s" parameter 2013-07-29 12:12:41 -03:00
Fabio Rehm 251fe68035 Cache the output of Driver#version 2013-07-29 12:10:59 -03:00
Fabio Rehm 23f531b38c Remove duplicated Driver#base_path method 2013-07-29 12:10:25 -03:00
Fabio Rehm 0385a64d31 Replace ugly driver builder with a more intelligent approach
References #118
2013-07-29 12:08:24 -03:00
Fabio Rehm b374bba4ec Update bundle 2013-07-28 19:45:22 -03:00
Fabio Rehm ae7a3b0795 Update README 2013-07-28 19:43:41 -03:00
Fabio Rehm e1f756cdc3 Remove memory swap limit from example Vagrantfile 2013-07-28 03:12:17 -03:00
Fabio Rehm 97f6edeed8 Error out if LXC is not installed
This is enough to close #11
2013-07-28 02:55:00 -03:00
Fabio Rehm dee099ce96 Make use of vagrant's builtin action for handling forwarded port collisions
Closes #5
2013-07-28 02:39:11 -03:00
Fabio Rehm 7f58f7a26e Add support for logging redir output by setting REDIR_LOG env var
Closes #51
2013-07-28 02:30:17 -03:00
Fabio Rehm 14e8c41ee0 Avoid sudos for redir related stuff 2013-07-28 02:20:16 -03:00
Fabio Rehm d62a053674 Add support for using a sudo wrapper script
Closes #90
2013-07-28 02:17:07 -03:00
Fabio Rehm 98f1df47a1 Do not attach forwarded ports to host's 127.0.0.1 by default
This is enough for us to bump to 0.5.0 and to close #76
2013-07-28 01:31:50 -03:00
Fabio Rehm 2dbfd23915 No need to use sudo to check if redir is installed 2013-07-27 20:44:36 -03:00
Fabio Rehm d2e354839f Update changelog 2013-07-21 22:55:34 -03:00
Fabio Rehm bff0f8019b Merge pull request #116 from battlemidget/salt-feature-1
Salt feature 1
2013-07-21 18:54:31 -07:00
Fabio Rehm 258c822a54 Add license to .gemspec
Fixes #114
2013-07-21 22:51:29 -03:00
Fabio Rehm 9058c5763c Update CHANGELOG 2013-07-21 22:48:28 -03:00
Fabio Rehm 681c490cdc Add Vagrantfile VM name to the container name
Closes #115
2013-07-21 22:46:44 -03:00
Fabio Rehm e68e4f8f05 Support for specifying host interface/ip for binding redir
Closes #76
2013-07-21 22:45:07 -03:00
Adam Stokes 900db67d10 Merge branch 'master' of github.com:fgrehm/vagrant-lxc into salt-feature-1 2013-07-21 21:39:16 -04:00
Fabio Rehm c7087a6802 Update changelog 2013-07-21 21:08:55 -03:00
Fabio Rehm ee37b9e2e7 Merge branch 'check-for-redir' of https://github.com/zeroem/vagrant-lxc 2013-07-21 21:06:14 -03:00
Adam Stokes 9207ed49ba Append sources repository for any build-dep requirements
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2013-07-21 18:35:01 -04:00
Adam Stokes d2d131cefb Fix binary name for apt repository
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2013-07-19 17:32:42 -04:00
Adam Stokes 5b5719295d Include saltstack support within custom lxc builds
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2013-07-19 16:48:21 -04:00
Fabio Rehm ef3b97dff8 Up version for development 2013-07-18 23:53:09 -03:00
Fabio Rehm 7ceed8d6d9 Update CHANGELOG.md 2013-07-18 21:18:45 -03:00