Bug 1403740

Summary: Review request: puppet-logstash logging service
Product: [Community] RDO Reporter: Alejandro Andreu <alejandroandreu>
Component: Package ReviewAssignee: hguemar
Status: CLOSED EOL QA Contact: hguemar
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: alejandroandreu, chris.brown, jpena
Target Milestone: ---Flags: chris.brown: needinfo? (alejandroandreu)
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-18 19:23:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Alejandro Andreu 2016-12-12 10:13:23 UTC
Panko provides Events storage and REST API. Please include this in RDO for installer support.

the project link: http://github.com/openstack/panko

puppet-logstash enables Puppet to manage a Logstash deployment, which is necessary to run MidoNet Analytics (which is currently being integrated into TripleO).

Project link: https://github.com/elastic/puppet-logstash

Comment 1 Alejandro Andreu 2016-12-12 10:19:09 UTC
(In reply to Alejandro Andreu from comment #0)
> Panko provides Events storage and REST API. Please include this in RDO for
> installer support.
> 
> the project link: http://github.com/openstack/panko
> 

Sorry, I cloned the info from bug 1400186 and forgot to delete the old description. Please only mind the second half of it.

> puppet-logstash enables Puppet to manage a Logstash deployment, which is
> necessary to run MidoNet Analytics (which is currently being integrated into
> TripleO).
> 
> Project link: https://github.com/elastic/puppet-logstash

Comment 2 Javier Peña 2016-12-12 15:36:56 UTC
Initial licensecheck output:

$ licensecheck -r .
./spec/spec_helper_acceptance.rb: *No copyright* UNKNOWN
./spec/spec_helper.rb: *No copyright* UNKNOWN
./spec/lib/template_check_task.rb: *No copyright* UNKNOWN
./spec/lib/parser_validate_task.rb: *No copyright* UNKNOWN
./spec/fixtures/grok-patterns/grok-pattern-1: *No copyright* UNKNOWN
./spec/fixtures/grok-patterns/grok-pattern-0: *No copyright* UNKNOWN
./spec/defines/003_logstash_configfile_spec.rb: *No copyright* UNKNOWN
./spec/defines/002_logstash_plugin_spec.rb: *No copyright* UNKNOWN
./spec/defines/001_logstash_patternfile_spec.rb: *No copyright* UNKNOWN
./spec/classes/099_coverage_spec.rb: *No copyright* UNKNOWN
./spec/classes/011_logstash_java_spec.rb: *No copyright* UNKNOWN
./spec/classes/010_logstash_init_unknown_spec.rb: *No copyright* UNKNOWN
./spec/classes/003_logstash_init_opensuse_spec.rb: *No copyright* UNKNOWN
./spec/classes/002_logstash_init_redhat_spec.rb: *No copyright* UNKNOWN
./spec/classes/001_logstash_init_debian_spec.rb: *No copyright* UNKNOWN
./spec/acceptance/class_plugin_spec.rb: *No copyright* UNKNOWN
./spec/acceptance/class_patternfile_spec.rb: *No copyright* UNKNOWN
./spec/acceptance/class_logstash_spec.rb: *No copyright* UNKNOWN
./spec/acceptance/00_meta_spec.rb: *No copyright* UNKNOWN
./files/grok-pattern-1: *No copyright* UNKNOWN
./files/grok-pattern-0: *No copyright* UNKNOWN
./doc/js/jquery.js: *No copyright* UNKNOWN
./doc/js/full_list.js: *No copyright* UNKNOWN
./doc/js/app.js: *No copyright* UNKNOWN
./doc/css/style.css: *No copyright* UNKNOWN
./doc/css/full_list.css: *No copyright* UNKNOWN
./doc/css/common.css: *No copyright* UNKNOWN
./Vagrantfile.d/server.sh: *No copyright* UNKNOWN
./Vagrantfile: *No copyright* UNKNOWN
./Rakefile: *No copyright* UNKNOWN
./README.md: *No copyright* UNKNOWN
./Makefile: *No copyright* UNKNOWN
./LICENSE: Apache (v2.0)
./Gemfile: *No copyright* UNKNOWN
./CONTRIBUTORS: *No copyright* UNKNOWN
./CONTRIBUTING.md: *No copyright* UNKNOWN
./CHANGELOG: *No copyright* UNKNOWN

The module is licensed using ASL 2.0. The git repo history does not show any apparent issue.

Comment 3 Christopher Brown 2017-06-22 15:46:20 UTC
Hi Alejandro,

Are you still intending to work on this package?

Thanks