Commit graph

996 commits

Author SHA1 Message Date
Tiago Ilieve
3131558691 Fix msdos partition/filesystem types definition
This closes #142.
2015-04-25 21:07:48 -03:00
Tiago Ilieve
22760c76db Revert a2cf28b (#213)
Looks like we may or may not need to create those uuid links by
ourselves. This patch also adds a verification to not create/delete the
link if it already exists or not, respectively.
2015-04-25 19:24:55 -03:00
Tiago Ilieve
940a089933 Little indentation fix (spaces to tabs) 2015-04-25 16:37:27 -03:00
Jonas Bergler
8f03987593 Fix installation of vbox guest additions.
Credits for this idea go to @myhro who suggested emulating uname.

I cleaned his changes up somewhat and moved the script into a
separate file to make things easier to look at.

I did a test build of wheezy with my changes and the modules were
installed correctly.

root@localhost:/home/vagrant# dkms status
vboxguest, 4.3.20, 3.2.0-4-amd64, x86_64: installed

root@localhost:/home/vagrant# lsmod | egrep ^vbox
vboxsf                 33359  0
vboxvideo              12437  0
vboxguest             162115  1 vboxsf
2015-04-25 16:12:26 -03:00
Anders Ingemann
c95259c9c4 Update changelog 2015-04-25 11:44:39 +02:00
Tiago Ilieve
cba0a99d0a Fix truncate arguments
`truncate` doesn't expect the parameter `create` that was used
previously by `qemu-img`. This made a sparse file named "create" to
appear at current working directory every time the command as executed.

This closes #212.
2015-04-23 23:19:16 -03:00
Anders Ingemann
4d561274e4 Make bootstrap-vz-remote actually work
Wow, that's quite an oversight...
2015-04-23 23:30:39 +02:00
Anders Ingemann
ad8d817c52 Add missing hashmark to link 2015-04-22 08:53:59 +02:00
Anders Ingemann
84de1de00f Docs for integration testing 2015-04-20 16:26:05 +02:00
Anders Ingemann
7a1187c639 Simplify virtualbox test manifest composition 2015-04-20 16:25:35 +02:00
Anders Ingemann
5942c665bc Fix some indentation and links 2015-04-20 13:04:17 +02:00
Anders Ingemann
d496c028cd Document the remote bootstrapping procedure 2015-04-19 19:28:13 +02:00
Anders Ingemann
d1c135791e Add note about Ctrl+C 2015-04-19 19:27:56 +02:00
Anders Ingemann
24f0f071e7 Include bootstrap-vz-{remote,server} in setup.py 2015-04-19 19:24:13 +02:00
Anders Ingemann
db3d2f191a Fix links to tests/ READMEs 2015-04-19 19:23:50 +02:00
Anders Ingemann
594bd5773b Fix links in manifest README 2015-04-19 17:09:20 +02:00
Anders Ingemann
134e283748 Better formatting for manifests readme 2015-04-19 17:06:17 +02:00
Anders Ingemann
fe68d20829 Better formatting for CONTRIBUTING.rst 2015-04-19 17:04:50 +02:00
Anders Ingemann
b46858d9fc Add documentation about the documentation 2015-04-19 14:41:21 +02:00
Anders Ingemann
3a1e3c7feb Account for anchorlinks inside the same document 2015-04-19 14:37:50 +02:00
Anders Ingemann
8064cddb1d Add README to docs 2015-04-19 13:45:31 +02:00
Anders Ingemann
b42b788a45 Rename replace_rtd_links to transform_github_links
since that's what's actually happening now
2015-04-19 13:29:10 +02:00
Anders Ingemann
501e6ad97b This is cool. Relative links that link between folders/files in the github repo are converted to relative links in the documentation. 2015-04-19 13:05:58 +02:00
Anders Ingemann
8fddd9e374 Clarify first sentence in main README 2015-04-16 23:56:24 +02:00
Anders Ingemann
e80ad46972 Repeat index/README pattern for plugins & providers 2015-04-16 23:52:07 +02:00
Anders Ingemann
7d0b9f5bc5 Flatten docs structure 2015-04-16 23:34:46 +02:00
Anders Ingemann
a7d5c93fa1 Add README for remote bootstrapping 2015-04-16 23:32:19 +02:00
Anders Ingemann
01f5a2db04 Add structure for testing docs 2015-04-16 23:30:41 +02:00
Anders Ingemann
03f8d231e2 Move developers intro into bootstrapvz/ as README 2015-04-16 23:27:09 +02:00
Anders Ingemann
e3f511f8e8 Fix inclusion of main README by using "self" in toctree 2015-04-16 23:15:28 +02:00
Anders Ingemann
61dc50ae23 Add list of supported builds 2015-04-16 23:04:02 +02:00
Anders Ingemann
f9eb11b5cb Add html output to integration tests
It's near impossible to scroll through the nosetest output...
2015-04-16 22:23:14 +02:00
Tiago Ilieve
f210bfc132 Add nose-cov dependency to tox integration tests 2015-04-16 22:22:49 +02:00
Anders Ingemann
5a46a0b1ab Yup, same goes for bytes.py.... 2015-04-16 22:22:49 +02:00
Anders Ingemann
f397ba5f08 Yeah... 94bd938 really wasn't very smart
Next time I should probably try to run tox after doing any kind of rename like this :-)
2015-04-16 22:22:49 +02:00
Anders Ingemann
a2cf28b054 Revert 03efa0f (#210)
It seems the bug was only present on my old dev bootstrapping machine

This reverts commit 03efa0ffdf1ee0d3cf81905e6e4d9f5f6aa62143.
2015-04-16 22:22:49 +02:00
Anders Ingemann
f1e4d34eb9 Fix error mentioned in #152 (Pyro4 shouldn't be a dependency) 2015-04-16 22:22:49 +02:00
Anders Ingemann
d9adb293eb Simplify enhanced networking check 2015-04-16 22:22:48 +02:00
Anders Ingemann
3c17c756a1 Fix typo in docs 2015-04-16 22:22:48 +02:00
Anders Ingemann
c4637af0cf Integration testing for S3 backed PVM instances 2015-04-16 22:22:48 +02:00
Anders Ingemann
d81ac0972f Simpler checks for manifest support 2015-04-16 22:22:48 +02:00
Anders Ingemann
a4bd52bf9e Check for termination string in ec2 tests
Pretty much copy&paste from vbox
2015-04-16 22:22:48 +02:00
Anders Ingemann
bfe58dd4a8 Implement PR #201 by @jszwedko 2015-04-16 22:22:48 +02:00
Anders Ingemann
53c9eb572e Support testing of EC2 S3 backed instances 2015-04-16 22:22:48 +02:00
Anders Ingemann
6726df1c91 Simplify test harness architecture
by reducing the amount of interfacing between generic and provider specific code
2015-04-16 22:22:48 +02:00
Anders Ingemann
287c5441ce All ebs backed hvm image combinations are now working! 2015-04-16 22:22:48 +02:00
Anders Ingemann
0b49943383 Add some logging to the test harness 2015-04-16 22:22:48 +02:00
Anders Ingemann
3c5d385a69 Fix grub boot on ec2 hvm jessie 2015-04-16 22:22:48 +02:00
Anders Ingemann
f4851ac06d fix typo in comment 2015-04-16 22:22:48 +02:00
Anders Ingemann
9101b2e9ec Add a little helpful not to tasklist ordering warning 2015-04-16 22:22:47 +02:00