15:00:33 #startmeeting openstack_ansible_meeting 15:00:34 Meeting started Tue May 4 15:00:33 2021 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:35 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:37 The meeting name has been set to 'openstack_ansible_meeting' 15:00:44 #topic rollcall 15:01:10 o/ 15:01:20 o/ hello 15:05:25 #topic office hours 15:05:39 I don't think there were new bugs for the previous weeks? 15:05:57 there was the issue with glance/uwsgi 15:06:09 which is a bug against glance really but the deployment was OSA 15:06:30 ah, yeah, I read and the bug was actually in glance thread. 15:06:40 i was wondering if this only showed up when the ceph speed is slower that the upload 15:06:41 which suggested to switch haproxy to tcp mode? 15:07:01 I was atually suspecting smth like that 15:07:19 as never saw this happening 15:07:22 i never see this, but then have got glance on nvme pool, so it's going to be quick 15:07:38 well, we have on hdd 15:07:55 and still looks okeyish 15:08:03 hrrm it's kind of wierd, or else accidental ceph-over-1G-interface somewhere 15:08:34 * jrosser looks at br-mgmt in the standard stup 15:08:36 *setup 15:09:56 also there was a recent update for https://bugs.launchpad.net/openstack-ansible/+bug/1877421 15:09:56 Launchpad bug 1877421 in openstack-ansible "Cinder-volume is not able to recognize a ceph cluster on OpenStack Train." [Undecided,Confirmed] 15:09:56 Merged openstack/openstack-ansible master: Add centos-8 stream jobs https://review.opendev.org/c/openstack/openstack-ansible/+/776226 15:10:11 oh, centos stream jobs merged - nice! 15:12:20 huh interesting 15:12:33 there was definatly something odd when the backend was called rbd 15:12:59 but this still works in some scenarios... 15:13:06 We still supporting Train? I can't keep up!! 15:13:34 um, I think there're 10 days left until Train goes to EM 15:13:49 iirc ML from release team? 15:14:25 relatedly there was stuff on the ML about deleting foo-eol branches 15:14:32 which we dont currently have any of 15:14:43 yep, and they talked about ocata atm 15:15:02 so ocata will be just dropped as far as I got it 15:15:27 btw, it's really smth I wanted to discuss as well - if we want to drop more branches then just ocata? 15:15:34 Ok so we're in the grey area if someone wants to look at that new bug 15:15:58 well, we still can backport even to EM 15:16:09 it's more about that we don't have to :) 15:16:56 in EM we don't push new tags, and we remove bumps to SHAs, just switching to the stable/train all roles and services 15:17:22 noonedeadpunk: I think it comes down to what the team can effectively support. Better to support fewer well then more badly 15:17:52 yeah, agree. But I'm not sure that this bug doesn't affect deployments after train 15:18:25 https://bugs.launchpad.net/openstack-ansible/+bug/1877421/comments/1 15:18:25 Launchpad bug 1877421 in openstack-ansible "Cinder-volume is not able to recognize a ceph cluster on OpenStack Train." [Undecided,Confirmed] 15:18:41 noonedeadpunk: Very true on that. was thinking more the comment on whether we should drop more then Ocata 15:19:14 ah, gotcha:) 15:19:45 Yeah looks like we should look into that 15:19:53 yeah, I think we should not really support everything that in EM. It's probably metter of if we should remain branches to allow ppl to reffer the code they might be still running 15:20:57 As I wouldn't expect that all deployments are U now... But we probably can do clean up of branches until R? 15:21:39 Looks like there's a fix for it already in the that 421 bug 15:22:14 um, yeah... but... not smth I'd want to playbook 15:22:37 So we could doc it 15:22:41 but that actually points to misconfigured active/active cluster I think? 15:22:56 R is a good place to still have around, it's the xenial->bionic transition and also the last place where repo_build is a thing 15:23:37 yep, was talking up to R, excluding R (so leave R, drop Q,P,O?) 15:24:12 or actually, we can do nothing, and just have as much as we can, and follow releases team in that 15:24:32 they drop O and I'm fine with that actually 15:25:02 please keep R for a while .. :S 15:25:41 Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add OS compatability matrix https://review.opendev.org/c/openstack/openstack-ansible/+/789376 15:26:00 which openstack release does drop the py2 support ? 15:26:18 that depends if you're on centos or not 15:26:37 T for ubuntu, U for Centos ? 15:26:46 something like that, yes 15:26:59 btw, regarding that, I've created OS compatability page https://review.opendev.org/c/openstack/openstack-ansible/+/789376 15:27:07 which didn't render properly :( 15:28:18 noonedeadpunk: You want me to fix grammary things? 15:28:44 yes, please :) 15:28:56 sorry for that :) 15:29:08 That's my job:) 15:29:34 I'm sooooooo bad in writing docs :( 15:30:55 ok, so regarding dropping branches - I guess let's not hurry then, and just follow the general policy of EOLing them 15:31:15 Just ping! I don't mind fixing though sometimes they're already merged when I wake up:) 15:31:50 sure, gotcha! 15:32:20 ok, another thing - https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/777607 - I kind of struggle to find nice solution here 15:33:00 which will suite both metal and lxc. Probably, adding mysqlclient installation separately of the venv build might work... 15:33:11 But still, we need some repos to be added 15:33:18 (at least for centos) 15:33:46 or play with package name depending on is_metal condition 15:34:01 which would be really weird assumption... 15:34:27 so adjutant somehow requires the mysql-dev C library directly? 15:34:41 Amy Marrich proposed openstack/openstack-ansible master: [doc] Add OS compatability matrix https://review.opendev.org/c/openstack/openstack-ansible/+/789376 15:35:22 it requires mysqlclient library, which requyires mysql-dev for it's operation, since it's just kind of lightweight proxy for python 15:35:54 and IIRC it won't be even built without mysql-dev being present on the host 15:36:08 s/built/installed/ 15:36:32 we don't have issues with other services as they use PyMySQL instead 15:36:37 background is it's using django and pymysql is not officially supported there, so dev does not want to use pymysql for now, but he would look into it 15:37:19 calling the whole galera-client role just for that is really not great 15:37:50 Yep.... 15:39:26 but actually that's a solution as well I think 15:39:42 in fact even galera_client_main.yml looks like it installs *way* too much stuff? 15:40:33 I'm actually not sure it installs dev? 15:40:36 oh no it's fine actually 15:40:53 well, perhaps we can add an extra tasks file for installing just the repo and the -dev parts 15:41:38 You mean in galera role or adjutant? 15:41:39 that would be a small patch to define a new var for this https://github.com/openstack/openstack-ansible-galera_server/blob/master/tasks/galera_client_main.yml#L18 15:41:46 galera role 15:41:58 then we could re-use that to setup the repo and install the -dev stuff 15:42:10 in both the repo server and the adjutant install 15:42:38 oh, well... we can actually add when: galera_packages_list is not defined 15:42:48 and pass galera_packages_list from adjutant role? 15:43:31 would the set_fact take precedence? 15:43:33 (as passing galera_client_distro_packages won't work I think) 15:43:49 but if we won't do set_fact when variable is defined 15:43:56 then it won't) 15:44:03 oh i see, sure yes 15:44:34 I kind of like the idea 15:44:55 still pretty nasty, but well... 15:45:17 it could be even worse 15:45:54 alternatively we make a galera_lib_main.yml / galera_dev_main.yml or something 15:45:55 oh, and I also pretty strugle with passing tempest for manila on centos... It's failing on connecting instance via SSH... 15:46:10 well, yes, we can do that 15:46:47 we just want to avoid dragging into loads of deps of the -dev packages wherever adjutant is installed 15:47:09 i'm assuming some wheel needs to be built on the repo server then installed on the adjutant container 15:47:35 so -dev stuff on the repo server and just the libs on the adjutant end to be tidiest 15:47:48 Since mysqlclient is not in requirements anymore - we can install it afterwards jsut inside already built venv 15:48:15 that means no wheels for this lib, but meh 15:48:52 iirc - it requires dev both during building wheels and normal operation of the library 15:49:32 So I was thnking about just adding pip task to install this single pacjkage outside of the python_venv_build 15:49:56 and then we need mysql-dev only for adjutant containers and not on repo 15:50:01 trying to see if I can't get the matrix to line up so ping if needed:) 15:51:04 oh, looks like it's working now ! https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_687/789376/3/check/openstack-tox-docs/6878899/docs/admin/upgrades/compatability-matrix.html 15:52:07 noonedeadpunk: that does sound simpler, so adding a galera_dev_main.yml to galera_server would work nicely for that 15:54:03 I'm not quite sure I got the whole idea with galera_dev_main.yml Should we also care about repository adding there like we do for https://opendev.org/openstack/openstack-ansible-galera_server/src/branch/master/tasks/galera_install_apt.yml ? 15:54:33 oh, we can probably use same include there 15:54:37 agree 15:55:18 ok, I see now, let's do galera_dev_main.yml ideed 15:55:31 and use smth like tasks_from 15:56:31 and probably add there as well along with `galera_install_devel`? https://opendev.org/openstack/openstack-ansible-galera_server/src/branch/master/tasks/main.yml#L31 15:57:15 Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_manila master: [goal] Deprecate the JSON formatted policy file https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/782244 15:58:08 Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add OS compatability matrix https://review.opendev.org/c/openstack/openstack-ansible/+/789376 15:58:13 it's a bit of a corner case really knowig if we should include the devel files anywhere else 15:58:18 Ok this matrix is frustrating!It's like we need a blank column in between the OSes! 15:58:53 or btw releases as well? 15:59:19 Let me see whhat you just patched, I was working on the older version and getting frustrated 15:59:33 nah, it's the same in terms of the output 16:00:19 yeah, I don't really like the way of it being rendered as well actually... It's more like a POC for discussion now I think 16:00:45 Bah, So we need the checks and xs centerred under the row above and to move Debian and Suse over a littl so not to be squished next to stream I think 16:01:23 um 16:01:36 I just can't get it to do it and I'd be worried that Atom might be changing the checks and Xs to patchh it up even if I got it to look right 16:02:05 So the chheck under 16.04 should be centered 16:02:09 for example 16:02:54 do you see it the same way? https://ibb.co/WpT3qPc 16:09:57 #endmeeting