OpenStack Infra Team conference presentations and papers
Go to file
Elizabeth Krumbach 0a41f2569f Update sysadmin-codereview from Oct presentation
Also presented this talk at the Bay Area Linux Users Group in
October 2013, adding modifications made for that talk.

Change-Id: Ib8c089d3393e92cc63c3544df8f7eac67b883a89
2013-12-27 09:43:46 -08:00
graphics Use higher res logo for talk banner. 2013-07-31 08:34:30 -07:00
help Clear unrelated presentations out of the overview. 2013-06-18 01:06:46 +00:00
images Update sysadmin-codereview from Oct presentation 2013-12-27 09:43:46 -08:00
scripts Initial commit for publication template branch. 2013-09-13 14:58:11 -07:00
styles Remove stray .htaccess files. 2013-07-31 13:55:23 +00:00
.gitreview Initial commit for publication template branch. 2013-09-13 14:58:11 -07:00
index.html Update sysadmin-codereview from Oct presentation 2013-12-27 09:43:46 -08:00
README.rst Add Code Review for Systems Administrators talk 2013-12-13 13:28:43 -08:00

Code Review for Systems Administrators

The OpenStack project uses a public code review system and automated series of unit and integration tests before merging to confirm that code submitted is adhering to project standards and doesn't cause problems for other software in the stack.

The OpenStack Infrastructure team not only manages this system using open source tools like Gerrit and Jenkins for review and testing, but also uses the system themselves for reviewing and testing changes being made to systems running the infrastructure for the project. Puppet configuration files, Python scripts and more are subjected to automated syntax tests and then collaboratively reviewed in public by community and core team members alike before approval.

This process has allowed the team to have a considerably open approach to systems administration within the project infrastructure. It has also made it much easier to work on effective solutions through code and configuration sharing during the review process. With recent improvements to documentation it has allowed also for easier on-boarding of new and casual contributors looking to get involved with assisting with infrastructure work.