admin1 | how 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 |
---|---|---|
admin1 | i am on 26.1.1 ( and not trying to upgade) , but just re-running setup-openstack | 09:27 |
noonedeadpunk | admin1: there should be more to this error | 11:24 |
noonedeadpunk | as pip version notice is irrelevant to the error | 11:26 |
admin1 | oh .. | 11:40 |
admin1 | i am going to rm -f the python_venv_build.log and then gist the complete os-glance run | 11:40 |
admin1 | so 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 |
admin1 | setup hosts and infra went fine .. so did keystone .. rest all failed in a similar way | 11:42 |
admin1 | where 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 good | 11:42 |
admin1 | noonedeadpunk, this is the error in the ansible run -> https://gist.githubusercontent.com/a1git/9f003ab56b48d8e6462ee25e3ad5bdf4/raw/ebd6a5024df3a7b26ea3ac314a37725a25dd856e/gistfile1.txt .. | 11:44 |
admin1 | working on venv log | 11:45 |
admin1 | this is the venv log from the container https://gist.githubusercontent.com/a1git/a0a94a13aca44cf4785a7307fcad1271/raw/f7ede8142e869326d30c85e8e365a3e84d0a329a/gistfile1.txt | 11:46 |
noonedeadpunk | frankly - this looks like infra issue with the mirror | 11:48 |
admin1 | do i drop the repo container ? | 11:49 |
admin1 | and let it rebuild on the setup hosts/infra run ? | 11:49 |
admin1 | or s it better to upgrade to a new tag ? | 11:49 |
noonedeadpunk | um | 11:49 |
noonedeadpunk | I meant issue with openinfra gitea | 11:50 |
admin1 | oh | 11:50 |
noonedeadpunk | as yo ucan see in log - git fails to checkout to 06a18202ab52c64803f044b8f848ed1c160905d2 | 11:50 |
noonedeadpunk | as for me - these commands do succeed | 11:51 |
noonedeadpunk | https://paste.openstack.org/show/bEQzlVp0YiPmu5x762Mx/ | 11:52 |
noonedeadpunk | you can try overriding uris to github from opendev.org | 11:52 |
noonedeadpunk | unfortunatelly we don't have `openstack_opendev_base_url` variable yet on Zed | 11:53 |
noonedeadpunk | as with it you could try `openstack_opendev_base_url: https://github.com/` | 11:53 |
admin1 | maybe i will try to upgrade to a new tag | 11:58 |
admin1 | i will try first wtih openstack_opendev_base_url | 11:59 |
admin1 | openstack_opendev_base_url: "https://github.com/" in variables ? | 11:59 |
admin1 | wrong | 12:00 |
admin1 | i will try a new tag | 12:00 |
opendevreview | Dmitriy 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/+/941388 | 12:00 |
admin1 | maybe it will help .. | 12:00 |
noonedeadpunk | that variable is not available on zed - only since 2023.1 | 12:10 |
opendevreview | Merged openstack/ansible-role-uwsgi master: Add .gitignore file to the repo https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/941890 | 13:51 |
opendevreview | Merged openstack/ansible-role-pki master: Add .gitignore file to the repo https://review.opendev.org/c/openstack/ansible-role-pki/+/941896 | 13:56 |
admin1 | upgrading to 27 is working .. | 14:36 |
kleini | What 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 |
kleini | Cold 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 |
mgariepy | i suggest shutdown all vms first, | 14:51 |
noonedeadpunk | Yeah, I guess I'd ensure that VMs are shut down first as well | 14:59 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:01 |
opendevmeet | Meeting 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:01 |
noonedeadpunk | #topic rollcall | 15:01 |
noonedeadpunk | o/ | 15:01 |
admin1 | o/ | 15:01 |
admin1 | kleini, i had to move twice, and i followed the same .. works .. i also had ceph on the mix | 15:02 |
noonedeadpunk | #topic office hours | 15:03 |
noonedeadpunk | last week I pushed series of things to migrate to usage of fqcns in our roles | 15:04 |
noonedeadpunk | so far - only playbooks were skipped during that migration | 15:04 |
damiandabrowski | hi! | 15:04 |
noonedeadpunk | I leveraged ansible-lint --fix=yaml and ansible-lint --fix=fqcn | 15:04 |
noonedeadpunk | and used a different topics for these: | 15:05 |
noonedeadpunk | #link https://review.opendev.org/q/topic:%22osa/lint_autofix%22 | 15:05 |
noonedeadpunk | #link https://review.opendev.org/q/topic:%22osa/fqcn%22 | 15:05 |
noonedeadpunk | I am expecting them creating a lot of merge conflicts though | 15:06 |
noonedeadpunk | so we'd need to rebase things I guess... | 15:06 |
noonedeadpunk | and also - try to prevent using non-fqcn further on, until we able to switch linters to error out | 15:06 |
noonedeadpunk | but patches needs to land first... | 15:07 |
noonedeadpunk | once 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-L4 | 15:07 |
noonedeadpunk | and ofc - we need reviews there :) | 15:08 |
noonedeadpunk | so. 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 docker | 15:11 |
noonedeadpunk | I didn't have time to look into that this week, unfortunatelly | 15:11 |
noonedeadpunk | Then, we're moving closer and closer to coordinated release date | 15:11 |
noonedeadpunk | I have couple of things in mind, that we need to finalize until then. | 15:11 |
noonedeadpunk | 1. HTTP role and finalize migration to it for left "clients" (keystone, horizon, what else?) | 15:12 |
noonedeadpunk | 2. RabbitMQ better handling quorum queues and streams healthchecks/replication fixes. Add rebootstrap flag | 15:12 |
noonedeadpunk | 3. Finalize sunset of tests repo - adopt molecule for plugins repo | 15:13 |
noonedeadpunk | 4. CentOS Stream 10 - this is most questionable one, as 2 issues: a) no infra image to test out due to old hardware b) no glusterfs | 15:14 |
noonedeadpunk | I'm really not sure if I will be able to fit ProxySQL, despite I really want to... | 15:15 |
damiandabrowski | sounds like a plan! i'll help out with reviews | 15:19 |
noonedeadpunk | at 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 |
opendevreview | Merged openstack/openstack-ansible-os_horizon master: Remove logger for nose.plugin.manager https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/941940 | 15:49 |
noonedeadpunk | #endmeeting | 15:53 |
opendevmeet | Meeting ended Tue Feb 18 15:53:27 2025 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:53 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-02-18-15.01.html | 15:53 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-02-18-15.01.txt | 15:53 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-02-18-15.01.log.html | 15: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 | |
opendevreview | Merged openstack/openstack-ansible-galera_server master: Auto-fix yaml rules https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/941315 | 18:12 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!