Content translation/Deployments/Beta
Appearance
This page will contain all information related to ContentTranslation extension on Beta Cluster.
Workflow
[edit]Client and server
[edit]Where xx is language code.
- Server:
- Instance:
deployment-sca0x.eqiad.wmflabs
where x is 1 or 2. - Public URL for server: http://cxserver-beta.wmflabs.org
- Instance:
Testing
[edit]Beta labs always runs on master code for CX client and server. CXServer code is updated via "CXServer deploy" update mentioned at, https://phabricator.wikimedia.org/diffusion/GCXD/browse/master/README.md
- ContentTranslation code is at:
/srv/mediawiki/php-master/extensions/ContentTranslation
- cxserver code is at:
/srv/deployment/cxserver/deploy/src
Log
[edit]cxserver Beta labs logs can be found using logstash at: https://logstash-beta.wmflabs.org/#/dashboard/elasticsearch
Monitoring
[edit]To monitor RAM/CPU and disk space on CX Beta instance. See: https://nagf.toolforge.org/?project=deployment-prep#h_deployment-cxserver03
Debugging
[edit]- Topic of #wikimedia-releng IRC channel.
- Check with #wikimedia-releng if Beta Cluster is really down or facing any issue(s).
- File a bug with:
Beta-Cluster
tag.
Puppet config testing
[edit]- Login to: deployment-puppetmaster.deployment-prep.eqiad.wmflabs
- Go to:
/var/lib/git/operations/puppet/
- Cherry pick patchset you want to, for example:
git fetch https://gerrit.wikimedia.org/r/operations/puppet refs/changes/62/156762/2 && git cherry-pick FETCH_HEAD
- Logout
- Login to: deployment-sca0x.eqiad.wmflabs
- Run Puppet update:
puppet agent -tv
- Don't forget to reset HEAD at deployment-puppetmaster.deployment-prep.eqiad.wmflabs when testing is finished!