~daisy-pluckers/charms/xenial/errors/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
options:
  basedir:
      default: "errors.ubuntu.com"
      type: string
      description: Base directory for code
  instance_type:
      default: "production"
      type: string
      description: Instance type
  user_code_runner:
      default: "whoopsie"
      type: string
      description: The user that runs the code
  group_code_runner:
      default: "whoopsie"
      type: string
      description: The group that runs the code
  user_code_owner:
      default: "webops_deploy"
      type: string
      description: The user that owns the code
  group_code_owner:
      default: "webops_deploy"
      type: string
      description: The group that owns the code
  listen_port:
      default: 8080
      type: int
      description: Port for the application to listen on
  daisy-cassandra-host:
      type: string
      default: ''
      description: |
        Override relations to Cassandra with specific host addresses. This
        is a temporary measure until cross-environment relations are ready.
  daisy-cassandra-username:
      type: string
      default: ''
      description: |
        The Cassandra RPC username. Leave blank if one is not needed.
  daisy-cassandra-password:
      type: string
      default: ''
      description: |
        The Cassandra RPC password. Leave blank if one is not needed.
  daisy-openstack-auth-url:
      type: string
      default: ''
      description: |
        The OpenStack authentication URL, e.g.:
        https://keystone.yourdomain.com:443/v2.0/
  daisy-openstack-username:
      type: string
      default: ''
      description: The OpenStack username to authenticate with.
  daisy-openstack-password:
      type: string
      default: ''
      description: The OpenStack password to authenticate with.
  daisy-openstack-tenant:
      type: string
      default: ''
      description: |
        The OpenStack tenant to use, e.g.: yourname_project.
  daisy-openstack-region:
      type: string
      default: ''
      description: The OpenStack region to use.
  daisy_code_dirs:
      type: int
      default: 3
      description: |
        How many old copies of daisy code to retain (candidates for backouts)
  daisy_code_revno:
      type: int
      default: 766
      description: |
        The revision number of daisy code to run.
  errors_code_dirs:
      type: int
      default: 3
      description: |
        How many old copies of errors code to retain (candidates for backouts)
  errors_code_revno:
      type: int
      default: 582
      description: |
        The revision number of errors code to run.
  credentials-database-name:
      type: string
      default: 'credentials_cache'
      description: |
        The name of the database to store OpenID credential information in.
  credentials-database-role:
      type: string
      default: 'credentials_cache'
      description: |
        The role name that will own the database.
  repository:
      type: string
      default: 'ppa:daisy-pluckers/daisy-seeds'
      description: The location for the daisy-dependencies package.
  django_repository:
      type: string
      description: The apt repository for python-django
  django_version:
      type: string
      description: The package version of python-django to install and hold
  django_allowed_hosts:
      type: string
      description: list representing the host/domain names that will be served
  openid_trust_root:
      type: string
      default: 'http://errors.staging.ubuntu.com/'
      description: Trust root to use when perfomring openid authentication
  errors_static_url:
      type: string
      default: 'https://assets.ubuntu.com/sites/errors/407/'
      description: Location of static content
  lp_use_staging:
      type: boolean
      default: False
      description: Use Launchpad staging instead of production.
  lp_oauth_token:
      type: string
      default: ''
      description: OAuth token for talking to Launchpad.net.
  lp_oauth_secret:
      type: string
      default: ''
      description: OAuth secret for talking to Launchpad.net.
  allow_bug_filing:
      type: boolean
      default: True
      description: Display the link to create bugs in Launchpad
  nrpe_url_check_params:
      default: "-e ' 200 OK' -u / -s 'We collect hundreds of thousands'"
      type: string
      description: The parameters to use for the check against gunicorn
  region:
      default: "prodstack"
      type: string
      description: Region deploying to. Used by nrpe to define servicegroup
  oops-amqp-host:
      type: string
      default: ''
      description: The host in the rabbitMQ server for OOPS reports.
  oops-amqp-username:
      type: string
      default: 'daisy'
      description: The user to log into the rabbitMQ server for OOPS reports.
  oops-amqp-password:
      type: string
      default: 'daisy'
      description: The password for the rabbitMQ server for OOPS reports.
  oops-amqp-vhost:
      type: string
      default: '/'
      description: The vhost in the rabbitMQ server for OOPS reports.
  oops-amqp-exchange:
      type: string
      default: ''
      description: The exchange for the rabbitMQ server for OOPS reports.
  oops-amqp-routing-key:
      type: string
      default: ''
      description: The routing key for the rabbitMQ server for OOPS reports.
  errors-secret-key:
      type: string
      default: 'asecretkeyfornewinstalls'
      description: The secret key for Django.