Tuesday, 2024-09-17

jrosserWireLost: the way we install openstack from distro packages for ubuntu LTS releases is from UCA (ubuntu cloud archive) https://wiki.ubuntu.com/OpenStack/CloudArchive08:00
noonedeadpunkWireLost: are you sure that it's the "new path"? As local is an override folder which should be respected by apparmor and afiak that didn't change for 24.04 https://ubuntu.com/server/docs/apparmor#profile-customisation08:00
noonedeadpunkgood morning :)08:00
jrossermorning o/08:01
jrosserlooks like there is actually some sort of UCA content now for noble http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/noble-updates/dalmatian/main/binary-amd64/Packages08:01
jrosserbut ummmm thats supposedly dalmation but with git sources from a couple weeks ago08:02
jrosserWireLost: also just another thing :) as you've managed to deploy onto noble, that means you're using the "master" branch, which is the unreleased version of openstack-ansible that we will finalise some time after the rest of openstack makes its 2024.2 release08:03
jrosserfor developing the next release this is fine, but for a stable installation for production use it is best to use one of the stable/<release> branches08:04
noonedeadpunkwell, that means we can try out distro isntall for noble on dalmatian Iassume08:06
noonedeadpunkjrosser: should this be still wip? https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/907752/908:08
WireLostMorning! Yes, I'm using OSA `master` branch. This is a lab, I'm learning about it!08:09
WireLostIt did work, BTW! OSA `master`, Ubuntu 24.04, all set to `distro`, so far, so good!08:09
noonedeadpunkyeah, that's also about managing expectations, as since we iterate over some topics, we can land half-implemented stuff with goal to fix them with follow-ups on master08:10
noonedeadpunklike moving playbooks to collection08:10
noonedeadpunkso it might contain bugs we aware about, but not yet having time to work on them08:11
WireLostPerhaps I should had just `mkdir -p /etc/apparmor.d/local/abstractions ; touch /etc/apparmor.d/local/abstractions/libvirt-qemu`08:13
noonedeadpunkso the failure is that directory does not exist?08:14
noonedeadpunkas it could be really a bug in code that we've missed to create the folder...08:14
WireLostWell, in noble: `file /etc/apparmor.d/local/abstractions = cannot open `/etc/apparmor.d/local/abstractions' (No such file or directory)`08:16
WireLostThis is a fresh install08:17
noonedeadpunkWireLost: so that;s where ansible fails? can you please paste full error with the task name if that's possible?08:26
WireLostnoonedeadpunk, sure thing, it failed with this error: https://pastebin.com/9Z3yrtAR08:31
gillesMoHello ! I've just upgrade to 2023.1 (from Wallaby, trough all releases), and my controllers are dying... I see rabbitmq /event.sample in /ceilometer increase. What I found is that panko was reading those messages, and as there is no more panko... How can I tell ceilometer not to post messages in /event.sample ?08:33
noonedeadpunkgillesMo: that's a great question - no idea, never used panko.... But also I'm not sure what puts notifications there to be frank08:37
gillesMoIt seems it is ceilometer, but I don't know for sure08:38
gillesMoI also never used aodh/panko/ceilometer/heat... I think I really should not deploy them, but as it is by default, I feared that something use it somwhere...08:39
noonedeadpunkneither of them are actually default 08:39
noonedeadpunkbut heat is used by some services, at very least by magnum08:40
noonedeadpunkaodh/panko/ceilometer/gnocchi are kinda self-contained as telemetry services08:40
noonedeadpunkbut I'd guess it should be potentially aodh pushing to events...08:41
gillesMoDon't use magnum for now (Rancher instead), perhaps magnum later but with cluster API backend08:42
noonedeadpunkthat would make total sense08:42
noonedeadpunkbut I really can find now what exactly spawns messages to the queue :(08:47
noonedeadpunkbut I'd really gues s that's not ceilometer08:47
noonedeadpunkor dunno...08:48
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Ensure apparmor folder exists for ceph caching  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92960608:58
noonedeadpunkWireLost: can you check if this helps? ^08:58
opendevreviewJonathan Rosser proposed openstack/ansible-role-uwsgi master: Add libpython definition for ubuntu noble distro install  https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/92960909:08
jrosserWireLost: ^ also another fix for you there09:08
WireLostYou guys rock!   =D09:12
jrosserhave you seen how to easily download and test those patches? those will not merge for a while09:13
WireLostIt's okay... And no, I haven't see how to test specific branches, but willing to learn! I'm being lazy and manually changing the files on disk before running it... lol09:16
jrosserif you click one of those links09:16
jrosserpress the 3 dots top right of the gerrit window09:16
jrosserchoose download patch / press the 'copy' button to the right of cherry-pick09:17
jrosserthen you can navigate to the directory on your system for that repo, paste the command and run it09:17
jrosserthat will cherry pick the commit for you09:17
WireLostSounds simple, thank you!09:18
jrosseryou would lose those changes if you did bootstrap-ansible again though09:18
WireLostSure, thanks for the heads up! I do have a simple Bash which I can run on top of a fresh Ubuntu, and it'll perform all OSA AIO steps in sequence... Clone it, bootstrap it, set things under `/etc/openstack_deploy/`, set git branches under `/etc/ansible/roles/*` as needed (steps you just recommended), and run the playbooks. It's very neat, and I can call it via cloud-init too...09:30
noonedeadpunkWireLost: fwiw, there's a scripts/gate-check-commit.sh which does all aio steps, except clonning/checkout repo09:32
noonedeadpunkbut it's tough to pull in patches with it...09:33
WireLostCool! 09:33
noonedeadpunkthough it's the thing we use in CI to spawn environment09:33
jrosserone of the things you can do is prepare forks of repos on github or somewhere that include the patches you need, then set variables to use those instead of the normal ones09:33
noonedeadpunkso you can do `./scripts/gate-check-commit.sh aio_lxc_ceph deploy source` 09:34
WireLostNice, that's more or less what I'm doing... I can quickly launch Ubuntu and fire up OSA AIO in one shot09:34
noonedeadpunk++09:34
jrosserthats exactly how you would manage introducing fixes for a production deployment (also for openstack services themselves if you use a source install method)09:34
WireLostYeah! :-D09:35
WireLostSo, noonedeadpunk, I tested https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/929606 - Still: `fatal: [aio1]: FAILED! => {"changed": false, "msg": "Path /etc/apparmor.d/local/abstractions/libvirt-qemu does not exist !", "rc": 257}`09:35
noonedeadpunkI assume you also saw https://docs.openstack.org/openstack-ansible/latest/reference/configuration/extending-osa.html on how you can use user-<>-requirements.yml for adding/overriding roles/collections09:36
noonedeadpunkhuh09:36
* noonedeadpunk spawning a fresh sandbox09:37
WireLostMissed, that... My assumption was that the patch would essentially do: `mkdir -p /etc/apparmor.d/local/abstractions ; touch /etc/apparmor.d/local/abstractions/libvirt-qemu` =P09:39
noonedeadpunkyeah, that what I kinda saw in my old sandbox and noop playbook09:41
noonedeadpunkand would expect to happen09:41
noonedeadpunkso quite surprise it didn't do that09:44
noonedeadpunkWireLost: oh, wait... have you set `ceph_immutable_object_cache_enabled` as override? As I thought you probably did?09:45
WireLostNo, I didn't  =P09:45
noonedeadpunkoh, ok, that explains it09:45
WireLostSorry about that, I'll try again.09:46
noonedeadpunknah, it's issue with the patch09:46
noonedeadpunkit fixes different scenario09:46
noonedeadpunkI'd need to come up with smth smarter then09:46
WireLostNo worries09:49
noonedeadpunkor dumber :D09:50
WireLostlol09:51
WireLostAfter setting `ceph_immutable_object_cache_enabled: true` in `user_variables.yml`, the playbook failed someplace else:09:51
WireLostTASK [ceph_client : Set permissions on immutable object cache directory]09:51
WireLostfatal: [aio1-glance-container-ef5c103d]: FAILED! => {"changed": false, "msg": "file (/ceph-immutable-object-cache) is absent, cannot continue", "path": "/ceph-immutable-object-cache", "state": "absent"}09:52
noonedeadpunkit could be that it needs some extra configuration though09:52
WireLostOk09:52
noonedeadpunkI will come up with smth shortly, sorry09:52
WireLostIt's okay! Thank you folks for this work! I'm mostly learning, no rush at all09:54
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Ensure apparmor folder exists for ceph caching  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92960609:59
noonedeadpunkactually, can't come up with anything really smarter, so dumb version ^09:59
noonedeadpunkor we really need to accept that changes to apparmor won't be reverted when ceph_immutable_object_cache_enabled is flipped from True to it's default - False10:00
amaraoWhen a new version of Openstack Ansible collection will be released? I've send a PR 9 month ago (it is merged in master), and still waiting to release to see my fix available...10:19
noonedeadpunkamarao: you meant to https://opendev.org/openstack/ansible-collections-openstack ?10:21
noonedeadpunkas we're not maintainers of it and don't have any control over it10:22
noonedeadpunkworth asking in #openstack-ansible-sig10:23
noonedeadpunkwhich is a completely different thing (which is confusing)10:23
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Manage apt repositores and keys using deb822_repository module  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92962211:12
jrossernoonedeadpunk: do you think we should improve this as a follow up? https://github.com/openstack/openstack-ansible-ceph_client/blob/33f8ad519f64d28f410e856aa129060e3a80f27c/meta/main.yml#L42-L4711:52
jrosserthat is probably also a place we can use `state` to control removing the pins, if we have a suitble condition11:53
jrosserthis might be more complicated than the other roles though11:53
noonedeadpunkI'm doing way more messy follow up now11:53
noonedeadpunkthe big problem though is that we don't test ceph for EL at all right now11:54
jrosseri think we have two places that the ceph pins are set as well11:54
jrosserno you're right we don't11:55
noonedeadpunkI just trying to align how el vs deb are behaving in terms of repo setup11:55
noonedeadpunkand unify vars11:55
noonedeadpunkand then yeah - pins and improvements to drop them11:55
jrosserthis also is likley needing a `state` adding https://github.com/openstack/openstack-ansible-openstack_hosts/blob/525f1ab88abf2db7c5e2f211c2d195579be78670/defaults/main.yml#L195-L20411:57
noonedeadpunkdepends...11:58
noonedeadpunkas do we have uca as a source option11:58
jrosserright - and at the moment we make UCA lower priority than the ubuntu repo11:59
noonedeadpunklike distro should be jsut default repo, and community - download.ceph.com11:59
noonedeadpunkuca is a third thing we can enable though11:59
noonedeadpunkbut just as an another feature kinda?11:59
jrosseryeah, it's all way too many options to test though11:59
noonedeadpunkso I'd leave uca as is I guess, unless we really need it for noble12:00
jrosseryup - i guess i can make a patch to enable uca in openstack-hosts for noble now the repo is there12:00
noonedeadpunkyeah, it's not in download.ceph.com for sure12:01
jrosseroh well i guess two different things12:02
jrosserthere is now some openstack in uca for noble/dalmation12:02
noonedeadpunkoh, yes12:02
jrosserbut it looks like there are not ceph packages there just now12:03
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Enable UCA repo for ubuntu noble  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/92963112:05
noonedeadpunkbut how WireLost did went the ceph path? or the same way?12:19
noonedeadpunkor ceph wasn't jsut deployed with aio?12:19
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Add Ceph test for Rocky Linux  https://review.opendev.org/c/openstack/openstack-ansible/+/92963612:30
elinuxIs anyone online here now12:31
opendevreviewMerged openstack/openstack-ansible-os_octavia master: Provide better flexability for SSH keypair options  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/92772812:39
WireLostThere isn't a UCA repo for 'noble' yet, maybe after 24.10 release. I'm using all packages straight from 24.04 without any extra apt repos with current OSA `master`, and I get Nova 29.0.1, and Ceph 19 Debian packages.12:46
WireLostMaybe that 929631 patch will simplify logic, consolidating Ubuntu stull into 'vars/ubuntu.yaml', magically enabling UCA for 'noble' when it becomes available? =P12:48
jrosserWireLost: http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/noble-updates/dalmatian/main/binary-amd64/Packages ?12:51
jrosserthis tells you that the “Dalmatian” release of openstack will be installable from UCA once it’s released12:53
jrosser but I would still suggest you use the source install method12:56
noonedeadpunkelinux: hey! what's up?12:58
noonedeadpunkWireLost: coverage of projects that support distro install method is not very wide - mostly it's limited to core services right now due to lack of maintainers for this to evolve12:59
f0oHey is there any known issue with setting keystone_sp after the initial setup was done? Currently wondering if the missing `schema_version` column is an openstack-ansible (missing migrations) issue or a keystone bug...12:59
f0ohttps://github.com/openstack/keystone/blob/master/keystone/common/sql/migrations/versions/2024.01/expand/47147121_add_identity_federation_attribute_mapping_schema_version.py << well.. seems like this wasnt applied when I updated to stable/2024.1... 13:03
WireLostjrosser, no worries! I want to test `distro` packages =P13:04
WireLostSo, first UCA for 24.04 will be Dalmatian, got it...13:05
WireLostcurrent OSA master deploys Caracal with Ceph 19 on 24.04 when all is set to distro. Which is kinda cool13:05
jrosserthat’s why it’s not cool13:06
WireLostlol13:06
jrosserour master branch is supposed to be Dalmatian13:06
WireLostOh, got it13:06
WireLostCeph will remain at 19, it seems... Right?13:07
noonedeadpunkf0o: well there're 2 patches which were made faaaar after 2024.1 release13:09
noonedeadpunkit could be they\re not functional ofc....13:09
f0oyeah I feel like I'm venturing into new grounds once again hah13:10
f0oshould've just kept 2023.213:10
jrosserWireLost: ceph will remain as it is currently defined, as we test it13:11
noonedeadpunkfrankly - I'm not using federation yet, so have vague idea about keystone_sp....13:12
f0othis was an easy fix, just re-ran keystone-manage db_sync and viola the column appeared13:12
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Unify approaches for repo setup between apt/dnf  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964513:52
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Improve handling of ceph_pkg_source changing  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964813:59
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Unify approaches for repo setup between apt/dnf  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964513:59
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Improve handling of ceph_pkg_source changing  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964813:59
noonedeadpunkjrosser: so these are follow-ups just in case13:59
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_octavia stable/2024.1: Provide better flexability for SSH keypair options  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/92964914:02
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2024.1: Verify OS for containers installation  https://review.opendev.org/c/openstack/openstack-ansible/+/92858914:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-repo_server master: Improve role idempotency  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/92965714:59
noonedeadpunk#startmeeting openstack_ansible_meeting15:00
opendevmeetMeeting started Tue Sep 17 15:00:20 2024 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'openstack_ansible_meeting'15:00
noonedeadpunk#topic rollcall15:00
noonedeadpunko/15:00
noonedeadpunk#topic office hours15:06
noonedeadpunkso, we're quite long overdue with the first minor release of Caracal15:06
noonedeadpunkwhile we do really have plenty of fixes already merge - I think the biggest one is still Apache MPM which are inconsistent with Skyline on metal15:07
noonedeadpunkI'm already about to have a patch (based on repo container), which should cover all others15:07
NeilHanlonhiya15:08
noonedeadpunkand this I assume also blocks us with testing of upgrade from the proper branch15:08
noonedeadpunk(now tests run from 2023.2)15:08
noonedeadpunkthen I've also proposed testing Ceph for Rocky as well in https://review.opendev.org/c/openstack/openstack-ansible/+/92963615:09
noonedeadpunkthough it fails :(15:09
noonedeadpunkand I _think_ I already saw that some time ago15:11
noonedeadpunkand we even discussed that like couple of years ago with yu NeilHanlon15:11
noonedeadpunk`The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'discovered_interpreter_python'`15:12
noonedeadpunkwould need to revive in my memory wtf is wrong... I can recall ansible having some mapping for python by distros, but I kinda thought they got rid of it or smth.15:14
noonedeadpunkregarding upcoming dalmatian release - we need to switch to 2024.2 branch for tracking15:14
noonedeadpunkthough, there's a batch right before branching as well: https://review.opendev.org/c/openstack/openstack-ansible/+/92784115:15
NeilHanlonah yeah.. i vaguely recall that interpreter thing.. python and ansible in EL has been ... fun15:15
noonedeadpunkwhich fails for metal installs15:15
noonedeadpunkwe had some progress with ladning deb822 migrations15:19
noonedeadpunkI wonder what else do we miss covering with it, except openstack_hosts, rabbitmq and galera15:20
noonedeadpunkAnd ceph_client15:20
NeilHanlonare there downsides to missing some conversions?15:23
noonedeadpunkwell, apt issues a warning of storing gpg keys in shared storage which is deprecated15:26
noonedeadpunkas then each repo can use any gpg key basically, which is fixed by this new format15:27
NeilHanlonah, i see15:29
NeilHanloni tried to do some research on what it all was about but got lost 15:30
noonedeadpunkso nothing particulary bad, I guess, but as change is quite breaking, would bee good to do tis one time15:31
noonedeadpunkI also need to deprecate couple of repos, ie: senlin, murano, sahara as underlying projects were also deprecated15:31
NeilHanlonanything I can do to help? I've got some time I can spend on reviews and other things15:35
noonedeadpunkum.. any updates on repo mirroring?:)15:39
noonedeadpunkas that is smth which would be totally nice to have/improve on15:40
NeilHanloni did start working on diving through grafana15:40
NeilHanlonerr, opensearch15:40
NeilHanlonhttps://opensearch.logs.openstack.org/_dashboards/app/data-explorer/discover?security_tenant=global#?_a=(discover:(columns:!(_source),isDirty:!t,sort:!()),metadata:(indexPattern:'94869730-aea8-11ec-9e6a-83741af3fdcd',view:discover))&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-1M,to:now))&_q=(filters:!(('$state':(store:appState15:42
NeilHanlon),meta:(alias:!n,disabled:!f,index:'94869730-aea8-11ec-9e6a-83741af3fdcd',key:build_status,negate:!f,params:(query:FAILURE),type:phrase),query:(match_phrase:(build_status:FAILURE))),('$state':(store:appState),meta:(alias:'build_name%20~%20rocky',disabled:!f,index:'94869730-aea8-11ec-9e6a-83741af3fdcd',key:query,negate:!f,type:custom,value:'%7B%22wi15:42
NeilHanlonldcard%22:%7B%22build_name%22:%22*rocky*%22%7D%7D'),query:(wildcard:(build_name:'*rocky*')))),query:(language:kuery,query:'project:%20(%22openstack%2Fopenstack-ansible*%22%20OR%20%22openstack%2Fkolla*%22)%20AND%20message:%20(%22*cannot%20install*%22%20OR%20%22*Depsolve%20Error*%22)'))15:42
NeilHanlon.. bleh15:42
NeilHanlonhttps://drop1.neilhanlon.me/irc/uploads/f810495797312453/image.png there15:43
NeilHanloni need to spend some more time finding other failures as 9 seems low15:44
NeilHanlonbut, yeah.. progress15:44
noonedeadpunkwell, 8 of them were during one day?15:46
NeilHanlontrue..15:46
NeilHanloni bet i can correlate that with rocky releaseing stuff...15:47
noonedeadpunkand probably worth checking for couple of month or smth...15:47
noonedeadpunkyeah, true15:47
noonedeadpunkbut then also worth checking amount of jobs in total maybe?15:47
NeilHanloni think opensearch only has ~1week of logs15:47
NeilHanlonerr, i guess two15:47
noonedeadpunkas local mirrors for sure would reduce latency/throughput to the external mirrors15:47
NeilHanlonfarthest back being the 4th15:48
noonedeadpunkwhich is already a win as well, if there're enough jobs running to justify that15:48
noonedeadpunkbut dunno15:48
NeilHanlonyeah i will make some pretty graph showing total jobs vs failed /timeout/etc15:48
noonedeadpunkas low error rate can be used to promote using rocky in PTI instead of CentOS :D15:51
noonedeadpunk#endmeeting16:01
opendevmeetMeeting ended Tue Sep 17 16:01:23 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:01
opendevmeetMinutes:        https://meetings.opendev.org/meetings/openstack_ansible_meeting/2024/openstack_ansible_meeting.2024-09-17-15.00.html16:01
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2024/openstack_ansible_meeting.2024-09-17-15.00.txt16:01
opendevmeetLog:            https://meetings.opendev.org/meetings/openstack_ansible_meeting/2024/openstack_ansible_meeting.2024-09-17-15.00.log.html16:01
NeilHanlonahhh i found some others...16:07
NeilHanlonthat 8 was actually more like 24 across kolla and OSA16:07
NeilHanlonsome are not FAILURE but RETRY_EXCEEDED16:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Unify approaches for repo setup between apt/dnf  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964517:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Improve handling of ceph_pkg_source changing  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/92964817:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-repo_server master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/92969017:56
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/92969118:07
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/92969118:12
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/92969118:13
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/92969118:15
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/92969518:19
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/92969718:24
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-repo_server master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/92969019:52
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/92969719:52
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/92969119:52
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: Ensure that selected Apache MPM is enforced  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/92969519:52
WireLostjrosser, so, yeah, I still can't 'add-apt-repository cloud-archive:dalmation' on 24.04 - https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2073742 - Not seeing that fix yet, even if I enable 'noble-proposed' - Have to wait a bit more hehe20:26

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