Closed
Bug 914727
Opened 12 years ago
Closed 12 years ago
switch vagrant to CentOS, only support dev workflow
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
60
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
Right now our (Ubuntu) Vagrant setup is broken, since there was a UTF-8 change in the way databases are created - https://github.com/mozilla/socorro/commit/2d08c6981dbd9673775f25eb2e9bd11eea9865fc
Also, Vagrant is generally slow and error-prone since it tries to do so much. Let's strip down the puppet manifests, only support the latest code, and only support a dev configuration (no installing on the user's behalf, etc)
Assignee | ||
Comment 1•12 years ago
|
||
I went ahead and disabled the Jenkins job since it's been failing for a while now (since the commit in comment 0):
https://ci.mozilla.org/job/socorro-vagrant/
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/467ee24de6e239071a7f54ca460062f6d0fb9043
bug 914727 - switch to minimal centos-based vagrant
https://github.com/mozilla/socorro/commit/7a8b01bd969b4b56b184bf51372e2eb0d633863d
Merge pull request #1508 from rhelmer/bug914727-switch-vagrant-to-centos
Bug914727 switch vagrant to centos
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rhelmer
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/d437dfcd59c2c87e3b749c3288cd43330410e2af
bug 914727 - npm comes from EPEL not standard repo
https://github.com/mozilla/socorro/commit/78d6005dd72de4012575a815ad1e310317d1eee9
Merge pull request #1522 from rhelmer/bug914727-fix-npm-source
bug 914727 - npm comes from EPEL not standard repo
Updated•12 years ago
|
Target Milestone: --- → 60
You need to log in
before you can comment on or make changes to this bug.
Description
•