Merge lp:~mhall119/awstrial/oneiric-ami-update into lp:awstrial

Proposed by Michael Hall
Status: Merged
Approved by: Matthew Nuzum
Approved revision: 259
Merged at revision: 259
Proposed branch: lp:~mhall119/awstrial/oneiric-ami-update
Merge into: lp:awstrial
Diff against target: 46 lines (+12/-12)
1 file modified
awstrial/settings.py (+12/-12)
To merge this branch: bzr merge lp:~mhall119/awstrial/oneiric-ami-update
Reviewer Review Type Date Requested Status
Matthew Nuzum (community) Approve
Review via email: mp+79144@code.launchpad.net

Commit message

Update to the latest AMIs, remove 'Beta' label.

Description of the change

Update to the *new* latest AMIs, remove 'Beta' label.

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

On Wed, Oct 12, 2011 at 10:36 AM, Michael Hall <email address hidden> wrote:
> === modified file 'awstrial/settings.py'
> --- awstrial/settings.py        2011-10-11 15:22:07 +0000
> +++ awstrial/settings.py        2011-10-12 15:34:34 +0000
> @@ -134,17 +134,17 @@
>  ALTERNATE_CLOUD = False
>  default_ami_ids = { }
>  default_ami_ids['ebs'] = {
> -  'ap-southeast-1' : 'ami-dcd8a38e',
> -  'eu-west-1' : 'ami-5a6c5e2e',
> -  'us-east-1' : 'ami-fb34f692',
> -  'us-west-1' : 'ami-611f4324',
> +  'ap-southeast-1' : 'ami-ac7a00fe',
> +  'eu-west-1' : 'ami-73b18307',
> +  'us-east-1' : 'ami-d108c4b8',
> +  'us-west-1' : 'ami-07722e42',
>  }
>
>  default_ami_ids['instance'] = {
> -  'ap-southeast-1' : 'ami-0ad8a358',
> -  'eu-west-1' : 'ami-a46f5dd0',
> -  'us-east-1' : 'ami-6f34f606',
> -  'us-west-1' : 'ami-b11e42f4',
> +  'ap-southeast-1' : 'ami-9c7a00ce',
> +  'eu-west-1' : 'ami-dfb082ab',
> +  'us-east-1' : 'ami-a70ec2ce',
> +  'us-west-1' : 'ami-99712ddc',
>  }

I'm not nacking this, but consider for a moment Scott's utility
ubuntu-cloudimg-query which fetches AMI's from a
Canonical-controlled-and-published REST API. Otherwise, I fear that
you'll continue updating these unreadable strings ad nauseum.

Something to chew on ;-)

Thanks for taking over this awstrial work, btw. Hope you're enjoying
it as much as we did, when we were hacking on it not-so-long-ago!

259. By Michael Hall

Update AMIs to final release image

Revision history for this message
Scott Moser (smoser) wrote :

Looks good to me.
ap-southeast-1 ami-76057f24 ebs/ubuntu-oneiric-11.10-i386-server-20111011
eu-west-1 ami-65b28011 ebs/ubuntu-oneiric-11.10-i386-server-20111011
us-east-1 ami-a7f539ce ebs/ubuntu-oneiric-11.10-i386-server-20111011
us-west-1 ami-79772b3c ebs/ubuntu-oneiric-11.10-i386-server-20111011
ap-southeast-1 ami-82047ed0 ubuntu-oneiric-11.10-i386-server-20111011
eu-west-1 ami-dfcdffab ubuntu-oneiric-11.10-i386-server-20111011
us-east-1 ami-29f43840 ubuntu-oneiric-11.10-i386-server-20111011
us-west-1 ami-a7762ae2 ubuntu-oneiric-11.10-i386-server-20111011

Revision history for this message
Matthew Nuzum (newz) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'awstrial/settings.py'
2--- awstrial/settings.py 2011-10-11 15:22:07 +0000
3+++ awstrial/settings.py 2011-10-12 17:02:23 +0000
4@@ -134,17 +134,17 @@
5 ALTERNATE_CLOUD = False
6 default_ami_ids = { }
7 default_ami_ids['ebs'] = {
8- 'ap-southeast-1' : 'ami-dcd8a38e',
9- 'eu-west-1' : 'ami-5a6c5e2e',
10- 'us-east-1' : 'ami-fb34f692',
11- 'us-west-1' : 'ami-611f4324',
12+ 'ap-southeast-1' : 'ami-76057f24',
13+ 'eu-west-1' : 'ami-65b28011',
14+ 'us-east-1' : 'ami-a7f539ce',
15+ 'us-west-1' : 'ami-79772b3c',
16 }
17
18 default_ami_ids['instance'] = {
19- 'ap-southeast-1' : 'ami-0ad8a358',
20- 'eu-west-1' : 'ami-a46f5dd0',
21- 'us-east-1' : 'ami-6f34f606',
22- 'us-west-1' : 'ami-b11e42f4',
23+ 'ap-southeast-1' : 'ami-82047ed0',
24+ 'eu-west-1' : 'ami-dfcdffab',
25+ 'us-east-1' : 'ami-29f43840',
26+ 'us-west-1' : 'ami-a7762ae2',
27 }
28
29 REGION2AMI=default_ami_ids['instance']
30@@ -169,13 +169,13 @@
31 BASE_URL = "http://example.com"
32
33 CONFIGS = [
34- { 'name': 'default', 'description': 'Ubuntu Server (11.10 Beta) Base Install',
35+ { 'name': 'default', 'description': 'Ubuntu Server (11.10) Base Install',
36 'template': None, 'info_tmpl': 'cc-base-info' },
37- { 'name': 'wordpress', 'description': 'Ubuntu Server (11.10 Beta) with WordPress',
38+ { 'name': 'wordpress', 'description': 'Ubuntu Server (11.10) with WordPress',
39 'template': 'cc-wordpress', 'info_tmpl': 'cc-wordpress-info' },
40- { 'name': 'moinmoin', 'description': 'Ubuntu Server (11.10 Beta) with MoinMoin Wiki',
41+ { 'name': 'moinmoin', 'description': 'Ubuntu Server (11.10) with MoinMoin Wiki',
42 'template': 'cc-moinmoin', 'info_tmpl': 'cc-moinmoin-info' },
43- { 'name': 'drupal', 'description': 'Ubuntu Server (11.10 Beta) with Drupal 7',
44+ { 'name': 'drupal', 'description': 'Ubuntu Server (11.10) with Drupal 7',
45 'template': 'cc-drupal', 'info_tmpl': 'cc-drupal-info' },
46 ]
47

Subscribers

People subscribed via source and target branches