Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Author: none **Files changed (39):** base/ops/config/pillar/lyft_users.sls (+1 -0 ~1) base/ops/config/pillar/nutcracker.sls (+90 -75 ~165) base/ops/config/pillar/services.sls (+17 -0 ~17) base/ops/config/states/base/nsq/nsq2ext/redis_client.py (+7 -3 ~10) base/ops/config/states/base/nsq/nsq2ext/requirements.txt (+1 -0 ~1) base/ops/config/states/base/nsq/nsq2ext/test_analyticsingestclient.py (+5 -3 ~8) base/ops/config/states/base/nsq/nsq2ext/test_redis_client.py (+16 -8 ~24) base/ops/config/states/base/ntp/init.sls (+1 -1 ~2) bootartifact/Dockerfile (+1 -1 ~2) buildnotify/Dockerfile (+1 -1 ~2) buildnotify/buildnotify/integration/test_validate_staging.py (+20 -19 ~39) buildnotify/buildnotify/routes.py (+41 -40 ~81) buildnotify/buildnotify/settings.py (+3 -2 ~5) buildnotify/buildnotify/tests/test_jenkins.py (+2 -2 ~4) buildnotify/buildnotify/tests/test_routes.py (+12 -15 ~27) buildnotify/buildnotify/tests/test_v3_callbacks.py (+5 -6 ~11) buildnotify/buildnotify/tests/test_v3_jenkins.py (+1 -1 ~2) buildnotify/buildnotify/tests/test_v3_jenkins_jobs.py (+12 -12 ~24) buildnotify/buildnotify/tests/test_v3_models.py (+8 -8 ~16) buildnotify/buildnotify/tests/test_v3_services.py (+6 -6 ~12) buildnotify/buildnotify/v3_callbacks.py (+19 -15 ~34) buildnotify/buildnotify/v3_jenkins.py (+10 -6 ~16) buildnotify/buildnotify/v3_jenkins_jobs.py (+8 -8 ~16) buildnotify/buildnotify/v3_models.py (+11 -4 ~15) buildnotify/buildnotify/v3_submit_queue.py (+36 -2 ~38) docs/infrastructure.md (+187 -0 ~187) docs/kinesis/runbook.md (+59 -20 ~79) docs/orca/README.md (+222 -0 ~222) gateway/Dockerfile (+1 -1 ~2) grafana/Dockerfile (+1 -1 ~2) opstools/Dockerfile (+1 -1 ~2) opstools/ops/orca/opstools.sls (+2 -0 ~2) opstools/redis_tools/redis_hot_key_tool.py (+1 -1 ~2) orca/Dockerfile (+1 -1 ~2) redis/ops/orca/redis.sls (+3 -3 ~6) statsd/Dockerfile (+1 -1 ~2) statsd/ops/orca/statsd.sls (+1 -1 ~2) vpcproxy/Dockerfile (+1 -1 ~2) vpn/Dockerfile (+1 -1 ~2) **35 commits:** [Adding stub of mobile manifest to v3_services (#9648)](lyft/ops_DEPRECATED@b1fa33d) [weekly opsbase update (#9649)](lyft/ops_DEPRECATED@bde51ef) [weekly opsbase update (#9650)](lyft/ops_DEPRECATED@bb7cdf5) [weekly opsbase update (#9651)](lyft/ops_DEPRECATED@b1d0977) [weekly opsbase update (#9652)](lyft/ops_DEPRECATED@dac9ff9) [weekly opsbase update (#9653)](lyft/ops_DEPRECATED@15b8177) [weekly opsbase update (#9654)](lyft/ops_DEPRECATED@93803fd) [weekly opsbase update (#9655)](lyft/ops_DEPRECATED@b6669b1) [weekly opsbase update (#9656)](lyft/ops_DEPRECATED@cb27bbb) [weekly opsbase update (#9657)](lyft/ops_DEPRECATED@9a39e83) [add mongostats service to ops repo (#9639)](lyft/ops_DEPRECATED@0f91499) [Fixing rebuild for v3 (#9658)](lyft/ops_DEPRECATED@bbb21cb) [Run commit only tests on 🔬 in V3 (#9636)](lyft/ops_DEPRECATED@ece698e) [Fixing pr-mobile-workflow (#9659)](lyft/ops_DEPRECATED@7ae1cd4) [update kinesis runbook with reshard info (#9640)](lyft/ops_DEPRECATED@e051ce6) [Adding second status check for v3 testbuildnotify (#9662)](lyft/ops_DEPRECATED@6ee304c) [Fixing v3_pr_test_state (#9664)](lyft/ops_DEPRECATED@b59bf25) [Check all status for buildnotify integration test (#9663)](lyft/ops_DEPRECATED@a2269b4) [Fix stuff again (#9665)](lyft/ops_DEPRECATED@9c8c397) [Fix for State](lyft/ops_DEPRECATED@620d420) [Move start_globe_tests into v3_submit_queue. (#9666)](lyft/ops_DEPRECATED@f6845b9) [Fix for should_update for github push to mobile repos (#9668)](lyft/ops_DEPRECATED@7520f5b) [Enable leap second slewing in ntp (#9671)](lyft/ops_DEPRECATED@cf86cab) [Hot key tool fixes (#9673)](lyft/ops_DEPRECATED@7377091) [Add sbalireddi to FinancialInfra (#9674)](lyft/ops_DEPRECATED@afe8bbe) [Adding pr/pr_num to mobile build jobs (#9672)](lyft/ops_DEPRECATED@9e9c6e5) [Fixing MOBILE_REPOS services (#9675)](lyft/ops_DEPRECATED@d6f3e8b) [Orca documentation (#9669)](lyft/ops_DEPRECATED@6d21389) [Changing parameter to revision (#9677)](lyft/ops_DEPRECATED@b34f987) [use a pipeline in eventdedupe (#9629)](lyft/ops_DEPRECATED@8400766) [Add an all-in-one infra doc (#9667)](lyft/ops_DEPRECATED@0a6f90b) [Altering mobile model to be consistent with service-name (#9679)](lyft/ops_DEPRECATED@8e7d28f) [Scale up apiobjecthot redis for NYE (#9680)](lyft/ops_DEPRECATED@c70166f) [Move from 72 to 96 shards (#9685)](lyft/ops_DEPRECATED@bc4a2f3) [Update nutcracker cfg for apiobjecthotredis (#9684)](lyft/ops_DEPRECATED@76eb290) NOT PASSING TESTS
- Loading branch information