Friday, 2021-08-06

ianwhi, could i get some eyes on https://review.opendev.org/c/openstack/openstack-ansible/+/803404 and 803405 to remove debian stable from openstack-ansible on train/stein00:31
ianwone complication is that the train gate seems to have issues with pep8 currently00:31
opendevreviewMerged openstack/openstack-ansible master: set non-voting for broken tox-doc test  https://review.opendev.org/c/openstack/openstack-ansible/+/80337101:18
*** rpittau|afk is now known as rpittau07:23
opendevreviewAndrew Bonney proposed openstack/openstack-ansible-rabbitmq_server master: Fix erlang upgrades for rabbitmq external_repo installs  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/80371108:55
opendevreviewAndrew Bonney proposed openstack/openstack-ansible master: haproxy: decrease check interval for letsencrypt back ends  https://review.opendev.org/c/openstack/openstack-ansible/+/80271609:14
*** rpittau is now known as rpittau|afk14:43
spatelanskiy hey! i am submitting patch to fix OVN for CentOS-8-Stream 14:51
spatelif you want to give it a try 14:52
spateljrosser how to break nested loop in CI job, because job A depend on B and B depend on A :(14:58
anskiyspatel: for ovn-central? Sure! I can test it on a weekend.14:58
spatelyes ovn-central bug.. i tested and it working for me14:59
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Change OVN metadata protocol to https  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80213515:15
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Set openvswitch version for centos 8.4  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80240215:19
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Set openvswitch version for centos 8.4  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80240215:24
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Add CentOS-8-Stream OVN support  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80379818:04
spatelanskiy try this patch and let me know if any issue with c8-stream - https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80379818:05
spatelI have tested for metal and it works. also going to try with lxc and see how it goes. 18:05
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Add CentOS-8-Stream OVN support  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80379818:07
*** odyssey4me is now known as Guest348919:03
jrosserspatel: to break a loop either set the job to NV, merge one then set it back to voting, merge the second - you should be able to stack all those patches up together19:15
jrosseralternatively combine some of the changes together19:15
jrosserif they are in the same repo19:15
spateljrosser hey!19:36
spatelThat is what i am thinking to create big patch for os-neutron19:37
jrossera list of them surrounded by NV is good though to preserve the intent/commit history19:38
spatelcould you bump this up because this one is causing more issue - https://review.opendev.org/c/openstack/openstack-ansible/+/80304119:39
spatelThis is easy and safe merge19:39
jrosserit’s my own patch :/19:40
jrosserneed to prod mgariepy / spotz_ for that I guess19:41
spatelOh! okay i thought you can vote on your patch :)19:42
jrossernope19:42
jrosserif it’s a backport then yes19:42
spatelok..19:44
spateljrosser how do i remove or set NV on centos-8.4 so this patch can get merge - openstack-ansible-deploy-aio_ovs_lxc-centos-8 19:45
spatelhttps://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80213419:45
spatelIt has 8.4 dependency and that is failing 19:46
spateljrosser can i remove or set non-voting of all centos-8 job? https://opendev.org/openstack/openstack-ansible/src/branch/master/zuul.d/project-templates.yaml19:47
spateloh wait i can set NV in os-neutron/zuul.d also right? or not19:48
jrosseryes, make a patch which does only that19:49
jrosserthen rebase the others onto the top of that19:49
jrosserthen make a revert of the NV patch which goes last19:49
spatelwhy don't i just set NV here https://review.opendev.org/plugins/gitiles/openstack/openstack-ansible-os_neutron/+/refs/heads/master/zuul.d/project.yaml19:49
jrosserI think that’s what you mean before?19:50
spatelcouple of job failing because of centos-8 OVN failing and i can't add them dependency (because of loop). If i set NV here then it should work right? https://review.opendev.org/plugins/gitiles/openstack/openstack-ansible-os_neutron/+/refs/heads/master/zuul.d/project.yaml19:51
spatelOVN/OVS*19:51
spatelAnyway we are going to remove centos-8 so trying to not do any work there19:52
jrosseryes make a patch in os_neutron which sets the failing job to NV19:53
jrosserRebase the rest onto it19:53
jrosserthen create a revert of the first one to put the jobs back to voting19:54
jrosseruse the rebase function in gerrit to stack them all up in order19:54
spateljrosser i did that here, remove all centos-8 and replace with stream - https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80270119:54
spatelits not going to merge because dependency is failing 19:55
spatelits kind of chicken egg here 19:55
jrosserright, so like I say you need to make the failing job non voting?20:04
jrossersorry I only have a mobile, no laptop I can’t look at any of this directly ina useful way20:05
spatelchanging that in project.yaml 20:05
spateljrosser no worry, let me see what i can do 20:05
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Change OVN metadata protocol to https  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80213520:09
spateldone - https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/802135/5/zuul.d/project.yaml20:10
spotz_spatel jrosser - +2d. And generally I only vote on my own patches if someone patched on top. Or if I patched a spelling/grammar fix on someone else's larger patch20:11
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Set openvswitch version for centos 8.4  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80240220:13
spatelspotz_ no worry! lets wait for others to chime in, anyway its Friday 20:19
*** spotz_ is now known as spotz20:32
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Add CentOS-8-Stream OVN support  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80379820:41
opendevreviewSatish Patel proposed openstack/openstack-ansible-os_neutron master: Add CentOS-8-Stream OVN support  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/80379821:23

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!