lp:~darkmuggle-deactivatedaccount/ubuntu-on-ec2/ec2-publishing-scripts.instance-cleaner

Created by Ben Howard and last modified
Get this branch:
bzr branch lp:~darkmuggle-deactivatedaccount/ubuntu-on-ec2/ec2-publishing-scripts.instance-cleaner
Only Ben Howard can upload to this branch. If you are Ben Howard please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ben Howard
Project:
Ubuntu on EC2
Status:
Development

Recent revisions

407. By Ben Howard

This automates the task of cleaning up dangling instances caused by
failed EBS bundling.

This patch does two things:

1. run-instances-and-wait tags instances with a "TERMINATE" tag with a
 value two hours (7200 seconds) into the future.
2. instance-cleaner was added to be run as a cronjob. It checks all known
 AWS regions for instances with the "TERMINATE" tag and terminates
 any where the two hour value has been elapsed

406. By Scott Moser

publish-image: do not match ebs images when looking for instance-store

when looking for an existing image, we were searching like this:
 /ubuntu.images/ubuntu-natty-11.04-i386-server-20111003

which would match both
 099720109477/ebs/ubuntu-images/ubuntu-natty-11.04-i386-server-20111003
and
 099720109477/ubuntu-images/ubuntu-natty-11.04-i386-server-20111003

This changes the search to explicitly skip names matching the '/ebs/' token

405. By Scott Moser

alpha builds do not get version number

This reverts the change made in revision 398.
Alpha builds do not contain a version number, while beta and RC builds do.

404. By Scott Moser

promote-daily: set XC2_XIMAGES_CACHE_D

This will benefit programs it calls by allowing them to share
a ximages cache.

403. By Scott Moser

disable hvm build of lucid server daily for testing

402. By Scott Moser

populate knowledge of new region: sa-east-1

401. By Scott Moser

enable hvm build of lucid server daily for testing.

400. By Scott Moser

remove-image: fail on failure of ximages describe-images

actually, before we were failing just about all cases as we had
a dangling "||" at the end.

399. By Scott Moser

clean-region-obsolete: remove the value of --cache arg

I failed to remove this in the previous commit. Ie:
 --cache ${im_data}
got turned to
 ${im_data}
but both needed to be yanked.

398. By Ben Howard

Added Alpha to the list of labels

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.