blob: 82e03537348b009223e23710782bd3fea0043443 [file] [log] [blame]
- This requires a working SSH setup as described in SETUP.ssh
- Log into https://gerrit.wikimedia.org and enter your "cloud" SSH key under "Settings" -> "SSH Public Keys"
- git and git-review have been installed as dependencies of the wmf-sre-laptop package
- We need to once accept the SSH host key for the SSH service provided by Gerrit.
ssh -o StrictHostKeyChecking=ask gerrit.wikimedia.org
and compare the presented host fingerprint against
https://wikitech.wikimedia.org/wiki/Help:SSH_Fingerprints/gerrit.wikimedia.org:29418
Gerrit will politely refuse an interactive shell. Following that uncomment strict
hostname checking for gerrit.wikimedia.org again.
- There are plenty of repositories, but the following will be needed by anyone in SRE:
git clone ssh://gerrit.wikimedia.org:29418/operations/puppet.git (our Puppet tree)
git clone ssh://gerrit.wikimedia.org:29418/operations/dns.git (our DNS repo)
git clone ssh://gerrit.wikimedia.org:29418/operations/cookbooks.git (the repo with Spicerack cookbooks)