Skip to content

Commit

Permalink
Feature: the base image (from which the ironfan image is
Browse files Browse the repository at this point in the history
snapshotted) has a recent aki, which permits relocating the
image.

Change-Id: Iab52caff30472827e00ed2f83fe6bea33e75beb3
  • Loading branch information
Erik Mackdanz committed Apr 23, 2014
1 parent 70fe020 commit 08bfd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ironfan/dsl/ec2.rb
Expand Up @@ -474,7 +474,7 @@ class IamServerCertificate < Ironfan::Dsl
# Precise (Ubuntu 11.10)
#
%w[ us-east-1 32-bit ebs precise ] => { :image_id => 'ami-3b4ff252', :ssh_user => 'ubuntu', :bootstrap_distro => "ubuntu10.04-gems", },
%w[ us-east-1 64-bit ebs precise ] => { :image_id => 'ami-3d4ff254', :ssh_user => 'ubuntu', :bootstrap_distro => "ubuntu10.04-gems", },
%w[ us-east-1 64-bit ebs precise ] => { :image_id => 'ami-5db4a934', :ssh_user => 'ubuntu', :bootstrap_distro => "ubuntu10.04-gems", },
%w[ us-west-2 32-bit ebs precise ] => { :image_id => 'ami-7cab224c', :ssh_user => 'ubuntu', :bootstrap_distro => "ubuntu10.04-gems", },
%w[ us-west-2 64-bit ebs precise ] => { :image_id => 'ami-7eab224e', :ssh_user => 'ubuntu', :bootstrap_distro => "ubuntu10.04-gems", },
# # These images will only work once http://askubuntu.com/questions/209844/latest-ec2-ubuntu-instance-seems-broken is fixed
Expand Down

0 comments on commit 08bfd60

Please sign in to comment.