launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #05861
Updated ec2 AMI
Hi all,
I've updated the AMI used for ec2 tests to revision 502. It's based on
the official 10.04 64-bit server image and should be running
PostgreSQL 8.4. I know that Gary only just released his image (rev
500) yesterday that runs 8.4, but this new image has been generated
with some additional goodness:
lp:~allenap/launchpad/ec2-images-no-env-via-ssh
This prevents LANG and LC_* environment variables from getting
into the new image via ssh.
lp:~allenap/launchpad/create-bucket-first
Create the destination bucket before building the new image.
See their merge proposals for the rationale. I'll be landing these
branches today.
I've updated the wiki page at https://dev.launchpad.net/EC2Test/Image.
It records the exact command I used to create the image.
Please let me know if you experience weirdness with the image. For the
next few days at least I'll have some knowledge of this stuff still
cached.
Earlier in the week I also landed a new command for bin/ec2 that shows
all the candidate testing images:
{{{
$ bin/ec2 images
Rev AMI Owner ID Owner
502 ami-d741b6be 444667466231 allenap
500 ami-64c0340d 255383312499 gary
499 ami-0288626b 366009196755 salgado
120 ami-217f9448 038531743404 jelmer
119 ami-2d8e6044 366009196755 salgado
117 ami-a9749bc0 036590675370 jml
116 ami-5d1df134 366009196755 salgado
114 ami-35806c5c 889698597288 henninge
113 ami-a909e4c0 200337130613 mwhudson
112 ami-9212f0fb 200337130613 mwhudson
111 ami-d228cabb 200337130613 mwhudson
102 ami-748f6d1d 255383312499 gary
100 ami-22a1424b 200337130613 mwhudson
}}}
It's probably safe to remove all but the top two or three of those (to
save some money if nothing else).
Gavin.
Follow ups