Nalexander (talk | contribs) |
|||
(13 intermediate revisions by 11 users not shown) | |||
Line 17: | Line 17: | ||
== Sagrada == | == Sagrada == | ||
=== Metrics (rmiller/vng) === | === Metrics (rmiller/vng) === | ||
* updated vagrant-centos to have a working statsd/graphite-web/logstash backend | |||
=== SyncStorage/AITC (rfkelly) === | === SyncStorage/AITC (rfkelly) === | ||
Line 24: | Line 27: | ||
=== Queuey (bbangert/hannosch) === | === Queuey (bbangert/hannosch) === | ||
* [zookeeper] First merge of kazoo/zc.zk/zktools code into single kazoo code-base | |||
* [zookeeper] Next, to update docs, verify working base client behavior, integrate testing | |||
* [bbangert] Became very familiar with limitations of gevent/threading coordination objects | |||
=== Token Server (tarek/alexis) === | === Token Server (tarek/alexis) === | ||
Line 29: | Line 36: | ||
* weird bug should be gone now - observation phase today & tomorrow | * weird bug should be gone now - observation phase today & tomorrow | ||
* adding tools for nagios monitoring of the token server this week | * adding tools for nagios monitoring of the token server this week | ||
* changing the loadtesting suite to use mockmyid.com baked assertions rather than being in a loadtest mode. | |||
=== Signing (rtilder) === | === Signing (rtilder) === | ||
* Dev testing with Services Ops on their infrastructure | |||
== Sync == | == Sync == | ||
=== Firefox Sync (gps) === | === Firefox Sync (gps) === | ||
* 5 day weekend to celebrate birthday. Doing it right. | |||
* Wrestling with AITC JS server | |||
** Someone please fix the Python builds. I'm getting timeouts installing packages, inability to CTRL-C, etc. It is blocking me from running the Python functional tests against the server and this is blocking AITC client testing. | |||
* Started look at AITC Manager review | |||
* Sync broken on SpiderMonkey {{bug|758530}} | |||
=== Android Sync (rnewman/nalexander/liuche) === | === Android Sync (rnewman/nalexander/liuche) === | ||
* 5-day weekend to celebrate gps's birthday. Well, just because. | |||
* Wrapping up by fixing UI bugs and making Sync setup flow smoother. | |||
* End of totalitarian reign of Foul Pig Dog rnewman; beginning of brilliant reign of Best Leaders liuche and nalexander! | |||
== Notifications == | == Notifications == | ||
* Pending Product | |||
=== Client/Server (jbalogh/jrconlin) === | === Client/Server (jbalogh/jrconlin) === | ||
Line 43: | Line 62: | ||
== Sync Server (jbonacci/jrgm) == | == Sync Server (jbonacci/jrgm) == | ||
* | * Continued support to Dev and OPs for various deployments | ||
* Working with Ryan on AITC 1.1 in Stage | |||
* Working with Ryan on | |||
** Tracking this work for push to Production (part of BaseCamp) | ** Tracking this work for push to Production (part of BaseCamp) | ||
* Working with Ryan and Robert on Sync 1.1 plus MetLog support for Stage/Production | * Working with Ryan and Robert on Sync 1.1 plus MetLog support for Stage/Production | ||
** Bug 758482 - [meta] build and deploy a metlog-enabled sync1.1 server | ** Bug 758482 - [meta] build and deploy a metlog-enabled sync1.1 server | ||
* Working through some | * Working through some docs for AITC and TokenServer | ||
* | * Test planning for HSM | ||
** Bug 756664 - Metabug for HSM/signing service transition | ** Bug 756664 - Metabug for HSM/signing service transition | ||
* Tracking AITC client side for BaseCamp | * Tracking AITC client side for BaseCamp | ||
Line 56: | Line 74: | ||
== BrowserID (jrgm/jbonacci) == | == BrowserID (jrgm/jbonacci) == | ||
* Test prep for Train 28 | |||
** Bug 758840 - QA and deploy BrowserID train-2012.05.25 to production | |||
* Test prep for BigTent deployment to Stage environment | |||
* Test planning continues for the following: | |||
** Updated API, UI flow, RP, Keywrapping | |||
** Persona Beta | |||
* Consulting for the following projects: | |||
** VinzClortho (BID support in Mozilla.com/.org) | |||
** KPI (UX metrics) | |||
* BID Automation | |||
** The WebQA team continuing to increase coverage of platforms | |||
** Latest info: https://wiki.mozilla.org/Identity/QA#Automation | |||
= Deployment Requests = | = Deployment Requests = | ||
Line 70: | Line 100: | ||
== Identity == | == Identity == | ||
= Security (dchan) = | = Security (dchan) = | ||
* Tokenserver review slipped | |||
* Simon Bennetts will help with services security work | |||
= Marketing = | = Marketing = | ||
= Roundtable = | = Roundtable = |
Latest revision as of 16:22, 29 May 2012
- Time: Tuesday at 9:15 AM PST / 12:15 PM EST / 5:15 PM UTC.
- Place: Mozilla HQ, Sick Bay (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#
Who's away?: Tracy PTO May 26th - June 3rd
Ops
Hardware
Projects
Other Notes
Engineering
Sagrada
Metrics (rmiller/vng)
- updated vagrant-centos to have a working statsd/graphite-web/logstash backend
SyncStorage/AITC (rfkelly)
- Fixed several more bugs/docs problems with run-your-own sync server
- Sync1.1 branch merging and other groundwork for deploying a metlog-enabled version
- Getting AITC loadtesting back on track. Currently see sharply increasing error rate with load above ~150 RPS, need to dig into what's happening in the database.
Queuey (bbangert/hannosch)
- [zookeeper] First merge of kazoo/zc.zk/zktools code into single kazoo code-base
- [zookeeper] Next, to update docs, verify working base client behavior, integrate testing
- [bbangert] Became very familiar with limitations of gevent/threading coordination objects
Token Server (tarek/alexis)
- weird bug should be gone now - observation phase today & tomorrow
- adding tools for nagios monitoring of the token server this week
- changing the loadtesting suite to use mockmyid.com baked assertions rather than being in a loadtest mode.
Signing (rtilder)
- Dev testing with Services Ops on their infrastructure
Sync
Firefox Sync (gps)
- 5 day weekend to celebrate birthday. Doing it right.
- Wrestling with AITC JS server
- Someone please fix the Python builds. I'm getting timeouts installing packages, inability to CTRL-C, etc. It is blocking me from running the Python functional tests against the server and this is blocking AITC client testing.
- Started look at AITC Manager review
- Sync broken on SpiderMonkey bug 758530
Android Sync (rnewman/nalexander/liuche)
- 5-day weekend to celebrate gps's birthday. Well, just because.
- Wrapping up by fixing UI bugs and making Sync setup flow smoother.
- End of totalitarian reign of Foul Pig Dog rnewman; beginning of brilliant reign of Best Leaders liuche and nalexander!
Notifications
- Pending Product
Client/Server (jbalogh/jrconlin)
QA
Client Testing and Sign-offs (tracy)
Sync Server (jbonacci/jrgm)
- Continued support to Dev and OPs for various deployments
- Working with Ryan on AITC 1.1 in Stage
- Tracking this work for push to Production (part of BaseCamp)
- Working with Ryan and Robert on Sync 1.1 plus MetLog support for Stage/Production
- Bug 758482 - [meta] build and deploy a metlog-enabled sync1.1 server
- Working through some docs for AITC and TokenServer
- Test planning for HSM
- Bug 756664 - Metabug for HSM/signing service transition
- Tracking AITC client side for BaseCamp
- Bug 757261 - Implement AITC manager and service
BrowserID (jrgm/jbonacci)
- Test prep for Train 28
- Bug 758840 - QA and deploy BrowserID train-2012.05.25 to production
- Test prep for BigTent deployment to Stage environment
- Test planning continues for the following:
- Updated API, UI flow, RP, Keywrapping
- Persona Beta
- Consulting for the following projects:
- VinzClortho (BID support in Mozilla.com/.org)
- KPI (UX metrics)
- BID Automation
- The WebQA team continuing to increase coverage of platforms
- Latest info: https://wiki.mozilla.org/Identity/QA#Automation
Deployment Requests
Support
Metrics
Reports and Monitoring (daniel)
Product
Sync
Firefox 13
Firefox 14
Firefox 15
Firefox 16
Beyond
Identity
Security (dchan)
- Tokenserver review slipped
- Simon Bennetts will help with services security work