Tuesday, 2025-02-18

admin1how do I overcome  finished with status 'error'\n\n[notice] A new release of pip available: 22.1.2 -> 25.0.1\n[notice] To update, run: python3 -m pip install --upgrade pip\n\n:stderr:  .. 09:07
admin1i am on 26.1.1 ( and not trying to upgade) , but just re-running setup-openstack 09:27
noonedeadpunkadmin1: there should be more to this error11:24
noonedeadpunkas pip version notice is irrelevant to the error11:26
admin1oh .. 11:40
admin1i am going to rm -f the python_venv_build.log and then gist the complete os-glance run11:40
admin1so to remove the extra controllres, i removed the c2 and c3 refernece from inventory and infra config .. and then all i wanted to do was re-run the os-install files so that it will update the rabbit section with just 1 rabbitmq 11:41
admin1setup hosts and infra went fine .. so did keystone .. rest all failed in a similar way 11:42
admin1where it fails on python_venv_build : Install python packages into the venv .. also when c2/c3 removed, gluster failed, so i reduced it to just 1 copy and the mount works good11:42
admin1noonedeadpunk, this is the error in the ansible run -> https://gist.githubusercontent.com/a1git/9f003ab56b48d8e6462ee25e3ad5bdf4/raw/ebd6a5024df3a7b26ea3ac314a37725a25dd856e/gistfile1.txt  .. 11:44
admin1working on venv log11:45
admin1this is the venv log from the container  https://gist.githubusercontent.com/a1git/a0a94a13aca44cf4785a7307fcad1271/raw/f7ede8142e869326d30c85e8e365a3e84d0a329a/gistfile1.txt11:46
noonedeadpunkfrankly - this looks like infra issue with the mirror11:48
admin1do i drop the repo container ? 11:49
admin1and let it rebuild on the setup hosts/infra run ? 11:49
admin1or s it better to upgrade to a new tag ? 11:49
noonedeadpunkum11:49
noonedeadpunkI meant issue with openinfra gitea11:50
admin1oh 11:50
noonedeadpunkas yo ucan see in log - git fails to checkout to 06a18202ab52c64803f044b8f848ed1c160905d211:50
noonedeadpunkas for me - these commands do succeed11:51
noonedeadpunkhttps://paste.openstack.org/show/bEQzlVp0YiPmu5x762Mx/11:52
noonedeadpunkyou can try overriding uris to github from opendev.org11:52
noonedeadpunkunfortunatelly we don't have `openstack_opendev_base_url` variable yet on Zed11:53
noonedeadpunkas with it you could try `openstack_opendev_base_url: https://github.com/`11:53
admin1maybe i will try to upgrade to a new tag 11:58
admin1i will try first wtih openstack_opendev_base_url 11:59
admin1 openstack_opendev_base_url:  "https://github.com/"    in variables ? 11:59
admin1wrong12:00
admin1i will try a new tag12:00
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Auto-fix usage of modules via FQCN  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/94138812:00
admin1maybe it will help .. 12:00
noonedeadpunkthat variable is not available on zed - only since 2023.112:10
opendevreviewMerged openstack/ansible-role-uwsgi master: Add .gitignore file to the repo  https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/94189013:51
opendevreviewMerged openstack/ansible-role-pki master: Add .gitignore file to the repo  https://review.opendev.org/c/openstack/ansible-role-pki/+/94189613:56
admin1upgrading to 27 is working .. 14:36
kleiniWhat would be best way to shutdown an OpenStack cluster? I need to move the whole cluster to a different data center. Currently I would just poweroff all computes, which would hopefully orderly shut down all VMs due to libvirtd being shut down. Regarding infra nodes I would shut down primary infra node last. Anything I missed?14:39
kleiniCold start would then be starting primary infra node first and getting Galera, RabbitMQ, Zookeeper up and running. Then the other infra nodes and finally start computes again.14:41
mgariepyi suggest shutdown all vms first,14:51
noonedeadpunkYeah, I guess I'd ensure that VMs are shut down first as well14:59
noonedeadpunk#startmeeting openstack_ansible_meeting15:01
opendevmeetMeeting started Tue Feb 18 15:01:12 2025 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
opendevmeetThe meeting name has been set to 'openstack_ansible_meeting'15:01
noonedeadpunk#topic rollcall15:01
noonedeadpunko/15:01
admin1o/15:01
admin1kleini, i had to move twice, and i followed the same .. works .. i also had ceph on the mix 15:02
noonedeadpunk#topic office hours15:03
noonedeadpunklast week I pushed series of things to migrate to usage of fqcns in our roles15:04
noonedeadpunkso far - only playbooks were skipped during that migration15:04
damiandabrowskihi!15:04
noonedeadpunkI leveraged ansible-lint --fix=yaml and ansible-lint --fix=fqcn15:04
noonedeadpunkand used a different topics for these:15:05
noonedeadpunk#link https://review.opendev.org/q/topic:%22osa/lint_autofix%2215:05
noonedeadpunk#link https://review.opendev.org/q/topic:%22osa/fqcn%2215:05
noonedeadpunkI am expecting them creating a lot of merge conflicts though15:06
noonedeadpunkso we'd need to rebase things I guess...15:06
noonedeadpunkand also - try to prevent using non-fqcn further on, until we able to switch linters to error out 15:06
noonedeadpunkbut patches needs to land first...15:07
noonedeadpunkonce majority is landed - I will try to propose removing these 2 exceptions:15:07
noonedeadpunk#link https://opendev.org/openstack/openstack-ansible/src/commit/0cca73263b621214aab571d4029dba1a6b126b90/.ansible-lint#L3-L415:07
noonedeadpunkand ofc - we need reviews there :)15:08
noonedeadpunkso. molecule for plugins repo. I don't think there's been any progress there, we're still pretty much blocked with apprmor and sudo inside docker15:11
noonedeadpunkI didn't have time to look into that this week, unfortunatelly15:11
noonedeadpunkThen, we're moving closer and closer to coordinated release date15:11
noonedeadpunkI have couple of things in mind, that we need to finalize until then.15:11
noonedeadpunk1. HTTP role and finalize migration to it for left "clients" (keystone, horizon, what else?)15:12
noonedeadpunk2. RabbitMQ better handling quorum queues and streams healthchecks/replication fixes. Add rebootstrap flag15:12
noonedeadpunk3. Finalize sunset of tests repo - adopt molecule for plugins repo15:13
noonedeadpunk4. CentOS Stream 10 - this is most questionable one, as 2 issues: a) no infra image to test out due to old hardware b) no glusterfs15:14
noonedeadpunkI'm really not sure if I will be able to fit ProxySQL, despite I really want to...15:15
damiandabrowskisounds like a plan! i'll help out with reviews15:19
noonedeadpunkat least solving glusterfs issue could get centos 10 actually... but if we have to replace gluster now with smth different - I dont see it's happening this cycle at all :(15:20
opendevreviewMerged openstack/openstack-ansible-os_horizon master: Remove logger for nose.plugin.manager  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/94194015:49
noonedeadpunk#endmeeting15:53
opendevmeetMeeting ended Tue Feb 18 15:53:27 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:53
opendevmeetMinutes:        https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-02-18-15.01.html15:53
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-02-18-15.01.txt15:53
opendevmeetLog:            https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-02-18-15.01.log.html15:53
-opendevstatus- NOTICE: nominations for the OpenStack PTL and TC positions are closing soon, for details see https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/7DKEV7IEHOTHED7RVEFG7WIDVUC4MY3Z/15:57
opendevreviewMerged openstack/openstack-ansible-galera_server master: Auto-fix yaml rules  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/94131518:12

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