
Copy the zuul scheduler/merger manifests used in: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project Add some refactoring in order to make them more generic: - Pass $git_name and $git_email as parameters and keep default values. - Add a known_hosts_content parameter to setup known_hosts. - Remove the openstack_project/server call. This call stays in system-config. Needed-By: I98ab36cca49f8784fc93c46db69bc2a777a61938 Change-Id: I48e49c760d5304bd7dd5b0bbbdaa27329b2d8a5f
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.
Description