Tuesday, 2020-09-01

*** zijlboot has joined #openstack-monasca05:30
*** zijlboot has quit IRC05:38
*** nikparasyr has joined #openstack-monasca05:57
*** zijlboot has joined #openstack-monasca06:34
*** zijlboot has quit IRC06:38
*** zijlboot has joined #openstack-monasca07:04
*** tosky has joined #openstack-monasca07:21
*** dougsz has joined #openstack-monasca07:56
*** mensis has quit IRC08:05
*** ezech has joined #openstack-monasca08:16
ezechhi guys, is it a smart thing to pursue making Monasca into a composable service?08:58
chaconpizaHi ezech08:59
chaconpizaezech, would you like to explain it a bit more?09:00
ezechhi chaconpiza, yes, what I mean is that I'd like to create a template that would allow me to deploy monasca during overcloud deployment09:01
ezechso for example monasca-agent would be installed on certain nodes09:02
*** viks____ has joined #openstack-monasca09:02
chaconpizaYou mean deploy with TripleO or with Kolla-Ansible?09:02
ezechTripleO09:03
ezechI'm not sure how it gets done in real world, if it's a good idea at all09:05
*** openstackgerrit has joined #openstack-monasca09:30
openstackgerritMartin Chacon Piza proposed openstack/monasca-persister master: Remove unnecessary test to bring compatibility with py38  https://review.opendev.org/74216709:30
chaconpizaezech, today at 13:00 (UTC) in this channel will be held the Weekly Monasca Meeting, would you like to join and present your topic? There is a bot that saves the transcripts for the rest of colleagues that can't join.09:43
chaconpizaIf yes I would like to add it to the agenda.09:43
ezechchaconpiza, that would be cool09:44
chaconpizahttps://etherpad.opendev.org/p/monasca-team-meeting-agenda09:46
*** piotrowskim has joined #openstack-monasca10:13
*** vishalmanchanda has joined #openstack-monasca11:39
*** adriancz has joined #openstack-monasca12:39
openstackgerritMartin Chacon Piza proposed openstack/monasca-persister master: Add Python3 victoria unit tests  https://review.opendev.org/72251512:51
*** bandorf has joined #openstack-monasca12:54
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:54
chaconpiza#startmeeting monasca13:00
openstackMeeting started Tue Sep  1 13:00:07 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
chaconpizaHello13:00
chaconpizaThe agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda13:00
WasaacHello!13:00
ezechhi13:01
chaconpizaHi Isaac13:01
chaconpizaHi ezech13:01
bandorfHi13:01
chaconpizabefore to start with the topics from the agenda, ezech would you like briefly to present your self and the project/firma you work?13:02
chaconpizaHi Matthias13:02
adrianczHi13:02
chaconpizaHi Adrian13:02
ezechsure, I'm a devops-engineer from Poland, and I'm working on a r&d project for Comarch13:04
chaconpizaWhat is your name?13:04
WasaacWelcome!13:04
ezechchaconpiza, my name is Arkadiusz13:04
chaconpizaWelcome Arek13:05
chaconpizaFor your info. Monasca has been contributed by many Poles13:05
chaconpizaalright, lets start with the topics13:05
chaconpiza#topic Template to deploy Monasca during Overcloud deployment13:06
*** openstack changes topic to "Template to deploy Monasca during Overcloud deployment (Meeting topic: monasca)"13:06
chaconpizaArek, the stage is yours13:06
ezechthanks, here is the setup: a triple-o ussuri on some blades13:06
ezechwhat we want is to have monitoring solution for it13:07
ezechto monitor ground up, for hardware, all virtualisation levels up to the applications running on top13:07
ezechmy team and I have made some progress with installing monasca on previous versions of openstack and monasca, using different approaches, and it looks nice to us13:08
ezechnow what we want is to have monasca be installed by triple-o deployment mechanism13:09
ezechso when we write roles for our environment, we can add for example  OS :: TripleO :: Services :: MonascaApi13:09
ezechmy question is - do you know anyone who has done it before (couldn't find it) and what you think this sounds like - does it make sense to you13:10
chaconpizaYou mean that Monasca-API will run in a container?13:11
ezechchaconpiza, yes, as with triple-o all services run in containers13:12
chaconpizaI understand that TripleO uses the images created by Kolla project13:12
ezechit does, we can also provide custom versions of images I believe13:12
ezechalso there are different modules for monasca and I'd see each one be defined as a triple-o service, so for different roles different services/modules be deployed13:13
chaconpizaSo far the deployment of Monasca is done fore Docker-Compose, Kubernetes, Kolla-Ansible, Devstack. But not yet for TripleO.13:15
ezechperhaps there would be a Monasca role for all main modules (persister, api, notification) and existing roles (controller for example) would have only monasca-agent service13:15
chaconpizaand adding Monasca into TripleO would bring the attention of the community to Monasca as well13:16
*** nikparasyr has quit IRC13:16
chaconpizaAnswering your question, I don't know anyone who has done it before. Maybe in TripleO docs there is info on how to create the templates and the definitions for adding new services13:20
chaconpizaHave you asked about it in the TripleO channel?13:21
ezechI haven't yet, we are in the progress of producing such services though and so far we manage to go forward using documentation13:22
ezechit just occurred to me that perhaps it would be wise to ask for a second opinion at the source :)13:22
*** nikparasyr has joined #openstack-monasca13:24
chaconpizaI had the same situation, deploying TripleO Ussuri all-in-one and then deploying by hand monasca-agent, monasca-log-agent, adding by hand the Monasca-Horizon Plugin to the Horizon container, etc13:24
chaconpizaAnd same situation with Redhat OSP-1613:24
chaconpizawhich containers are based on Train13:24
chaconpizaArek, let's keep it as an open topic.13:25
ezechthanks chaconpiza13:26
toskyfor the record, there was an email about this a few days ago13:26
toskylet me find it13:26
chaconpizaHi Luigi13:26
toskyhttp://lists.openstack.org/pipermail/openstack-discuss/2020-August/016619.html13:26
ezechI'll let you know if we succeed13:26
toskyand the related bug https://bugs.launchpad.net/tripleo/+bug/189207213:26
openstackLaunchpad bug 1892072 in tripleo "Missing manual for end-to-end third party integration" [High,Triaged]13:26
chaconpizaThanks for mentioning Luigi.13:28
chaconpizaLet's move to the next topic13:29
chaconpiza#topic Monasca-Persister Compatibility with py3813:29
*** openstack changes topic to "Monasca-Persister Compatibility with py38 (Meeting topic: monasca)"13:29
chaconpizaToday I have discussed with Adrian (adriancz) about the Cassandra tests which blocks the Zuul's check for py3813:30
chaconpizaThose two test were usless actually.13:31
chaconpizaI just rebase https://review.opendev.org/#/c/722515 on top of https://review.opendev.org/#/c/742167/ it should solved it.13:33
chaconpiza#topic Broken URL http://monasca.io/13:33
*** openstack changes topic to "Broken URL http://monasca.io/ (Meeting topic: monasca)"13:33
chaconpizaToday I found out that monasca.io is not accessible.13:34
chaconpizaSame situation happened a year ago, it is because of the expiration of the domain.13:35
chaconpizait is registered, as far as I remember, by HP13:35
chaconpiza#action I will contact them to see how we should proceed13:36
chaconpizaThe content is hosted in github https://github.com/monasca/monasca.github.io13:37
chaconpiza#topic Remove deprecated YAML config (Monasca-Notification)13:38
*** openstack changes topic to "Remove deprecated YAML config (Monasca-Notification) (Meeting topic: monasca)"13:38
chaconpizaMichaƂ the stage is yours13:39
piotrowskimlast week I mentioned that it needs to be changed congfiguration for monasca-notification DOCKER part13:39
piotrowskimin openstack/monasca-notification project of course13:40
piotrowskimbut we have also clone on github in monasca-docker repository13:40
piotrowskimand I belive it should be changed there also13:40
chaconpizais there any blocker?13:41
piotrowskimright now I dont see any13:42
chaconpizacool. Thanks13:42
chaconpiza#topic AOB13:43
*** openstack changes topic to "AOB (Meeting topic: monasca)"13:43
chaconpizaLuigi, Witek is taking care about the Monasca-Transform deprecation. Today he is off-work, but next week should be present.13:45
chaconpizaAlright, if there are no more topics, lets close todays meeting. Arek, welcome aboard.13:47
toskythanks!13:47
chaconpizaThanks, bye.13:47
adrianczthanks13:47
adrianczbye13:47
chaconpiza#endmeeting13:48
*** openstack changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca"13:48
openstackMeeting ended Tue Sep  1 13:48:09 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-09-01-13.00.html13:48
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-09-01-13.00.txt13:48
openstackLog:            http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-09-01-13.00.log.html13:48
ezechthanks everyone13:49
*** zijlboot has quit IRC14:39
*** zijlboot has joined #openstack-monasca14:39
*** zijlboot has quit IRC14:44
openstackgerritMerged openstack/monasca-persister master: Remove unnecessary test to bring compatibility with py38  https://review.opendev.org/74216714:49
*** nikparasyr has left #openstack-monasca15:04
openstackgerritMerged openstack/monasca-persister master: Add Python3 victoria unit tests  https://review.opendev.org/72251515:12
*** zijlboot has joined #openstack-monasca15:19
*** zijlboot has quit IRC15:23
*** bandorf has quit IRC15:31
*** dougsz has quit IRC16:14
*** zijlboot has joined #openstack-monasca16:18
*** zijlboot has quit IRC16:23
*** k_mouza has joined #openstack-monasca17:41
*** ezech has quit IRC17:44
*** mkarpiarz has quit IRC17:44
*** mkarpiarz has joined #openstack-monasca17:46
*** zijlboot has joined #openstack-monasca17:47
*** zijlboot has quit IRC17:47
*** zijlboot has joined #openstack-monasca17:48
*** k_mouza has quit IRC17:56
*** openstackgerrit has quit IRC19:21
*** viks____ has quit IRC19:28
*** vishalmanchanda has quit IRC20:58
*** adriancz has quit IRC21:09
*** tosky has quit IRC22:43

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