James E. Blair
9f50b73324
Create infra-manual project
The idea is that it will be a three-part user's manual for the OpenStack project infrastructure: * Developer's User Manual * Core Reviewer's User Manual * Project Driver's User Manual It will contain information on how to work with git, git-review, gerrit, zuul, jenkins, etc., all targeting those three kinds of users. It should completely replace this document: https://wiki.openstack.org/wiki/GerritJenkinsGit And much of the content in: https://wiki.openstack.org/wiki/GerritWorkflow As well as these parts of the current infra docs: http://ci.openstack.org/stackforge.html http://ci.openstack.org/test-infra-requirements.html It will have its own core group that will include infra-core but can easily be expanded to anyone who understands the infrastructure and current practices well enough to review documentation changes (which is quite a lot of developers). Change-Id: I371cce0622c1ae99e9cdfa313b36ccf0bb256773
Puppet Modules
These are a set of puppet manifests and modules that are currently being used to manage the OpenStack Project infrastructure.
The main entry point is in manifests/site.pp.
In general, most of the modules here are designed to be able to be run either in agent or apply mode.
These puppet modules require puppet 2.7 or greater. Additionally, the site.pp manifest assumes the existence of hiera.
See http://ci.openstack.org for more information.
Documentation
The documentation presented at http://ci.openstack.org comes from git://git.openstack.org/openstack-infra/config repo's docs/source. To build the documentation use
$ tox -evenv python setup.py build_sphinx
Description
Languages
Python
37.1%
Jinja
36.7%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.8%