*** tosky has quit IRC | 00:09 | |
*** vishalmanchanda has joined #openstack-monasca | 04:09 | |
*** tosky has joined #openstack-monasca | 09:04 | |
*** vishalmanchanda has quit IRC | 09:28 | |
*** tosky has quit IRC | 10:13 | |
*** tosky has joined #openstack-monasca | 10:14 | |
*** glanciano has joined #openstack-monasca | 11:09 | |
*** vishalmanchanda has joined #openstack-monasca | 11:11 | |
*** elod has quit IRC | 11:13 | |
glanciano | hi folks! is it possible for someone from the core reviewers to have a look at this: https://review.opendev.org/c/openstack/monasca-agent/+/776619 | 11:17 |
---|---|---|
glanciano | many thanks in advance! | 11:17 |
chaconpiza | Hi glanciano, I will handle the cherry picking of that change | 11:18 |
glanciano | chaconpiza: great, thanks! | 11:19 |
chaconpiza | We need to solve first an issue in a Zuul job of monasca-agent, then I will cherry pick it | 11:20 |
*** elod has joined #openstack-monasca | 11:21 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-ui master: Add missing PY3 support in overview views https://review.opendev.org/c/openstack/monasca-ui/+/782414 | 11:28 |
*** glanciano18 has joined #openstack-monasca | 11:51 | |
*** glanciano18 has quit IRC | 11:52 | |
*** glanciano has quit IRC | 11:52 | |
openstackgerrit | Merged openstack/monasca-ui master: Add missing PY3 support in overview views https://review.opendev.org/c/openstack/monasca-ui/+/782414 | 12:43 |
*** adriancz has joined #openstack-monasca | 12:50 | |
chaconpiza | #startmeeting monasca | 13:00 |
openstack | Meeting started Tue Mar 23 13:00:34 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 |
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 | Hi! | 13:01 |
adriancz | Hello | 13:02 |
chaconpiza | Hello Adrian, let's start | 13:02 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:02 |
*** piotrowskim has joined #openstack-monasca | 13:02 | |
chaconpiza | #topic Monasca-UI Update-lower-constraints (stable/train) | 13:02 |
*** openstack changes topic to "Monasca-UI Update-lower-constraints (stable/train) (Meeting topic: monasca)" | 13:02 | |
chaconpiza | This is the change we merged to fix lower-constraints in Train https://review.opendev.org/c/openstack/monasca-ui/+/782173 | 13:03 |
chaconpiza | I did't commit on master and cherry picked until Train, because each branch has different requirements in lower-constraints | 13:04 |
chaconpiza | The idea is to upgrade the versions in lower-constraints as minimum possible | 13:04 |
chaconpiza | to have a wider working versions range | 13:05 |
chaconpiza | Next from Monasca-UI time ago piotrowskim sent a change that fixes the alrms view on PY3 | 13:05 |
chaconpiza | The change was commited on master, and cherry picked to victoria and ussuri. Not to Train, because Train should support PY2 and PY3, I wasn't sure that it is compatible with PY2. I tested on both and it is ok. So, cherry picked to Train: https://review.opendev.org/c/openstack/monasca-ui/+/781806 | 13:07 |
chaconpiza | One more fix in Monasca-UI running on PY3: https://review.opendev.org/q/topic:%22fix-overview-views%22+(status:open%20OR%20status:merged) | 13:08 |
chaconpiza | The change is the same for master, victoria and ussuri. Since they only support PY3. And using six package for Train, which should support PY2 and PY3 | 13:09 |
chaconpiza | #topic Wrong prefix in dimensions in the Drilldown dashboard | 13:09 |
*** openstack changes topic to "Wrong prefix in dimensions in the Drilldown dashboard (Meeting topic: monasca)" | 13:09 | |
chaconpiza | A public dashboard is added into Grafana to be able to see the Metrics Graph related to an alarm. All dimensions are prefixed with "dim_" it breaks the Dashboard. I am checking how is on Devstack. I have the feeling that it was required for old versions, but not now. | 13:12 |
chaconpiza | This is the LOC https://github.com/openstack/monasca-ui/blob/stable/train/monitoring/alarms/tables.py#L169 | 13:12 |
chaconpiza | Do you remember somethin adriancz? | 13:13 |
adriancz | unfortunately no | 13:14 |
chaconpiza | Ok, I will stack devstack to see how it is there. | 13:14 |
chaconpiza | Let's move to next topics: | 13:15 |
chaconpiza | #topic Monasca-Agent Cherry Pick into stable/branches | 13:15 |
*** openstack changes topic to "Monasca-Agent Cherry Pick into stable/branches (Meeting topic: monasca)" | 13:15 | |
chaconpiza | Time ago Yanos Agelopoulos fixed the libvirt configuration | 13:16 |
chaconpiza | https://review.opendev.org/c/openstack/monasca-agent/+/762221 | 13:16 |
chaconpiza | The change is ok, but only merged on master. We got the request to cherry picked to stable/branches. It makes sense. | 13:17 |
chaconpiza | Unfortunately now we have an issue in the build-monasca-docker-image Zuul Job | 13:17 |
chaconpiza | it should be fixed first, then rebase the cherry pick. | 13:18 |
chaconpiza | That leads to the next topic: | 13:18 |
chaconpiza | #topic Broken push images Zuul Job | 13:18 |
*** openstack changes topic to "Broken push images Zuul Job (Meeting topic: monasca)" | 13:18 | |
chaconpiza | Both build and push images jobs are broken since 3 days ago, here you can see it for Monasca-Notifiacion as an example: | 13:19 |
chaconpiza | https://zuul.opendev.org/t/openstack/builds?job_name=publish-monasca-notification-docker-image | 13:19 |
chaconpiza | on March 19th, 2021 all images were published successfully | 13:20 |
chaconpiza | This is now our 1st priority. adriancz and I are working on that ;-) | 13:20 |
chaconpiza | Any news adriancz? | 13:21 |
adriancz | no | 13:21 |
chaconpiza | Let's continue the investigation then | 13:21 |
adriancz | i think there is problem with monasca-common | 13:21 |
chaconpiza | Thanks for the efforts | 13:21 |
chaconpiza | Let's move to the next topic | 13:22 |
chaconpiza | #Release of openstack/monasca-grafana-datasource for ref refs/tags/1.3.0 failed | 13:22 |
chaconpiza | #topic Release of openstack/monasca-grafana-datasource for ref refs/tags/1.3.0 failed | 13:23 |
*** openstack changes topic to "Release of openstack/monasca-grafana-datasource for ref refs/tags/1.3.0 failed (Meeting topic: monasca)" | 13:23 | |
chaconpiza | A week ago I requested a new Release Tag for monasca-grafana-datasource | 13:23 |
chaconpiza | which syncs the Release Tag with the version on package.json | 13:24 |
chaconpiza | The change was accepted and merged. But the Post Zuul job that publish the new packages in npm.com didn't succeed. | 13:25 |
chaconpiza | As reported on this mail thread: http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021002.html | 13:26 |
chaconpiza | The problem was that the Zuul job wasn't updated to Nodejs 10 | 13:26 |
chaconpiza | fungi (Jeremy Stanley) sent the changes for fix the Zuul job: | 13:28 |
chaconpiza | https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/781825/1/zuul.d/project-templates.yaml | 13:28 |
chaconpiza | https://review.opendev.org/c/openstack/project-config/+/781826/1/zuul.d/projects.yaml | 13:28 |
chaconpiza | And reexecuted the job | 13:28 |
chaconpiza | So the new release is publish: https://www.npmjs.com/package/monasca-grafana-datasource | 13:29 |
chaconpiza | Alright, those are all topics from the agenda. | 13:30 |
chaconpiza | #topic AOB | 13:31 |
*** openstack changes topic to "AOB (Meeting topic: monasca)" | 13:31 | |
chaconpiza | Do you have any other to report/discuss? | 13:31 |
adriancz | i have nothing to report | 13:32 |
chaconpiza | Before to close the meeting, I want to thank piotrowskim (Michal Piotrowski) for his contributions on Monasca. And wish him the best in his new professional path. | 13:35 |
adriancz | Thanks Maichał for your contributions | 13:37 |
chaconpiza | Actually today we still cherry picking some of them :) | 13:38 |
chaconpiza | Alright, then let's close the meeting and focus on the broken build-image job. | 13:38 |
chaconpiza | Thanks | 13:38 |
chaconpiza | #endmeeting | 13:39 |
*** openstack changes topic to "Monasca Wallaby PTG Topics and Attendance (Meeting topic: monasca)" | 13:39 | |
openstack | Meeting ended Tue Mar 23 13:39:10 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:39 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2021/monasca.2021-03-23-13.00.html | 13:39 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2021/monasca.2021-03-23-13.00.txt | 13:39 |
adriancz | Thanks | 13:39 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2021/monasca.2021-03-23-13.00.log.html | 13:39 |
fungi | glad we were able to get to the bottom of the npm publishing job regressions | 13:55 |
fungi | bitrot is inevitable when a job gets run once or twice a year | 13:55 |
chaconpiza | right | 13:56 |
chaconpiza | It will fix as well other project wich uses nodejs 10, monasca-kibana-plugin | 13:56 |
chaconpiza | the latest Release Tag doesn't match the version in package.json | 13:56 |
chaconpiza | thanks! | 13:57 |
openstackgerrit | Merged openstack/monasca-statsd master: Add Python3 xena unit tests https://review.opendev.org/c/openstack/monasca-statsd/+/781358 | 14:15 |
openstackgerrit | Merged openstack/monasca-common master: Add Python3 xena unit tests https://review.opendev.org/c/openstack/monasca-common/+/781350 | 14:41 |
openstackgerrit | Merged openstack/python-monascaclient master: Update master for stable/wallaby https://review.opendev.org/c/openstack/python-monascaclient/+/781365 | 15:01 |
openstackgerrit | Merged openstack/python-monascaclient master: Add Python3 xena unit tests https://review.opendev.org/c/openstack/python-monascaclient/+/781367 | 15:02 |
*** Wasaac has quit IRC | 15:35 | |
*** Wasaac has joined #openstack-monasca | 15:36 | |
*** sethsimmons has quit IRC | 15:37 | |
*** irclogbot_3 has quit IRC | 15:37 | |
*** irclogbot_2 has joined #openstack-monasca | 15:39 | |
*** irclogbot_2 has quit IRC | 15:51 | |
*** irclogbot_0 has joined #openstack-monasca | 15:53 | |
*** sethsimmons has joined #openstack-monasca | 16:25 | |
*** mensis has quit IRC | 17:25 | |
*** vishalmanchanda has quit IRC | 18:17 | |
*** adriancz has quit IRC | 18:50 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-ui master: Remove prefix 'dim_' from dimensions in Drilldown Dashboard https://review.opendev.org/c/openstack/monasca-ui/+/782599 | 20:25 |
*** mensis has joined #openstack-monasca | 21:14 | |
chaconpiza | Hi mensis, related to the question on monasca-agent. May I ask you how are your deploying it? | 21:26 |
mensis | Oh hey! | 21:27 |
mensis | so I'm currently updating monasca-agent role for OSA | 21:27 |
mensis | actually I've already did it but sorry to not inform you guys, I was busy and couldnt look at the role for a while | 21:28 |
chaconpiza | cool, what was the problem? | 21:28 |
mensis | os-monasca role already finished for train and almost for ussuri version, fyi | 21:28 |
mensis | so I thought in monasca-agent role, why I'm not using monasca-setup to install and configure plugins rather than dropping already configured plugins | 21:29 |
mensis | and I was trying to install plugins with monasca-setup | 21:29 |
mensis | but I noticed that some plugins aren't provided by monasca-setup | 21:30 |
mensis | so I decided not to use monasca-setup and the question I asked before not important for now:) but thanks | 21:31 |
mensis | I'm actually facing another issue with monasca-agent rn | 21:32 |
mensis | when I install monasca-agent and start systemd services (either with the os-monasca-agent role I wrote or with monasca-reconfigure script), I get this error from monasca-forwarder http://paste.openstack.org/show/803836/ | 21:33 |
mensis | I already checked the '17123' port with lsof and netstat and nothing is using it | 21:33 |
mensis | and I also tried another port by providing 'listen_port' config to agent.yaml but still I'm getting the same | 21:34 |
chaconpiza | could it be the user? | 21:36 |
chaconpiza | that doesn't have permissions on that port or something like that? | 21:36 |
mensis | hmm but I'm doing the same thing on two different hosts | 21:37 |
mensis | one of them works, the other does not | 21:37 |
chaconpiza | I see... | 21:38 |
mensis | and even providing forwarder_url, listen_port change nothing | 21:39 |
mensis | btw, isnt port '17123' usable for any user (if not any restriction provided)? | 21:42 |
chaconpiza | not sure. | 21:42 |
chaconpiza | We had an issue with the users but it was related to the collector | 21:42 |
mensis | I see.. anyways, I'll try on one of our infra nodes | 21:52 |
openstackgerrit | Merged openstack/monasca-ui master: Remove prefix 'dim_' from dimensions in Drilldown Dashboard https://review.opendev.org/c/openstack/monasca-ui/+/782599 | 21:56 |
mensis | oh wow, it works lol | 21:56 |
mensis | I dont understand why it didnt work on other two computes that I tried, it might be the previous installations of monasca-agent | 21:57 |
chaconpiza | :) | 22:14 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!