Friday, 2022-04-01

chandankumarnoonedeadpunk: jrosser hello, can we get this merged https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/836091 , It will fix all tripleo-ci jobs, Thanks :-)06:16
jrosserchandankumar: done06:20
jrosserchandankumar: is it possible to use ansible-galaxy on the tripleo side instead of pip?06:21
chandankumarjrosser: thanks :-)06:21
chandankumarjrosser: I need to check regarding using ansible-galaxy there06:21
jrosseryou can still install these from file:// or git sources with a galaxy requirements file06:21
jrosserthey don’t at all need to be published on galaxy itself to use galaxy cli tool06:22
chandankumarjrosser: doug from our team is going to look into that part as per yesterday conversation on #oooq.06:22
jrossercool - thanks06:24
*** akahat is now known as akahat|rover06:35
opendevreviewMerged openstack/ansible-role-python_venv_build master: Revert "Cleanup setup.py config"  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/83609106:40
noonedeadpunkI think we should write a release note that installing roles as python packages is not supported anymore...07:41
jrosserI think there may be more setup.py in all the repos that the sync doesn’t happen to?07:48
noonedeadpunkyup08:06
admin1OutBackDingo, shouldnt your gateway be /1 instead of /32 ? 08:25
admin1sorry i meant /24 instead of /32 ? 08:25
OutBackDingoadmin1: well you would think that yeah, but it works fine for vlan1648 untagged08:27
OutBackDingoi also noticed on the switch08:29
OutBackDingo    bridge-pvid 164808:29
OutBackDingo    bridge-vids 1680 1696 1648 167208:29
OutBackDingofor every host has, and im not sure the pvid and the vid can be same08:29
*** ysandeep is now known as ysandeep|lunch08:31
OutBackDingoso curiously also, when i set an interface, say bond0.1646 is that a tagged vlan ?08:46
OutBackDingoif so, it puts bond0 on tha br-vlan which is on vlan1648 untagged vlan, and br-mgmt on bond0.1648 on a tagged 1648 vlan? correct08:48
jrossertbh I find these descriptions really confusing08:49
jrosseras I mentioned yesterday br-vlan is intended to be the external physical interface/bond/whatever, like a trunk port carrying all the vlans08:50
admin1maybe a typo . 08:52
admin1normally i have seen pvid and vid differently 08:52
admin1maybe a cumulus thing that allows tagged and if not tagged, falls to pvid 08:53
OutBackDingoi could try changing pvid to 109:06
admin1if all machines can ping each other, then you are good on the netplan side .. so sole focus on the cumulus only 09:10
admin1unless loopback, or peer port, i did not see any mention of /32 https://docs.nvidia.com/networking-ethernet-software/cumulus-linux-42/Layer-2/Ethernet-Bridging-VLANs/VLAN-aware-Bridge-Mode/09:12
*** ysandeep|lunch is now known as ysandeep09:15
*** prometheanfire is now known as Guest92810:40
OutBackDingo@admin1yeah whats off bond0.1648 cant ping anything, but if i move br-mgmt to bond.1696 it can ping all other hosts11:03
*** dviroel|afk is now known as dviroel11:22
admin1OutBackDingo, without a pastebin of your switch config of what ip lives where and what vlan is where, we can just speculate .. 11:38
admin1if it works, you can use 1696 for mgmt 11:38
admin1its just a tag :) 11:38
mgariepymorning everyone11:47
mgariepyhappy friday11:47
*** ysandeep is now known as ysandeep|afk11:51
admin1booked my ticket and hotel for the summit .. so i will be there in berlin .. 11:55
noonedeadpunk\o/11:59
OutBackDingo@admin1 you want a peek at it i can pastebin it12:01
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/+/83573412:13
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:15
MrClayPoleHi, I'm currently on 22.4.1 of OSA Victoria. When uploading a large image via the OpenStack CLI the uploads with "HttpException: 500: Server Error for url: https://website.com". I've tried increasing the timeouts on HAProxy but this makes no difference. If I increase the "socket_timeout" from 10 to 30 on the uwsgi glance instances then the CLI upload error changes to "Connection aborted.', BrokenPipeError(32, 'Broken 13:01
MrClayPolepipe')".13:01
MrClayPoleIn the glance-api logs, I get the following error twice before the transfer fails. "ERROR glance_store._drivers.cinder OSError: error during read(4194304) on wsgi.input". Any pointers on where to look next?13:01
MrClayPoleI'm using cinder to back glance13:07
*** ysandeep|afk is now known as ysandeep13:28
admin1OutBackDingo , sure14:28
jrosserhmm os_octavia role uses some broken ansible i think fatal: [aio1 -> localhost]: FAILED! => {"changed": false, "msg": "Cryptography backend can only use \"auto\" for cipher option."}14:29
*** ysandeep is now known as ysandeep|out14:53
*** dviroel is now known as dviroel|lunch15:09
OutBackDingo@admin1 so im told....15:21
OutBackDingoYour approach to change the PVID to 1 on those ports will most likelly address your connectivity issues, let me elaborate why:15:21
OutBackDingoThe command “bridge-pvid 1648” under the bond interface sets the cumulus switchport to process DOT1Q untagged a RX/TX packets and assign them to vlan 164815:21
OutBackDingoThe command "bridge-vids 1680 1696 1648 1672 " under the bond interface sets the cumulus switchport to process DOT1Q and untagged traffic for vlans 1680, 1696, 1648 and 1672. It’s the list of vlans that should be allowed on the port15:21
OutBackDingoIf you change pvid under the port(s) to 1, it will assign untagged packets to vlan 1, and if the other “bridge-vid” command remains unchanged, it will accept and process taggeg packets for vlan1648. You server configuration makes me suspect you are tagging traffic for interface br-mgmt which has bond0.1648 assigned15:21
admin1did it worked ? 15:49
admin1changing to 1 ? 15:49
*** dviroel|lunch is now known as dviroel16:00
opendevreviewMerged openstack/ansible-role-systemd_service master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/83573716:09
opendevreviewMerged openstack/openstack-ansible-os_tacker master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/83572316:12
opendevreviewMerged openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/83572016:13
opendevreviewMerged openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/83570616:26
opendevreviewMerged openstack/openstack-ansible-os_horizon master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/83570816:39
opendevreviewMerged openstack/openstack-ansible-os_magnum master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/83571116:39
opendevreviewMerged openstack/openstack-ansible-os_neutron master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/83571516:57
opendevreviewMerged openstack/openstack-ansible-ceph_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/83566816:57
opendevreviewMerged openstack/ansible-role-systemd_mount master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/83573516:57
opendevreviewMerged openstack/openstack-ansible-os_aodh master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/83569817:13
opendevreviewMerged openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/83570517:15
OutBackDingoadmin1: ill know in the morning, no change control on a friday night :)17:36
OutBackDingoso ill do it saturday AM17:37
*** dviroel is now known as dviroel|brb20:05
opendevreviewMerged openstack/openstack-ansible-os_trove master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/83572521:07
opendevreviewMerged openstack/openstack-ansible-os_ceilometer master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/83570121:13
*** dviroel|brb is now known as dviroel21:16
opendevreviewMerged openstack/openstack-ansible-os_tempest master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83572421:16

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