Thursday, 2021-05-13

*** mmercer has joined #openstack-ansible00:52
*** openstackgerrit has joined #openstack-ansible01:11
openstackgerritMerged openstack/openstack-ansible-os_nova master: Add port to transport_url database template  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/79103801:11
*** gyee has quit IRC01:17
*** spatel_ has joined #openstack-ansible01:18
*** spatel_ is now known as spatel01:18
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Modernise TLS configuration  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/78978901:54
openstackgerritMerged openstack/openstack-ansible-galera_server master: Update mariadb version to 10.5.10  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/79032902:07
*** spatel has quit IRC02:18
*** evrardjp has quit IRC02:33
*** evrardjp has joined #openstack-ansible02:33
openstackgerritMerged openstack/openstack-ansible master: Split keepalived liveness checks for internal/external networks  https://review.opendev.org/c/openstack/openstack-ansible/+/78237402:58
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Use ansible_facts[] instead of fact variables  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77765005:36
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova master: Add variables for rabbitmq ssl configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/79003705:39
*** snapdeal has joined #openstack-ansible06:34
*** zbr has quit IRC06:49
*** zbr has joined #openstack-ansible06:51
*** andrewbonney has joined #openstack-ansible07:25
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_adjutant master: Install mysql client libraries  https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/77760707:41
*** ChipOManiac has joined #openstack-ansible07:45
*** tosky has joined #openstack-ansible07:47
jrosserbbcrd07:59
noonedeadpunkmornings ;)07:59
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible stable/train: Prepare Train to EM  https://review.opendev.org/c/openstack/openstack-ansible/+/79065507:59
jrosserhello±08:01
ChipOManiacmorning08:01
jrosseroh my, not in control of my keyboard this morning :)08:01
ChipOManiacjrosser Was wondering what that +/- was. '=D08:02
ChipOManiacnoonedeadpunk So I upgraded the whole of our PoC to Victoria. But Masakari isn't working as expected still. :(08:06
noonedeadpunkif it's in regards to instancemonitor - https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/790558 has not been released yet08:09
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_masakari master: Remove references to unsupported operating systems  https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/77974008:09
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_masakari master: Use ansible_facts[] instead of fact variables  https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/78064908:10
ChipOManiacnoonedeadpunk Oy vey. Should a simulation of loss of networking (i.e. ifdown of management and storage) trigger an evac of instances on the node being downed?08:13
noonedeadpunkit should trigger evacuate every time when pacemaker cluster loose member08:15
noonedeadpunkanother part is that nova should mark service as "down" as well, otherwise it won't allow evacuate08:16
ChipOManiacOdd, pacemaker/corosync does register a down of the member, but the instance never gets evac'd.08:16
noonedeadpunkand name of the node in the pacemaker cluster should exact;y match the name of service in nova08:17
ChipOManiacI've fixed the name discrepancy problem in the role manually by changing the template, so I guess that's done.08:17
ChipOManiacShould the ifdown cause the nova service to be marked as down?08:18
noonedeadpunkit's marks as down if it doesn't see messages from nova-compute for 60 seconds or smth like that. so yes, network interruption should cause nova to set service down08:19
noonedeadpunkworth checking masakari monitor and masakari engine logs though08:19
ChipOManiachostmonitor def shows the downed node as offline.08:20
noonedeadpunkthen it should create notification in masakari db via api that should be processed by the engine08:20
ChipOManiacWe are using LINSTOR as the storage backend, but there's not even an attempt to evac the instance.08:20
noonedeadpunkoh, well, name of node in masakari segment should also equal to the one set in cluster08:21
ChipOManiacThey equal.08:22
noonedeadpunkjust saying08:22
noonedeadpunkand what;s in engine logs? Does notification even being created?08:23
noonedeadpunkOr monitors fail to create one?08:23
ChipOManiacMatter of fact yes. They send out a notify for instancemonitor, can recall the same for a host down.08:23
openstackgerritMerged openstack/ansible-role-pki master: Create CA and server certificates  https://review.opendev.org/c/openstack/ansible-role-pki/+/78802109:00
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Gather minimal facts in CI  https://review.opendev.org/c/openstack/openstack-ansible/+/79004209:03
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Change task ordering to perform smooth upgrades  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/78850109:07
*** macz_ has joined #openstack-ansible09:08
*** macz_ has quit IRC09:13
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_senlin master: DNM - test patch for senlin tempest testing  https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/75404509:32
*** snapdeal has quit IRC09:33
jrossernoonedeadpunk: andrewbonney correctly points out that [oslo_messaging_notifications] does not have it's own settings for ssl09:38
jrosserthey are in [oslo_messaging_rabbit], which makes things kind of tricky as we seperate out the settings in defaults/main.yml for rpc and notifications09:39
ChipOManiacnoonedeadpunk Yeah, masakari-hostmonitor does throw a notification that the host is down.09:45
noonedeadpunkjrosser: well, looking at oslo code we don't really have much choice here I think...09:49
jrosseri was wondering if our split of these vars rpc/notify is even valid09:50
noonedeadpunkother then make a requirement for notifications and rpc to be covered with SSL issued by same CA09:50
jrosseror if it should be more like nova_oslomsg_rabbitmq_use_ssl09:50
jrosserwell thats the thing, is it ever possible to specify different CA for rpc/notify? given that there is only one set if vars in the config09:51
noonedeadpunkwell, I think it is, since for trove I used separate rabbit for rpc and common for notification09:51
noonedeadpunkand before that we used isolated rabbit for all services, but common for notification iirc09:52
noonedeadpunkI don't see how that can be possible.09:52
jrosserwhen i look at the config i only see the settings for oslo_messaging_rabbit, like here https://zuul.opendev.org/t/openstack/build/e936500f8e5942b0ba7f03567d4b7960/log/logs/host/nova-conductor.service.journal-16-43-20.log.txt#796-80009:52
noonedeadpunkI really thought about specifying everything in query and leave oslo_messaging_rabbit but I have no idea if that will work09:54
noonedeadpunkoslo_messaging_notifications have pretty limited amount of options https://docs.openstack.org/nova/latest/configuration/config.html#oslo-messaging-notifications09:55
noonedeadpunkI also wonder if we do correct thing nowadays with ha queues in regard to https://opendev.org/openstack/oslo.messaging/src/branch/master/oslo_messaging/_drivers/impl_rabbit.py#L140-L15109:57
noonedeadpunkI guess yes?09:57
jrosseri wonder if we should ask hberaud for some advice09:59
* jrosser meetings09:59
noonedeadpunkwell, url and ssl options are separate for sure , so seems like we can't just add to query https://opendev.org/openstack/oslo.messaging/src/branch/master/oslo_messaging/_drivers/impl_rabbit.py#L59010:00
noonedeadpunkso from what I see, I think we _must_ have same tls_version and ca for both notifications and rpc servers10:01
noonedeadpunkand that's smth we can't separate10:01
noonedeadpunkthe most annoying would be ssl_cert_file and ssl_key_file10:02
noonedeadpunkwell, it actually makes sense only when separating rpc with notifications between amqp and rabbit, but not between 2 rabbits10:03
noonedeadpunkfeels like oslo not designed that way atm10:03
*** ChipOManiac has quit IRC10:06
*** ChipOManiac has joined #openstack-ansible10:14
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Adjust openstack_distrib_code_name  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/77462410:24
*** djhankb has quit IRC10:25
*** ChipOManiac has quit IRC10:40
jrossernoonedeadpunk: do you think i should change the vars to be like nova_oslomsq_rabbitmq_<...> ?10:49
noonedeadpunkregarding ssl_version and ssl_cafile? Yeah I think it makes sense10:53
jrosserand then how about the ssl = true10:53
jrosserbecause there is one place in oslo_messaging_rabbitmq for that10:53
noonedeadpunkwell, it's also part of the query10:54
jrosserfor nova yes10:54
noonedeadpunkbut I'm already not really sure that it's super valid...10:54
jrosserbut not in my other patches, but i can change tht10:54
jrosserno, i'm not sure either10:54
noonedeadpunkdo you have any working env to check if ssl in query makes any difference?10:55
noonedeadpunk(I've broke all mines trying to downgrade libvirt)10:55
jrosseroh well yes actually i have enough of an AIO here to see if nova is / is not happy10:55
jrosserbut it's also like nova is some special case too10:56
noonedeadpunkjust if ssl in query works, maybe worth leaving it there?10:56
jrosseryes10:58
jrossermaybe making the smallest change now is best, just get the TLS version correct and worry about the other things laer10:58
noonedeadpunkyeah, was thinking about the same10:59
noonedeadpunkoh, well, have aio with cinder to check that :)10:59
openstackgerritMerged openstack/openstack-ansible-openstack_hosts stable/train: Add custom user-agent for git clones from opendev.org  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/78954611:00
noonedeadpunkhm, btw spawning 2 aio right now, and both failed on cinder db sync http://paste.openstack.org/show/805348/11:01
openstackgerritMerged openstack/openstack-ansible stable/victoria: Increase backend_fall value for haproxy_letsencrypt_service  https://review.opendev.org/c/openstack/openstack-ansible/+/79015811:02
*** macz_ has joined #openstack-ansible11:09
jrosseryes, i've seen a few CI jobs all breaking on setup in cinder11:12
*** macz_ has quit IRC11:13
noonedeadpunkthat's kind of super weird. looks like database is filled in with service before db sync is launched11:14
noonedeadpunkas I've dropped database and db sync just worked afterwards11:15
noonedeadpunk(oh, and stopped scheduler)11:15
noonedeadpunkok, ssl in query works11:19
noonedeadpunkwell, worth testing if maybe we can also provide there tls_version and ca cert as well. As that would be perfect, since we won't need to have oslo_messaging_rabbit11:20
openstackgerritMerged openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria  https://review.opendev.org/c/openstack/openstack-ansible/+/79036011:20
noonedeadpunkyep, seems like it works11:22
noonedeadpunkso setting `rabbit://cinder:2ce00c040a8f462c2d90549479@172.29.236.100:5671//cinder?ssl=1&ssl_version=TLSv1_1` gives me TLSV1_ALERT_PROTOCOL_VERSION11:26
noonedeadpunkjrosser: do you thin kwe can go that way&11:27
noonedeadpunk?11:27
noonedeadpunkand query has prescedence over [oslo_messaging_rabbit] just n case11:30
noonedeadpunkas while having `ssl = False` there, ssl=1 in query makes it use ssl11:31
jrosseri'll take a look11:38
jrosseri wonder if somewhere in cinder it goes "oh no database" and makes it at startup11:38
jrosserso kind of race condition in our stuff with that vs. the db setup task11:39
noonedeadpunkYeah, I was thinking about the same actually11:40
openstackgerritMerged openstack/openstack-ansible stable/ussuri: Bump SHAs for stable/ussuri  https://review.opendev.org/c/openstack/openstack-ansible/+/79035811:40
noonedeadpunkI think the issue is that we start services right after creating with systmd role11:40
noonedeadpunkand do db sync later on11:41
jrossermaybe we should drop the services as disabled11:41
jrosserthen use a handler to enable / restart as needed11:41
jrosserthere is also heaps of bad logging due that as the config is also missing first time11:42
*** jhesketh has quit IRC11:43
noonedeadpunkwell I think it should be enabled, but probably not started...11:43
noonedeadpunkprobably we can add some bool key for condition of https://opendev.org/openstack/ansible-role-systemd_service/src/branch/master/tasks/main.yml#L16211:44
noonedeadpunkwell, looking at handlers, we can probably just pass state: stopped11:46
noonedeadpunkbut that is not good either actually11:46
jrosserthough the thing is you don't want to stop the service if you adjust the config file11:46
noonedeadpunkyeah11:46
noonedeadpunkcan we just omit state?11:47
noonedeadpunkseems no default https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_module.html11:47
noonedeadpunkse eventually we shouldn't pass state from roles11:48
jrosser`At least one of state and enabled are required.`11:48
noonedeadpunkthey could put this against state as well....11:49
noonedeadpunkwell, then we can just add another bool and use it as condition for the task...11:49
jrosserso maybe if we just don't specify, we get enabled but not started11:50
noonedeadpunkI think we don't provide state atm11:50
noonedeadpunkie we don't have it in cinder_services11:51
noonedeadpunkand don't add it for filtered_cinder_services11:52
jrosserand in nova_services we never use enabled or state11:53
jrosserso maybe that task should be when: item.state is defined or item.enabled is defined11:53
jrosserbecasue the only point to calling the systemd module at that point is to either change the state/enabled11:54
noonedeadpunkI think it make sense11:54
noonedeadpunkworth to be careful though, as I can expect some services to have either enabled or state11:55
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360612:13
*** jhesketh has joined #openstack-ansible12:21
*** shyamb has joined #openstack-ansible12:25
noonedeadpunkI think we should also drop other jobs now not to waste resources12:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360612:32
noonedeadpunkcentos in manila fails due to oom... pretty sure as can't reproduce in aio with 12gb of ram12:34
jrosserwe need to cut a branch though first before dropping distro?12:38
noonedeadpunkum, yes12:41
noonedeadpunkdo you mean drop bionic,stream?12:41
noonedeadpunks/,/&/12:41
*** shyamb has quit IRC12:45
jrosseryes to drop bionic/old centos we need to branch (or at least have the commit that will be the branch?(12:46
noonedeadpunkwe need to branch roles I think at least12:47
noonedeadpunkand then yeah, have a commit which will be rc, based on which we branch integrated repo12:50
*** spatel_ has joined #openstack-ansible13:03
*** spatel_ is now known as spatel13:03
*** macz_ has joined #openstack-ansible13:10
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Decrease manila tempest coverage  https://review.opendev.org/c/openstack/openstack-ansible/+/79120213:10
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_manila master: [goal] Deprecate the JSON formatted policy file  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/78224413:11
*** macz_ has quit IRC13:15
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360613:15
noonedeadpunkwould be greate to get reviews on https://review.opendev.org/c/openstack/openstack-ansible/+/79065513:18
noonedeadpunkoh this is another huge and scary thing that would be good to land I guess https://review.opendev.org/c/openstack/openstack-ansible/+/769974 maybe worth merging after release though13:36
jrosseri finally proved that ssl_ca_file in the transport URL does work13:45
jrosserif you give it an incorrect CA there then things break with [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed13:46
noonedeadpunkyeah, I checked ssl_version and ssl13:48
noonedeadpunkworks as well and have prescedence over oslo_messaging_rabbit13:48
jrosserit's not necessary to urlencode the path to the file13:48
noonedeadpunk(wrote about that previously)13:48
jrosserwell it's even worse then urlencode really, but it seems '/' is allowed in the query parameters13:49
noonedeadpunkso I think we jsut drop oslo_messaging_rabbit completely?13:49
jrosseryeah, the transport_url expression is kind of nasty now but maybe thats something to address in the future to make it more manageable13:50
noonedeadpunkI found super nasty chicken/egg we have with gnocchi and swift13:50
noonedeadpunkand the worst part is that I have no idea if the config we set for swift is valid or not...13:51
noonedeadpunkspecifically https://opendev.org/openstack/openstack-ansible-os_swift/src/branch/master/templates/proxy-server.conf.j2#L173-L17513:51
noonedeadpunkit feels that fi;ters should be in api-paste?13:52
*** spatel has quit IRC13:52
*** pcaruana has quit IRC13:54
jrosserthats what i'd expect to find13:54
jrosserbtw does this look wrong https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/vars/debian.yml#L5413:54
jrosseri.e python3-virtualenv is all we need13:54
noonedeadpunkyeah...13:55
jrosserthats the first failure for bullseye now it's getting through bootstrap-ansible13:55
noonedeadpunkI think it would be a challenge to include vars based on the distro name/ distro id13:56
*** spatel has joined #openstack-ansible13:56
jrosseri think we can have debian-11.yml wherever we need it13:57
jrosserbut this looks really like a bug instead13:57
noonedeadpunkI totally don't understand wtf we're doing with gnocchi/swift integration.....13:58
noonedeadpunkwhy do we need this https://opendev.org/openstack/openstack-ansible-os_gnocchi/src/branch/master/defaults/main.yml#L10413:59
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Only install python3 virtualenv package  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/79124213:59
noonedeadpunkLogical anwer would be - to avoid metering of gnochhi itself and prevent looping13:59
noonedeadpunkbut.... in ceilometer middleware there's https://opendev.org/openstack/ceilometermiddleware/src/branch/master/ceilometermiddleware/swift.py#L15814:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360614:00
*** pcaruana has joined #openstack-ansible14:00
jrossernot sure this is even helping to explain https://github.com/openstack/openstack-ansible-os_gnocchi/commit/e783edaa4598b50ad34ac737774821cd762181b914:03
noonedeadpunkworth going even before that....14:05
jrosserhttps://github.com/openstack/openstack-ansible-os_gnocchi/commit/b0e2399d83d222449eaaa47a1bd61360e37fd6b014:06
jrosser^ that patch deleted the helpful explaination14:06
noonedeadpunkeven worse lol14:06
jrossersounds like there is some feedback loop that probably generates infinite traffic unless you block it metering itself14:07
noonedeadpunkThe thing is that filter_service_activity is not a thing nowadays in ceilometer14:08
noonedeadpunkand also, ceilometer middleware prevents that for service project by default14:08
jrosseri wonder if the ceilometer middleware stuff actually is newer code that what we see in the gnocchi role14:09
jrosserperhaps we have legacy workarounds for things that are now not an issue14:09
noonedeadpunkso eventually we either taking ignore_projects from swift conf or just ignoring `service` by default https://opendev.org/openstack/ceilometermiddleware/src/branch/master/ceilometermiddleware/swift.py#L209-L21214:11
noonedeadpunkso I think we can get rid of that complexity nowadays?14:11
noonedeadpunkbut I'm super bad in swift.... literally never used it...14:11
jrosserit looks like in the past ignore_project could only be UUID14:15
jrosserand that was probably totally difficult to do in the ansible14:15
jrosseri've never used swift either14:16
noonedeadpunkyeah. now it can be also name, but generally feels like we don't need it at all...14:16
noonedeadpunka bit afraid of breaking things during upgrade thouhg14:17
noonedeadpunkwell, it's been like that for quite a while https://opendev.org/openstack/ceilometermiddleware/commit/e2bf485044d8f3743da9298a9e461c5808be31f314:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_swift master: Do not collect gnocchi project ID  https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/79125014:34
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_swift master: Do not collect gnocchi project ID  https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/79125014:35
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_glance master: Add variables for rabbitmq ssl configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/79000614:37
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Add variables for rabbitmq ssl configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/79003414:38
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_cinder master: Add variables for rabbitmq ssl configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/79003514:39
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_swift master: Do not collect gnocchi project ID  https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/79125014:40
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360614:40
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Add variables for rabbitmq ssl configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/79003614:41
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova master: Add variables for rabbitmq ssl configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/79003714:47
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_gnocchi master: Switch gnocchi service name to service  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/79125414:48
*** macz_ has joined #openstack-ansible14:53
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_ceilometer master: Remove deprecated options from config  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/79125914:59
*** sshnaidm is now known as sshnaidm|afk15:00
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Change order of swift and gnocchi installation  https://review.opendev.org/c/openstack/openstack-ansible/+/79126115:02
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Cleanup after service variables merged  https://review.opendev.org/c/openstack/openstack-ansible/+/76997415:05
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Use http-request set-header instead of reqadd  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/79126415:18
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360615:18
*** gyee has joined #openstack-ansible15:21
*** NewJorg has quit IRC15:21
*** NewJorg has joined #openstack-ansible15:22
jrosserlooks like we have a few repos with vars/debian-10.yml15:43
jrosserthose will need fixing15:43
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Add option to remove group from inventory  https://review.opendev.org/c/openstack/openstack-ansible/+/79127715:50
noonedeadpunkjrosser: just firing question without any research - does this format supported by haproxy 1.*? https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/791264/1/templates/service.j2#7915:51
jrosserhmm right and no mariadb repo for bullseye15:51
jrossernoonedeadpunk: well, without testing it *at all* i used what was here https://www.haproxy.com/blog/redirect-http-to-https-with-haproxy/15:52
noonedeadpunkthen let's see how bionic will like that :)15:53
noonedeadpunkI htink we have option to use native repo for mariadb?15:53
jrosser2.1 failed with reqadd15:53
noonedeadpunkas bullseye has 10.5.915:53
noonedeadpunkhttps://packages.debian.org/bullseye/mariadb-server15:53
jrosserso my hope is that the older version supports both15:54
noonedeadpunkwhich is broken for root user, but we don't have upgrades kind of :)15:54
jrosseryes, we can do native repo, which i think we already do for maybe centos?15:54
jrosseror for something?15:54
noonedeadpunkum, I think we don't atm15:54
noonedeadpunkI think I'm mixing with rabbit actually15:55
jrosserwell this rabbitmq stuff has scrambled my head so i'm not sure on anything anymore :)15:55
noonedeadpunkas I don't see bits that allow to avoid repo installation15:55
noonedeadpunkshould be trivial to add actually15:57
noonedeadpunkwe can move that to block https://opendev.org/openstack/openstack-ansible-galera_server/src/branch/master/tasks/galera_install_apt.yml#L21-L5215:57
noonedeadpunkok, plenty o jobs started failing on cinder. I guess this might be related to recently merged bump...16:03
noonedeadpunkoh, wait, we haven't merged it...16:04
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-galera_server master: Add support for Debian Bullseye  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/79128016:06
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Use http-request set-header instead of reqadd  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/79126416:09
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Add Debian Bullseye support  https://review.opendev.org/c/openstack/openstack-ansible/+/78360616:11
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_adjutant master: Install mysql client libraries  https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/77760716:37
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-rsyslog_client master: Add support for debian bullseye  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_client/+/79128816:46
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Add option to remove group from inventory  https://review.opendev.org/c/openstack/openstack-ansible/+/79127716:49
noonedeadpunkregarding cinder - it's not race condition...16:49
openstackgerritJonathan Rosser proposed openstack/ansible-role-uwsgi master: Add support for debian bullseye  https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/79129016:50
jrosseroh interesting16:50
jrosserdid we break something?16:50
noonedeadpunkhttp://paste.openstack.org/show/805359/16:50
noonedeadpunkI think it's actually cinder is broken imo...16:50
noonedeadpunkif I re-run sync it ends up even worse http://paste.openstack.org/show/805360/16:51
jrosserdo you ask the cinder people yet?16:51
noonedeadpunkWonder if this has smth to do with https://review.opendev.org/c/openstack/cinder/+/79079616:51
noonedeadpunkyes, but it's super quiet there16:52
*** dwilde has joined #openstack-ansible16:52
jrosserwe should be pinned back though on "master" to wallaby-ish services?16:52
noonedeadpunkyep, I think we should use W16:53
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/c/openstack/openstack-ansible/+/79035716:56
noonedeadpunkjust decided to try current W HEAD16:57
*** dwilde has quit IRC16:58
noonedeadpunkwell, I wonder if it couldn't be maria 10.5.1017:02
noonedeadpunkas error is interminent17:03
noonedeadpunkhm17:07
noonedeadpunk`[Warning] WSREP: Ignoring error 'Unknown column '`cinder`.`consistencygroups_1`.`deleted`' in 'CHECK'' on query. Default database: 'cinder'. Query: 'ALTER TABLE consistencygroups CONVERT TO CHARACTER SET utf8', Error_code: 1054`17:07
noonedeadpunklooks like just regular notification about error17:08
noonedeadpunk(it's from maria journal)17:09
noonedeadpunkbut, we started seeing that right after merging maria bump patch?17:10
noonedeadpunkI can barely recall stable mariadb release....17:18
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump ansible-base to 2.10.9  https://review.opendev.org/c/openstack/openstack-ansible/+/79129317:21
noonedeadpunkHonestly I kind of about to try reverting mariadb bump and see if things will change with depends-on at least...17:22
jrosserthat sounds like a good idea17:22
jrossercould be unicode related17:25
*** andrewbonney has quit IRC17:28
*** d34dh0r53 has quit IRC18:32
spatelfolk, by mistake my neutron dhcp namespace tool my gateway HSRP ip address, any good way to change it?19:29
spateltook*19:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Revert "Update mariadb version to 10.5.10"  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/79110720:05
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/c/openstack/openstack-ansible/+/79035720:05
*** fresta has quit IRC20:09
*** jonher has quit IRC20:09
*** rodolof has quit IRC20:09
*** jonher has joined #openstack-ansible20:09
*** rodolof has joined #openstack-ansible20:09
-openstackstatus- NOTICE: Zuul is in the process of migrating to a new VM and will be restarted shortly.20:39
admin0spatel, you can kill that namespace , edit and create again .20:49
admin0i mean the network that created the dhcp20:49
admin0or edit the dhcp, put the ip range which does not take the gateway, and then kill this specific ip20:49
spateladmin0 totally possible in that way20:50
*** spatel has quit IRC20:54
*** jbadiapa has quit IRC21:13
*** corvus has quit IRC21:58
-openstackstatus- NOTICE: We are cautiously optimistic that Zuul is functional now on the new server. We ran into some unexpected problems and want to do another restart in the near future to ensure a revert addresses the source of that problem.22:03
*** tosky has quit IRC23:23
*** macz_ has quit IRC23:30

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