*** zijlboot has joined #openstack-monasca | 05:30 | |
*** zijlboot has quit IRC | 05:38 | |
*** nikparasyr has joined #openstack-monasca | 05:57 | |
*** zijlboot has joined #openstack-monasca | 06:34 | |
*** zijlboot has quit IRC | 06:38 | |
*** zijlboot has joined #openstack-monasca | 07:04 | |
*** tosky has joined #openstack-monasca | 07:21 | |
*** dougsz has joined #openstack-monasca | 07:56 | |
*** mensis has quit IRC | 08:05 | |
*** ezech has joined #openstack-monasca | 08:16 | |
ezech | hi guys, is it a smart thing to pursue making Monasca into a composable service? | 08:58 |
---|---|---|
chaconpiza | Hi ezech | 08:59 |
chaconpiza | ezech, would you like to explain it a bit more? | 09:00 |
ezech | hi chaconpiza, yes, what I mean is that I'd like to create a template that would allow me to deploy monasca during overcloud deployment | 09:01 |
ezech | so for example monasca-agent would be installed on certain nodes | 09:02 |
*** viks____ has joined #openstack-monasca | 09:02 | |
chaconpiza | You mean deploy with TripleO or with Kolla-Ansible? | 09:02 |
ezech | TripleO | 09:03 |
ezech | I'm not sure how it gets done in real world, if it's a good idea at all | 09:05 |
*** openstackgerrit has joined #openstack-monasca | 09:30 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-persister master: Remove unnecessary test to bring compatibility with py38 https://review.opendev.org/742167 | 09:30 |
chaconpiza | ezech, 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 |
chaconpiza | If yes I would like to add it to the agenda. | 09:43 |
ezech | chaconpiza, that would be cool | 09:44 |
chaconpiza | https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 09:46 |
*** piotrowskim has joined #openstack-monasca | 10:13 | |
*** vishalmanchanda has joined #openstack-monasca | 11:39 | |
*** adriancz has joined #openstack-monasca | 12:39 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-persister master: Add Python3 victoria unit tests https://review.opendev.org/722515 | 12:51 |
*** bandorf has joined #openstack-monasca | 12:54 | |
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:54 |
chaconpiza | #startmeeting monasca | 13:00 |
openstack | Meeting 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 |
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 |
chaconpiza | Hello | 13:00 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:00 |
Wasaac | Hello! | 13:00 |
ezech | hi | 13:01 |
chaconpiza | Hi Isaac | 13:01 |
chaconpiza | Hi ezech | 13:01 |
bandorf | Hi | 13:01 |
chaconpiza | before 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 |
chaconpiza | Hi Matthias | 13:02 |
adriancz | Hi | 13:02 |
chaconpiza | Hi Adrian | 13:02 |
ezech | sure, I'm a devops-engineer from Poland, and I'm working on a r&d project for Comarch | 13:04 |
chaconpiza | What is your name? | 13:04 |
Wasaac | Welcome! | 13:04 |
ezech | chaconpiza, my name is Arkadiusz | 13:04 |
chaconpiza | Welcome Arek | 13:05 |
chaconpiza | For your info. Monasca has been contributed by many Poles | 13:05 |
chaconpiza | alright, lets start with the topics | 13:05 |
chaconpiza | #topic Template to deploy Monasca during Overcloud deployment | 13:06 |
*** openstack changes topic to "Template to deploy Monasca during Overcloud deployment (Meeting topic: monasca)" | 13:06 | |
chaconpiza | Arek, the stage is yours | 13:06 |
ezech | thanks, here is the setup: a triple-o ussuri on some blades | 13:06 |
ezech | what we want is to have monitoring solution for it | 13:07 |
ezech | to monitor ground up, for hardware, all virtualisation levels up to the applications running on top | 13:07 |
ezech | my 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 us | 13:08 |
ezech | now what we want is to have monasca be installed by triple-o deployment mechanism | 13:09 |
ezech | so when we write roles for our environment, we can add for example OS :: TripleO :: Services :: MonascaApi | 13:09 |
ezech | my 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 you | 13:10 |
chaconpiza | You mean that Monasca-API will run in a container? | 13:11 |
ezech | chaconpiza, yes, as with triple-o all services run in containers | 13:12 |
chaconpiza | I understand that TripleO uses the images created by Kolla project | 13:12 |
ezech | it does, we can also provide custom versions of images I believe | 13:12 |
ezech | also 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 deployed | 13:13 |
chaconpiza | So far the deployment of Monasca is done fore Docker-Compose, Kubernetes, Kolla-Ansible, Devstack. But not yet for TripleO. | 13:15 |
ezech | perhaps there would be a Monasca role for all main modules (persister, api, notification) and existing roles (controller for example) would have only monasca-agent service | 13:15 |
chaconpiza | and adding Monasca into TripleO would bring the attention of the community to Monasca as well | 13:16 |
*** nikparasyr has quit IRC | 13:16 | |
chaconpiza | Answering 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 services | 13:20 |
chaconpiza | Have you asked about it in the TripleO channel? | 13:21 |
ezech | I haven't yet, we are in the progress of producing such services though and so far we manage to go forward using documentation | 13:22 |
ezech | it 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-monasca | 13:24 | |
chaconpiza | I 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, etc | 13:24 |
chaconpiza | And same situation with Redhat OSP-16 | 13:24 |
chaconpiza | which containers are based on Train | 13:24 |
chaconpiza | Arek, let's keep it as an open topic. | 13:25 |
ezech | thanks chaconpiza | 13:26 |
tosky | for the record, there was an email about this a few days ago | 13:26 |
tosky | let me find it | 13:26 |
chaconpiza | Hi Luigi | 13:26 |
tosky | http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016619.html | 13:26 |
ezech | I'll let you know if we succeed | 13:26 |
tosky | and the related bug https://bugs.launchpad.net/tripleo/+bug/1892072 | 13:26 |
openstack | Launchpad bug 1892072 in tripleo "Missing manual for end-to-end third party integration" [High,Triaged] | 13:26 |
chaconpiza | Thanks for mentioning Luigi. | 13:28 |
chaconpiza | Let's move to the next topic | 13:29 |
chaconpiza | #topic Monasca-Persister Compatibility with py38 | 13:29 |
*** openstack changes topic to "Monasca-Persister Compatibility with py38 (Meeting topic: monasca)" | 13:29 | |
chaconpiza | Today I have discussed with Adrian (adriancz) about the Cassandra tests which blocks the Zuul's check for py38 | 13:30 |
chaconpiza | Those two test were usless actually. | 13:31 |
chaconpiza | I 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 | |
chaconpiza | Today I found out that monasca.io is not accessible. | 13:34 |
chaconpiza | Same situation happened a year ago, it is because of the expiration of the domain. | 13:35 |
chaconpiza | it is registered, as far as I remember, by HP | 13:35 |
chaconpiza | #action I will contact them to see how we should proceed | 13:36 |
chaconpiza | The content is hosted in github https://github.com/monasca/monasca.github.io | 13: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 | |
chaconpiza | MichaĆ the stage is yours | 13:39 |
piotrowskim | last week I mentioned that it needs to be changed congfiguration for monasca-notification DOCKER part | 13:39 |
piotrowskim | in openstack/monasca-notification project of course | 13:40 |
piotrowskim | but we have also clone on github in monasca-docker repository | 13:40 |
piotrowskim | and I belive it should be changed there also | 13:40 |
chaconpiza | is there any blocker? | 13:41 |
piotrowskim | right now I dont see any | 13:42 |
chaconpiza | cool. Thanks | 13:42 |
chaconpiza | #topic AOB | 13:43 |
*** openstack changes topic to "AOB (Meeting topic: monasca)" | 13:43 | |
chaconpiza | Luigi, Witek is taking care about the Monasca-Transform deprecation. Today he is off-work, but next week should be present. | 13:45 |
chaconpiza | Alright, if there are no more topics, lets close todays meeting. Arek, welcome aboard. | 13:47 |
tosky | thanks! | 13:47 |
chaconpiza | Thanks, bye. | 13:47 |
adriancz | thanks | 13:47 |
adriancz | bye | 13:47 |
chaconpiza | #endmeeting | 13:48 |
*** openstack changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca" | 13:48 | |
openstack | Meeting ended Tue Sep 1 13:48:09 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:48 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-09-01-13.00.html | 13:48 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-09-01-13.00.txt | 13:48 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-09-01-13.00.log.html | 13:48 |
ezech | thanks everyone | 13:49 |
*** zijlboot has quit IRC | 14:39 | |
*** zijlboot has joined #openstack-monasca | 14:39 | |
*** zijlboot has quit IRC | 14:44 | |
openstackgerrit | Merged openstack/monasca-persister master: Remove unnecessary test to bring compatibility with py38 https://review.opendev.org/742167 | 14:49 |
*** nikparasyr has left #openstack-monasca | 15:04 | |
openstackgerrit | Merged openstack/monasca-persister master: Add Python3 victoria unit tests https://review.opendev.org/722515 | 15:12 |
*** zijlboot has joined #openstack-monasca | 15:19 | |
*** zijlboot has quit IRC | 15:23 | |
*** bandorf has quit IRC | 15:31 | |
*** dougsz has quit IRC | 16:14 | |
*** zijlboot has joined #openstack-monasca | 16:18 | |
*** zijlboot has quit IRC | 16:23 | |
*** k_mouza has joined #openstack-monasca | 17:41 | |
*** ezech has quit IRC | 17:44 | |
*** mkarpiarz has quit IRC | 17:44 | |
*** mkarpiarz has joined #openstack-monasca | 17:46 | |
*** zijlboot has joined #openstack-monasca | 17:47 | |
*** zijlboot has quit IRC | 17:47 | |
*** zijlboot has joined #openstack-monasca | 17:48 | |
*** k_mouza has quit IRC | 17:56 | |
*** openstackgerrit has quit IRC | 19:21 | |
*** viks____ has quit IRC | 19:28 | |
*** vishalmanchanda has quit IRC | 20:58 | |
*** adriancz has quit IRC | 21:09 | |
*** tosky has quit IRC | 22:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!