
update the default gerrit_ssh_host_key to the current value that review.o.o is using. otherwise, zuul-merger will fail to clone git repos from gerrit because correct review.o.o host key is not in zuul user's known_hosts. Change-Id: I0e2ec0e340d63666de2ce0ed72c1043be0ed0662
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