Closed Bug 673423 Opened 13 years ago Closed 12 years ago

add socorro search service to socorro-vagrant VM

Categories

(Socorro :: General, task)

x86_64
Linux
task
Not set
normal

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).
Component: Socorro → General
Product: Webtools → Socorro
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
Blocks: 651279
Target Milestone: --- → 4
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
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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
(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
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.