13:01:39 #startmeeting monasca 13:01:39 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:39 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:01:39 The meeting name has been set to 'monasca' 13:01:45 Hi 13:01:53 Hello 13:01:59 Hi Matthias 13:02:09 The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda 13:02:50 Let's start 13:03:17 Those are the Patches merged this week: 13:03:32 #topic create-xena 13:03:41 https://review.opendev.org/q/(projects:openstack/monasca+OR+project:openstack/python-monascaclient)+AND+topic:create-xena 13:04:38 Finally all of them, with the exception of Monasca-Events-API, are on green and merged. 13:05:15 Great progress! 13:06:18 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:36 Yes, I fully agree 13:07:17 Then only API of Monasca, for Metric, Log and Events API is the Unified: https://opendev.org/openstack/monasca-api 13:09:23 Alright, next topic: 13:09:50 topic: Devstack deployed with Vagrant 13:10:55 https://review.opendev.org/c/openstack/monasca-api/+/812143 13:11:35 As you can see in the Vagrantfile: https://review.opendev.org/c/openstack/monasca-api/+/812143/1/devstack/Vagrantfile 13:12:06 there was two issues: 13:12:35 1. Related to the ca-certificates DST Root CA X3 expired 13:13:18 Until a new Bento-Ubuntu-20.04 is released with the new certificates, we need to update/upgrade the system 13:13:58 otherwise a simple command like: git clone https://opendev.org/openstack/devstack.git will fail 13:14:46 unfortunately now the deployment will take more time 13:15:00 and the second issue: 13:15:25 2. Investigated by adriancz: 13:15:45 we had a problem with simplejson uninstallation 13:16:21 adriancz, could you please describe the issue? 13:16:32 This is well know issue in devstack 13:16:37 https://bugs.launchpad.net/devstack/+bug/1871485 13:16:48 https://stackoverflow.com/questions/60635962/while-installing-openstack-on-ubuntu-18-04-i-am-stuck-at-error-cannot-uninstal 13:17:48 for some reason pip is not able to uninstall simplejson 13:18:39 All monasca components try to uninstall simplejson to install newer version 13:19:22 Eases way to this this problem is uninstall simplejson using apt commend 13:19:33 apt purge python3-simplejson 13:20:04 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:13 Now it is working again. 13:20:23 Thanks for the investigation 13:21:27 The next #topic Fix create_notification unittest in Monasca-API 13:22:16 The version of simplejson was upgraded recently in the upper-constraints 13:22:54 To the version 3.17.5 https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L104 13:24:10 This new version adds a verification: https://github.com/simplejson/simplejson/commit/e70f4b05c8b661c0930eb2ea3a079ea3dcbaae87 13:25:53 The mocked object in the test_create_notification wasn't well formated 13:26:41 because of a missing fixture for a method: `create_notification` 13:27:30 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:29:51 Besides of these changes this week we had two contributions from Vexxhost 13:30:05 🙂 13:30:38 1. In Monasca-Agent: Add a condition for systemd service detection in monasca_setup 13:30:45 https://review.opendev.org/c/openstack/monasca-agent/+/810115 13:30:53 and 13:31:32 2. In Monasca-UI: Convert dimension value type from byte to str in MonascaProxyView 13:31:36 https://review.opendev.org/c/openstack/monasca-ui/+/812255 13:32:17 I helped to solve the conflicts cherry picking them to stable/wallaby 13:32:37 Thanks Oleksandr (open10k8s) for the contributions 13:34:28 i find quite interesting this change: Add monasca (Into OpenStack-Helm) 13:34:29 https://review.opendev.org/c/openstack/openstack-helm/+/771465 13:36:27 Do you know anything more? What does Helm want to do with it? 13:36:46 Deploy Monasca with Kubernetes 13:37:06 This is good news 13:38:04 I think we should try to support this change if there is some problem with monasca 13:40:09 Guilherme Steinmuller was involved on that timeago 13:40:40 Yes, I agree. 13:41:36 Ok, those were all topics from the agenda. 13:41:59 Do you have any other topic to discuss today? 13:42:46 Nothing from me 13:43:35 Nothing from me too 13:44:03 Then lets close the meeting. Thanks for coming, see you next week. 13:44:53 Thanks, everybody, bye 13:45:06 Thanks, see you next week 13:45:10 bye 13:45:15 #endmeeting