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

Proposed by Michael Hall
Status: Merged
Approved by: Matthew Nuzum
Approved revision: no longer in the source branch.
Merged at revision: 256
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
Development of awstrial Pending
Review via email: mp+78984@code.launchpad.net

This proposal supersedes a proposal from 2011-10-11.

Description of the change

Update to the latest daily AMIs, which will hopefully also be the final release AMIs

To post a comment you must log in.
Revision history for this message
Matthew Nuzum (newz) wrote : Posted in a previous version of this proposal

approved, looks good.

review: Approve
256. By Michael Hall

Update to the latest daily AMIs, remove the 'Beta' label from the drop down list.

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-07 14:14:41 +0000
3+++ awstrial/settings.py 2011-10-11 14:31:25 +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-12007a40',
13+ 'eu-west-1' : 'ami-edc4f699',
14+ 'us-east-1' : 'ami-53ec203a',
15+ 'us-west-1' : 'ami-37782472',
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-48007a1a',
24+ 'eu-west-1' : 'ami-39c4f64d',
25+ 'us-east-1' : 'ami-e3d31f8a',
26+ 'us-west-1' : 'ami-7b78243e',
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