13:00:48 <chaconpiza> #startmeeting monasca
13:00:48 <opendevmeet> Meeting started Tue Jun 29 13:00:48 2021 UTC and is due to finish in 60 minutes.  The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot.
13:00:48 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
13:00:48 <opendevmeet> The meeting name has been set to 'monasca'
13:01:36 <chaconpiza> Hi, the agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda
13:01:41 <adriancz> Hi
13:01:53 <chaconpiza> Hi adriancz, let's start
13:02:05 <chaconpiza> #topic vmware: Use oslo.vmware's get_moref_value()
13:02:32 <chaconpiza> This change was finally merged https://review.opendev.org/c/openstack/monasca-agent/+/788887
13:03:32 <chaconpiza> similar change was merged for Ceilometer https://review.opendev.org/c/openstack/ceilometer/+/788898
13:04:19 <chaconpiza> Next change merged since last meeting:
13:04:24 <chaconpiza> #topic Fix Grafana URL in email notification
13:04:36 <chaconpiza> https://review.opendev.org/c/openstack/monasca-notification/+/797002
13:05:05 <chaconpiza> This change was proposed by me. Similar to the change in Monasca-UI https://review.opendev.org/c/openstack/monasca-ui/+/782599
13:05:33 <chaconpiza> Basically it removes the prefix `dim_` before of all dimensions
13:05:47 <chaconpiza> now the link in the email notification works well
13:06:13 <chaconpiza> merged in master, wallaby, victoria and ussuri
13:06:39 <chaconpiza> One more change merged since last meeting:
13:06:45 <chaconpiza> #topic Fix Monasca-Setup Keystone detection
13:06:52 <chaconpiza> https://review.opendev.org/c/openstack/monasca-agent/+/796165
13:07:55 <chaconpiza> The autodetection of Keystone in Monasca-Agent did not work for RedHat OSP16.x
13:08:52 <chaconpiza> since the process is named simply `keystone` and not anymore `keystone-all` or `keystone-main`, etc. like in past releases.
13:09:15 <chaconpiza> In order to keep compatibility, I just added the new match `keystone` into the list
13:09:42 <chaconpiza> the change was merged in master, wallaby, victoria and ussuri.
13:10:36 <chaconpiza> We got an email related to Monasca-Thresh deployed with Kolla:
13:10:41 <chaconpiza> #topic [Email] [kolla][monasca] thresh keeps dying
13:10:48 <chaconpiza> http://lists.openstack.org/pipermail/openstack-discuss/2021-June/023338.html
13:11:45 <chaconpiza> the author of the email is Tomek Rutkowski, adriancz maybe you know him?
13:12:21 <adriancz> i don't know him
13:12:35 <chaconpiza> :)
13:13:18 <chaconpiza> So, dougsz already answered him. It seems that the problem was in the configuration:
13:13:55 <chaconpiza> Monasca-Thresh (based on Apache-Storm) can run in `cluster mode` and `local mode`.
13:14:41 <chaconpiza> after Tomek change to the `cluster mode`, i.e. with nimbus, supervisor, etc. everything worked well
13:15:21 <chaconpiza> This is something that I would like to set in https://github.com/monasca/monasca-docker
13:15:58 <chaconpiza> so far everything is set to start Monasca-Thresh in local-mode. It would be nice to set it for `cluster mode`
13:16:07 <chaconpiza> what do you think Adrian?
13:17:38 <adriancz> i think would be nice to have option to cluster more or local mode
13:17:46 <adriancz> *cluster mode
13:19:03 <chaconpiza> Right, some variable in the .env
13:19:47 <chaconpiza> Then, next topic is a question from today:
13:20:05 <chaconpiza> #topic Libvirt
13:20:11 <chaconpiza> [Question] Hi, how can I add tenant id as a dimension to metrics gathered by libvirt plugin?
13:20:19 <chaconpiza> I added tenant_id in the metadata section of libvirt conf but still nothing changed.
13:20:30 <chaconpiza> Afterwards, I dropped all metrics that previously gathered by libvirt and uninstalled monasca-agent services from compute hosts,
13:20:39 <chaconpiza> then I re-installed but nothing changed.
13:20:48 <chaconpiza> This is my current libvirt.yaml; http://paste.openstack.org/show/806980/
13:22:29 <chaconpiza> So, here I would said that it depends from the metric. I remember that there are metrics for the admin role and other for the tenant.
13:24:17 <chaconpiza> This is what I mean: https://opendev.org/openstack/monasca-agent/src/branch/master/docs/Libvirt.md#vm-dimensions
13:26:10 <chaconpiza> But I would need to test it to be sure. Once I set the environment I will answer here and report it in the next weekly meeting.
13:26:52 <chaconpiza> But as said, I think that it is because of the tenant which is used to access the VM metrics
13:27:58 <chaconpiza> (as you can see in the table from the link, for tenant_id we have N/A or owner of VM)
13:28:26 <adriancz> i agree this can be some problem with tenant
13:29:15 <chaconpiza> Ok, adriancz. Those were all topics from the agenda.
13:29:26 <chaconpiza> Do you have any other to discuss today?
13:29:41 <adriancz> Thank, Martin
13:30:31 <adriancz> No, I have no topic
13:30:38 <chaconpiza> Then let's close the meeting. See you next week. Bye thanks.
13:31:01 <chaconpiza> #endmeeting