
Our CI jobs' logserver wasn't setting cache headers so browsers were always downloading the log files on each request. Reduce load on the logserver and improve performance by users via the setting of a 2 week ttl on log data. This should be safe because each job writes to a uuid identified dir and that data doesn't get overwritten. Once written the data is static. Change-Id: Ic99df4e4e64a6bf64e68e6f1bc297c91134ab716
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