Thursday, 2025-05-08

opendevreviewOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/openstack-ansible/+/94896502:36
noonedeadpunkmnasiadka: I think in FLamingo we'll jump to 11.8 already... 06:49
noonedeadpunkI tried to reach the mariadb team and debian maintainers for some info of what happened to repo, but did not got a relevant answer so far06:50
noonedeadpunkI was going to reach ppl directly today for some info06:50
noonedeadpunkregarding 11.4 - 11.4.5 is the first one without bugs on TLS requirement06:51
mnasiadkaWell, 10.11.12 broke all our jobs, so we're recovering from that (and then analysing why) - and we might jump from 10.11 to 11.8, that might make sense06:51
noonedeadpunkI'm not sure if direct jump is supported btw06:52
noonedeadpunkas they claim to support upgrades btw LTS only06:52
noonedeadpunkbut yes, they kinda dropped packages from their repo06:52
noonedeadpunkfor minor versions06:52
noonedeadpunkpretty much what mariadb.com repos did a while ago06:53
mnasiadkaI think I tried jumping to 11.4 from 10.11 and had some problems that they renamed wsrep files in 11.4 and didn't really make a proper transition with supporting old filenames :)07:02
mnasiadkaAnd got carried away with some more important stuff in the release07:02
noonedeadpunkwe had a really big issues with TLS as when you do self-signed certs witrh own root CA - it was raising a different error then they were catching with just self-signed07:21
noonedeadpunkso it was erroring out everywhere on TLS verification for us07:21
noonedeadpunkbut it's all got fixed in 11.4.507:21
noonedeadpunkBut yes, I think the most concerning thing, is how to isntall mariadb now07:21
noonedeadpunkas using whatever "latest" is not particulary an option with how buggy mariadb tends to be07:22
noonedeadpunkmnasiadka: so there is https://archive.mariadb.org/repo/ where packages are physically present08:04
noonedeadpunkbut metadata seems broken08:04
jrossermorning08:12
noonedeadpunko/08:17
noonedeadpunkso like I see 11.4.4 in https://archive.mariadb.org/mariadb-11.4/repo/ubuntu/dists/noble/main/binary-amd64/08:17
noonedeadpunkbut apt-cache is somehow not happy08:17
mnasiadkanoonedeadpunk: we use urls like https://dlm.mariadb.com/repo/mariadb-server/10.11.11/yum/rhel/$releasever/$basearch or https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/debian08:20
mnasiadkathat works even for minor releases08:21
mnasiadkaand if you want to use major - just use 10.11/11.6 or whatever08:21
noonedeadpunkmnasiadka: yeah, so that is present as well https://archive.mariadb.org/mariadb-10.11.11/repo/ubuntu/dists/noble/main/binary-amd64/08:22
noonedeadpunkwe actually moved to mariadb.org repos a while ago08:23
noonedeadpunkbut it was not that straightforward as structure was slightly different08:23
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913008:32
derek__Morning all, I did something silly this morning. https://paste.openstack.org/show/bIErfHI4Ht6ckDEGrpB9/ now I can't change the endpoints back to the internal IP as I get errors using the openstack cli commands. No access through Horizon either. Is there an easy way to fix this (he asks in hope)09:05
noonedeadpunkI think you'll need to set some env vars manually now09:20
noonedeadpunkgiven that https://egi.waltoncloud.eu:5000 works normally09:20
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Switch MariaDB to archive.mariadb.org  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94913809:30
derek__Could I change them in a DB table noonedeadpunk or do I have to set them and re run a playbook? Where do I need to set them?09:51
noonedeadpunkah, sorry, I got distracvted09:51
derek__haha no worries :)09:52
noonedeadpunkwhat if you `export OS_INSECURE='true'; export OS_VERIFY='false'; alias openstack='openstack --insecure'`?09:52
derek__Ok I'll try that on the utility container09:53
noonedeadpunkBut also - have you run the haproxy playbook to issue let's encrypt?09:53
derek__I did that yesterday and it secured horizon for me. 09:54
noonedeadpunkas I see https://egi.waltoncloud.eu:5000/ being covered with self-signed still09:54
noonedeadpunkso maybe try `opensdtack-ansible openstack.osa.keystone --tags haproxy-service-config`09:55
noonedeadpunkand then instead of these exports, you could try doing `export OS_ENDPOINT_TYPE=public`09:55
opendevreviewMerged openstack/openstack-ansible-galera_server stable/2024.2: Bump MariaDB to 11.4.5  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94902309:56
derek__Ok thanks, I'll take it slowly. Long time to get to this point I really don't want to mess it up again :)09:56
noonedeadpunkjrosser: so I'm thinking about this merge ^09:59
noonedeadpunkand if https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/949138 should be llanded instead10:00
noonedeadpunkit's gopod bugfix though in 11.4.510:00
derek__noonedeadpunk, thanks as ever it's working again10:02
noonedeadpunkwell, it works so you can fix it now :D10:05
noonedeadpunkeventually, you can set `openrc_insecure: true` in user_variables10:05
noonedeadpunkand try to fix with playbooks10:05
noonedeadpunkbut you will need to run utility-install first10:06
derek__Ok will do. I'm actually trying to integrate it into a SSO authority at the moment that's why I'm doing this at the moment 10:09
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2024.2: Bump SHAs for 2024.2  https://review.opendev.org/c/openstack/openstack-ansible/+/94914310:10
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Use standalone httpd role  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/94833810:26
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server stable/2024.2: Switch MariaDB to archive.mariadb.org  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94914910:48
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_swift master: Migrate ring distribution to SSHCA  https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/94699011:21
mgariepyis it me or ceph code is degrading over time ?12:14
mgariepythis one was fun. https://heiterbiswolkig.blogs.nde.ag/2024/09/06/pgs-not-deep-scrubbed-in-time/12:15
noonedeadpunkI can recall that from around Hammer times12:16
noonedeadpunkfeels like exact same issue actually12:17
noonedeadpunkthen we wrote a cron job which was manually running scrubbing better then ceph planning was12:17
mgariepydo some tweak that seems would fix the isseu.. wait a bit for it to settle.. no it's getting worst..12:17
mgariepyanyway.12:17
mgariepydo you gather metrics from swift/rgw for projects to see how much data they are using?12:18
mgariepyi was using swiftconn.head_account() from an admin account for each project. it was working until squid.12:19
mgariepywell i get: x-account-meta-quota-bytes correctly but all the other info are just from the admin project12:22
mgariepyif i get the stats from a user of the project it works correcly.12:23
noonedeadpunkmgariepy: I was trying to do that with ceiometer and prometheus12:31
noonedeadpunkbut somehow failed12:31
noonedeadpunkthough I was not very dedicated to reach the working state of it as it was a poc12:32
mgariepyi dump the data in a .prom file to ship it via node_expoter12:32
mgariepyi'm starting to be less confident on the ceph part.12:33
darkhackerncteam - Antelope 2023.1 --> Is only compatible with pacific and quincy , can please confirm?12:43
jrosserdarkhackernc: i think thats got a quite complex answer really12:55
jrosserthere was whatever version of ceph we used in the CI tests to check deployment of both the ceph server and client libraries12:58
jrosserbut thats not really the same as what you could do in a real environment where perhaps the ceph cluster and openstack deployment are seperate12:59
darkhackerncjrosser, cool, so does this impact if osa is on ceph-client -> quincy and exernal ceph cluster client on reef.13:01
jrosseryou'd have to look at what ceph supports for client / server versioning13:01
darkhackerncI created volumes deleted volume is worked, just curious to know about the conseqences if any 13:01
darkhackerncyeah13:02
jrosseri was looking for an offical compatibility doc for ceph but can't find one quickly13:04
darkhackerncsame here13:05
jrosserthis is old but talks about how the ceph client and server parts agree compatible features https://blog.nuvotex.de/ceph/13:08
darkhackerncchecking sir13:09
darkhackerncnoonedeadpunk++ jrosser++ thank you very much 13:17
darkhackerncnoonedeadpunk++13:31
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913013:41
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2024.2: Bump SHAs for 2024.2  https://review.opendev.org/c/openstack/openstack-ansible/+/94914313:45
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913013:48
noonedeadpunkI think we also need to land this one: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94914913:53
NeilHanlonlgtm noonedeadpunk13:53
noonedeadpunkand I will update the bump then: https://review.opendev.org/c/openstack/openstack-ansible/+/94914313:54
noonedeadpunkwith the SHA once it merged13:54
noonedeadpunkto fix upgrade jobs13:54
opendevreviewIvan Anfimov proposed openstack/ansible-config_template master: WIP  https://review.opendev.org/c/openstack/ansible-config_template/+/94918914:01
opendevreviewIvan Anfimov proposed openstack/ansible-config_template master: Remove tags from README  https://review.opendev.org/c/openstack/ansible-config_template/+/94918914:01
jrosserwe could do with this as well https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/94870514:03
noonedeadpunkemmm. you mean to sha bump?14:12
noonedeadpunkor for ceph remos?14:12
noonedeadpunk*repos?14:12
noonedeadpunkor vote?:)14:12
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests stable/2024.2: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919314:13
jrosseroh well it needs to merge14:13
jrosserits at the bottom of the whole long list of things for zun14:13
noonedeadpunkyeah, right14:14
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests stable/2024.1: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919414:14
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests stable/2023.2: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919514:15
opendevreviewMerged openstack/openstack-ansible-apt_package_pinning master: Use FQCN for modules  https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/94870514:16
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/2023.1: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919614:16
jrosserhmmm that merged quickly14:16
jrosserfeels wrong14:16
opendevreviewMerged openstack/openstack-ansible-apt_package_pinning master: Remove tags from README  https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/94871414:17
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/zed: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919714:18
opendevreviewMerged openstack/openstack-ansible master: docs: update information about OSA  https://review.opendev.org/c/openstack/openstack-ansible/+/94875814:18
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913014:18
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/zed: Remove retired qdrouterd and os_sahara repos from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919714:18
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913014:18
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913014:19
opendevreviewIvan Anfimov proposed openstack/ansible-config_template master: Remove tags from README  https://review.opendev.org/c/openstack/ansible-config_template/+/94918914:19
damiandabrowskieither I don't understand something or CI works in a really unexpected way14:19
damiandabrowskiso: after we bumped mariadb version in 2024.2 to 11.4.5 I rechecked the same change for master branch14:20
damiandabrowskihttps://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94871114:20
damiandabrowskiand openstack-ansible-upgrade-infra_lxc-ubuntu-jammy job failed there with no "available installation candidate for mariadb-server=1:11.4.4*"14:20
damiandabrowskiif I understand correctly, this job performs 2024.2 -> master upgrade so I wonder why it still tried to install mariadb-server 11.4.414:20
jrosseri think you need also to merge the sha bump for 2024.2?14:21
damiandabrowskiahh of course,  completely forgot about it...14:21
damiandabrowskithanks14:21
noonedeadpunkyeah14:22
noonedeadpunkjrosser: and those were a really good findings in keystone14:22
noonedeadpunka bit stupid from my side to introduce them... but well14:23
jrosserother than that it worked fine though14:23
jrosserwell, i tested login through horizon with federation, so that has to test a whole bunch14:23
jrosserso horizon + keystone + federation in lxc with the new httpd role looks good14:24
opendevreviewJonathan Rosser proposed openstack/openstack-ansible stable/2024.2: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94919814:25
opendevreviewJonathan Rosser proposed openstack/openstack-ansible stable/2024.1: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94920014:26
opendevreviewJonathan Rosser proposed openstack/openstack-ansible stable/2023.2: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94920114:26
opendevreviewJonathan Rosser proposed openstack/openstack-ansible unmaintained/2023.1: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94920214:27
opendevreviewJonathan Rosser proposed openstack/openstack-ansible unmaintained/zed: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94920314:30
opendevreviewJonathan Rosser proposed openstack/openstack-ansible unmaintained/zed: Remove retired qdrouterd, os_sahara, os_senlin and os_murano repos from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94920314:32
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913014:34
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-ops stable/2023.2: Remove use of centos-7 nodeset  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/94920514:34
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/2024.1: Remove legacy centos-8-stream jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/94920714:37
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/2023.2: Remove legacy centos-8-stream jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/94920814:37
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_tempest unmaintained/zed: Remove legacy centos-8-stream jobs  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/94920914:38
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_manila unmaintained/2023.1: Remove legacy centos-8 stream job  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/94921014:42
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_manila unmaintained/zed: Remove legacy centos-8 stream job  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/94921114:43
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913014:52
jrosserwhat https://zuul.opendev.org/t/openstack/build/51e40f0082ce43d3b69e48a332d7965b/log/job-output.txt#637-63914:53
noonedeadpunk`"git+https://opendev.org/openstack/keystone@stable/2023.2#egg=keystone`14:55
noonedeadpunkhuh14:55
noonedeadpunkbut I'm not surprised about tests repo14:56
noonedeadpunkas it has own logic how to determine versions14:56
jrosserummm yes what is this doing i wonder https://review.opendev.org/q/I2c15c220ca8c6b6f0cbedbf0da8e802b7c0f5e2d14:59
jrosserlooks like andrew spotted that it was odd14:59
noonedeadpunkNeilHanlon: can you please double-check one thing for me? What mode /etc has on plain rocky image?15:00
noonedeadpunkas I see Access: (0775/drwxrwxr-x)  Uid: (    0/    root)   Gid: (    0/    root) here15:00
noonedeadpunkwhich then results in SSH auth issue: https://paste.openstack.org/show/by32oGWqKvl4inF20z4j/15:01
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/2023.1: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919615:02
jrosserdoes anyone remember what the openstack-ansible-integrated-deploy-aio is - thats causing loads of zuul config errors being missing15:05
noonedeadpunkit was functional job15:06
noonedeadpunkfrom tests15:06
noonedeadpunkNeilHanlon: so I wonder if it's dib messing up things, or it's "as designed"15:07
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/zed: Remove retired qdrouterd and os_sahara repos from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919715:18
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94913015:23
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: remove unused page (about monitoring) and fix small mistake  https://review.opendev.org/c/openstack/openstack-ansible/+/94913015:24
jrosseroh well this is brilliant15:24
jrosserwe are now in a situation where OSA still has stable/2023.1 branches but all the services are unmaintained/2023.115:25
jrosser /o\15:25
opendevreviewMerged openstack/openstack-ansible-galera_server stable/2024.2: Switch MariaDB to archive.mariadb.org  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94914915:25
NeilHanlonhrm... noonedeadpunk: that is a bit complicated as DIB doesn't build from a rocky bootable image but rather our container, and mutates it 15:26
NeilHanlonthough you've reminded me I need to work on getting images fixed for the new nodepool setup if someone hasn't already beaten me15:27
NeilHanlonhrm.15:27
NeilHanlonOK no this is an image with the container...15:29
NeilHanlonbut we haven't updated it recently :\ ... i do see there was a dib change a while ago that moved from using docker.io/library/rockylinux to quay.io/rockylinux/rockylinux as the library version is old.. but that *does* have the right modes set on /etc...15:30
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: remove unused page (about monitoring) and fix small mistake  https://review.opendev.org/c/openstack/openstack-ansible/+/94913015:36
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/2023.1: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919615:42
jrosserand of course there is no 2023.2 branch any more15:44
noonedeadpunkNeilHanlon: it could be just my specific image also per say...15:50
noonedeadpunkas we build with dib, but with pretty old dib version15:50
noonedeadpunkso image I have might be a bit different from CI15:50
noonedeadpunkbut it exactly reproduced this failure https://zuul.opendev.org/t/openstack/build/0cd1eb9651a94c03bdcca0b52e36860515:51
noonedeadpunkI'm just not sure if there're more issues somewhere though...15:51
noonedeadpunkBut also wonder what we should do... Like fix /etc/ permissions in role? That feels awkward15:52
noonedeadpunkyup, it's the same: https://zuul.opendev.org/t/openstack/build/0cd1eb9651a94c03bdcca0b52e368605/log/logs/host/sshd.service.journal-19-41-12.log.txt#517-51815:53
NeilHanlonno it's our image... 15:54
NeilHanloni'm running a build now to see why those permissions are set that way15:54
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-tests unmaintained/zed: Remove retired qdrouterd and os_sahara repos from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/94919715:57
NeilHanlonnoonedeadpunk: the rabbit hole deepens, as my test build has the right permissions... let me kick off a full run and see if I can fix the image on quay...16:09
noonedeadpunkNeilHanlon: sorry for keep bringing you weird stuff :D16:17
noonedeadpunkbut also I'm happy about our CI highlighting a lot of things :)16:18
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2024.2: Bump SHAs for 2024.2  https://review.opendev.org/c/openstack/openstack-ansible/+/94914316:24
noonedeadpunkdamiandabrowski: jrosser mgariepy NeilHanlon if some of you around - can we land https://review.opendev.org/c/openstack/openstack-ansible/+/949143 to fix upgrade jobs17:21
damiandabrowskiapproved!17:22
jrosserthat runs a very small set of jobs17:22
jrosseris that expected17:22
noonedeadpunkjrosser: not really, but in line with zuul errors...17:25
noonedeadpunkand we have master blocked anyway...17:25
noonedeadpunkI think we need to merge that as well https://review.opendev.org/c/openstack/openstack-ansible/+/94919817:25
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2024.2: Bump SHAs for 2024.2  https://review.opendev.org/c/openstack/openstack-ansible/+/94914317:26
noonedeadpunkI've rebased it17:26
noonedeadpunkand we have votes already, so we should be good17:26
mgariepyshakk we +w ?17:27
noonedeadpunkyeah, makes sense17:40
mgariepyzuul check is running tho.17:40
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: remove unused page (about monitoring)  https://review.opendev.org/c/openstack/openstack-ansible/+/94913018:05
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: fix for small mistake with title  https://review.opendev.org/c/openstack/openstack-ansible/+/94923818:05
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: fix for small mistake with title  https://review.opendev.org/c/openstack/openstack-ansible/+/94923818:06
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: remove unused page (about monitoring)  https://review.opendev.org/c/openstack/openstack-ansible/+/94913018:06
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: update information in configuration file  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:07
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:07
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:09
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:09
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:10
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:10
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:11
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: remove unused page (about monitoring)  https://review.opendev.org/c/openstack/openstack-ansible/+/94913018:12
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: remove unused page (about monitoring)  https://review.opendev.org/c/openstack/openstack-ansible/+/94913018:13
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: docs: add information about project  https://review.opendev.org/c/openstack/openstack-ansible/+/94924018:14
mgariepykeystone  jammy "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": -13} 18:24
mgariepy [openstack.osa.gather_extra_facts : Gather additional facts]18:25
opendevreviewMerged openstack/openstack-ansible stable/2024.2: Remove retired qdrouterd repo from zuul jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94919819:33

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