RETIRED, Puppet module to deploy an OpenStack ci system
98e18bfc83
This is part of our feature/zuulv3 effort to scale up our nodepool-launcher process. Change-Id: I29e661e38e9a2a56a01a1c30f1dc1eae97a4de7b Depends-On: I393fa1d8ff080260af772a2f020cca9b9e49b173 Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
contrib | ||
doc/source | ||
files | ||
manifests | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
README.md | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Continuous Integration Module
Overview
Configures an OpenStack Continuous Integration System
Developing
If you are adding features to this module, first ask yourself: "Does this logic belong in the module for the service?"
An example of this is the gearman-logging.conf file needed by the zuul service. This file should be managed by the zuul module, not managed here. What should go in this module is high level directives and integrations such as a list of jenkins plugins to install or a class that instantiates multiple services.