Commit Graph

9 Commits

Author SHA1 Message Date
Charlie O'Keefe 656382c7bb Use ansible 'filesystem' module to resize filesystem 2018-03-21 11:39:34 -06:00
Charlie O'Keefe 970a0f1b9c Add condition to partition resize task 2018-03-21 11:39:34 -06:00
Charlie O'Keefe e3ec525ae2 Use parted ansible module for partition removal
Tasks using this module should be more immutable rather than failing
when these partitions have already been removed.

Also remove parted from dependencies in gitian section

since it is required earlier in the 'common' section
2018-03-21 11:39:34 -06:00
Charlie O'Keefe 9d13a595aa Add steps to repartition disk and resize filesystem on partition 2018-03-20 09:49:16 -06:00
Kevin Gallagher 0458368089 Set default EDITOR to vim and set vimrc options 2017-03-08 15:19:59 -08:00
Kevin Gallagher 02f7f13439 Bumps allocated memory from 3072 to 3584
We have more memory available, so might as well use it.
Also lowers vm.swappiness from 10 to 1.
2016-10-18 00:57:58 -07:00
Kevin Gallagher 75f6f20caf Reduces swap file size from 2GB to 1GB
Also intended to free up more storage space in the VM, as resizing the disk isn't easy.
2016-10-17 15:11:22 -07:00
Kevin Gallagher 77d43abbe7 Clean the apt cache at the end of provisioning
The VirtualBox VM is running tight on available space with nearly 100% usage.
This frees things up a bit by cleaning the apt cache after Gitian installation.
2016-10-17 15:07:39 -07:00
Kevin Gallagher 4c20410fd8 Initial commit 2016-10-16 18:50:37 -07:00