chaconpiza | #startmeeting monasca | 13:01 |
---|---|---|
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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:01 |
opendevmeet | The meeting name has been set to 'monasca' | 13:01 |
chaconpiza | Hi | 13:01 |
adriancz | HI | 13:01 |
chaconpiza | Hello Adrian | 13:01 |
chaconpiza | Matthias is trying to join | 13:02 |
adriancz | Ok, We can wait | 13:03 |
chaconpiza | Let's start | 13:11 |
chaconpiza | So, we have at least one blocker that is stopping your change to be merged | 13:11 |
chaconpiza | https://review.opendev.org/c/openstack/monasca-api/+/821102 | 13:11 |
adriancz | yes, there is some problem with build-monasca-docker-imag | 13:13 |
chaconpiza | Yes, the issue is during building librdkafka | 13:13 |
adriancz | https://www.irccloud.com/pastebin/hal20mXF/ | 13:14 |
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:15 |
chaconpiza | probably now we need to upgrade it to 3.4 | 13:16 |
chaconpiza | Besides of that the new Criptografy library requires a rust compiler, we have only gcc compiler there. | 13:16 |
adriancz | a ok so this error is caused by problem with librdkafka | 13:16 |
chaconpiza | yes | 13:17 |
adriancz | I think we had similar problem with rust in monasca-docker | 13:18 |
chaconpiza | Yes, we have two topics to update in the monasca-common docker image definition: | 13:18 |
chaconpiza | 1. Librdkafka | 13:19 |
chaconpiza | 2. Add Rust Compiler | 13:19 |
chaconpiza | about 1. Librdkafka, it fails because now there isn't anymore the libressl3.3-libcrypto | 13:20 |
chaconpiza | now it is version 3.4 | 13:20 |
chaconpiza | Check it here> https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/ | 13:20 |
adriancz | libressl3.4-libcrypto-3.4.2-r0.apk 11-Dec-2021 18:30 781508 | 13:21 |
adriancz | i see | 13:21 |
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:21 |
chaconpiza | That one is needed by Monasca-Notification and another module, I can't remember now | 13:22 |
adriancz | you can add me as reviewer | 13:22 |
chaconpiza | Hi Matthias | 13:22 |
adriancz | I will give +2 | 13:22 |
chaconpiza | Yes, I will | 13:22 |
bandorf | Sorry, don't really know what went wrong | 13:22 |
bandorf | Hi | 13:22 |
chaconpiza | In summary we mentioned that there are 2 blockers, both in Monasca-Common, but blocking almost all modules: | 13:23 |
chaconpiza | 1. Librdkafka | 13:23 |
chaconpiza | 2. Missing Rust Compiler | 13:23 |
chaconpiza | The point 1. is easy to solve | 13:24 |
chaconpiza | it requires a similar change like this one | 13:24 |
chaconpiza | https://github.com/openstack/monasca-common/commit/f5abe9d82e3c89cfdc4a4933cc11ca859841beda | 13:24 |
chaconpiza | but from 3.3 to 3.4 | 13:24 |
chaconpiza | Here the logs of the fail build: https://zuul.opendev.org/t/openstack/build/8a3529b22d954bd5bee8596094efe3b6 | 13:25 |
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 |
bandorf | Good news, thanks for the update | 13:25 |
chaconpiza | Second topic: 2. Add Rust Compiler | 13:25 |
chaconpiza | is a little bit more complex. I would suggest to find how to add it into the base image Alpine | 13:26 |
chaconpiza | The lack of Rust Compiler, as far as I remember, doesnt affect Monasca-API changes | 13:27 |
chaconpiza | but Monasca-Notification | 13:28 |
chaconpiza | and other module I can't remember | 13:28 |
chaconpiza | Ok. Adrian do you have any other topic? | 13:28 |
adriancz | No,That all from me | 13:31 |
chaconpiza | Matthias, any topic? | 13:31 |
bandorf | Nothing from me | 13:31 |
chaconpiza | Now the target is to keep the checks on green and keep devstack working | 13:32 |
chaconpiza | alright, then I will send this change Adrian and add you as a reviewer. | 13:32 |
chaconpiza | Next meeting in two weeks: February 1st | 13:33 |
chaconpiza | See you, thanks! | 13:34 |
adriancz | Thank, bye | 13:34 |
bandorf | Thanks,bye! | 13:34 |
chaconpiza | #endmeeting | 13:39 |
opendevmeet | Meeting ended Tue Jan 18 13:39:02 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:39 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/monasca/2022/monasca.2022-01-18-13.01.html | 13:39 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/monasca/2022/monasca.2022-01-18-13.01.txt | 13:39 |
opendevmeet | Log: https://meetings.opendev.org/meetings/monasca/2022/monasca.2022-01-18-13.01.log.html | 13:39 |
opendevreview | Martin Chacon Piza proposed openstack/monasca-common master: Bump librdkafka dependencies https://review.opendev.org/c/openstack/monasca-common/+/825114 | 14:12 |
opendevreview | Martin Chacon Piza proposed openstack/monasca-common master: Bump librdkafka dependencies https://review.opendev.org/c/openstack/monasca-common/+/825114 | 14:57 |
opendevreview | Martin Chacon Piza proposed openstack/monasca-common master: Bump librdkafka dependencies https://review.opendev.org/c/openstack/monasca-common/+/825114 | 16:25 |
opendevreview | Merged openstack/monasca-common master: Bump librdkafka dependencies https://review.opendev.org/c/openstack/monasca-common/+/825114 | 17:48 |
opendevreview | Merged openstack/monasca-api master: Fix problem with pyparsing.operatorPrecedence method https://review.opendev.org/c/openstack/monasca-api/+/821102 | 20:47 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!