chaconpiza | #startmeeting monasca | 13:01 |
---|---|---|
opendevmeet | Meeting started Tue Oct 5 13:01:39 2021 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 |
bandorf | Hello | 13:01 |
chaconpiza | Hi Matthias | 13:01 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:02 |
chaconpiza | Let's start | 13:02 |
chaconpiza | Those are the Patches merged this week: | 13:03 |
chaconpiza | #topic create-xena | 13:03 |
chaconpiza | https://review.opendev.org/q/(projects:openstack/monasca+OR+project:openstack/python-monascaclient)+AND+topic:create-xena | 13:03 |
chaconpiza | Finally all of them, with the exception of Monasca-Events-API, are on green and merged. | 13:04 |
bandorf | Great progress! | 13:05 |
chaconpiza | As metioned internally, there is not point in try to update/fix Monasca-Events-API. Instead, the repository will be marked as deprecated or removed. | 13:06 |
bandorf | Yes, I fully agree | 13:06 |
chaconpiza | Then only API of Monasca, for Metric, Log and Events API is the Unified: https://opendev.org/openstack/monasca-api | 13:07 |
chaconpiza | Alright, next topic: | 13:09 |
chaconpiza | topic: Devstack deployed with Vagrant | 13:09 |
chaconpiza | https://review.opendev.org/c/openstack/monasca-api/+/812143 | 13:10 |
chaconpiza | As you can see in the Vagrantfile: https://review.opendev.org/c/openstack/monasca-api/+/812143/1/devstack/Vagrantfile | 13:11 |
chaconpiza | there was two issues: | 13:12 |
chaconpiza | 1. Related to the ca-certificates DST Root CA X3 expired | 13:12 |
chaconpiza | Until a new Bento-Ubuntu-20.04 is released with the new certificates, we need to update/upgrade the system | 13:13 |
chaconpiza | otherwise a simple command like: git clone https://opendev.org/openstack/devstack.git will fail | 13:13 |
chaconpiza | unfortunately now the deployment will take more time | 13:14 |
chaconpiza | and the second issue: | 13:15 |
chaconpiza | 2. Investigated by adriancz: | 13:15 |
chaconpiza | we had a problem with simplejson uninstallation | 13:15 |
chaconpiza | adriancz, could you please describe the issue? | 13:16 |
adriancz | This is well know issue in devstack | 13:16 |
adriancz | https://bugs.launchpad.net/devstack/+bug/1871485 | 13:16 |
adriancz | https://stackoverflow.com/questions/60635962/while-installing-openstack-on-ubuntu-18-04-i-am-stuck-at-error-cannot-uninstal | 13:16 |
adriancz | for some reason pip is not able to uninstall simplejson | 13:17 |
adriancz | All monasca components try to uninstall simplejson to install newer version | 13:18 |
adriancz | Eases way to this this problem is uninstall simplejson using apt commend | 13:19 |
adriancz | apt purge python3-simplejson | 13:19 |
chaconpiza | right, it seems that simplejson was installed by `apt` and pip couldn't uninstall it. Following your advice I add the line to purge it before to deploy devstack. | 13:20 |
chaconpiza | Now it is working again. | 13:20 |
chaconpiza | Thanks for the investigation | 13:20 |
chaconpiza | The next #topic Fix create_notification unittest in Monasca-API | 13:21 |
chaconpiza | The version of simplejson was upgraded recently in the upper-constraints | 13:22 |
chaconpiza | To the version 3.17.5 https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L104 | 13:22 |
chaconpiza | This new version adds a verification: https://github.com/simplejson/simplejson/commit/e70f4b05c8b661c0930eb2ea3a079ea3dcbaae87 | 13:24 |
chaconpiza | The mocked object in the test_create_notification wasn't well formated | 13:25 |
chaconpiza | because of a missing fixture for a method: `create_notification` | 13:26 |
chaconpiza | I just added it, and now the syntax of the mocked object is correct https://review.opendev.org/c/openstack/monasca-api/+/811769/3/monasca_api/tests/test_notifications.py#64 | 13:27 |
chaconpiza | Besides of these changes this week we had two contributions from Vexxhost | 13:29 |
chaconpiza | 🙂 | 13:30 |
chaconpiza | 1. In Monasca-Agent: Add a condition for systemd service detection in monasca_setup | 13:30 |
chaconpiza | https://review.opendev.org/c/openstack/monasca-agent/+/810115 | 13:30 |
chaconpiza | and | 13:30 |
chaconpiza | 2. In Monasca-UI: Convert dimension value type from byte to str in MonascaProxyView | 13:31 |
chaconpiza | https://review.opendev.org/c/openstack/monasca-ui/+/812255 | 13:31 |
chaconpiza | I helped to solve the conflicts cherry picking them to stable/wallaby | 13:32 |
chaconpiza | Thanks Oleksandr (open10k8s) for the contributions | 13:32 |
chaconpiza | i find quite interesting this change: Add monasca (Into OpenStack-Helm) | 13:34 |
chaconpiza | https://review.opendev.org/c/openstack/openstack-helm/+/771465 | 13:34 |
bandorf | Do you know anything more? What does Helm want to do with it? | 13:36 |
chaconpiza | Deploy Monasca with Kubernetes | 13:36 |
adriancz | This is good news | 13:37 |
adriancz | I think we should try to support this change if there is some problem with monasca | 13:38 |
chaconpiza | Guilherme Steinmuller was involved on that timeago | 13:40 |
chaconpiza | Yes, I agree. | 13:40 |
chaconpiza | Ok, those were all topics from the agenda. | 13:41 |
chaconpiza | Do you have any other topic to discuss today? | 13:41 |
bandorf | Nothing from me | 13:42 |
adriancz | Nothing from me too | 13:43 |
chaconpiza | Then lets close the meeting. Thanks for coming, see you next week. | 13:44 |
bandorf | Thanks, everybody, bye | 13:44 |
adriancz | Thanks, see you next week | 13:45 |
chaconpiza | bye | 13:45 |
chaconpiza | #endmeeting | 13:45 |
opendevmeet | Meeting ended Tue Oct 5 13:45:15 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:45 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/monasca/2021/monasca.2021-10-05-13.01.html | 13:45 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/monasca/2021/monasca.2021-10-05-13.01.txt | 13:45 |
opendevmeet | Log: https://meetings.opendev.org/meetings/monasca/2021/monasca.2021-10-05-13.01.log.html | 13:45 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!