
The openstack infra team is moving the managmeent of clouds.yaml files from puppet to ansible. To keep puppet and ansible from fighting with each other over the contents of this file make the contents optional here. If provided puppet will manage them otherwise puppet doesn't touch the clouds.yaml file. Change-Id: I037abf2fb64a63af160ea6e25ce300197f7f513f
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