puppet-ciwatch/templates/ciwatch.conf.erb
Mikhail S Medvedev 88258812de Add initial implementation to deploy ciwatch
Most of boilerplate was copied from other infra puppet modules,
puppet-zuul in particular.

No beaker tests yet.

Using MySQL back end.

Spec: https://specs.openstack.org/openstack-infra/infra-specs/specs/deploy-ci-dashboard.html

Change-Id: I652271854163ba6c78ce602e9b93398e4d6e983e
2016-04-14 10:44:24 -05:00

22 lines
749 B
Plaintext

[AccountInfo]
gerrit_ssh_key = <%= @ssh_private_key_file %>
gerrit_username = <%= @gerrit_user %>
gerrit_host = <%= @gerrit_hostname %>
gerrit_port = <%= @gerrit_port %>
[Data]
debug = True
data_dir = /var/lib/ciwatch
[Log]
log_dir = /var/log/ciwatch
[database]
connection = mysql+mysqldb://ciwatch:<%= @mysql_password %>@localhost/ciwatch?charset=utf8
[misc]
; This is a more complete list that is not missing any CI's from the wiki
; It may include projects that don't actually do the third party CI thing
; projects = cinder,nova,swift,rally,murano,keystone,ironic,octavia,os-brick,neutron,tempest,neutron-lbaas,devstack,designate,manila
projects = cinder,nova,swift,rally,murano,ironic,octavia,os-brick,neutron,neutron-lbaas,devstack,manila