13:01:04 <chaconpiza> #startmeeting monasca
13:01:04 <opendevmeet> Meeting started Tue Jan 18 13:01:04 2022 UTC and is due to finish in 60 minutes.  The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot.
13:01:04 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
13:01:04 <opendevmeet> The meeting name has been set to 'monasca'
13:01:10 <chaconpiza> Hi
13:01:11 <adriancz> HI
13:01:54 <chaconpiza> Hello Adrian
13:02:09 <chaconpiza> Matthias is trying to join
13:03:19 <adriancz> Ok, We can wait
13:11:05 <chaconpiza> Let's start
13:11:44 <chaconpiza> So, we have at least one blocker that is stopping your change to be merged
13:11:52 <chaconpiza> https://review.opendev.org/c/openstack/monasca-api/+/821102
13:13:10 <adriancz> yes, there is some problem with build-monasca-docker-imag
13:13:47 <chaconpiza> Yes, the issue is during building  librdkafka
13:14:52 <adriancz> https://www.irccloud.com/pastebin/hal20mXF/
13:15:55 <chaconpiza> Yes, here is the change where the library was upgraded from 3.2 to 3.3 https://github.com/openstack/monasca-common/commit/f5abe9d82e3c89cfdc4a4933cc11ca859841beda
13:16:08 <chaconpiza> probably now we need to upgrade it to 3.4
13:16:51 <chaconpiza> Besides of that the new Criptografy library requires a rust compiler, we have only gcc compiler there.
13:16:54 <adriancz> a ok so this error is caused by problem with librdkafka
13:17:01 <chaconpiza> yes
13:18:07 <adriancz> I think we had similar problem with rust  in monasca-docker
13:18:53 <chaconpiza> Yes, we have two topics to update in the monasca-common docker image definition:
13:19:08 <chaconpiza> 1. Librdkafka
13:19:15 <chaconpiza> 2. Add Rust Compiler
13:20:11 <chaconpiza> about 1. Librdkafka, it fails because now  there isn't anymore the libressl3.3-libcrypto
13:20:15 <chaconpiza> now it is version 3.4
13:20:26 <chaconpiza> Check it here> https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/
13:21:32 <adriancz> libressl3.4-libcrypto-3.4.2-r0.apk                 11-Dec-2021 18:30              781508
13:21:34 <adriancz> i see
13:21:45 <chaconpiza> So, after the meeting I will update that version. This is an easy change, then your fix will be on green because the point 2. Add Rust Compiler isn't needed by Monasca-API
13:22:06 <chaconpiza> That one is needed by Monasca-Notification and another module, I can't remember now
13:22:10 <adriancz> you can add me as reviewer
13:22:14 <chaconpiza> Hi Matthias
13:22:19 <adriancz> I will give +2
13:22:20 <chaconpiza> Yes, I will
13:22:30 <bandorf> Sorry, don't really know what went wrong
13:22:31 <bandorf> Hi
13:23:24 <chaconpiza> In summary we mentioned that there are 2 blockers, both in Monasca-Common, but blocking almost all modules:
13:23:30 <chaconpiza> 1. Librdkafka
13:23:43 <chaconpiza> 2. Missing Rust Compiler
13:24:01 <chaconpiza> The point 1. is easy to solve
13:24:24 <chaconpiza> it requires a similar change like this one
13:24:25 <chaconpiza> https://github.com/openstack/monasca-common/commit/f5abe9d82e3c89cfdc4a4933cc11ca859841beda
13:24:31 <chaconpiza> but from 3.3 to 3.4
13:25:04 <chaconpiza> Here the logs of the fail build: https://zuul.opendev.org/t/openstack/build/8a3529b22d954bd5bee8596094efe3b6
13:25:34 <chaconpiza> After the meeting I will send the change, then the fix of Adrian in Monasca-API will be on ready to be merged.
13:25:55 <bandorf> Good news, thanks for the update
13:25:58 <chaconpiza> Second topic: 2. Add Rust Compiler
13:26:32 <chaconpiza> is a little bit more complex. I would suggest to find how to add it into the base image Alpine
13:27:53 <chaconpiza> The lack of Rust Compiler, as far as I remember, doesnt affect Monasca-API changes
13:28:00 <chaconpiza> but Monasca-Notification
13:28:13 <chaconpiza> and other module I can't remember
13:28:44 <chaconpiza> Ok. Adrian do you have any other topic?
13:31:14 <adriancz> No,That all from me
13:31:41 <chaconpiza> Matthias, any topic?
13:31:51 <bandorf> Nothing from me
13:32:04 <chaconpiza> Now the target is to keep the checks on green and keep devstack working
13:32:34 <chaconpiza> alright, then I will send this change Adrian and add you as a reviewer.
13:33:50 <chaconpiza> Next meeting in two weeks: February 1st
13:34:00 <chaconpiza> See you, thanks!
13:34:08 <adriancz> Thank, bye
13:34:11 <bandorf> Thanks,bye!
13:39:02 <chaconpiza> #endmeeting