*** vishalmanchanda has joined #openstack-monasca | 04:47 | |
*** nikparasyr has joined #openstack-monasca | 06:01 | |
openstackgerrit | Merged openstack/monasca-ui master: Alarm definition breakes Alarms view https://review.opendev.org/746037 | 07:57 |
---|---|---|
*** k_mouza has joined #openstack-monasca | 08:55 | |
*** piotrowskim has joined #openstack-monasca | 12:19 | |
*** tosky has joined #openstack-monasca | 12:46 | |
chaconpiza | Courtesy 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,adriancz | 12:52 |
*** bandorf has joined #openstack-monasca | 12:59 | |
bandorf | Hello | 12:59 |
chaconpiza | #startmeeting monasca | 13:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
*** openstack changes topic to " (Meeting topic: monasca)" | 13:00 | |
openstack | The meeting name has been set to 'monasca' | 13:00 |
piotrowskim | hi | 13:00 |
chaconpiza | Hi Matthias | 13:00 |
chaconpiza | Hi Michal | 13:00 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:00 |
Wasaac | Hello! | 13:01 |
chaconpiza | Hi Isaac | 13:01 |
chaconpiza | Let's start with first topic | 13:01 |
chaconpiza | #topic Alarm-definition which breakes the Alarm view of Monasca-UI | 13:01 |
*** openstack changes topic to "Alarm-definition which breakes the Alarm view of Monasca-UI (Meeting topic: monasca)" | 13:01 | |
chaconpiza | Michal the stage is yours | 13:02 |
piotrowskim | It was noticed that defined alarm breaks alarm view, e.g count(process.pid_count{hostname=devstack}>4 | 13:02 |
piotrowskim | It 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 |
piotrowskim | so as a simple fix I just casted dictionary to tuple (could be list also) | 13:04 |
chaconpiza | The change is merged in monasca-ui project for master and stable/ussuri branches | 13:05 |
piotrowskim | true | 13:05 |
chaconpiza | Isaac, StackHPC should not be affected since you are not using Monasca-UI (Monasca Plugin for Horizon) | 13:06 |
Wasaac | Indeed | 13:06 |
Wasaac | We tend to use the monasca-grafana app | 13:07 |
chaconpiza | right | 13:07 |
chaconpiza | Thanks for the fix Michal | 13:07 |
piotrowskim | not a problem | 13:07 |
chaconpiza | Let's move to the next topic | 13:07 |
chaconpiza | #topic Changes for monasca-agent | 13:08 |
*** openstack changes topic to "Changes for monasca-agent (Meeting topic: monasca)" | 13:08 | |
bandorf | Ok. This is a summary of the issues I found during the last weeks when testing monasca-agent (Ussuri-based) | 13:08 |
bandorf | Overall 3 issues: | 13:08 |
bandorf | 2.1 Remaining Python3-incompatibility: string handling. Solution was to convert to utf-8 | 13:09 |
*** bandorf has quit IRC | 13:10 | |
chaconpiza | This change 2.1 is quite similar to this other change from Doug https://github.com/openstack/monasca-agent/commit/7ff2c9cbd0324f04a96a9b115ded262ec2d7fa02 | 13:11 |
*** bandorf has joined #openstack-monasca | 13:11 | |
bandorf | Sorry, I got disconnected | 13:11 |
bandorf | 2.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 longer | 13:11 |
bandorf | 2.3 Just a minor issue, but not nice: For http_check, a pattern_matching can be defined.# | 13:12 |
bandorf | For cinder, this has been set to check if api-version is 1. | 13:12 |
bandorf | However, version 1 is not supported any longer (not even deprecated) | 13:13 |
bandorf | Solution was to simplay allow any API version that existed, i.e. all between 1 and 3 | 13:13 |
bandorf | All these fixes have been done on master and cherry-picked to Ussuri | 13:14 |
bandorf | We applied for a new monasca-agent version (3.0.2) for Ussuri | 13:14 |
chaconpiza | https://review.opendev.org/#/c/746684/ | 13:14 |
chaconpiza | Thanks Matthias | 13:15 |
chaconpiza | #topic Switch monasca-thresh and monasca-ui to cycle-with-rc | 13:16 |
*** openstack changes topic to "Switch monasca-thresh and monasca-ui to cycle-with-rc (Meeting topic: monasca)" | 13:16 | |
chaconpiza | Sean McGinnis proposed to change these to projects from model cycle-with-intermediary to cycle-with-rc | 13:17 |
chaconpiza | https://releases.openstack.org/reference/release_models.html#cycle-with-rc | 13:17 |
bandorf | Could you pls. briefly explain what that exactly means? | 13:18 |
bandorf | OK, I checked the link | 13:20 |
chaconpiza | Ok, I was rephrasing the text | 13:21 |
bandorf | So, this means that only the release is checked by release mgmt. team, mnot the rc's, right? | 13:22 |
chaconpiza | I 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 |
bandorf | Exactly. Maybe, this model fits better with ther components as well? | 13:22 |
bandorf | ther=other | 13:22 |
chaconpiza | bandorf, not so sure. I will ask Sean for more details. | 13:23 |
bandorf | Ok. To me, the impact isn't totally clear yet | 13:24 |
chaconpiza | ok | 13:24 |
chaconpiza | #topic AOB | 13:25 |
*** openstack changes topic to "AOB (Meeting topic: monasca)" | 13:25 | |
chaconpiza | I just got the notification that Sean approved the Release Monasca-Agent 3.0.2 with the changes that Matthias commented above. | 13:27 |
bandorf | That went fast, really good news! | 13:27 |
chaconpiza | Soon it will be available in https://pypi.org/project/monasca-agent/ | 13:27 |
chaconpiza | Ok, if there are not more topics let's close the meeting. | 13:28 |
bandorf | Thanks, good-bye everybody! | 13:28 |
chaconpiza | Thank you for your attendance, see you next week. Bye. | 13:29 |
tosky | uh! just a minute | 13:29 |
chaconpiza | Sure | 13:29 |
tosky | if I may, quick reminder about the zuulv3 goal | 13:30 |
tosky | maybe 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 |
chaconpiza | Hi Luigi. You mean the monasca-transform, right? | 13:30 |
tosky | yep, that's the main one | 13:30 |
tosky | while 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 too | 13:31 |
tosky | namely: | 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 |
chaconpiza | As 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 |
chaconpiza | Ok, thanks for the notice. | 13:32 |
tosky | thanks! 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 |
tosky | threat* | 13:35 |
tosky | :) | 13:35 |
chaconpiza | :) Thanks for your colaboration in Monasca | 13:35 |
chaconpiza | #action Check java legacy jobs. I will check it. | 13:36 |
chaconpiza | alright, if there are no more topics let's close for today the meeting. Thanks. | 13:37 |
chaconpiza | #endmeeting | 13:38 |
*** openstack changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca" | 13:38 | |
openstack | Meeting ended Tue Aug 18 13:38:14 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:38 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-08-18-13.00.html | 13:38 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-08-18-13.00.txt | 13:38 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-08-18-13.00.log.html | 13:38 |
*** bandorf has quit IRC | 13:38 | |
*** k_mouza has quit IRC | 13:51 | |
*** k_mouza has joined #openstack-monasca | 13:53 | |
*** nikparasyr has left #openstack-monasca | 14:56 | |
*** vishalmanchanda has quit IRC | 15:06 | |
*** k_mouza has quit IRC | 17:04 | |
*** chaconpiza has quit IRC | 17:37 | |
*** k_mouza has joined #openstack-monasca | 19:14 | |
*** k_mouza has quit IRC | 19:17 | |
*** tosky has quit IRC | 22:18 | |
*** srwilkers has quit IRC | 22:43 | |
*** piotrowskim has quit IRC | 22:54 | |
*** srwilkers has joined #openstack-monasca | 22:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!