OpenStack Infra Team conference presentations and papers
Go to file
Elizabeth Krumbach Joseph 2cd2de2436 Add a couple services we manage and checks
In preparation for talk at SCaLE12x, add Elasticsearch and replace Puppet
Dashboard for Puppetboard in services we run. Also add alphabetized project
files check.

Change-Id: I32cc35a3f2481873cd5df84085ceae54577a454b
2014-01-08 22:46: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
README.rst Add Code Review for Systems Administrators talk 2013-12-13 13:28:43 -08:00
index.html Add a couple services we manage and checks 2014-01-08 22:46:46 -08:00

README.rst

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.