If you haven't done it already, please set up your account for Git/Gerrit and other tools. You can find help at Getting Started steps.
Git
You can refer to the git tutorial page for extended information about how to use the OPNFV version control tool.
Jenkins
Jenkins is an extensible open source continuous integration server. See more details at OPNFV Jenkins wiki or here.
Tips & Tricks
- You can view all activity like this: https://gerrit.opnfv.org/gerrit/#/q/project:YOUR_REPO
- You can View gitweb like this: https://gerrit.opnfv.org/gerrit/gitweb?p=YOUR_REPO.git;a=summary
- You can View cgit here (no login required): https://git.opnfv.org/cgit/
- Information regarding OPNFV Artifact Repository TL;DR - Don't use git for large binary files!
- Using SaltStack to install and Customize a complete OpenStack environment on RHEL/CentOS or Debian/Ubuntu
- Scripts to configure DevStack multi node OpenStack environment for developers
- A sample procedure for start hacking in Parser Project: Parser HowTo Start
Coding Guidelines
Developer contribution/coding guidelines can be found here: OPNFV Coding Guidelines
Secure coding guidesline can be found here: OPNFV Secure Coding Guidelines