~smoser/awstrial/natty

« back to all changes in this revision

Viewing changes to awstrial/local_settings.py.sample

  • Committer: Scott Moser
  • Date: 2011-04-01 00:42:01 UTC
  • Revision ID: smoser@ubuntu.com-20110401004201-vjsixingwrhmq8ms
local_settings.py.sample, use output of settings_util

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
from settings import default_ami_ids
16
16
REGION2AMI=default_ami_ids['ebs']
 
17
 
 
18
# natty-desktop-20110330 [daily]
 
19
cur_amis = {
 
20
 'amd64': {'ebs': {'ap-northeast-1': 'ami-26f15b27',
 
21
                   'ap-southeast-1': 'ami-f83c45aa',
 
22
                   'eu-west-1': 'ami-812611f5',
 
23
                   'us-east-1': 'ami-80ea17e9',
 
24
                   'us-west-1': 'ami-73356636'},
 
25
           'instance-store': {'ap-northeast-1': 'ami-ccf05acd',
 
26
                              'ap-southeast-1': 'ami-383c456a',
 
27
                              'eu-west-1': 'ami-21261155',
 
28
                              'us-east-1': 'ami-a2e914cb',
 
29
                              'us-west-1': 'ami-b33665f6'}},
 
30
 'i386': {'ebs': {'ap-northeast-1': 'ami-24f15b25',
 
31
                  'ap-southeast-1': 'ami-f63c45a4',
 
32
                  'eu-west-1': 'ami-9b2611ef',
 
33
                  'us-east-1': 'ami-a2ea17cb',
 
34
                  'us-west-1': 'ami-71356634'},
 
35
          'instance-store': {'ap-northeast-1': 'ami-b4f359b5',
 
36
                             'ap-southeast-1': 'ami-e03d44b2',
 
37
                             'eu-west-1': 'ami-67380f13',
 
38
                             'us-east-1': 'ami-36f30e5f',
 
39
                             'us-west-1': 'ami-b93764fc'}}}
 
40
 
 
41
REGION2AMI=cur_amis['i386']['ebs']
 
42
 
17
43
INSTANCE_TYPE="t1.micro"
18
44
INSTANCE_KEY_NAME=""
19
45
INSTANCE_SECURITY_GROUPS=("awstrial",)