Anders Ingemann
5823c9119b
Split grub and extlinux installs into separate modules
2015-04-16 22:21:12 +02:00
Dan Lorenc
718ef7ed26
Fix log_check_call in docker_daemon.
2014-11-24 11:24:13 -08:00
Dan Lorenc
170ece3691
Add opts parameter to docker_daemon.
2014-11-21 17:35:57 -08:00
Johan Euphrosine
e4663f4fbe
docker_daemon: add comments
2014-11-21 11:22:11 -08:00
Johan Euphrosine
141e6399f3
fix ident, raise TaskError
2014-11-21 10:51:03 -08:00
Johan Euphrosine
99786539c7
plugins/docker_daemon: flake8
2014-11-19 16:25:27 -08:00
Johan Euphrosine
e53e727c9c
plugins/docker_daemon: only add PullDockerImages tasks when pull_images is set
2014-11-19 16:21:38 -08:00
Johan Euphrosine
6fdf0cc403
plugins/docker_daemon: align with space
2014-11-19 16:16:26 -08:00
Johan Euphrosine
31ba98821c
plugins/docker_daemon: logcheckcall, inline pull and indent
2014-11-19 16:14:51 -08:00
Johan Euphrosine
feb4d093c9
bootstrapvz/plugins/docker_daemon: spaces to tabs
2014-11-19 11:53:23 -08:00
Johan Euphrosine
962532065c
bootstrapvz/plugins/docker_daemon: flake8
2014-11-19 11:49:26 -08:00
Johan Euphrosine
f3a9a1b1ec
docker_daemon: add pull_images option
2014-10-31 05:32:15 -07:00
Tiago Ilieve
0f5de13bae
Add version option to docker_daemon plugin
...
As requested on #147 , there is now an option to specify the Docker
version to be installed when using the `docker_daemon` plugin. The
version string is validated against a pattern extracted from the
Docker's CHANGELOG. If the version is not present, it will just download
the latest available.
The download method was also changed from `urllib` to `wget`, so we can
see its progress if needed.
This closes #147 .
2014-09-13 15:08:52 -03:00
Anders Ingemann
e4a9cc837a
Differentiate installation of grub 1.99 and grub 2
2014-07-09 23:17:05 +02:00
Victor Marmol
fb8507c0f4
Enable the memory cgroup for the Docker plugin.
...
This will allow for the enforcement and tracking of memory limits and usage.
2014-06-23 19:38:38 +00:00
Johan Euphrosine
6fda70a237
plugins/docker_daemon: initial import
...
A plugin that install the docker daemon w/ an init script.
2014-05-17 12:37:06 -03:00