Thursday, 2022-03-31

*** dviroel|out is now known as dviroel00:05
*** dviroel is now known as dviroel|out00:20
OutBackDingojrosser: ok so 2 hosts can ping each other and every other host on that network, from bond0.1696 but cannot ping its own .1 gateway01:44
OutBackDingowhich says everything on the switch is properly routed, except the gateway :)01:45
jrosserOutBackDingo: check the gw is configured on the switch next - which vlan is 1696?05:29
OutBackDingo@jrosser yeah, well then i was told its vlan4816... so i changed it, and now the host cant ping anything, so im thinking the switch isnt configured right05:30
OutBackDingoand im not cumulus savvy05:30
OutBackDingoplus its running ospf05:31
jrosseris there just the one switch?05:31
OutBackDingogive me a juniper and im happy05:31
OutBackDingo2 leafs05:31
jrosserso some hosts in one leaf and some in another with L3 between the leafs?05:32
jrosseror L2 / MLAG as you’ve got bonds?05:33
OutBackDingoL205:33
jrosserso you’d only need a gateway in vlans you want to route further on05:34
OutBackDingohttps://pastebin.com/VKWA2nhP05:34
OutBackDingothey appear to be there05:34
jrosserprobably only the mgmt vlan….. but not storage or vxlan05:34
OutBackDingono their all their05:34
OutBackDingohttps://pastebin.com/1KRTT9Z205:36
jrosserwell like I say you only need the gw if you actually want to route rather than just switch05:36
jrosserthese vlans should be isolated from each other05:37
jrosserand unless they are in different vrf having a gateway will break that05:37
OutBackDingoi show 48.1 on 00:02 all the others are on 00:0305:39
OutBackDingomac wise05:39
OutBackDingoseems i need a cumulus guru05:40
jrosserindeed, I usually use Cisco and can do a bit of juniper but no cumulus05:41
admin1OutBackDingo, where does your gatway live ? is it a real router, or in a switch with L3 function ? 09:04
admin1anyone using zun ? 09:11
noonedeadpunkadmin1: I think you can  ask andrewbonney if they do 10:15
jrosseradmin1: we did a lot of work with zun but didnt deploy it to users in the end10:40
OutBackDingoadmin1: switch11:04
*** dviroel_ is now known as dviroel11:22
OutBackDingoip a | grep 48.111:33
OutBackDingo    inet 10.16.48.1/32 metric 1024 scope global vlan1648-v011:33
mgariepycan we merge this to unblock test sync ? https://review.opendev.org/q/topic:workaround-setuptools-autodiscovery12:14
mgariepyOutBackDingo, i migth be wrong but i don't thing you need to set the mac for the interface: https://paste.openstack.org/show/bPMgRMw8l2oTLEjiNI5O/12:23
noonedeadpunkI wonder if they are needed. As I can see some changes to land after just patching tests repo... Let me re-check some patches to see if they pass now12:24
noonedeadpunkLike https://review.opendev.org/q/topic:osa%252Fkeypairs12:24
mgariepynoonedeadpunk, not all the repo have setup.py12:25
noonedeadpunkum, and do we need it in others?:)12:25
mgariepyhttps://zuul.opendev.org/t/openstack/build/efb6e33f168f40fd9184f21a1dba1e1012:26
mgariepyit's to fix that.12:26
noonedeadpunkmaybe instead of pathching it we should just drop setup.py for these?12:26
noonedeadpunkas I dunno why we have that for roles tbh12:27
noonedeadpunkI do understand for integrated repo though12:28
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tempest master: test cleanup instead of patching  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83596912:31
mgariepywhat is the purpose?12:32
noonedeadpunkwe run python setup.py install somewhere iirc for integrated repo during bootstrap12:33
noonedeadpunkI believe for that to be available https://opendev.org/openstack/openstack-ansible/src/branch/master/setup.cfg#L2712:34
noonedeadpunkand to avoid dealing with realtive path imports12:34
mgariepyyeah ok to install some python pkg that does make sense i guess. but all the other roles are not python apps 12:35
noonedeadpunkyup12:36
mgariepyok so cleanup instead of patching !12:36
noonedeadpunkwell I guess for others it was more like way to install roles before galaxy was a thing12:37
OutBackDingomgariepy: yeah the new configs dont set the mac12:37
mgariepylet's me fix those.12:37
OutBackDingoright now im down to debugging / fixing a cumulus12:37
noonedeadpunkas it was installing roles into ansible roles paths12:37
noonedeadpunkbut today it's really weird and cleanup is way better imo12:37
mgariepyyep12:39
opendevreviewMarc Gariépy proposed openstack/ansible-role-python_venv_build master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83599212:45
opendevreviewMarc Gariépy proposed openstack/ansible-role-systemd_mount master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/83599312:45
opendevreviewMarc Gariépy proposed openstack/ansible-role-systemd_service master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/83599412:45
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-ceph_client master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/83599512:45
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_aodh master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/83599612:45
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_ceilometer master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/83599712:45
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_glance master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/83599812:45
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_gnocchi master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/83599912:45
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_horizon master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/83600012:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_magnum master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/83600112:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_manila master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/83600212:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_neutron master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/83600312:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_octavia master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/83600412:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_sahara master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/83600512:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tacker master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/83600612:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_trove master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/83600712:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_zun master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/83600812:46
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-tests master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/83600912:48
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tempest master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83572412:53
mgariepygood for now :D. i don't have time to rebase all the other patch but i guess we can merge these then recheck the others..12:53
noonedeadpunkyep13:01
noonedeadpunkoh, hm https://zuul.opendev.org/t/openstack/build/fa918c977f5c4740a8348a7e2fc2e23b13:23
noonedeadpunkso seems mgariepy we can't do cleanup and ou was right originally...13:25
noonedeadpunkand I guess we just missing projects from https://review.opendev.org/q/topic:workaround-setuptools-autodiscovery topic - will populate these then....13:26
mgariepyso the setup.py is needed for the doc.14:01
mgariepythen how comes that we don't have it for some repos ?14:01
mgariepynoonedeadpunk, https://github.com/openstack/openstack-ansible-galera_server/commit/1ba6cc04f9ddf5e07e11ff340f3df728e4d6620b14:11
mgariepythis plus the cleanup ?14:12
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tacker master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/83600614:16
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tacker master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/83600614:17
rohamHi all. Is there a way to connect a second host to a fully working Openstack-Ansible all-in-one deployment (vers. Victoria)? I can't connect a bridge to the AIO node in spite of removing the iptables masquerading stuff on the eth interface14:27
noonedeadpunkmgariepy: mmmmm14:31
noonedeadpunkI can recall doing that :)14:31
noonedeadpunk*same14:31
mgariepylol14:31
mgariepyi'll resubmit the cleanup with that.14:31
mgariepytacker passed.14:31
noonedeadpunkI will abandon patches again then :D14:32
mgariepyok thanks 14:32
NeilHanlon:D 14:33
opendevreviewMarc Gariépy proposed openstack/ansible-role-python_venv_build master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83599214:34
NeilHanlonroham: AIOs aren't particularly flexible in terms of growing them later on, at least.. in my experience14:34
opendevreviewMarc Gariépy proposed openstack/ansible-role-systemd_mount master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/83599314:34
opendevreviewMarc Gariépy proposed openstack/ansible-role-systemd_service master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/83599414:35
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-ceph_client master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/83599514:36
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_aodh master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/83599614:38
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_ceilometer master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/83599714:38
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_glance master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/83599814:38
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_gnocchi master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/83599914:39
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_horizon master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/83600014:39
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_magnum master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/83600114:39
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_manila master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/83600214:39
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_neutron master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/83600314:40
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_octavia master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/83600414:40
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_sahara master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/83600514:40
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_trove master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/83600714:40
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_zun master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/83600814:41
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-tests master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/83600914:41
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tempest master: cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83596914:43
mgariepyshould be all.14:44
*** dviroel_ is now known as dviroel15:54
jrosserroham: you would need to extend the vlans from the br-<...> on the AIO node to your second node across some physical interface / switch16:00
jrosseri've done "all in two" type things like that before16:01
jrosserthen add the second node to openstack_user_config as a compute or whatever you want it for16:01
*** dviroel is now known as dviroel|lunch16:14
mgariepyjrosser, if you have a couple of minutes :Dhttps://review.opendev.org/q/topic:cleanup-setup16:54
*** dviroel|lunch is now known as dviroel17:18
roham@jrosser, yes the bridges are done, but there is no connection betweeen the host bridges br-mgmt, br-storage and the others, I must be missing something in the systemd-networkd stuff of the AIO node. The openstack_user_config edit is ready to be added17:23
jrosserroham: have you attached the bridges to physical interfaces, that’s normally not needed on an AIO so you will have to add that18:07
mgariepythanks jrosser 19:44
opendevreviewMerged openstack/openstack-ansible-os_gnocchi master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/83599919:49
opendevreviewMerged openstack/openstack-ansible-os_sahara master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/83600519:49
opendevreviewMerged openstack/openstack-ansible-os_tempest master: cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83596919:50
opendevreviewMerged openstack/openstack-ansible-os_zun master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/83600819:50
opendevreviewMerged openstack/openstack-ansible-os_neutron master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/83600319:50
opendevreviewMerged openstack/openstack-ansible-os_octavia master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/83600419:50
opendevreviewMerged openstack/openstack-ansible-os_trove master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/83600719:51
opendevreviewMerged openstack/openstack-ansible-os_aodh master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/83599619:52
opendevreviewMerged openstack/openstack-ansible-os_magnum master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/83600119:52
opendevreviewMerged openstack/ansible-role-python_venv_build master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83599219:53
opendevreviewMerged openstack/openstack-ansible-os_ceilometer master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/83599719:54
opendevreviewMerged openstack/ansible-role-systemd_mount master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/83599319:54
opendevreviewMerged openstack/openstack-ansible-ceph_client master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/83599519:57
opendevreviewMerged openstack/openstack-ansible-os_tacker master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/83600619:57
opendevreviewMerged openstack/ansible-role-systemd_service master: Cleanup setup.py config  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/83599419:58
opendevreviewMerged openstack/openstack-ansible-os_glance master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/83599820:04
opendevreviewMerged openstack/openstack-ansible-os_manila master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/83600220:10
opendevreviewMarc Gariépy proposed openstack/ansible-role-systemd_service master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/83573720:13
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_neutron master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/83571520:14
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_aodh master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/83569820:14
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_ceilometer master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/83570120:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_magnum master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/83571120:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/83572020:15
opendevreviewMarc Gariépy proposed openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83573420:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_zun master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/83572620:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tacker master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/83572320:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_manila master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/83571220:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-ceph_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/83566820:15
opendevreviewMarc Gariépy proposed openstack/ansible-role-systemd_mount master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/83573520:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_trove master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/83572520:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/83570620:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/83570520:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_octavia master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/83571720:15
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tempest master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83572420:16
opendevreviewMerged openstack/openstack-ansible-os_horizon master: Cleanup setup.py config  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/83600020:23
*** dviroel is now known as dviroel|afk20:24
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_horizon master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/83570820:25
opendevreviewDariusz Smigiel proposed openstack/openstack-ansible-os_tempest master: Revert "cleanup setup.py config"  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83597720:35
jrosser^ thats unfortunate - means we can't clean up os_tempest or config_template20:52
mgariepywaht does that install ?20:54
jrosserwell, seems that tripleo install it with......20:55
jrosserpip20:55
mgariepywell.20:59
mgariepyi guess we need to bring back the the other patch.20:59
jrosserthe revert will fail the tests anyway20:59
mgariepyyep, it needs the other one also.21:00
mgariepyansible-role-python_venv_build will also need the revert.21:01
opendevreviewMarc Gariépy proposed openstack/ansible-role-python_venv_build master: Revert "Cleanup setup.py config"  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83597821:02
opendevreviewMarc Gariépy proposed openstack/ansible-role-python_venv_build master: Disable setuptools auto discovery  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83589221:02
jrosseri think you need to quash those two21:03
jrosser*squash21:03
mgariepyha.21:03
jrosserthe revert will fail openstack-tox-docs just like before21:03
mgariepyi whould have though that they would merge together21:03
jrosserthey would both have to pass the jobs to do that21:04
jrosseri would expect the first to fail and the second to pass21:04
opendevreviewMarc Gariépy proposed openstack/openstack-ansible-os_tempest master: Revert "cleanup setup.py config"  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83597721:07
opendevreviewMarc Gariépy proposed openstack/ansible-role-python_venv_build master: Revert "Cleanup setup.py config"  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83609121:08
mgariepylike this ?21:08
jrosserperhaps - though how installing it at all with pip works i'm not sure21:12
mgariepyi tested it.. and it does work... 21:12
jrosserdoes it just copy all the files?21:13
mgariepyhttps://paste.openstack.org/show/bVnFTVliMDc0PCqSvA8D/21:13
jrosserblimey21:14
jrosserhow did it know to do that :)21:14
mgariepy$ pip install git+https://opendev.org/openstack/openstack-ansible-os_tempest.git@2402146bf778cbd7e140958294e91348c94b5ec3 21:14
jrosserooooh i see setup.cfg21:14
mgariepyno clue on this.21:14
mgariepyha21:15
mgariepyshall we revert then ? lol21:15
mgariepyprobably need to discuss that.21:16
mgariepynot today tho. food/family time for me. 21:16
opendevreviewMerged openstack/openstack-ansible-os_tempest master: Revert "cleanup setup.py config"  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83597722:13

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