
The dependent change adds a flag to the builder for exporting build logs, and another flag to the launcher to enable the webapp. Plumb through so we can enable both. Also remove deprecated build/upload log arguments that are no longer relevant. Change-Id: I1644e41629507b1a7082e70afaba1baf63d620a4 Depends-On: https://review.openstack.org/543671
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