
Allow our nodepool installations to be installed under python 3. Goal is to eventually remove py2 support from nodepool for zuulv3. Change-Id: Icac77f88e411a3ac08fc54afb4e9746039f908e8 Depends-On: Ie2c223d74b32798e5f0cb0ca8b76d9fa6a4f3095
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