Commit graph

655 commits

Author SHA1 Message Date
Fabio Rehm 4eb066a076 v0.6.0 2013-09-12 12:32:02 -03:00
Fabio Rehm 59c5a1e144 Add link to Debian host configuration instructions to the README 2013-09-12 12:32:02 -03:00
Fabio Rehm 3f99124117 Update README 2013-09-12 01:29:12 -03:00
Fabio Rehm 660fb3f6c4 Merge pull request #136 from fgrehm/136-updates-for-vagrant-1.3
Updates for Vagrant 1.3
2013-09-11 21:17:01 -07:00
Fabio Rehm e4ee20c7ad Say hi to Vagrant 1.3+ 2013-09-12 01:14:57 -03:00
Fabio Rehm cf73a843d0 Do not worry about transition to running state when starting a container, this is handled from outside 2013-09-12 01:12:07 -03:00
Fabio Rehm 791a93fe9e Make use of the new WaitForCommunicator action on boot 2013-09-12 01:10:11 -03:00
Fabio Rehm 1da7b60cd8 "Backport" vagrant 1.3+ WaitForCommunicator action 2013-09-11 22:33:22 -03:00
Fabio Rehm f13806626c Use vagrant 1.3+ ProvisionerCleanup builtin action on destroy 2013-09-11 22:10:18 -03:00
Fabio Rehm 2064dbf05a Bump vagrant dependency 2013-09-11 21:44:41 -03:00
Fabio Rehm 7f3f7b1558 Rename plugin name to vagrant-lxc so that it is easier to check if it is installed with Vagrant.has_plugin? 2013-09-11 21:16:57 -03:00
Fabio Rehm 7bd738aa8e Update CHANGELOG.md 2013-09-10 17:39:06 -03:00
Fabio Rehm 05c472042d Merge pull request #140 from cwoac/remove_group_assumption
use uid/gid for chowns.
2013-09-10 13:37:44 -07:00
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