
This patch adds logic that can be used to clone modules from remote git repositories and set the resulting local repos to a know revision. This logic has been added to make it easier to decouple modules that are currently included as a part of config into their own repos. Allowing source installation will allow for edits of these modules to be consumed more easily (without requiring an additional release to the forge). Additionally, this patch removes the puppet forge installation logic that was installing without deps. If modules are needed without their dependencies, they can be installed from source to limit the amounts of ways that modules can be installed. Change-Id: I6e25cd65569f82bd5b0ef7d00b32e93ecdda3d71
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
Jinja
37%
Python
36.7%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.8%