13:07:33 <chaconpiza> #startmeeting monasca
13:07:33 <opendevmeet> Meeting started Tue Jun 15 13:07:33 2021 UTC and is due to finish in 60 minutes.  The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot.
13:07:33 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
13:07:33 <opendevmeet> The meeting name has been set to 'monasca'
13:07:40 <chaconpiza> Hi
13:09:18 <adriancz> hi
13:09:46 <chaconpiza> Sorry for being late, I had some technical issues
13:09:55 <adriancz> no problem : )
13:10:57 <chaconpiza> Let's start then
13:11:07 <chaconpiza> vmware: Use oslo.vmware's get_moref_value()
13:11:17 <chaconpiza> https://review.opendev.org/c/openstack/monasca-agent/+/788887
13:11:37 <chaconpiza> We got this update time ago
13:11:51 <chaconpiza> it updates the plugin for vmware
13:12:03 <chaconpiza> a similar one was sent to Ceilometer
13:12:08 <chaconpiza> https://review.opendev.org/c/openstack/ceilometer/+/788898
13:12:33 <chaconpiza> I saw that tempest test failed. I will recheck it again, but the change look ok to me.
13:13:13 <chaconpiza> - Other change related monasca-agent:
13:13:23 <chaconpiza> "Fix Monasca-Setup Keystone detection"
13:13:27 <chaconpiza> https://review.opendev.org/c/openstack/monasca-agent/+/796212
13:14:37 <chaconpiza> Keystone Detection was not working (at least on RHOSP16).
13:14:48 <chaconpiza> In RHOSP16.1 (TripleO based) the Keystone process name is `keystone`. In previous RHOSP10 the process name was `keystone-admin` and `keystone-main`.
13:15:26 <chaconpiza> I have merged it in master and cherry picked it to Wallaby, Vicotoria and Ussuri.
13:16:06 <chaconpiza> - One more change in Monasca-Agent:
13:16:28 <chaconpiza> "Fix PY3 Issue" https://review.opendev.org/c/openstack/monasca-agent/+/795809
13:17:32 <chaconpiza> The 3rd try checking the PID of MySQL service was not compatible with PY3.
13:18:06 <chaconpiza> For master and Wallaby I just added `.decode('utf-8')` to change the bytes into str
13:19:00 <chaconpiza> in branches Victoria and Wallaby besides of the `.decode('utf-8')` I kept the compatibility with PY2
13:19:18 <chaconpiza> since there we still using the `six` library
13:20:36 <chaconpiza> I need to mentioned that Cong Tran found previously this issue and proposed a fix.
13:20:42 <chaconpiza> https://storyboard.openstack.org/#!/task/40669
13:21:09 <chaconpiza> Author: Cong Tran <congtt2@vng.com.vn>
13:21:58 <chaconpiza> Next topic:
13:22:32 <chaconpiza> The build & push jobs are working again at least for branches master.
13:23:43 <chaconpiza> I consider that we can stop building everyday the Train images, and only keeping Ussuri, Victoria, Wallaby and Master
13:23:55 <chaconpiza> what do you thing adriancz?
13:24:08 <adriancz> I agree
13:24:19 <chaconpiza> alright
13:24:44 <adriancz> I think there is no need to build the train images everyday
13:25:00 <chaconpiza> ok
13:25:10 <chaconpiza> last #topic Travis-CI migration to .com because .org will shutdown on June 15th.
13:25:19 <chaconpiza> it is already migrated
13:25:35 <chaconpiza> (just on time, today was the last day)
13:26:02 <chaconpiza> I mean monasca/monasca-docker and Fujitsu/monasca-docker
13:27:37 <chaconpiza> Ok, those are all topics from my side
13:29:47 <adriancz> Thanks  Martin for this report
13:31:41 <chaconpiza> Alright if there isn't other topic lets close the meeting
13:31:50 <adriancz> Nothing from me
13:32:06 <chaconpiza> See you next week, thanks.
13:32:18 <chaconpiza> #endmeeting