18:04:10 <richm> #startmeeting CentOS OpsTools SIG
18:04:10 <centbot> Meeting started Wed Dec 13 18:04:10 2017 UTC.  The chair is richm. Information about MeetBot at http://wiki.debian.org/MeetBot.
18:04:10 <centbot> Useful Commands: #action #agreed #help #info #idea #link #topic.
18:05:19 <richm> we need to figure out how to support fluentd using ruby 2.4
18:05:48 <richm> for one, many of the components used by fluentd are no longer being supported by 2.0, so it is only a matter of time before we run into a situation where we cannot upgrade
18:06:18 <richm> for another - the performance of ruby 2.4 is almost twice as good as ruby 2.0
18:06:28 <richm> which is very important for fluentd
18:08:00 <richm> fluentd 0.14 has been reversioned to 1.0 and is now marked as Stable: https://www.fluentd.org/download
18:08:07 <richm> however, it does not support ruby 2.0
18:09:25 <richm> for openshift, since fluentd runs containerized, it was easy to use the centos ruby24 SCL base image - FROM centos/ruby-24-centos7:latest
18:09:55 <richm> I don't know if rdo and ovirt are far enough along in their containerization to go this route
18:11:37 <richm> if not, and rpm have to be supported, then we'll have to figure out how to use the ruby24 scl
18:12:10 <richm> mrunge: jbadiapa: ^^^
18:32:13 <richm> #endmeeting