Closed
Bug 1314785
Opened 9 years ago
Closed 9 years ago
antenna: configure -dev environment
Categories
(Cloud Services :: Operations: Antenna, task)
Cloud Services
Operations: Antenna
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: miles)
References
Details
Antenna requires configuration in order to know how to access S3, statsd, etc.
This bug covers figuring out the correct configuration and doing whatever it is we do to set up the -dev environment to use that configuration.
| Reporter | ||
Comment 1•9 years ago
|
||
I suspect we want something like this:
"""
# Statsd things
METRICS_CLASS=antenna.metrics.DogStatsdMetrics
STATSD_NAMESPACE=statsd-prefix
# BreakdpadSubmitterResource settings
CRASHSTORAGE_CLASS=antenna.ext.s3.crashstorage.S3CrashStorage
# S3CrashStorage and S3Connection settings
CRASHSTORAGE_BUCKET_NAME=bucket-name
CRASHSTORAGE_REGION=region-name
"""
where:
1. "statsd-prefix" is replaced with whatever prefix is appropriate
2. "bucket-name" is replaced with the bucket name
3. "region-name" is replaced with the region the bucket is in
Theoretically, that will default to statsd on localhost:8125 and use the IAM credentials for the EC2 node that it's on for the S3 bucket.
| Assignee | ||
Comment 2•9 years ago
|
||
I added the env variables to the Docker environment here: https://github.com/mozilla-services/cloudops-deployment/commit/9d952ebb8c89c91129a514cd7669cd1bb4624cff
STATSD_NAMESPACE is set to "antenna"
CRASHSTORAGE_BUCKET_NAM is set to "crashstats.antenna.{dev|stage|prod}"
| Assignee | ||
Comment 3•9 years ago
|
||
I believe this is complete and can be closed. Correct?
Flags: needinfo?(willkg)
| Reporter | ||
Comment 4•9 years ago
|
||
Mmm... Yeah--let's close this out. If we discover any additional configuration changes that need to happen, we can do that in new bugs.
Thanks, Miles!
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(willkg)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•