16:01:23 #startmeeting openstack_ansible_meeting 16:01:24 Meeting started Tue May 19 16:01:23 2020 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:01:25 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:01:27 The meeting name has been set to 'openstack_ansible_meeting' 16:01:30 #topic office hours 16:03:06 So I think we didn't have really big progress and stuff really goes pretty tough 16:03:32 But still I've jsut placed patches to make us able to finally create ussuri branch 16:03:44 I think we will need to backport things 16:04:12 ANother change I did for that branching patch was usage of ceph octopus 16:04:32 And it obviously failed on it despite using ceph-ansible-5.0 16:04:58 I think I'm not going to take a much time on it (will just spawn a vm to see if there's smth easy to fix) 16:05:27 and if it's smth tough - will branch with nautilus... 16:05:40 and maybe bzckport octopus until final release 16:07:39 Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: [WIP] combine galera client role into galera_server https://review.opendev.org/725903 16:07:43 I have a feeling that issue here might be not in osa, but dunno 16:08:07 i can maybe take a look too tomorrow if needed 16:08:31 i got the galera client functional test to pass locally, just silly mistakes to fix 16:10:56 feel like i have made lots of progress in the last week - many many small bugs fixed 16:11:12 we need to finish fixing manila, magnum and neutron roles 16:12:05 i think that there is something interesting happens with the proposal bot patches, because it highlights the broken roles and gives a point to work off to get them fixed 16:12:28 the wierd thing is that is what the periodic jobs are supposed to do but somehow those are invisible 16:14:03 noonedeadpunk: can you take a look at this https://review.opendev.org/#/c/728997/ 16:14:37 thats needed for this one https://review.opendev.org/#/c/728945/ 16:15:15 oh, yes, you really did a lot of things fixed. I was talking about myself but used wrong word 16:15:56 magnum i do wonder if just making the centos distro job NV is the right thing to do 16:16:09 yeah, maybe... 16:16:16 we cant control what is in the magnum tempest plugin rpm 16:16:47 did you need the facts gathering patch to merge for manila? 16:17:06 Like I was thinking about fixing it but agree that just disabling it is the way wise 16:17:42 jrosser: not really. Was just testing that it do not break as I was changing ceph-nfs related vat 16:17:44 *var 16:17:52 which is used only by manila 16:17:55 ah ok 16:19:24 on ARA i was wondering if the find command is breaking https://review.opendev.org/#/c/728259/ 16:19:56 https://review.opendev.org/#/c/728259/14/test-log-collect.sh 16:20:26 if the find command in the centos 7 condition returns /usr/bin/ara-manage rather than /usr/bin/ara 16:21:42 oh dear 16:22:34 i'm not sure quite what kind of match that is with find 16:23:06 it is ara-mange for sure 16:23:17 https://zuul.opendev.org/t/openstack/build/834b08a1bb7a45c5bb92d75f552bb543/log/job-output.txt#2457 16:25:59 like ubuntu seems to have newer find 16:26:13 oh well thats centos 8 16:26:16 that has different behaviour 16:26:37 hmm 16:27:12 oh, yes. for centos-7 it's sqlite file 16:27:13 sorry 16:28:04 but it also ara-manage lol https://zuul.opendev.org/t/openstack/build/1084970ee1a848aa8a75bb264d901a26/log/job-output.txt#5280 16:28:19 but even centos-8 is breaking wierdly 16:28:38 /o\ wtf is going on :) 16:30:13 Merged openstack/ansible-role-systemd_networkd master: Do not rebuild initramfs for containers https://review.opendev.org/728995 16:32:23 Jonathan Rosser proposed openstack/ansible-role-uwsgi master: Do not use bare variables in ansible conditionals https://review.opendev.org/727258 16:36:33 Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: [WIP] combine galera client role into galera_server https://review.opendev.org/725903 16:37:19 noonedeadpunk: also neutron is broken because of OVN https://review.opendev.org/#/c/728804/ 16:38:30 i fixed some of it but there is a big disaster with the neutron-manage db expand https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_8db/728804/1/check/openstack-ansible-ovn-ubuntu-bionic/8dbb66a/logs/ara-report/result/ce33bc4e-38b9-440f-a572-f8461ea3fe49/ 16:39:28 jrosser: I think it's because ovn is now part of neutron 16:39:40 https://opendev.org/openstack/networking-ovn 16:39:48 So we should jsut drop isntalling it 16:40:03 oh yes i fix that here https://review.opendev.org/#/c/728804/ 16:40:14 but the deployment of OVN is not working 16:40:55 and for neutron<>db reasons i think rather than our deployment being bad 16:41:24 i was hoping jamesdenton might have some insights there 16:46:16 this is the next octopus ceph error https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1876325 16:46:16 Launchpad bug 1876325 in ceph (Ubuntu) "ceph-mgr-dashboard: missing dependency on python3-yaml" [Undecided,New] 16:47:35 noonedeadpunk: did you want to merge anything for centos 8 - reduce the dependancies? 16:48:17 I think we should start at least to see what is fixed and what not 16:48:29 As everything is so dependent 16:49:23 btw, my local deployment of ceph passed 16:49:34 I mean it passed ceph-ansible 16:49:40 ok so probably no.1 fix of centos-8 today is sorting our ARA 16:50:03 becasue everything that uses the tests repo is br0k for centos8 because of that, so we can't test the low level things at all 16:50:05 But I have python3-yaml isntalled 16:50:21 yeah, was pre-isntalled 16:52:09 I mean that integrated repo patch passed pretty far https://review.opendev.org/#/c/689629/ 16:52:28 Which kinda means that things on it's way have been really fixed 16:52:33 despite of failing ara 16:52:56 (at least hardening I guess) 16:53:27 hm, where to add python3-yaml for installation.... 17:03:02 Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-ceph_client master: Install octopus ceph client https://review.opendev.org/729329 17:05:27 Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: [WIP] combine galera client role into galera_server https://review.opendev.org/725903 17:10:01 Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ceph release to octopus https://review.opendev.org/729331 17:10:06 #endmeeting