Add logging to manage-projects
This patch adds logging to the puppet exec for manage-projects within gerrit.pp. It also adds logging to jeepyb, which can also cover logging for manage-projects, which is a script within jeepyb. Change-Id: I4cd1137e4bf62e0d19a8a337c98b3a33df38a0c0 Fixes-bug: 1245905
This commit is contained in:
parent
f063f71651
commit
76ca969b16
@ -50,5 +50,6 @@ class jeepyb (
|
||||
refreshonly => true,
|
||||
require => Class['mysql::python'],
|
||||
subscribe => Vcsrepo['/opt/jeepyb'],
|
||||
logoutput => true,
|
||||
}
|
||||
}
|
||||
|
@ -379,6 +379,7 @@ class openstack_project::gerrit (
|
||||
File['/home/gerrit2/acls'],
|
||||
],
|
||||
refreshonly => true,
|
||||
logoutput => true,
|
||||
require => [
|
||||
File['/home/gerrit2/projects.yaml'],
|
||||
File['/home/gerrit2/acls'],
|
||||
|
Loading…
Reference in New Issue
Block a user