Merge "Call two jeepyb scripts with new logging"

This commit is contained in:
Jenkins 2015-08-27 15:44:23 +00:00 committed by Gerrit Code Review
commit 66d5b8bdb9
2 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ class openstack_project::gerrit (
if ($testmode == false) {
exec { 'manage_projects':
command => '/usr/local/bin/manage-projects -v >> /var/log/manage_projects.log 2>&1',
command => '/usr/local/bin/manage-projects -v -l /var/log/manage_projects.log',
timeout => 900, # 15 minutes
subscribe => [
File['/home/gerrit2/projects.yaml'],

View File

@ -99,7 +99,7 @@ class openstack_project::translate_dev(
include jeepyb
exec { 'register-zanata-projects':
command => '/usr/local/bin/register-zanata-projects >> /var/log/register-zanata-projects.log 2>&1',
command => '/usr/local/bin/register-zanata-projects -v -l /var/log/register-zanata-projects.log',
timeout => 900, # 15 minutes
subscribe => File['/home/wildfly/projects.yaml'],
refreshonly => true,