Wednesday, 2022-04-06

*** ysandeep|out is now known as ysandeep05:22
opendevreviewMerged openstack/openstack-ansible master: [doc] Add note regarding 127.0.1.1 removal  https://review.opendev.org/c/openstack/openstack-ansible/+/83017507:53
noonedeadpunkmornings08:10
noonedeadpunkdmsimard: it's installing correct version, yes, but in ansible-galaxy collection list it's show as *. So eventually you never know what you're using in fact and no way to check either, as you can't go and do `git status`08:11
noonedeadpunkjrosser: it's installing properly since 2.12 iirc, so we could use github everywhere technically08:12
noonedeadpunkit's still nasty though08:12
jrosserright yes that’s what I was going to say as well08:13
jrosserthere’s pretty much no way to tell what you actually got08:13
jrosserwhich I why I’d really like an option for it to leave the git metadata in place08:14
jrossernoonedeadpunk: follow on from the zuul queues stuff - I think we are going to have to try it08:15
noonedeadpunkI think main there is "have to"?:) 08:16
noonedeadpunkI had to leave yestarday as raised an alarm in the office - seems they don't like ppl leaving after hours ( ͡ᵔ ͜ʖ ͡ᵔ )08:17
jrosserlong discussion with clarkb yesterday, basically the zuul people say we are doing it wrong rather than the new behaviour being a bug08:17
jrosserand it’s kind of up to us to show that we have difficulty with a shared queue08:18
noonedeadpunkthen I haven't missed a thing08:18
jrosserI still feel we are in for a very bad time with things like proposal not patches where they are truly unrelated and maybe 30% will fail08:19
jrosser*bot08:19
noonedeadpunkI think we will have to push for having 12Gb flavors....08:25
noonedeadpunkas currently there's a 16gb option, but only in very limited providers08:26
*** raukadah is now known as chandankumar08:29
jrosseris that for centos OOM?08:31
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Bump versions of ansible collections  https://review.opendev.org/c/openstack/openstack-ansible/+/83637908:37
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Bump openstack collection to master for system scope  https://review.opendev.org/c/openstack/openstack-ansible/+/83638208:37
*** ysandeep is now known as ysandeep|lunch09:08
*** ysandeep|lunch is now known as ysandeep10:03
*** dviroel|out is now known as dviroel11:21
*** ysandeep is now known as ysandeep|afk11:37
dmsimardnoonedeadpunk, jrosser: ah yeah, I see what you mean -- I found out I installed the right version by checking the changelog file but that's not very convenient I must admit12:46
noonedeadpunkI bet it might be even absent for some collections ;)12:48
noonedeadpunkthen you would need to go to git, check for diffs to see if they present12:48
noonedeadpunks/git/github/12:49
*** ysandeep|afk is now known as ysandeep12:56
opendevreviewMerged openstack/openstack-ansible-os_aodh master: Use openstack uri proto  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/83484513:15
dmsimardnoonedeadpunk: yeah it's not something I would rely on for sure13:18
noonedeadpunkas other possible solution I'd say that maybe it's better to use provided by user version rather then just *....13:20
noonedeadpunkor well, fallback to provided version13:20
noonedeadpunkeven if it's SHA - it's still better I guess13:20
noonedeadpunkand then it's possible to verify if version in requiements has changed and update of collection is needed13:21
NeilHanlonpin it all to `master` /s13:22
dmsimardI will put visibility on the lack of version as an issue in the individual collections -- it's not perfect but it would address the issue moving forward (i.e, for newer versions the field would not be null..)13:22
opendevreviewMerged openstack/openstack-ansible master: Update ansible-core to 2.12.4  https://review.opendev.org/c/openstack/openstack-ansible/+/83637813:29
dmsimardI've "escalated" https://github.com/ansible-collections/ansible.netcommon/issues/239 && https://github.com/ansible-collections/openvswitch.openvswitch/issues/94 and told them ansible.utils is also problematic, let's see how it goes13:37
opendevreviewDamian Dąbrowski proposed openstack/openstack-ansible-os_tempest master: Improve domain support  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/83683313:45
damiandabrowski[m]hey! Will You be able to have a look at my tempest changes and leave initial review? https://review.opendev.org/q/topic:tempest-damian-2021-1213:51
damiandabrowski[m]There is a huge relation chain but I don't think we can avoid it as all of these changes focus on the same files :/ However, they are pretty straightforward so I hope all of them will be merged.13:51
damiandabrowski[m]So my idea is to: gather initial reviews from You -> (make corrections) -> rebase all of them -> merge all. What do You think?13:52
magoddeHello there, when performing the distribution upgrade between Ussuri and Victoria according to that guide https://docs.openstack.org/openstack-ansible/victoria/admin/upgrades/distribution-upgrades.html. Do we have to checkout to Victoria first or do we have to reinstall Ussuri on all host before running a mass upgrade ? Thanks14:03
opendevreviewMerged openstack/openstack-ansible stable/xena: Connect openstack_pki_regen_ca variable to pki role  https://review.opendev.org/c/openstack/openstack-ansible/+/83401714:04
*** dviroel is now known as dviroel|ptg14:13
damiandabrowski[m]magodde: I14:46
damiandabrowski[m]I'm not 100% sure but i think that as long as both distros are supported by victoria&ussuri You can do it both ways14:47
magoddeSo, if we checkout to Victoria first, we'll have hosts with OS Victoria and hosts with OS Ussuri since we can't reinstall all hosts at the same time14:48
magoddeisn't this an issue ?14:48
damiandabrowski[m]yeah and it should be fine if You upgrade control plane first14:49
damiandabrowski[m]for ex. You have to upgrade neutron-server before upgrading neutron-agents14:49
magoddeall right so let me summarize just to be sure.14:50
damiandabrowski[m]and neutron-server on Victoria should work fine with both Ussuri&Victoria agents14:50
magoddewe have 3 controllers (one controller is the primary one) and 4 computes. All hosts are running Ubuntu 18.04 and Ussuri14:50
magoddeWe checkout on stable/Victoria on our deployment host14:51
magoddethen we upgrade each controller host to 20.04 and we run the Victoria playbook. The last controller has to be the primary one14:52
magoddeThen we do the same with our compute nodes.14:52
damiandabrowski[m]ah, so You are going to mix distribution and openstack upgrade at the some time, honestly I don't have any experience with that14:53
magoddeYes, the point is that we have to perform the upgrade to 20.04.14:54
damiandabrowski[m]it may be safer to firstly perform openstack upgrade on all nodes(ubuntu 18.04) and then start ubuntu upgrade14:54
magoddeBut can we update to Victoria with Ubuntu 18.04 ?14:55
damiandabrowski[m]ah, You're using distro install? (as now I can see that distro install is not supported for victoria&ubuntu 18.04)14:55
damiandabrowski[m]but if You're using source install, then yes You can update to Victoria with Ubuntu 18.0414:55
damiandabrowski[m]https://docs.openstack.org/openstack-ansible/latest/admin/upgrades/compatibility-matrix.html14:55
magoddeWe are using source (install_method: source)14:56
damiandabrowski[m]so yeah, You can upgrade openstack to Victoria with Ubuntu 18.04 ;) all of my regions were running victoria+18.04 at some point14:57
magoddeAll right then14:58
magoddeThx for all this :)14:58
damiandabrowski[m]You're welcome ;)14:59
spatelnoonedeadpunk there15:00
noonedeadpunksemi-around15:00
spatelare you running wallaby anywhere in prod?15:02
spatelsince i upgrade to wallaby i am noticing this error in compute nodes frequently - https://paste.opendev.org/show/bft9znewTxyXHkvIcQO0/15:02
spatelsolution is to restart nova-compute agent 15:03
spatellook like some kind of connection re-try issue here 15:03
damiandabrowski[m]spatel: not sure if it's related, but worth to have a look: https://bugs.launchpad.net/oslo.messaging/+bug/193493715:05
noonedeadpunkspatel: nope, only V and X15:07
spateldamiandabrowski[m] looks like my issue.. i will give it a try and see.. but this is causing massive issue in my production :(15:08
noonedeadpunkI bet that amqp version has been bmped in W as well15:08
noonedeadpunkAnd andrewbonney placed several patches to cover that15:09
andrewbonneyYeah, that paste looks a little different to anything I've seen before15:09
spatelandrewbonney do you think this will solve my issue - [oslo_messaging_rabbit]/heartbeat_in_pthread=false15:13
andrewbonneyIf it isn't already deployed then it's worth doing anyway. I don't think there's been an OSA Wallaby release since that was patched. I can't guarantee it'll fix your specific issue though15:14
spatelhmm15:17
*** ysandeep is now known as ysandeep|out15:21
spatelI will try and see if i can re-produce this issue 15:21
noonedeadpunkit wasn't relased yet, no15:27
spatelhmm 15:30
spatelso this option not released in wallaby? heartbeat_in_pthread=false15:30
*** dviroel|ptg is now known as dviroel|ptg|lunch15:42
*** dviroel|ptg|lunch is now known as dviroel|ptg16:03
noonedeadpunkyou can use overrides easily to get it in16:12
noonedeadpunkbut I kind of doubt that issue is related16:12
noonedeadpunkwell, at least with it you would see pthread errors in log16:12
noonedeadpunkbut I'm not sure how errors would look like with old amqp16:13
noonedeadpunkspatel: you should check that amqp==5.0.8 in your venv16:14
noonedeadpunkthat was patch covering it https://review.opendev.org/c/openstack/requirements/+/82335016:14
spatelhmm let me checvk 16:15
spatelI am running amqp=5.0.516:16
spatellet me see if i can bump in dev and re-produce it 16:18
*** dviroel|ptg is now known as dviroel17:22
*** dviroel is now known as dviroel|mtg17:47
opendevreviewJames Denton proposed openstack/openstack-ansible-os_ironic master: Remove [keystone] configuration block  https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/83154418:36
*** dviroel|mtg is now known as dviroel18:43
*** dviroel is now known as dviroel|afk20:34

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