Services/Meetings/2013-05-28
Jump to navigation
Jump to search
- Time: Tuesday at 9:15 AM PST / 12:15 PM EST / 5:15 PM UTC.
- Place: Mozilla HQ, 3-Zombocom (Vidyo room "Services")
- Phone (US/Intl): 650 903 0800 x92 Conf: 98616#
- Phone (Toronto): 416 848 3114 x92 Conf: 98616#
- Phone (US): 800 707 2533 (pin 369) Conf: 98616#
Ops
Deployment Requests
Hardware, Projects & Other
Mozilla IDP (aka. VinzClortho) (Benson)
What I worked on:
- Refactored/rewrote an improved CloudWatch backend for StatsD (https://github.com/mostlygeek/statsd-backend-cloudwatch)
- Completed StatsD+CloudWatch server (https://github.com/mostlygeek/statsd-with-cloudwatch)
- First stages of Moz-IDP deployment scripts (https://github.com/mozilla-services/mozilla-idp-deploy)
What I'm working on:
- Working on improving deployment of Moz-IDP scripts. ie: AMI creation. I may not do this and come back to it after Grand Unification Week. They are good enough, and I can deploy them to different regions quickly using CLI EC2 tools.
- Getting the Moz-IDP production systems up.
- Creating of ELB's for each region (for SSL termination)
- Creating Route53 settings to
- DNS latency based balancing of access
- DNS failover, turns off a region if it is having connectivity issues
Blockers:
- need the latest SL6.3 AMI in these regions:
- us-east-1
- us-west-1
- eu-west-1
- need Identity team to decide on hostname for service, ie: login.mozilla.org
- need SSL cert for that in ELB
- need DNS delegation for that to Route53 to the hostname: login-prod.allizomaws.com
- need monitoring and checks set up for that SSL cert
Engineering
Metrics (benbangert/rmiller/vng/trink)
Heka
- Tagged 0.2rc1 & 0.2rc2 releases, documented / improved release process slightly
- Fixed sandbox code failures on 32 bit systems
- Merged first external contribution
- Lots of improvements in Heka reporting / self monitoring
- Merged AMQP input / output infrastructure
- Nearly done getting LogfileInput to pick up where it left off in a given log file
- Fixed some performance / blocking issues