Tuesday, 2020-02-25

*** vishalmanchanda has joined #openstack-monasca00:21
*** vishalmanchanda has quit IRC03:09
*** johanssone has quit IRC03:52
*** johanssone has joined #openstack-monasca03:53
*** johanssone has quit IRC04:00
*** johanssone has joined #openstack-monasca04:01
*** vishalmanchanda has joined #openstack-monasca04:31
*** piotrowskim has joined #openstack-monasca07:32
*** witek_ has joined #openstack-monasca08:46
*** dougsz has quit IRC08:52
*** dougsz has joined #openstack-monasca09:15
*** ivve has joined #openstack-monasca11:30
*** jawad_axd has joined #openstack-monasca11:54
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: Change name of topic used to send alarm and alarm def events  https://review.opendev.org/70833511:55
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: Change name of topic used to send alarm and alarm def events  https://review.opendev.org/70833512:10
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: Change name of topic used to send alarm and alarm def events  https://review.opendev.org/70833512:48
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: Change name of topic used to send alarm and alarm def events  https://review.opendev.org/70833512:49
*** bandorf has joined #openstack-monasca12:59
witek_#startmeeting monasca13:00
openstackMeeting started Tue Feb 25 13:00:35 2020 UTC and is due to finish in 60 minutes.  The chair is witek_. 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
adrianczHello13:00
witek_hello everyone13:00
Dobroslawhi13:00
chaconpizaHello13:00
piotrowskimhi13:01
witek_agenda for today:13:01
witek_https://etherpad.openstack.org/p/monasca-team-meeting-agenda13:01
witek_let's start13:01
dougszhi13:01
witek_#topic monasca-notification: drop YAML configuration support13:02
*** openstack changes topic to "monasca-notification: drop YAML configuration support (Meeting topic: monasca)"13:02
witek_we've hit a bug this week in CI with monasca-notification not being able to start13:02
witek_because of CLI option yaml_config being wrongly declared13:03
witek_the bug was easy to fix, but that brings me to the point that it's actually long overdue to remove support for YAML config there13:04
witek_dougsz has started this work already13:04
witek_https://review.opendev.org/65676913:04
chaconpizaI understood that you left the option to use the yaml because of monasca-docker, right?13:05
witek_I wanted to just fix the existing code13:05
witek_but I think we should go one step further and remove deprecated code13:05
dougszThanks for iterating on that patch witek13:06
witek_and yes, Docker deployment still relies on YAML config13:06
witek_there are also some other places marked for removal in that context but these are not that important13:08
adrianczI agree with Witek we should remove deprecated code13:09
chaconpiza+113:09
bandorf+113:10
dougsz+1, i already printed the yaml config and set fire to it13:10
witek_:)13:10
witek_not CO_2 friendly13:10
chaconpiza:D13:11
dougsz:D13:11
witek_who would like to take an action item to add support for oslo.config in Docker?13:11
piotrowskimi can try13:13
piotrowskimadrian told me he will help me at the begining :)13:13
witek_great, I think it should not be complicated13:13
witek_thanks13:13
dougszThanks piotrowskim, I can review13:13
dougszFeel free to push changes to https://review.opendev.org/656769 and add yourself as co-author13:14
piotrowskimok13:14
witek_just for reference:13:15
witek_https://help.github.com/en/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line13:15
witek_I guess we can move on?13:16
witek_#topic Updating alarm definitions13:16
*** openstack changes topic to "Updating alarm definitions (Meeting topic: monasca)"13:16
chaconpizaSimilar to this bug:13:17
chaconpizahttps://storyboard.openstack.org/#!/story/200675013:17
chaconpizabandorf and Goetz found a bug (at least in stable/pike) when the alarm definition is updated.13:17
chaconpizaMore specific when the 'times' is updated in the expression13:18
chaconpizaIn this case it seems that the bug is not in monasca-api, but in the thresh13:18
chaconpizaI read the kafka message (topic event) that thresh receives after the alarm-definition is updated13:19
chaconpizathe parameters time and times were correct, but not updated13:20
chaconpizaRight now I am trying to reproduce it in devstack (master branches)13:20
chaconpizaI will create a similar Story in case of bug in master branch13:21
witek_I'm not sure, but it might be that this is documented not to be supported13:21
chaconpizaYes, I remember something about restrictions on update.13:22
chaconpizaAnd the problem for final user is that it is not possible to create an alarm-definition in monasca-ui assigning parameters time and times13:23
chaconpizaSo, if the final user doesn't have access to CLI, he should create the alarm-def in the UI and then updated it13:24
chaconpiza:(13:24
witek_yes, that workaround doesn't work, indeed13:25
bandorfWitek, do you know where this has been documented?13:26
bandorfThis would finally mean that you can't handle alarm definitions using time/times can't be managed with the UI13:26
witek_not from the top of my head, api-spec or monasca-thresh repo13:27
witek_possibly it could be easier to extend the UI then fix thresh13:28
chaconpiza+113:28
bandorfThe problem we found so far: The expression in the alarm-definition will be updated, but not the expression in the sub-alarm-definition.13:29
witek_https://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md#changing-alarm-definitions13:29
witek_that does not cover changing periods though13:30
bandorfThat's OK, we neither change match_by (not used in this case) nor the metric itself13:30
bandorfDoes anybody know where in thresh the updated of sub-alarm-definition should happen?13:31
bandorfWe can search as well, just maybe, somebody already knows. That would shorten our search...13:31
dougszSorry, it's been a long time since I looked at it13:32
witek_not without looking into it, sorry13:33
bandorfOK, thanks13:33
chaconpizamaybe is arround to this point https://github.com/openstack/monasca-thresh/blob/master/thresh/src/main/java/monasca/thresh/infrastructure/thresholding/AlarmCreationBolt.java#L15013:34
witek_seems plausible13:35
witek_let's move on13:35
witek_#topic Update events topic13:36
*** openstack changes topic to "Update events topic (Meeting topic: monasca)"13:36
witek_adriancz works on merging events API13:36
witek_and proposed renaming the currently used topic in monasca-api13:37
witek_https://review.opendev.org/70833513:37
adrianczi still working on this change ( i need to  update docker )13:37
witek_I understand the motivation but I'm wondering about the impact13:38
bandorfwe would have to think about migration as well, right?13:38
adrianczbut this change is more like open discussion if we should change this name13:38
dougszhm, yeah, would be nice to avoid the migration challenge13:39
chaconpizaso far the topic events is used in the metrics-pipeline to handle alarm-definitions-(creation, update and removal)13:39
witek_that's why I'm bringing it here up, to bring it to attention and share13:39
chaconpizawhat about the call the other events like  external-events13:40
chaconpizaor something like that13:40
chaconpizaor openstack-events13:41
witek_I guess we don't have to decide anything now, just spend some time to think it over and leave your opinion in review13:41
bandorfTo be honest, it's really ugly to have a concept of "events", a kafka-topic named "events", and they are not related.13:42
witek_agree13:42
adriancz+113:42
witek_do we want to continue the discussion in review or mailing list?13:43
dougsz+1, will add review13:43
chaconpiza+1 review13:44
witek_thanks13:44
witek_do we have anything else for today?13:44
bandorfNot from me13:45
witek_testing auto-scaling has fixed itself on its own :)13:45
witek_https://review.opendev.org/70088613:46
*** joadavis has joined #openstack-monasca13:46
witek_hi joadavis, you made it :)13:46
witek_what time is it?13:47
witek_I think we should wrap up, thanks for joining13:47
witek_and see you next week13:48
witek_bye13:48
dougszbye all, thanks13:48
witek_#endmeeting13:48
*** openstack changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca"13:48
adrianczthanks13:48
adrianczby13:48
openstackMeeting ended Tue Feb 25 13:48:15 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:48
openstackMinutes:        http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-02-25-13.00.html13:48
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-02-25-13.00.txt13:48
openstackLog:            http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-02-25-13.00.log.html13:48
Dobroslawthx13:48
chaconpizathanks, byt13:48
bandorfThanks, bye everybody13:48
joadavisheh, well, I made it because my family woke me that our internet was failing. :P13:49
joadavis<wave to all>13:49
adriancz: )13:49
*** bandorf has quit IRC13:50
joadavis(reading meeting log)13:51
joadavisBTW, a change to expand the remove_config feature in monasca_setup is ready for reviews - https://review.opendev.org/#/c/623611/13:57
*** witek_ has quit IRC14:05
*** jawad_axd has quit IRC14:42
*** jawad_axd has joined #openstack-monasca14:43
*** jawad_axd has quit IRC14:43
*** jawad_axd has joined #openstack-monasca14:45
*** jawad_ax_ has joined #openstack-monasca14:48
*** jawad_axd has quit IRC14:49
*** jawad_ax_ has quit IRC14:52
*** irclogbot_0 has quit IRC15:27
*** johanssone has quit IRC15:27
*** irclogbot_2 has joined #openstack-monasca15:28
*** johanssone has joined #openstack-monasca15:29
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: [WIP] Merge events-api  https://review.opendev.org/70287515:53
*** jawad_axd has joined #openstack-monasca16:02
*** jawad_axd has quit IRC16:06
*** vishalmanchanda has quit IRC17:11
*** ivve has quit IRC17:47
*** dougsz has quit IRC18:07
*** trident has quit IRC18:52
*** trident has joined #openstack-monasca18:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!