about summary refs log tree commit diff
path: root/nixos/maintainers
AgeCommit message (Collapse)AuthorFilesLines
2015-09-29Hack to parallelize AMI copyingEelco Dolstra1-9/+11
2015-09-29Tweak AMI scriptEelco Dolstra1-3/+1
2015-09-28Make EBS volumes much smallerEelco Dolstra1-1/+1
Since they're resized on first boot anyway, they don't need to be big.
2015-09-27Update AMI generatorEelco Dolstra8-326/+244
The EBS and S3 (instance-store) AMIs are now created from the same image. HVM instance-store AMIs are also generated. Disk image generation has been factored out into a function (nixos/lib/make-disk-image.nix) that can be used to build other kinds of images.
2015-08-09Update option-usages.nix expression to work with newer version of the module ↵Nicolas B. Pierron1-40/+134
system.
2015-06-11Initial attempt at configuring from EC2 userdata (with input from cstrahan). ↵Dan Peebles1-1/+1
Now with VM tests!
2015-06-11Simple EC2 user-data VM testDan Peebles1-1/+1
2015-03-28nixos/initrd: Generic library copyingWilliam A. Kennington III1-3/+3
2015-01-05Minor fixes to EC2 image generation script. Set autoresponder, so no ↵Rob Vermaas1-11/+20
interaction is necessary. Write output in a format that can be easily included in ec2-amis.nix of nixops. (cherry picked from commit 96904915d9e3e5f69b0c5bf58db1a0f0130a977a)
2015-01-05Use nixos-images bucket for GCE images.Rob Vermaas1-1/+1
(cherry picked from commit bdd3a3bac8077823182233cc689b5c02cd74f4f4)
2015-01-05Fixes for script that builds and uploads EC2 s3 backed images. Mostly ↵Rob Vermaas1-4/+9
credential related. (cherry picked from commit 42c0bc4b8f7f4f5027392a842b787434fb12094f)
2014-12-30Create AMIs in the lb-nixos accountEelco Dolstra2-7/+6
2014-12-14http://nixos.org -> https://nixos.orgDomen Kožar1-1/+1
(cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
2014-10-27Refactor EC2 image generation script. Now uses same procedure for both hvm ↵Rob Vermaas2-55/+38
and pv-grub images. Root disks are now SSD backed and 20GB by default, both on hvm and pv-grub (previously was 8GB for HVM). Added new eu-central region to the locations to copy images to. Also the root disk for HVM instances was not deleted on termination with previous images, this is fixed as well.
2014-09-06Initial configuration + image generation script for Micro$oft Azure. Work in ↵Rob Vermaas1-0/+11
progress for #3986.
2014-08-28Replace depricated gcutil with gcloude compute in gce/create-gce.shRussell O'Connor1-1/+1
2014-08-28Abstract bucket name in gce/create-gce.shRussell O'Connor1-3/+4
2014-05-21Better support for HVM instances. Now the NixOS images canRob Vermaas4-9/+50
be used on HVM instances without needing nixops. Previously the grub setup was incorrect, so a plain 'nixos-rebuild switch' and a reboot would result in a broken system. Also added growing of the partition of the root disk in the initrd, so you can run resize2fs after initial boot, without needing an extra reboot. This is useful especially for nixops' deployment.ec2.ebsInitialRootDiskSize option. (cherry picked from commit 044a24e58bcf4cf48df02df936c542839fb08d90)
2014-05-21Use HVM instance for EBS creator, guarantees everything is created in the ↵Rob Vermaas1-1/+1
correct zone. (cherry picked from commit c9763e20e5e793be5eef155601f59dd7639c7ba3)
2014-04-28Fix EC2 creation script for latest nixopsRob Vermaas2-4/+11
(cherry picked from commit 361eb3a5f50aba4ecfe08bf37640179dfc2e6453)
2014-04-14Add script to create and upload GCE image.Rob Vermaas1-0/+14
2014-02-11Add all AWS regions to EBS AMI creation script.Rob Vermaas1-1/+1
2013-11-19Don't include the code name in the EBS AMI nameEelco Dolstra1-1/+1
2013-11-08Adapt S3 ami creation script to new nixpkgs structureRob Vermaas1-4/+3
2013-11-08Updating EC2 EBS HVM creation script.Rob Vermaas1-3/+4
* Use smaller instances to generate HVM images * Use HVM base image that has 4 ephemeral disks in device mapping * As grub is not on the base images anymore, install it first before copying parts of its contents
2013-11-08Fix test deployment in EC2 creation scriptRob Vermaas1-1/+1
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra4-0/+381