Closed Bug 739080 Opened 13 years ago Closed 11 years ago

redis stopped using /etc/redis/default.conf

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: catlee, Unassigned)

Details

at some point recently (around midnight today) redis on redis01 stopped using the configuration file located at /etc/redis/default.conf which is managed by puppet, and started using /etc/redis.conf. The critical difference between these two is that /etc/redis.conf only listens to localhost for connections, whereas /etc/redis/default.conf listens to all interfaces. I've modified /etc/redis.conf to comment out the 'bind 127.0.0.1' line for now.
from /var/log/messages.1: Mar 25 00:41:17 redis01 yum: Updated: redis-2.4.8-2.el5.x86_64 this is why ensure=>latest is EVIL http://hg.mozilla.org/build/puppet-manifests/file/4a9544063c2b/modules/redis/manifests/install.pp#l4
For bean-counting purposes, the combination of this and bug 739032 had the trees closed from 10:15 to 12:30 (though it should have been more like 00:01 to 12:30).
Product: mozilla.org → Release Engineering
I gather what we need to do is update puppet to use the new /etc/redis.conf location and stop using ensure=>latest on the redis package.
(In reply to John Hopkins (:jhopkins) from comment #3) > I gather what we need to do is update puppet to use the new /etc/redis.conf > location and stop using ensure=>latest on the redis package. Currently the redis server is not managed by puppet, it was oldPuppet. that said, :catlee, is there anything more todo here other than recreating a Cent6-based redis puppetized system. If not then this bug should be resolved somehow
Component: Buildduty → Platform Support
Flags: needinfo?(catlee)
QA Contact: armenzg → coop
nope, all we need is a new host and really simple puppet module for it.
Flags: needinfo?(catlee)
I think this is WONTFIX if we're moving away from redis.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.