Commit graph

24 commits

Author SHA1 Message Date
Anders Ingemann
ad75b78ce3 Update CHANGELOG 2016-06-05 10:45:19 +02:00
Anders Ingemann
cf6234bafd Split grub config into small tasks
The way boot options for linux and config params for grub
were configured gave rise to quite a few bugs.
The configuration has now been abstracted so that
options can be added without interfering with the work
of other tasks (no more sed_i!)
2016-06-04 18:48:54 +02:00
Anders Ingemann
0614952014 Disable predictable NIC names for >=stretch
This is just a compabibility hack for now, we should figure
out how to get this working properly.
Issue: #245
Thanks to @apolloclark for this one.
2016-06-04 16:56:11 +02:00
Anders Ingemann
f62c8ade99 Convert indentation from tabs to spaces (4)
Up until now I didn't see the point of using spaces for indentation.
However, the previous commit (a18bec3) was quite eye opening.
Given that python is an indentation aware language, the amount of
mistakes that went unnoticed because tabs and spaces were used
at the same time (tabs for indentation and spaces for alignment)
were unacceptable.

E101,W191 have been re-enable in the tox flake8 checker and
the documentation has been modified accordingly.

The following files have been left as-is:
* bootstrapvz/common/assets/extlinux/extlinux.conf
* bootstrapvz/common/assets/init.d/expand-root
* bootstrapvz/common/assets/init.d/generate-ssh-hostkeys
* bootstrapvz/common/assets/init.d/squeeze/generate-ssh-hostkeys
* bootstrapvz/plugins/docker_daemon/assets/init.d/docker
* bootstrapvz/providers/ec2/assets/bin/growpart
* bootstrapvz/providers/ec2/assets/grub.d/40_custom
* bootstrapvz/providers/ec2/assets/init.d/ec2-get-credentials
* bootstrapvz/providers/ec2/assets/init.d/ec2-run-user-data
* docs/_static/taskoverview.coffee
* docs/_static/taskoverview.less
* tests/unit/subprocess.sh
2016-06-04 11:38:16 +02:00
Anders Ingemann
fd214915e3 Merge remote-tracking branch 'thepwagner/ec2_publish-plugin' 2016-06-04 09:44:27 +02:00
Zach Marano
40ec27ad16 Overhaul GCE image build. 2016-06-02 18:16:57 -07:00
Peter Wagner
d240d13084 ec2_publish plugin
Fixes #271, #91
2016-06-02 16:16:00 -07:00
Anders Ingemann
f8118b3f3e Rename integration tests to system tests, since they cover the entire system
*cough e82bdf4 *cough
2016-03-04 00:48:48 +01:00
Nicolas Braud-Santoni
fbed5f184b Update change log 2016-02-23 17:34:30 +01:00
Tiago Ilieve
518efec1aa Update changelog 2016-02-10 23:32:59 -02:00
Anders Ingemann
4a647b79d8 Credited some folks in the changelog
Big thanks of course also to all that send in the minor contributions!
2016-02-10 22:22:35 +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
5bcdeae2e6 Update changelog 2015-12-13 19:42:15 +01:00
Alex Adriaanse
4954f94790 Add EC2 Jessie HVM manifest 2015-06-30 01:39:11 +00:00
Alex Adriaanse
545a337a81 Add support for Btrfs 2015-06-30 01:37:09 +00:00
Alex Adriaanse
76c940db37 Fix DKMS kernel version error
This error is triggered when the kernel version installed into the image is
different from the kernel version that's currently running.
2015-06-29 23:50:56 +00:00
Tiago Ilieve
f3be3e4543 Update changelog 2015-05-12 08:18:38 -03:00
Tiago Ilieve
1f052d3c1f CHANGELOG: use tabs instead of spaces 2015-05-02 12:23:00 -03:00
Tiago Ilieve
ebbba2310b Update changelog 2015-05-02 12:22:17 -03:00
Tiago Ilieve
c6087f398d Update changelog 2015-04-27 10:30:32 -03:00
Tiago Ilieve
af3302124b Update changelog 2015-04-26 22:46:53 -03:00
Anders Ingemann
c95259c9c4 Update changelog 2015-04-25 11:44:39 +02:00
Anders Ingemann
f27d622e2c Include changelog in docs (converted it to rst) 2015-04-11 17:12:31 +02:00