Closed
Bug 673423
Opened 14 years ago
Closed 13 years ago
add socorro search service to socorro-vagrant VM
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
(Whiteboard: [qa-])
We have a Socorro Vagrant VM config (which creates a Socorro VM using puppet) at https://github.com/rhelmer/socorro-vagrant which we use for development and testing purposes.
We should add the new Socorro Search Service to this VM (requires Hazelcast and Elastic Search).
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Assignee | ||
Comment 1•13 years ago
|
||
A new git repo has been created for the search service:
https://github.com/mozilla/SocorroSearchService
Let's add it as a submodule to Socorro and make it work in Vagrant, then we can call this done.
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0e7431662d51d842970f369f8b8a8754d84aae5f
bug 673423 - add socorro search service as submodule
https://github.com/mozilla/socorro/commit/20cbf991247fd945f18c0592410a5b2e8bfd4de0
Merge pull request #470 from rhelmer/bug673423-socorro-search-service
bug 673423 - add socorro search service as submodule
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•13 years ago
|
||
Note that the service isn't installed and running yet, just the submodule is checked out - that should probably be a make or ant task in the SocorroSearchService project.
There are also things like init scripts etc. to consider. For now at least it's checked out into socorro/SocorroSearchService and it can be run such as:
./SocorroSearchService/bin/sss 9999 ./SocorroSearchService/conf/hazelcast.xml
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Robert Helmer [:rhelmer] from comment #3)
> ./SocorroSearchService/bin/sss 9999 ./SocorroSearchService/conf/hazelcast.xml
Actually to be correct you'd have to:
cd SocorroSearchService
./bin/sss 9999 ./conf/hazelcast.xml
After copying and modifying the example conf/hazelcast(...)example to hazelcast.xml
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•