For tracking the migration of services to the new scap3 work.
Description
Description
Event Timeline
Comment Actions
Adding our Q3 goal project because any of these we don't get to in Q2 should obviously flow over into Q3.
Comment Actions
the repo_config in salt is probably the canonical list of things deployed with Trebuchet.
There are currently 40 repos in repo_config:
operations-puppet production[git]✔ 25s
(•◡•)❥ python2
Python 2.7.11 (default, Jan 11 2016, 21:04:40)
[GCC 5.3.1 20160101] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yaml
>>> with open('hieradata/common/role/deployment.yaml') as f:
... repos = yaml.load(f.read())
...
>>> count = 0
>>> for repo in repos['repo_config']:
... count += 1
... print '{}. {}'.format(count, repo)
...
1. scholarships/scholarships
2. librenms/librenms
3. cassandra/metrics-collector
4. kibana/kibana
5. statsv/statsv
6. zotero/translation-server
7. citoid/deploy
8. integration/mediawiki-tools-codesniffer
9. integration/phpunit
10. ocg/ocg
11. dropwizard/metrics
12. zotero/translators
13. wdqs/wdqs
14. cxserver/deploy
15. logstash/plugins
16. fluoride/fluoride
17. elasticsearch/plugins
18. tilerator/deploy
19. integration/php-coveralls
20. test/testrepo
21. mobileapps/deploy
22. jobrunner/jobrunner
23. wikimedia/discovery/analytics
24. eventlogging/eventlogging
25. kartotherian/deploy
26. eventlogging/eventbus
27. parsoid/deploy
28. analytics/refinery
29. mathoid/deploy
30. scap/scap
31. cassandra/logstash-logback-encoder
32. integration/phpcs
33. restbase/deploy
34. servermon/servermon
35. integration/slave-scripts
36. graphoid/deploy
37. analytics/aqs/deploy
38. rcstream/rcstream
39. iegreview/iegreview
40. sentry/sentryRepos that don't need to migrate:
- scap/scap - this is now a deb
- testrepo/test - don't really need it, should be easy to move in any case
Repos that rely on git-fat:
- cassandra/metrics-collector
- dropwizard/metrics
- logstash/plugins
- cassandra/logstash-logback-encoder
That leaves:
- scholarships/scholarships
- librenms/librenms
- kibana/kibana
- statsv/statsv
- zotero/translation-server
- citoid/deploy
- integration/mediawiki-tools-codesniffer
- integration/phpunit
- ocg/ocg
- zotero/translators
- wdqs/wdqs
- cxserver/deploy
- fluoride/fluoride
- elasticsearch/plugins
- tilerator/deploy
- integration/php-coveralls
- mobileapps/deploy
- jobrunner/jobrunner
- wikimedia/discovery/analytics
- eventlogging/eventlogging
- kartotherian/deploy
- eventlogging/eventbus
- parsoid/deploy
- analytics/refinery
- mathoid/deploy
- integration/phpcs
- restbase/deploy
- servermon/servermon
- integration/slave-scripts
- graphoid/deploy
- analytics/aqs/deploy
- rcstream/rcstream
- iegreview/iegreview
- sentry/sentry
Comment Actions
- integration/mediawiki-tools-codesniffer
- integration/phpcs
These two are no longer used by anything and should just be removed.
Comment Actions
All of the services owned and/or maintained by the Services team are now using Scap3. Resolving.