Closed
Bug 907341
Opened 12 years ago
Closed 12 years ago
Remove jobs list from crontabber.ini
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Assigned: bburton)
Details
Remove crontabber jobs from crontabber.ini because this is controlled in crontabber.py
| Reporter | ||
Comment 1•12 years ago
|
||
Committed in revision 73517 in svn trunk for puppet.
| Reporter | ||
Comment 2•12 years ago
|
||
Not seeing the change, but supposedly the right file got pushed:
Info: Caching catalog for sp-admin01.phx1.mozilla.com
Info: Applying configuration version '73521'
Notice: Finished catalog run in 198.29 seconds
Error: Could not run Puppet configuration client: execution expired
| Assignee | ||
Comment 3•12 years ago
|
||
\o/
Info: Applying configuration version '73531'
Info: FileBucket adding {md5}27cefb6583a551ad038e265d5e1610ad
Info: /Stage[main]/Socorro::Base/File[/etc/socorro/crontabber.ini]: Filebucketed /etc/socorro/crontabber.ini to main with sum 27cefb6583a551ad038e265d5e1610ad
Notice: /Stage[main]/Socorro::Base/File[/etc/socorro/crontabber.ini]/content: content changed '{md5}27cefb6583a551ad038e265d5e1610ad' to '{md5}874d528a2edc3fceeea3e1cbde6430e6'
| Assignee | ||
Comment 4•12 years ago
|
||
Turns out the work to actually make the file managed by puppet was never finished :>
fixed now
-> % svn diff
Index: modules/socorro/manifests/base.pp
===================================================================
--- modules/socorro/manifests/base.pp (revision 73524)
+++ modules/socorro/manifests/base.pp (working copy)
@@ -71,6 +71,12 @@
default => "puppet:///modules/socorro/prod/etc-socorro/common_hbase.ini",
};
+ '/etc/socorro/crontabber.ini':
+ ensure => file,
+ source => $::fqdn ? {
+ default => "puppet:///modules/socorro/prod/etc-socorro/crontabber.ini",
+ };
+
'/etc/socorro/common_elasticsearch.ini':
ensure => file,
source => $::fqdn ? {
bburton@althalus [01:28:53] [~/code/mozilla/sysadmins/puppet/trunk]
-> % svn ci -m "finishing work to have puppet manage crontabber.ini on sp-admin01, bug 907341"
Sending trunk/modules/socorro/manifests/base.pp
Transmitting file data .
Committed revision 73531.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bburton
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•12 years ago
|
||
And signature summary just ran! :)
You need to log in
before you can comment on or make changes to this bug.
Description
•