Closed
Bug 930731
Opened 12 years ago
Closed 12 years ago
Make Ubuntu able to run toplevel::server
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Attachments
(2 files, 1 obsolete file)
|
6.64 KB,
patch
|
Callek
:
review+
dustin
:
checked-in+
|
Details | Diff | Splinter Review |
|
3.76 KB,
patch
|
dividehex
:
review+
dustin
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•12 years ago
|
||
since you spoke up
Attachment #821949 -
Flags: review?(bugspam.Callek)
Comment 2•12 years ago
|
||
Comment on attachment 821949 [details] [diff] [review]
bug930731.patch
Review of attachment 821949 [details] [diff] [review]:
-----------------------------------------------------------------
::: modules/nrpe/manifests/service.pp
@@ +13,5 @@
> + ensure => "running",
> + require => Class['packages::nrpe'];
> + }
> + }
> + Ubuntu: {
huh, two Ubuntu cases are almost certainly wrong. And isn't |service{ nrpe}| already being used for ubuntu? whats the difference
Attachment #821949 -
Flags: review?(bugspam.Callek) → review-
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 821949 [details] [diff] [review]
bug930731.patch
Review of attachment 821949 [details] [diff] [review]:
-----------------------------------------------------------------
::: modules/nrpe/manifests/service.pp
@@ +13,5 @@
> + ensure => "running",
> + require => Class['packages::nrpe'];
> + }
> + }
> + Ubuntu: {
The service is named "nagios-nrpe-server" on Ubuntu. Until now we haven't been running nrpe on Ubuntu (it's testers only). I should have changed the second occurrence of "Ubuntu" to "CentOS", so good catch.
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #821949 -
Attachment is obsolete: true
Attachment #822372 -
Flags: review?(bugspam.Callek)
Updated•12 years ago
|
Attachment #822372 -
Flags: review?(bugspam.Callek) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 822372 [details] [diff] [review]
bug930731-p1.patch
https://hg.mozilla.org/build/puppet/rev/73366bc7942f
Attachment #822372 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•12 years ago
|
||
One more bit here, that wasn't present on relabs where I tested this:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: cannot install on Ubuntu at /etc/puppet/production/modules/packages/manifests/ganglia.pp:14 on node ubuntu64packager1.srv.releng.use1.mozilla.com
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•12 years ago
|
||
Also, the nrpe plugin path is wrong, and the stupid thing has decided to fire up a nagios server:
DISK CRITICAL - /home/cltbld/.gvfs is not accessible: Permission denied
| Assignee | ||
Comment 8•12 years ago
|
||
Attachment #825357 -
Flags: review?(jwatkins)
Comment 9•12 years ago
|
||
Comment on attachment 825357 [details] [diff] [review]
bug930731-p2.patch
Review of attachment 825357 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #825357 -
Flags: review?(jwatkins) → review+
| Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 825357 [details] [diff] [review]
bug930731-p2.patch
https://hg.mozilla.org/build/puppet/rev/2ec798488834
Attachment #825357 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•