Closed
Bug 1234546
Opened 8 years ago
Closed 8 years ago
look into switching Balrog to Docker
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
41 bytes,
text/x-github-pull-request
|
rail
:
review+
bhearsum
:
checked-in+
|
Details | Review |
Balrog is currently using Vagrant to manage dev environments, which is a bit old and crufty. Switching to Docker would modernize us, and also be a big step towards the potential transition to being CloudOps hosted.
Assignee | ||
Comment 1•8 years ago
|
||
I started looking into this a few days ago: https://github.com/mozilla/balrog/compare/master...bhearsum:docker?expand=1
Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Ben Hearsum (:bhearsum) from comment #1) > I started looking into this a few days ago: > https://github.com/mozilla/balrog/compare/master...bhearsum:docker?expand=1 This is looking pretty darn good now. I've got a set of Docker images that are functionally equivalent to the Vagrant image, and reworked the config and wsgi files to support that. The patch also rips out the vendor library in favour of putting everything in setup.py. I'm going to sit on it for a few days and look at it with fresh eyes before seeking review.
Updated•8 years ago
|
Attachment #8702620 -
Flags: review?(rail) → review+
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog https://github.com/mozilla/balrog/commit/c65a28feb4cd8abe04100db4de97e10056101451 Merge pull request #38 from bhearsum/docker bug 1234546: Switch Balrog to Docker + uWSGI and a bit of cleanup. r=rail
Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8702620 [details] [review] add support for Docker images I merged this morning. All looks well, including my tests on aus4-dev. I've updated the docs at https://wiki.mozilla.org/Balrog to reflect the changes.
Attachment #8702620 -
Flags: checked-in+
Assignee | ||
Comment 6•8 years ago
|
||
Been actively using Docker for local dev for weeks now - this is done. Any subsequent work will be taken care of in new bugs.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•