*** tosky has quit IRC | 00:10 | |
*** k_mouza has joined #openstack-monasca | 01:00 | |
*** k_mouza has quit IRC | 01:04 | |
*** k_mouza has joined #openstack-monasca | 02:38 | |
*** k_mouza has quit IRC | 02:42 | |
*** k_mouza has joined #openstack-monasca | 04:46 | |
*** k_mouza has quit IRC | 04:51 | |
*** vishalmanchanda has joined #openstack-monasca | 05:04 | |
*** witek has joined #openstack-monasca | 07:47 | |
*** tosky has joined #openstack-monasca | 08:41 | |
*** nikparasyr has joined #openstack-monasca | 08:52 | |
*** dougsz has joined #openstack-monasca | 08:53 | |
*** openstackgerrit has joined #openstack-monasca | 09:51 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-notification master: [WIP] Align lower-constraints for new pip https://review.opendev.org/c/openstack/monasca-notification/+/767109 | 09:51 |
---|---|---|
*** k_mouza has joined #openstack-monasca | 09:59 | |
*** piotrowskim has joined #openstack-monasca | 10:14 | |
*** vishalmanchanda has quit IRC | 10:22 | |
*** vishalmanchanda has joined #openstack-monasca | 10:30 | |
*** adriancz has joined #openstack-monasca | 12:34 | |
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:50 |
chaconpiza | #startmeeting monasca | 13:00 |
openstack | Meeting started Tue Dec 15 13:00:47 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:01 |
piotrowskim | hi | 13:01 |
adriancz | Hi | 13:01 |
chaconpiza | Hi Michal | 13:01 |
chaconpiza | Hi Adrian | 13:01 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:01 |
chaconpiza | Before to start I would like to propose to cancel the meetings from December 22th and December 29th because of holiday leave. | 13:03 |
chaconpiza | Then, the next Monasca meeting would be on January 5th | 13:04 |
chaconpiza | If you are agreed I will write it in the agenda. | 13:04 |
adriancz | sounds good to me | 13:04 |
piotrowskim | +1 | 13:05 |
chaconpiza | Ok, let's start with the topics | 13:05 |
chaconpiza | #topic New pip version is more strict | 13:05 |
*** openstack changes topic to "New pip version is more strict (Meeting topic: monasca)" | 13:05 | |
chaconpiza | Recently the version of pip was upgraded and this new version doesn't allow discrepancies between the dependencies | 13:06 |
chaconpiza | http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019285.html | 13:06 |
chaconpiza | It impacts not only Monasca repositories but all OpenStack repositories with python | 13:07 |
chaconpiza | For the update I am using the topic "update-lower-constraints" because is where mainly it is failing. | 13:08 |
chaconpiza | https://review.opendev.org/q/(projects:openstack/monasca+OR+project:openstack/python-monascaclient)+AND+topic:%2509+update-lower-constraints | 13:08 |
chaconpiza | Right now I am updating monasca-notification repository | 13:09 |
chaconpiza | monasca-api and monasca-ui are already updated. | 13:09 |
chaconpiza | Would you like to divide and help to finish with this topic? | 13:10 |
chaconpiza | monasca-persister, monasca-agent, etc. should be updated | 13:10 |
piotrowskim | i can help if you want, we can divide | 13:11 |
chaconpiza | Great, Michal would you like to take for example monasca-persister | 13:12 |
chaconpiza | you just need to clone it, and then execute tox -elower-constraints | 13:12 |
piotrowskim | yes, anything you want | 13:12 |
chaconpiza | you can execute "tox" it will execute other tests | 13:13 |
chaconpiza | Adrian, would you like to check whether Monasca-common needs and update? | 13:13 |
piotrowskim | ok | 13:13 |
adriancz | I can check monasca-common | 13:14 |
chaconpiza | thanks | 13:14 |
chaconpiza | lets jump into the second topic | 13:15 |
chaconpiza | #topic Monasca-API py38 tests concurrency issues | 13:15 |
*** openstack changes topic to "Monasca-API py38 tests concurrency issues (Meeting topic: monasca)" | 13:15 | |
chaconpiza | It was only discussed internally in Fj. | 13:15 |
chaconpiza | Last week I reported that I had problems with the execution of Monasca-API py38 tests | 13:16 |
chaconpiza | it failed because of a missing required parameter in the config, from influxdb the parameter name | 13:17 |
chaconpiza | nevertheless, this parameter is loaded from the fixtures. | 13:17 |
chaconpiza | The reason is that the set of "policy" test should be executed by an independant worker | 13:18 |
chaconpiza | My Virtual Machine had only 2 cores, then those tests where executed together with other tests and failed | 13:19 |
chaconpiza | In Zuul VM we have more cores, so the 22 policy tests can be executed alone. | 13:20 |
chaconpiza | I could not find the way to set the amount of workers using "tox" | 13:20 |
chaconpiza | Tox calls "stestr" where is possible to pass the argument --concurrency | 13:21 |
chaconpiza | without that argument stestr will launch so many workers as cores | 13:22 |
chaconpiza | #mistery solved | 13:22 |
chaconpiza | #topic AOB | 13:23 |
*** openstack changes topic to "AOB (Meeting topic: monasca)" | 13:23 | |
chaconpiza | Do you have any other point to discuss today? | 13:24 |
piotrowskim | not from my side | 13:25 |
adriancz | also nothing from my side | 13:27 |
chaconpiza | Ok, then let's close the meeting and see you here on January 5th 🎄 | 13:27 |
chaconpiza | Thanks for the attendance, bye. | 13:27 |
piotrowskim | thanks, bye | 13:27 |
adriancz | thanks and bye | 13:27 |
chaconpiza | #endmeeting | 13:28 |
*** openstack changes topic to "Monasca Wallaby PTG Topics and Attendance (Meeting topic: monasca)" | 13:28 | |
openstack | Meeting ended Tue Dec 15 13:28:06 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:28 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-15-13.00.html | 13:28 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-15-13.00.txt | 13:28 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-15-13.00.log.html | 13:28 |
*** vishalmanchanda has quit IRC | 13:52 | |
openstackgerrit | Michał Piotrowski proposed openstack/monasca-persister master: Align lower-constraints for new pip https://review.opendev.org/c/openstack/monasca-persister/+/767156 | 14:00 |
*** k_mouza has quit IRC | 15:38 | |
*** k_mouza has joined #openstack-monasca | 15:39 | |
*** chaconpiza has quit IRC | 15:43 | |
*** chaconpiza has joined #openstack-monasca | 15:43 | |
*** nikparasyr has left #openstack-monasca | 16:14 | |
*** dougsz has quit IRC | 16:23 | |
*** dougsz has joined #openstack-monasca | 16:39 | |
*** k_mouza has quit IRC | 16:47 | |
*** piotrowskim has quit IRC | 17:02 | |
*** witek has quit IRC | 17:07 | |
*** k_mouza has joined #openstack-monasca | 17:19 | |
*** k_mouza has quit IRC | 17:24 | |
*** dougsz has quit IRC | 17:32 | |
*** witek has joined #openstack-monasca | 18:00 | |
*** k_mouza has joined #openstack-monasca | 18:43 | |
*** k_mouza has quit IRC | 18:52 | |
*** witek has quit IRC | 18:56 | |
*** adriancz has quit IRC | 20:43 | |
*** jawad_axd has quit IRC | 20:59 | |
*** k_mouza has joined #openstack-monasca | 21:31 | |
*** k_mouza has quit IRC | 21:35 | |
*** trident has quit IRC | 21:56 | |
*** trident has joined #openstack-monasca | 22:00 | |
*** k_mouza has joined #openstack-monasca | 23:31 | |
*** k_mouza has quit IRC | 23:36 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!