opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Run ML2/OVS agents processes in separate containers https://review.opendev.org/c/openstack/kolla-ansible/+/864780 | 06:36 |
---|---|---|
mnasiadka | morning | 06:36 |
mnasiadka | ktindall: there's a link to a zuul script in job output that will download all files to your local computer | 06:39 |
opendevreview | Roman Krcek proposed openstack/kolla-ansible master: [POC] Make virtual environment mandatory https://review.opendev.org/c/openstack/kolla-ansible/+/941674 | 07:33 |
PrzemekK | Hi. Some guys ask for Trove documentation in kolla-ansible . Is there any ? https://www.reddit.com/r/openstack/comments/1k323uf/where_is_the_kolla_ansible_trove_documentation/ | 08:23 |
frickler | PrzemekK: I don't think there is any. IMHO trove is similarly obsolete as swift | 08:46 |
frickler | ktindall: it might help if you describe in a bit more detail the issue you are trying to debug | 08:47 |
PrzemekK | Its not my issue :) I give guy a link https://www.linkedin.com/pulse/trove-database-service-openstack-satish-patel-ib5re/ should be enough . He told that there was some documentation but gone | 08:53 |
PrzemekK | ok thx for info | 08:53 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Add agents wrappers in the neutron-base image https://review.opendev.org/c/openstack/kolla/+/946215 | 09:14 |
opendevreview | Franciszek Przewoźny proposed openstack/kolla-ansible master: Manage mysqld db user only from db related hosts https://review.opendev.org/c/openstack/kolla-ansible/+/946226 | 10:11 |
opendevreview | Verification of a change to openstack/kayobe stable/2023.2 failed: Support forcing time synchronisation https://review.opendev.org/c/openstack/kayobe/+/947659 | 10:54 |
opendevreview | Verification of a change to openstack/kayobe stable/2023.2 failed: Replace pause with chronyc waitsync in ntp sync https://review.opendev.org/c/openstack/kayobe/+/947670 | 10:54 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Add agents wrappers in the neutron-base image https://review.opendev.org/c/openstack/kolla/+/946215 | 11:49 |
opendevreview | Matt Crees proposed openstack/kayobe master: Revert "CI: Don't use new RabbitMQ features yet" https://review.opendev.org/c/openstack/kayobe/+/947088 | 11:49 |
opendevreview | Marek Buch proposed openstack/kolla-ansible master: Add support for volume label filtering https://review.opendev.org/c/openstack/kolla-ansible/+/947116 | 12:11 |
opendevreview | Merged openstack/kayobe master: CI: Migrate RabbitMQ queues before upgrade https://review.opendev.org/c/openstack/kayobe/+/947089 | 12:31 |
opendevreview | Merged openstack/kayobe master: Add releasenotes templates and update documentation https://review.opendev.org/c/openstack/kayobe/+/947057 | 12:31 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/2024.2: Add releasenotes templates and update documentation https://review.opendev.org/c/openstack/kayobe/+/947821 | 12:40 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/2024.1: Add releasenotes templates and update documentation https://review.opendev.org/c/openstack/kayobe/+/947822 | 12:41 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/2023.2: Add releasenotes templates and update documentation https://review.opendev.org/c/openstack/kayobe/+/947823 | 12:42 |
opendevreview | Roman Krcek proposed openstack/ansible-collection-kolla master: Mandatory python virtual env https://review.opendev.org/c/openstack/ansible-collection-kolla/+/947736 | 13:00 |
ktindall | mnasiadka: Thanks. I did notice and use a curl command to download all log files. Where is the download all files option? Does that option expire after some time? | 13:26 |
frickler | ktindall: it is a script that is added as part of the job results, e.g. https://58b5104671cb75a4e1d8-7130cff635b715a96cb8254a2740af6b.ssl.cf2.rackcdn.com/openstack/7b11289c33924e7cba2637df6aa71407/download-logs.sh | 13:28 |
frickler | also all job logs expire after a couple of weeks | 13:29 |
ktindall | frickler: my apologies, I've done an XY-problem by only asking for solution without context. I'm diagnosing one of several failed Zuul tasks from https://zuul.opendev.org/t/openstack/build/5cfe0de949234bfabf1d8ab7cbc64be6/console | 13:33 |
ktindall | It seems that all job logs != all files. I was looking for whether a specific pem file was created under /etc, but I don't see those files from the download-logs contents. | 13:35 |
ktindall | More specifically, there is a container (tls novncproxy) that fails to start during deploy step and the logs from that service indicate something is wrong with the pem file. Hard to say what without seeing the file system. | 13:38 |
ktindall | It is likely the file does not exist, since the whole point of the change I am testing is to add TLS to novncproxy. | 13:39 |
frickler | ktindall: well the content of /etc/kolla/nova-novncproxy-tls-proxy should be in https://eab58b8bbf8ef58a2850-2dd412ef398089d2e24183bcf50b9136.ssl.cf1.rackcdn.com/openstack/5cfe0de949234bfabf1d8ab7cbc64be6/primary/logs/kolla_configs/nova-novncproxy-tls-proxy/index.html . and the .pem file of size 0 there looks suspicious indeed | 13:39 |
frickler | ktindall: on a general note, if you need to debug a test run in more detail, we (as in opendev admins) can hold a job and give you access via ssh for further investigation if needed | 13:41 |
ktindall | Thanks for that direct link. I did not notice the truncated file structure that lacks /etc in the path. I see it now. | 13:42 |
ktindall | Also, good to know about debug ssh access in the future. I would only want to do that sparingly, of course. | 13:43 |
ktindall | In this case, I need to track down why this pem file is empty to begin with. Thanks for the help :) | 13:43 |
ktindall | (not asking for ssh access yet; I'm saying see ya later while I go dig more) | 13:44 |
Adrian_Petzold | Hello, I'm having an issue with the latest version of kolla-ansible when deploying openstack. It seems that my neutron doesnt connect my VM with my Host. I'm fairly new to OpenStack but would love to use it if I could. Am I at the right place? | 14:03 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Add agents wrappers in the neutron-base image https://review.opendev.org/c/openstack/kolla/+/946215 | 15:05 |
opendevreview | Roman Krcek proposed openstack/kolla-ansible master: [POC] Rework configuration process https://review.opendev.org/c/openstack/kolla-ansible/+/946527 | 15:15 |
opendevreview | Roman Krcek proposed openstack/kolla-ansible master: [POC] Make virtual environment mandatory https://review.opendev.org/c/openstack/kolla-ansible/+/941674 | 15:20 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/2023.2: CI: Drop upgrade jobs from stable/2023.1 https://review.opendev.org/c/openstack/kayobe/+/947844 | 15:53 |
yuval | hey I see kolla-ansible installs packages in a venv, is there an option to disable it? | 15:59 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/2023.2: CI: Drop upgrade jobs from unmaintained/2023.1 https://review.opendev.org/c/openstack/kayobe/+/947844 | 16:11 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Add agents wrappers in the neutron-base image https://review.opendev.org/c/openstack/kolla/+/946215 | 16:21 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Add agents wrappers in the neutron-base image https://review.opendev.org/c/openstack/kolla/+/946215 | 16:24 |
opendevreview | Merged openstack/kayobe stable/2023.2: CI: Drop upgrade jobs from unmaintained/2023.1 https://review.opendev.org/c/openstack/kayobe/+/947844 | 16:32 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: Upgrade Prometheus to v3 https://review.opendev.org/c/openstack/kolla/+/945604 | 16:32 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Upgrade Prometheus to v3 https://review.opendev.org/c/openstack/kolla-ansible/+/945611 | 16:36 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Add agents wrappers in the neutron-base image https://review.opendev.org/c/openstack/kolla/+/946215 | 17:34 |
spatel | mnasiadka Hey! | 17:48 |
opendevreview | Maksim Malchuk proposed openstack/kayobe master: Use 'pip_upper_constraints_file' for openstacksdk installation https://review.opendev.org/c/openstack/kayobe/+/947863 | 18:07 |
spatel | does epoxy removed nova_api container? | 18:10 |
opendevreview | Merged openstack/kayobe master: Revert "CI: Don't use new RabbitMQ features yet" https://review.opendev.org/c/openstack/kayobe/+/947088 | 18:43 |
opendevreview | Merged openstack/kayobe stable/2023.2: Support forcing time synchronisation https://review.opendev.org/c/openstack/kayobe/+/947659 | 18:43 |
opendevreview | Merged openstack/kolla stable/2024.2: nova/aarch64: Fix qemu-efi build failures https://review.opendev.org/c/openstack/kolla/+/947497 | 18:58 |
opendevreview | Verification of a change to openstack/kolla master failed: Fix preparation of /tftpboot for ironic-pxe https://review.opendev.org/c/openstack/kolla/+/946659 | 18:59 |
opendevreview | Merged openstack/kolla stable/2024.1: nova/aarch64: Fix qemu-efi build failures https://review.opendev.org/c/openstack/kolla/+/947442 | 19:07 |
opendevreview | Merged openstack/kolla master: Update prometheus alertmanager to newest available version https://review.opendev.org/c/openstack/kolla/+/947239 | 19:08 |
mnasiadka | spatel: no? Why? | 19:13 |
spatel | https://bugs.launchpad.net/kolla-ansible/+bug/2107983 | 19:13 |
spatel | This is my problem.. I have noticed multiple container crashing because of config.json variable issue | 19:14 |
opendevreview | Merged openstack/kolla master: Remove deprecated AngularJS plugins from Grafana https://review.opendev.org/c/openstack/kolla/+/937734 | 19:18 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: CI: Restore upgrade jobs https://review.opendev.org/c/openstack/kayobe/+/947877 | 21:00 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: CI: Enable SLURP upgrade job for Ubuntu Noble https://review.opendev.org/c/openstack/kayobe/+/947878 | 21:05 |
opendevreview | Merged openstack/kayobe stable/2023.2: Replace pause with chronyc waitsync in ntp sync https://review.opendev.org/c/openstack/kayobe/+/947670 | 21:36 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!