Thursday, 2025-04-24

opendevreviewOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/openstack-ansible/+/94803802:18
noonedeadpunkgood morning06:12
jrossergood morning06:44
jrosserdo we have a list of reviews that need to merge for release anywhere?06:49
noonedeadpunkI was trying to add links for things we agreed on in ptg etherpad07:08
noonedeadpunkhttps://etherpad.opendev.org/p/apr2025-ptg-os-ansible07:08
noonedeadpunkIn `To finalize for the Epoxy (2025.1)`07:08
noonedeadpunkI think biggest thing in there - is keystone and httpd tole07:09
noonedeadpunk*role07:09
noonedeadpunkand then broken zun....07:12
noonedeadpunkWas going to check on ceph jobs today07:37
opendevreviewMerged openstack/ansible-config_template master: Updated from OpenStack Ansible Integrated repository  https://review.opendev.org/c/openstack/ansible-config_template/+/94778408:13
opendevreviewMerged openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Integrated repository  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/94778608:34
noonedeadpunkI think we actually need to review these synced files in terms of their accuracy08:35
opendevreviewMerged openstack/ansible-role-systemd_service master: Updated from OpenStack Ansible Integrated repository  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/94778908:35
noonedeadpunkas I've recently was adding .ansible/ to the .gitignore where molecule was added08:35
opendevreviewMerged openstack/ansible-role-systemd_mount master: Updated from OpenStack Ansible Integrated repository  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/94778708:38
opendevreviewMerged openstack/ansible-role-systemd_networkd master: Updated from OpenStack Ansible Integrated repository  https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/94778808:48
noonedeadpunkI think we need to drop some files in all repos actually, like run_tests.sh or Vagrantfile - as while first is simply non-relevant, second is likely broken anyway09:03
noonedeadpunklike it contains only opensuse so far...09:04
jrosserright - though we need to do that from the sync place or they all keep coming back09:18
noonedeadpunknow integrated repo is the sync place09:44
noonedeadpunkpretty much what triggered these patches09:44
jrosseryeah09:45
MohaHi; Is this image official for OSA? https://satishdotpatel.github.io/assets/images/2021-03-19-openstack-ansible-inventory/openstack-ansible.png11:51
noonedeadpunkMoha: yeah12:15
noonedeadpunkgive me a sec to give a link for svg12:15
noonedeadpunkthey're published somewhere for all projects :D12:17
Moha+1, thanks. I'll find it.12:19
noonedeadpunkit was smth like "openstack project mascots" but I somehow can't google the page now12:21
noonedeadpunkI think this was it: https://www.openstack.org/project-mascots12:21
noonedeadpunkbut it seems the reason why it's not in search, is because the page is timeouting...12:22
Mohanoonedeadpunk: I checked it on Web Archive: https://web.archive.org/web/20240612232713/https://www.openstack.org/project-mascots/13:15
noonedeadpunkMoha: I think it is fixed now14:10
noonedeadpunkso thanks for raising that :)14:10
MohaYes yes14:11
f0oWhat's the state of os_ceilometer? on a scale between os_swift and os_nova :D14:47
noonedeadpunkit is fine :D14:50
noonedeadpunksomewhere in the middle14:50
noonedeadpunkbut I used the role quite recently14:50
noonedeadpunkand it was fine...14:50
f0omy main concern is the wishywashy statement about HA... It does recommend Redis or ZK which is great but as somebody who had only pain and misery setting up and maintaining ZK clusters I hoped for a bit more turn-key solution-y for it14:51
noonedeadpunkI'm not sure zk is for ceilometer tbh, I think it's more for Gnocchi14:52
f0ohttps://docs.openstack.org/openstack-ansible-os_ceilometer/latest/configure-ceilometer.html#configuring-the-hosts-for-an-ha-deployment hmm14:52
noonedeadpunkoh, well :D14:52
f0oBut this touches my next Q whether Gnocchi is a hard requirement or not14:52
noonedeadpunk`The OpenStack-Ansible project does not deploy these backends` -> that ius untrue14:53
f0owell I guess it is14:53
f0ooh?14:53
noonedeadpunkhttps://opendev.org/openstack/ansible-role-zookeeper14:53
f0o:o14:53
noonedeadpunkyou need pretty much to define `coordination_hosts` for it14:53
noonedeadpunkbut seems we've missed to patch ceilometer role for it... As I clean forgot about it14:55
f0oso something as simple as https://paste.opendev.org/show/bUjgGsMnxndKtDK3K9tb/ should "just work" ?14:55
noonedeadpunkI think so?14:55
noonedeadpunkbut I guess you might be missing compute ones14:56
noonedeadpunk`metering-compute_hosts`14:56
f0oyeah just saw as well :D14:56
f0oit was more about the "simplicity" of it14:56
f0oor if there are some gotchas to think about14:56
noonedeadpunkyeah, right14:56
noonedeadpunksimplicity wise it might be fine14:57
f0osuch as coordinator config in the ceilometer config overrides- wher I wouldnt even know which port ZK would end up using on haproxy14:57
noonedeadpunkit's not going through haproxy14:57
f0ooh14:58
noonedeadpunkit;'s closer to rabbit when client connects to zk14:58
noonedeadpunkor well... closer to OVN and raft eventually...14:58
f0oso the HA notes in os_ceilometer are not relevant anymore?14:59
noonedeadpunkapparently - we can improve that and remove necessity for override when zookepeer is present15:00
noonedeadpunklike we do that with cinder or octavia15:00
noonedeadpunkhttps://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/86551815:01
f0ocan I add coordinator_hosts retroactively? or will that cause some funkyness with services that autodetect it (like cinder)15:02
noonedeadpunkwell, it would add zookeepr for cinder if you use ceph IIRC15:30
noonedeadpunkbut that will also enable active/active mode for cinder-volume15:30
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811117:53
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811117:56
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811117:56
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811117:57
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811118:05
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811118:11
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811118:24
opendevreviewMerged openstack/ansible-hardening master: Updated from OpenStack Ansible Integrated repository  https://review.opendev.org/c/openstack/ansible-hardening/+/94778518:38
opendevreviewMerged openstack/openstack-ansible master: Stop skipping FQCN ansible-lint rule  https://review.opendev.org/c/openstack/openstack-ansible/+/94604320:23
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811121:10
opendevreviewMerged openstack/openstack-ansible master: docs: small fix with writing VXLAN  https://review.opendev.org/c/openstack/openstack-ansible/+/94779021:31
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811121:31
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811121:41
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811121:51
opendevreviewMerged openstack/ansible-role-httpd master: Allow vhosts to be defined without DocumentRoot  https://review.opendev.org/c/openstack/ansible-role-httpd/+/94767822:36
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811123:21
opendevreviewIvan Anfimov proposed openstack/openstack-ansible master: wip  https://review.opendev.org/c/openstack/openstack-ansible/+/94811123:38

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