Jump to: navigation, search

Difference between revisions of "Running hound on Infra"

m
m
Line 1: Line 1:
 
  {{InternshipIdea|
 
  {{InternshipIdea|
  TITLE=My Awesome Internship Idea|
+
  TITLE=Implement livegrep service for Infra|
  DESCRIPTION=A brief description of this idea, one line would be enough |
+
  DESCRIPTION=Running a livegrep service to search for code across OpenStack git repositories |
  DIFFICULTY=High, Medium, Low (judge if the idea can be accomplished by a totally new developer or someone already skilled in OpenStack or distributed systems)|
+
  DIFFICULTY=Low|
  TOPICS=Comma separated list of topics, like the OpenStack projects involved|
+
  TOPICS=Infra|
  SKILLS=List of required programming skills, like Python, Java, AngularJS|
+
  SKILLS=Puppet, Ruby|
  EXTRA_SKILLS=State which other skills are needed, like networking or master special tools|
+
  EXTRA_SKILLS=Go|
  MENTORS=Add the details to contact the mentor(s) for this idea|
+
  MENTORS=Elizabeth K. Joseph (pleia2), Jeremy Stanley (fungi), Jonathan Harker (jesusaurus)|
  STATUS=Add information about the program, for example: Assigned to $intern for Outreachy May 2015 or Looking for candidates.||
+
  STATUS=Assigned to Taron(Emma) for Outreachy May 2015|
  PROGRAM=Outreach May-Aug 2015 or GSoC2016
+
  PROGRAM=Outreach May-Aug 2015
 
}}
 
}}
  
[[Category: OutreachyMay2015]
+
Run livegrep in infra: https://review.openstack.org/#/c/96877/ https://review.openstack.org/#/c/129726/ (actually Monty had suggested to me to run Hound instead, as it is able to update the index for the git repos which livegrep doesnt': https://github.com/etsy/hound) but either way a grep service (yah - hound is like a 5 minute task - would be a great first task for someone) setting up hound is a 5 minute task, writing the parser to parse the yaml files so it knows which repos to index might take longer than 5 minutes
 +
 
 +
== Development notes ==
 +
 
 +
 
 +
[[Category: OutreachyMay2015]]

Revision as of 19:05, 28 April 2015


Implement livegrep service for Infra

Running a livegrep service to search for code across OpenStack git repositories

Difficulty Low
Topics Infra
Required skills Puppet, Ruby
Extra skills Go
Mentor Elizabeth K. Joseph (pleia2), Jeremy Stanley (fungi), Jonathan Harker (jesusaurus)
Status Assigned to Taron(Emma) for Outreachy May 2015
Program Outreach May-Aug 2015

Run livegrep in infra: https://review.openstack.org/#/c/96877/ https://review.openstack.org/#/c/129726/ (actually Monty had suggested to me to run Hound instead, as it is able to update the index for the git repos which livegrep doesnt': https://github.com/etsy/hound) but either way a grep service (yah - hound is like a 5 minute task - would be a great first task for someone) setting up hound is a 5 minute task, writing the parser to parse the yaml files so it knows which repos to index might take longer than 5 minutes

Development notes