13:00:05 <chaconpiza> #startmeeting monasca
13:00:06 <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:07 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
13:00:09 <openstack> The meeting name has been set to 'monasca'
13:00:20 <chaconpiza> Hi
13:00:53 <chaconpiza> The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda
13:01:02 <witek> hi
13:01:28 <chaconpiza> Hi Witek
13:01:34 <chaconpiza> let's start with good news
13:01:52 <chaconpiza> #topic Broken monasca-tempest-python3-influxdb Zuul Job
13:03:05 <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:18 <witek> good job chaconpiza
13:03:24 <chaconpiza> it was a blocker, thanks for the reviews
13:03:57 <chaconpiza> next #topic Fix Zuul Publish Job
13:04:09 <chaconpiza> #topic Fix Zuul Publish Job
13:05:09 <chaconpiza> monasca-tempest-plugin-docker-image is published each day in docker hub
13:05:11 <chaconpiza> https://zuul.opendev.org/t/openstack/builds?job_name=publish-monasca-tempest-plugin-docker-image
13:05:55 <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:06:30 <chaconpiza> #topic Remove Six library from Monasca modules
13:07:20 <chaconpiza> Zihao, Likui, Adrian worked on this topic
13:08:03 <chaconpiza> monasca-api is on progress, the rest of changes are merged
13:08:35 <chaconpiza> Zihao and Likui sent partial changes, I am gathering them into a single change.
13:10:15 <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:11:07 <chaconpiza> Since there is not 'default' it is needed to have it in the configuration, otherwise oslo.config will raise an exception
13:11:33 <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:12:03 <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:47 <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:13:12 <dougsz> Hmm,  strange
13:13:17 <chaconpiza> Besides of that I don't see any blocker to finish with this task
13:13:22 <chaconpiza> Hi Doug
13:14:02 <dougsz> hey
13:15:18 <witek> in persister we set the default value
13:15:18 <witek> https://opendev.org/openstack/monasca-persister/src/branch/master/monasca_persister/conf/influxdb.py#L41
13:15:22 <dougsz> I forget whether user/password for influx is an enterprise thing, we certainly have never used it
13:17:35 <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:18:14 <dougsz> Seems sensible, was just checking to see if sample_default is still supported
13:19:02 <chaconpiza> I found https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L487
13:19:36 <chaconpiza> This parameter will set a default value in the sample file
13:22:09 <chaconpiza> Ok, I will continue solving this issue in my vm. It is not a blocker.
13:22:22 <dougsz> cool, thanks!
13:22:45 <chaconpiza> One more change that still on the reviews: https://review.opendev.org/c/openstack/monasca-api/+/760981/2/devstack/settings
13:23:24 <chaconpiza> The idea is to have Devstack with (almost) all microservices running Victoria code
13:23:49 <chaconpiza> Monasca-Kibana-Plugin and Grafana-Monasca-Datasource are exceptions, of course.
13:24:18 <chaconpiza> The failure is in the log-pipeline, the metric-pipeline works well.
13:25:34 <chaconpiza> #topic AOB
13:26:15 <chaconpiza> Do you have any other topic for today?
13:26:29 <witek> nothing from me
13:26:29 <bandorf> Not from me
13:26:35 <dougsz> nor me
13:27:11 <chaconpiza> Alright, then let's stay on contact and see you next week.
13:27:19 <chaconpiza> Bye
13:27:25 <bandorf> Thanks, bye everybody
13:27:30 <witek> thanks, bye
13:27:30 <dougsz> Thanks chaconpiza, bye
13:27:42 <chaconpiza> #endmeeting