Closed
Bug 1406025
Opened 7 years ago
Closed 7 years ago
switch local development environment to use our elasticsearch docker image
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
We have our own docker image now that we're thinking of using in our server environments:
https://hub.docker.com/r/mozilla/socorro_elasticsearch/
We should use that in the local development environment, too.
I think all we have to do is change the image to:
mozilla/socorro_elasticsearch:1.4.5
and then test it out.
Comment 1•7 years ago
|
||
Here is a link to the github repo (and branch) this image was built from: https://github.com/mozilla-services/socorro-elasticsearch-docker/tree/1.4.5.
There's no fancy CI hookup to build this image and upload it to dockerhub - that was done by me, manually.
+1 to testing with this same image. It's based on https://hub.docker.com/_/elasticsearch/, with fairly minor changes (add and use a different user account, install the elasticsearch-cloud-aws plugin for our version of ES).
Assignee | ||
Comment 2•7 years ago
|
||
Miles: We're still using this image in the old and new infrastructures, right?
Flags: needinfo?(miles)
Comment 3•7 years ago
|
||
The old infra doesn't use docker, but the version of elasticsearch is the same - 1.4.5.
The new infra is still using this image for elasticsearch. I did it this way to ensure parity / compatibility.
1.4.5 is the latest dot release of the elasticsearch 1.4.x line.
Flags: needinfo?(miles)
Assignee | ||
Comment 4•7 years ago
|
||
Grabbing this to do now.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/2ee107c0221d61afb0496f4dcc0035ce869e75af
fixes bug 1406025 - switch to mozilla ES image
This switches the local development environment to use the Mozilla
Elasticsearch 1.4.5 image. This is what we're using in the new infra
so it behooves us to use it locally, too.
https://github.com/mozilla-services/socorro/commit/ee70dca30578affb8cb93b56feba391acafad408
Merge pull request #4300 from willkg/1406025-es-image
fixes bug 1406025 - switch to mozilla ES image
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•