Tuesday, 2020-08-18

*** vishalmanchanda has joined #openstack-monasca04:47
*** nikparasyr has joined #openstack-monasca06:01
openstackgerritMerged openstack/monasca-ui master: Alarm definition breakes Alarms view  https://review.opendev.org/74603707:57
*** k_mouza has joined #openstack-monasca08:55
*** piotrowskim has joined #openstack-monasca12:19
*** tosky has joined #openstack-monasca12:46
chaconpizaCourtesy Monasca meeting reminder in #openstack-monasca: witek,jayahn,iurygregory,ezpz,igorn,haad,sc,joadavis, akiraY,tobiajo,dougsz,fouadben, amofakhar, haru5ny (haruki),kaiokmo,pandiyan,guilhermesp,chaconpiza,hosanai,Wasaac,bandorf,mbindlish,nikparasyr,adriancz12:52
*** bandorf has joined #openstack-monasca12:59
bandorfHello12:59
chaconpiza#startmeeting monasca13:00
openstackMeeting started Tue Aug 18 13:00:04 2020 UTC and is due to finish in 60 minutes.  The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot.13:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:00
*** openstack changes topic to " (Meeting topic: monasca)"13:00
openstackThe meeting name has been set to 'monasca'13:00
piotrowskimhi13:00
chaconpizaHi Matthias13:00
chaconpizaHi Michal13:00
chaconpizaThe agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda13:00
WasaacHello!13:01
chaconpizaHi Isaac13:01
chaconpizaLet's start with first topic13:01
chaconpiza#topic Alarm-definition which breakes the Alarm view of Monasca-UI13:01
*** openstack changes topic to "Alarm-definition which breakes the Alarm view of Monasca-UI (Meeting topic: monasca)"13:01
chaconpizaMichal the stage is yours13:02
piotrowskimIt was noticed that defined alarm breaks alarm view, e.g count(process.pid_count{hostname=devstack}>413:02
piotrowskimIt was exeption in for loop, cause in Python 2.x calling 'keys' makes a copy of the key that you can iterate over while modifying the dict. This doesn't work in Python 3.x because keys returns an iterator instead of a list.13:03
piotrowskimso as a simple fix I just casted dictionary to tuple (could be list also)13:04
chaconpizaThe change is merged in monasca-ui project for master and stable/ussuri branches13:05
piotrowskimtrue13:05
chaconpizaIsaac, StackHPC should not be affected since you are not using Monasca-UI (Monasca Plugin for Horizon)13:06
WasaacIndeed13:06
WasaacWe tend to use the monasca-grafana app13:07
chaconpizaright13:07
chaconpizaThanks for the fix Michal13:07
piotrowskimnot a problem13:07
chaconpizaLet's move to the next topic13:07
chaconpiza#topic Changes for monasca-agent13:08
*** openstack changes topic to "Changes for monasca-agent (Meeting topic: monasca)"13:08
bandorfOk. This is a summary of the issues I found during the last weeks when testing monasca-agent (Ussuri-based)13:08
bandorfOverall 3 issues:13:08
bandorf2.1 Remaining Python3-incompatibility: string handling. Solution was to convert to utf-813:09
*** bandorf has quit IRC13:10
chaconpizaThis change 2.1 is quite similar to this other change from Doug https://github.com/openstack/monasca-agent/commit/7ff2c9cbd0324f04a96a9b115ded262ec2d7fa0213:11
*** bandorf has joined #openstack-monasca13:11
bandorfSorry, I got disconnected13:11
bandorf2.2 A single quote in a help-text caused issues with baremetal-agent. I wanted to avoid any issues with escaping etc, thus I changed the help test so that quote is not needed any longer13:11
bandorf2.3 Just a minor issue, but not nice: For http_check, a pattern_matching can be defined.#13:12
bandorfFor cinder, this has been set to check if api-version is 1.13:12
bandorfHowever, version 1 is not supported any longer (not even deprecated)13:13
bandorfSolution was to simplay allow any API version that existed, i.e. all between 1 and 313:13
bandorfAll these fixes have been done on master and cherry-picked to Ussuri13:14
bandorfWe applied for a new monasca-agent version (3.0.2) for Ussuri13:14
chaconpizahttps://review.opendev.org/#/c/746684/13:14
chaconpizaThanks Matthias13:15
chaconpiza#topic Switch monasca-thresh and monasca-ui to cycle-with-rc13:16
*** openstack changes topic to "Switch monasca-thresh and monasca-ui to cycle-with-rc (Meeting topic: monasca)"13:16
chaconpizaSean McGinnis proposed to change these to projects from model cycle-with-intermediary to cycle-with-rc13:17
chaconpizahttps://releases.openstack.org/reference/release_models.html#cycle-with-rc13:17
bandorfCould you pls. briefly explain what that exactly means?13:18
bandorfOK, I checked the link13:20
chaconpizaOk, I was rephrasing the text13:21
bandorfSo, this means that only the release is checked by release mgmt. team, mnot the rc's, right?13:22
chaconpizaI am not sure why in Monasca we have for some projects one model and for other the second model. I would like to ask Witek about it. If there is not a special reason, I would like to uniform them.13:22
bandorfExactly. Maybe, this model fits better with ther components as well?13:22
bandorfther=other13:22
chaconpizabandorf, not so sure. I will ask Sean for more details.13:23
bandorfOk. To me, the impact isn't totally clear yet13:24
chaconpizaok13:24
chaconpiza#topic AOB13:25
*** openstack changes topic to "AOB (Meeting topic: monasca)"13:25
chaconpizaI just got the notification that Sean approved the Release Monasca-Agent 3.0.2 with the changes that Matthias commented above.13:27
bandorfThat went fast, really good news!13:27
chaconpizaSoon it will be available in https://pypi.org/project/monasca-agent/13:27
chaconpizaOk, if there are not more topics let's close the meeting.13:28
bandorfThanks, good-bye everybody!13:28
chaconpizaThank you for your attendance, see you next week. Bye.13:29
toskyuh! just a minute13:29
chaconpizaSure13:29
toskyif I may, quick reminder about the zuulv3 goal13:30
toskymaybe you are already working on it, but I haven't seen a patch for     legacy-tempest-dsvm-monasca-transform-python35-functional (monasca-transform)13:30
chaconpizaHi Luigi. You mean the monasca-transform, right?13:30
toskyyep, that's the main one13:30
toskywhile rechecking the jobs, I've also noticed 3 other legacy jobs. They are not based on devstack, so they are slightly less urgent, but something to keep an eye on too13:31
toskynamely:13:31
tosky    legacy-monasca-common-maven-build (monasca-common, <=master)13:31
tosky    legacy-monasca-persister-maven-build (monasca-persister, <=master)13:31
tosky    legacy-monasca-thresh-maven-build (monasca-thresh, <=master)13:31
chaconpizaAs far as I remember Witek want to check it internally at SUSE. He is on vacation right now, but is coming back soon.13:31
chaconpizaOk, thanks for the notice.13:32
toskythanks! Now that we are closer to Victoria, I guess you will hear more frequently from me :)13:34
tosky(that's absolutely not a thread)13:34
toskythreat*13:35
tosky:)13:35
chaconpiza:) Thanks for your colaboration in Monasca13:35
chaconpiza#action Check java legacy jobs. I will check it.13:36
chaconpizaalright, if there are no more topics let's close for today the meeting. Thanks.13:37
chaconpiza#endmeeting13:38
*** openstack changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca"13:38
openstackMeeting ended Tue Aug 18 13:38:14 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:38
openstackMinutes:        http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-08-18-13.00.html13:38
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-08-18-13.00.txt13:38
openstackLog:            http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-08-18-13.00.log.html13:38
*** bandorf has quit IRC13:38
*** k_mouza has quit IRC13:51
*** k_mouza has joined #openstack-monasca13:53
*** nikparasyr has left #openstack-monasca14:56
*** vishalmanchanda has quit IRC15:06
*** k_mouza has quit IRC17:04
*** chaconpiza has quit IRC17:37
*** k_mouza has joined #openstack-monasca19:14
*** k_mouza has quit IRC19:17
*** tosky has quit IRC22:18
*** srwilkers has quit IRC22:43
*** piotrowskim has quit IRC22:54
*** srwilkers has joined #openstack-monasca22:55

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!