Commit graph

1307 commits

Author SHA1 Message Date
Anders Ingemann
9a838dea15 Merge pull request #262 from zmarano/master
Change location of GCE apt repo's (this is an interim change).
2015-12-15 20:25:41 +01:00
Zach Marano
977b1c23a3 Change location of GCE apt repo's (this is an interim change).
hange gcutil command to gcloud as gcutil is deprecated.
2015-12-15 11:20:49 -08:00
Anders Ingemann
e45cd497da Minor updates to the main README 2015-12-14 00:53:20 +01:00
Anders Ingemann
c130368603 Update the main README 2015-12-13 23:48:10 +01:00
Anders Ingemann
51144f7456 Rename minimized-jessie.yml to jessie-minimized.yml 2015-12-13 23:32:26 +01:00
Anders Ingemann
daedb0e177 Add jessie-vagrant manifest example 2015-12-13 23:30:10 +01:00
Anders Ingemann
144a33531f Add documentation for integration test providers 2015-12-13 23:12:00 +01:00
Anders Ingemann
072969065c Implement docker integration test provider and docker tests
Also make build_server.remote_command() public. It's quite useful.
2015-12-13 23:12:00 +01:00
Anders Ingemann
7502b2a756 Bump version number
This should've been done when the version was tagged. Sorry.
2015-12-13 20:26:43 +01:00
Anders Ingemann
02860de849 Fixed the error that's been swallowing exception messages
Finally!
Becuase "TypeError: __init__() takes at least 3 arguments (2 given)"
is not very useful...
2015-12-13 20:26:43 +01:00
Anders Ingemann
d6e504d388 Document integration provider dependencies 2015-12-13 19:42:15 +01:00
Anders Ingemann
bd7675bedf Introduce run_settings in build_servers.yml
Will be used when starting instances during integration testing.
2015-12-13 19:42:15 +01:00
Anders Ingemann
35121f9c7f Add option to document integration test providers seperately 2015-12-13 19:42:15 +01:00
Anders Ingemann
7117a6ac61 Docker: It's called an image ID not container ID 2015-12-13 19:42:15 +01:00
Anders Ingemann
5bcdeae2e6 Update changelog 2015-12-13 19:42:15 +01:00
Anders Ingemann
6cca4ae2e1 Allow manifest vars in docker image name 2015-12-13 19:42:15 +01:00
Anders Ingemann
d0bb9f75d3 The image name is now the repo + tag. Also:Improve labeling 2015-12-13 19:42:15 +01:00
Anders Ingemann
5dada603eb Add dockerfile to image, support labels, add documentation 2015-12-13 19:41:18 +01:00
Anders Ingemann
7393d7cfb5 Only allow the minbase variant 2015-12-13 19:41:18 +01:00
Anders Ingemann
cba496d761 Improve providers docs and add loads of manifest examples 2015-12-13 19:41:18 +01:00
Anders Ingemann
c880a6849a Remove image section in manifest
All provider specific settings have been moved to the
provider section. The image name itself is now located
at the top level and called "name". It is required for all providers.
2015-12-13 19:41:18 +01:00
Anders Ingemann
2923f25767 Place debootstrap excludes file in workspace instead of tmp 2015-12-13 19:41:18 +01:00
Anders Ingemann
52c05e5df6 Move docs about image description to gce & ec2 providers 2015-12-13 19:41:18 +01:00
Anders Ingemann
ff3582216f Remove image.description from various manifests
Only ec2 and gce support image.description, adding it to
other providers is misleading.
2015-12-13 19:41:18 +01:00
Anders Ingemann
058d954120 Remove predecessor task (copypasta mistake) 2015-12-13 19:41:17 +01:00
Anders Ingemann
9d0356f4fa Disable locale generation when no locales selected 2015-12-13 19:41:17 +01:00
Anders Ingemann
31f7c70237 Update GenerateLocale task description 2015-12-13 19:41:17 +01:00
Anders Ingemann
766e60b0de Document all the new minimize_size options 2015-12-13 19:41:17 +01:00
Anders Ingemann
83f6fae139 Fix task description for apt autoremove 2015-12-13 19:41:17 +01:00
Anders Ingemann
3e6d131730 Allow keeping no locales at all when using dpkg.locales 2015-12-13 19:41:17 +01:00
Anders Ingemann
b95e71c4c8 Move dpkg specific settings to dpkg subsection 2015-12-13 19:41:17 +01:00
Anders Ingemann
50b02777e5 Add some comments about the filtering procedure 2015-12-13 19:41:17 +01:00
Anders Ingemann
5883673380 umount /sys & /proc when debootstrap is aborted 2015-12-13 19:41:17 +01:00
Anders Ingemann
1df2588b23 Add option to exclude /usr/share/doc
The bootstrap exclude script has also been generalize in the process
2015-12-13 19:41:17 +01:00
Anders Ingemann
620a592f11 Split minimize_size tasks into smaller parts 2015-12-13 19:41:16 +01:00
Anders Ingemann
6ae859f886 Implement locale filter in minimize_size plugin
This filter is rather aggressive, since it also hooks into the
bootstrapping process itself to prevent debootstrap from unpacking
specific locale files
2015-12-13 19:41:16 +01:00
Anders Ingemann
42d12d440d Add bootstrap_script property to BootstrapInfo
This allows plugins to manipulate the debootstrap process
2015-12-13 19:41:16 +01:00
Anders Ingemann
55b2d2228f info.tarball is never used across tasks, make it local 2015-12-13 19:41:16 +01:00
Anders Ingemann
764f8f759d Implement some apt minimization stuff from docker
See here for more: 1d775a54cc/contrib/mkimage/debootstrap
2015-12-13 19:41:16 +01:00
Anders Ingemann
4a509aba76 First stab at docker provider
Huh... That was easy.
2015-12-13 19:41:16 +01:00
Anders Ingemann
3de0aceb65 Fix guest additions path check in vbox schema 2015-12-09 17:23:35 +01:00
Anders Ingemann
57c2522c7b Remove unused README in kvm provider 2015-12-09 16:21:57 +01:00
Anders Ingemann
7ce44de623 Merge pull request #260 from vorlock/docs_install_exclusion
Excluding docs from binary package
2015-11-15 16:17:49 +01:00
Marcin Kulisz
785cec897b Excluding docs from binary package 2015-11-13 18:24:44 +00:00
Anders Ingemann
c085b1b971 Merge pull request #257 from vorlock/kula/examples_vbox_iso_fix
Vbox guest additions iso path fix
2015-11-10 09:13:44 +01:00
Marcin Kulisz
11a839045d Vbox guest additions info added to the vbox provider readme 2015-11-09 21:53:48 +00:00
Marcin Kulisz
6cbba0346c Vbox guest additions iso location fix 2015-11-09 15:51:43 +00:00
Tiago Ilieve
b710986b70 tox: add 'tests/' folder to flake8 2015-10-29 21:24:25 -02:00
Tiago Ilieve
8a4a6658ca Merge pull request #255 from illfelder/master
Remove support for the GCE Debian mirror.
2015-10-23 20:10:51 -02:00
Max Illfelder
5df43541e0 Remove support for the GCE Debian mirror. 2015-10-20 11:43:51 -07:00