*** tosky has quit IRC | 00:54 | |
*** openstackgerrit has quit IRC | 00:58 | |
*** k_mouza has joined #openstack-monasca | 01:27 | |
*** k_mouza has quit IRC | 01:32 | |
*** k_mouza has joined #openstack-monasca | 02:32 | |
*** k_mouza has quit IRC | 02:37 | |
*** k_mouza has joined #openstack-monasca | 03:27 | |
*** k_mouza has quit IRC | 03:32 | |
*** k_mouza has joined #openstack-monasca | 04:22 | |
*** k_mouza has quit IRC | 04:27 | |
*** k_mouza has joined #openstack-monasca | 04:54 | |
*** k_mouza has quit IRC | 04:59 | |
*** k_mouza has joined #openstack-monasca | 05:58 | |
*** k_mouza has quit IRC | 06:02 | |
*** elod_pto has joined #openstack-monasca | 06:31 | |
*** elod_pto has quit IRC | 06:38 | |
*** elod_pto has joined #openstack-monasca | 06:45 | |
*** vishalmanchanda has joined #openstack-monasca | 07:19 | |
*** nikparasyr has joined #openstack-monasca | 07:26 | |
*** witek has joined #openstack-monasca | 08:34 | |
*** dougsz has joined #openstack-monasca | 09:00 | |
*** adriancz has joined #openstack-monasca | 09:13 | |
*** bandorf has joined #openstack-monasca | 11:00 | |
*** k_mouza has joined #openstack-monasca | 11:37 | |
*** bandorf has quit IRC | 12:50 | |
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:52 |
---|---|---|
chaconpiza | #startmeeting monasca | 13:00 |
openstack | Meeting started Tue Dec 8 13:00:05 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 | Hi | 13:00 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:00 |
witek | hi | 13:01 |
chaconpiza | Hi Witek | 13:01 |
chaconpiza | let's start with good news | 13:01 |
chaconpiza | #topic Broken monasca-tempest-python3-influxdb Zuul Job | 13:01 |
*** openstack changes topic to "Broken monasca-tempest-python3-influxdb Zuul Job (Meeting topic: monasca)" | 13:01 | |
*** bandorf has joined #openstack-monasca | 13:02 | |
chaconpiza | The change that allows to use the new influxdb python plugin was merged, then monasca-tempest-python3-influxdb Zuul job works again | 13:03 |
witek | good job chaconpiza | 13:03 |
chaconpiza | it was a blocker, thanks for the reviews | 13:03 |
chaconpiza | next #topic Fix Zuul Publish Job | 13:03 |
chaconpiza | #topic Fix Zuul Publish Job | 13:04 |
*** openstack changes topic to "Fix Zuul Publish Job (Meeting topic: monasca)" | 13:04 | |
chaconpiza | monasca-tempest-plugin-docker-image is published each day in docker hub | 13:05 |
chaconpiza | https://zuul.opendev.org/t/openstack/builds?job_name=publish-monasca-tempest-plugin-docker-image | 13:05 |
chaconpiza | at the end it was not a problem with the encripted user and password, but just a small mistake in the variable names | 13:05 |
chaconpiza | #topic Remove Six library from Monasca modules | 13:06 |
*** openstack changes topic to "Remove Six library from Monasca modules (Meeting topic: monasca)" | 13:06 | |
chaconpiza | Zihao, Likui, Adrian worked on this topic | 13:07 |
chaconpiza | monasca-api is on progress, the rest of changes are merged | 13:08 |
chaconpiza | Zihao and Likui sent partial changes, I am gathering them into a single change. | 13:08 |
chaconpiza | Now I had an issue executing tox for monasca-api py38. In my VM it fails because of a missing configuration parameter: 'user' https://github.com/openstack/monasca-api/blob/master/monasca_api/conf/influxdb.py#L35 | 13:10 |
chaconpiza | Since there is not 'default' it is needed to have it in the configuration, otherwise oslo.config will raise an exception | 13:11 |
*** piotrowskim has joined #openstack-monasca | 13:11 | |
chaconpiza | In the tests, we use a fixture that adds this parameter https://github.com/openstack/monasca-api/blob/master/monasca_api/tests/base.py#L62 | 13:11 |
chaconpiza | But still, I am not sure why in my vm is not loading this value. In Zuul vm it is working well. | 13:12 |
chaconpiza | I saw differeces between my vm and Zuul's vm, I am using py3.8.5 and zuul 3.8.2 Maybe this problem is there. | 13:12 |
dougsz | Hmm, strange | 13:13 |
chaconpiza | Besides of that I don't see any blocker to finish with this task | 13:13 |
chaconpiza | Hi Doug | 13:13 |
dougsz | hey | 13:14 |
witek | in persister we set the default value | 13:15 |
witek | https://opendev.org/openstack/monasca-persister/src/branch/master/monasca_persister/conf/influxdb.py#L41 | 13:15 |
dougsz | I forget whether user/password for influx is an enterprise thing, we certainly have never used it | 13:15 |
chaconpiza | I see, then we could set in monasca-api the same default like in persister. Anyways I will check why it is not being load into the fixture for the test | 13:17 |
dougsz | Seems sensible, was just checking to see if sample_default is still supported | 13:18 |
chaconpiza | I found https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L487 | 13:19 |
chaconpiza | This parameter will set a default value in the sample file | 13:19 |
chaconpiza | Ok, I will continue solving this issue in my vm. It is not a blocker. | 13:22 |
dougsz | cool, thanks! | 13:22 |
chaconpiza | One more change that still on the reviews: https://review.opendev.org/c/openstack/monasca-api/+/760981/2/devstack/settings | 13:22 |
chaconpiza | The idea is to have Devstack with (almost) all microservices running Victoria code | 13:23 |
chaconpiza | Monasca-Kibana-Plugin and Grafana-Monasca-Datasource are exceptions, of course. | 13:23 |
chaconpiza | The failure is in the log-pipeline, the metric-pipeline works well. | 13:24 |
chaconpiza | #topic AOB | 13:25 |
*** openstack changes topic to "AOB (Meeting topic: monasca)" | 13:25 | |
chaconpiza | Do you have any other topic for today? | 13:26 |
witek | nothing from me | 13:26 |
bandorf | Not from me | 13:26 |
dougsz | nor me | 13:26 |
chaconpiza | Alright, then let's stay on contact and see you next week. | 13:27 |
chaconpiza | Bye | 13:27 |
bandorf | Thanks, bye everybody | 13:27 |
witek | thanks, bye | 13:27 |
dougsz | Thanks chaconpiza, bye | 13:27 |
chaconpiza | #endmeeting | 13:27 |
*** openstack changes topic to "Monasca Wallaby PTG Topics and Attendance (Meeting topic: monasca)" | 13:27 | |
openstack | Meeting ended Tue Dec 8 13:27:42 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:27 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-08-13.00.html | 13:27 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-08-13.00.txt | 13:27 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-08-13.00.log.html | 13:27 |
*** tosky has joined #openstack-monasca | 13:44 | |
*** bandorf has quit IRC | 13:49 | |
*** tosky has quit IRC | 15:45 | |
*** nikparasyr has left #openstack-monasca | 15:53 | |
*** adriancz has quit IRC | 16:43 | |
*** tosky has joined #openstack-monasca | 17:26 | |
*** dougsz has quit IRC | 17:33 | |
*** k_mouza has quit IRC | 17:36 | |
*** witek has quit IRC | 18:02 | |
*** piotrowskim has quit IRC | 18:44 | |
*** dougsz has joined #openstack-monasca | 20:19 | |
*** dougsz has quit IRC | 20:28 | |
*** chaconpiza has quit IRC | 21:26 | |
*** k_mouza has joined #openstack-monasca | 21:36 | |
*** k_mouza has quit IRC | 21:41 | |
*** openstackgerrit has joined #openstack-monasca | 22:37 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-api master: Remove six https://review.opendev.org/c/openstack/monasca-api/+/753274 | 22:37 |
*** chaconpiza has joined #openstack-monasca | 22:37 | |
*** vishalmanchanda has quit IRC | 23:05 | |
*** k_mouza has joined #openstack-monasca | 23:37 | |
*** k_mouza has quit IRC | 23:41 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!