Closed
Bug 1375183
Opened 9 years ago
Closed 8 years ago
remove middleware infrastructure
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
Currently (as of bug #1353371), the socorro-middleware.service runs "echo No more middleware" and doesn't restart. That's the middleware no-op.
This bug covers cleaning up the infra now that we no longer have a middleware.
| Assignee | ||
Comment 1•9 years ago
|
||
Pretty sure this involves something like the following:
1. change the puppet files to not copy the socorro-middleware.service file to /etc/wherever
2. change the puppet files to not start that service
3. change the puppet files to not add the nginx proxy for the middleware
4. remove the socorro-middleware.service file from the Socorro repo
5. remove middleware-related configuration from consul
This is low priority since it's not blocking anything, but it'd be a good thing to clean up.
| Assignee | ||
Comment 2•8 years ago
|
||
This PR covers it: https://github.com/mozilla/socorro-infra/pull/315
Assigning to Miles since he's doing the work.
Assignee: nobody → miles
Status: NEW → ASSIGNED
Comment 3•8 years ago
|
||
The first 3 steps that Will outlined have been completed. So we should be ready to proceed with steps 4 and 5.
Passing this back to Will to finish.
Assignee: miles → willkg
| Assignee | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/5ee8b64409b212f52922c6c25d72d3107ad436ab
bug 1375183 - Remove old middleware-related configuration
We no longer have a separate middleware service. This removes the configuration
we used for that.
https://github.com/mozilla-services/socorro/commit/dcf2b56c72bdda3510f0d630acb3d22b81a83398
bug 1375183 - Remove old middleware service files
This removes files related to the old middleware service which we no longer
use.
https://github.com/mozilla-services/socorro/commit/87aab764edfe7c035b30b55c7da5aeac132f424b
Merge pull request #4277 from willkg/1375183-middleware-removal
fixes bug 1375183 - middleware removal
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•