Commit graph

939 commits

Author SHA1 Message Date
Fabio Rehm a6bd483275 Run apt-get update prior to installing packages 2013-09-28 01:24:31 -03:00
Fabio Rehm 93ba8414bf Update README 2013-09-28 01:19:25 -03:00
Fabio Rehm 24b814122b Lock vagrant to 1.3.3 2013-09-28 01:09:47 -03:00
Fabio Rehm d44d067ad8 Update CHANGELOG 2013-09-28 01:06:44 -03:00
Fabio Rehm 7511ee41f0 Just a reminder 2013-09-28 01:06:14 -03:00
Fabio Rehm 2e5e5920d7 Shortcuts! 2013-09-28 01:05:10 -03:00
Fabio Rehm 2116737989 Dont worry about machine state when waiting for communicator [GH-142] [GH-146] 2013-09-27 12:27:25 -03:00
Fabio Rehm 6b823e8dcb Support rootfs param on generic lxc-template 2013-09-27 12:24:21 -03:00
Fabio Rehm 9b20771bde Dont think we need these examples anymore 2013-09-21 01:33:23 -03:00
Fabio Rehm 6680858184 Improve logging and add some TODOs that have been around for a while 2013-09-21 01:32:15 -03:00
Fabio Rehm 518cd3cbe3 Add Saucy VBox dev VM 2013-09-21 01:30:15 -03:00
Fabio Rehm aa8638ed20 Update Raring VBox dev VM 2013-09-21 01:29:18 -03:00
Fabio Rehm d02a9d575f Ensures lxc templates are executable prior to running lxc-create
Closes #128
2013-09-21 01:28:03 -03:00
Fabio Rehm bda01dbc4d Merge pull request #126 from fgrehm/126-base-boxes-revamp
Clean up base boxes creation scripts
2013-09-20 21:17:35 -07:00
Fabio Rehm 1af1c91d90 Update README 2013-09-21 01:08:16 -03:00
Fabio Rehm d803119f50 Docs about base boxes 2013-09-21 00:32:20 -03:00
Fabio Rehm 2c0000b8cc Clean up after ourselves when building base boxes 2013-09-20 23:34:37 -03:00
Fabio Rehm 5f42f2b4dd Backport #91 2013-09-20 23:01:24 -03:00
Fabio Rehm c49dfc59ea Minor tweaks for the base ubuntu box script 2013-09-20 22:12:26 -03:00
Fabio Rehm 22040ba4c2 Add script for building debian base boxes 2013-09-20 22:10:54 -03:00
Fabio Rehm 0f31b51e2d Embed vagrant key into builder script to avoid downloading it all the time 2013-09-19 18:58:06 -03:00
Fabio Rehm 2f3d1c27ce Assume that we are running the ubuntu base box builder with a local checkout + add date / time to box metadata.json 2013-09-19 18:41:23 -03:00
Fabio Rehm 50e82f61b1 Remove unused arguments from generic lxc template and introduce support for the rootfs param 2013-09-19 18:24:08 -03:00
Fabio Rehm 076a9e38df Bring back "generic" template that was accidentally removed 2013-09-19 18:16:05 -03:00
Fabio Rehm e1f91efc3a apt-get upgrade when building base boxes 2013-09-19 18:14:09 -03:00
Fabio Rehm 7efef2a489 Just enough code to deal with building base ubuntu boxes with support for configuration management tools 2013-09-19 12:02:14 -03:00
Fabio Rehm 379b030f64 💣 old stuff 2013-09-19 01:41:02 -03:00
Fabio Rehm 37aeabbeff Add new bash script to build base ubuntu box 2013-09-18 22:52:47 -03:00
Fabio Rehm 03b262319f boxes/ubuntu: Configure vagrant user
This commit applies @smaftoul patch from https://gist.github.com/smaftoul/2d6fcf43b7c6545aa588/revisions
2013-09-18 22:19:01 -03:00
Fabio Rehm 61e7cbce42 boxes/ubuntu: create base container 2013-09-18 22:19:01 -03:00
Fabio Rehm 739e602794 %s/@LOCALSTATEDIR@/\/var/g 2013-09-18 22:19:01 -03:00
Fabio Rehm a1c7a4ece0 Add ubuntu lxc template from staging (188e0ab60b/templates/lxc-ubuntu.in) 2013-09-18 22:19:01 -03:00
Fabio Rehm dbc6c8b231 Scaffold new base boxes rake tasks and remove old files 2013-09-18 22:19:01 -03:00
Fabio Rehm bcdb4ca5bd 💣 V2 boxes creation scripts 2013-09-18 22:19:01 -03:00
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