opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: nova: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/935975 | 06:38 |
---|---|---|
frickler | supamatt: that looks really interesting, although it also seems to be mostly just a single-person project once again, but certainly worth a closer look | 07:12 |
opendevreview | Bartosz Bezak proposed openstack/kolla-ansible stable/2024.2: update openstack_previous_release_name var to 2024.1 https://review.opendev.org/c/openstack/kolla-ansible/+/936225 | 07:58 |
kevko | morning | 08:04 |
kevko | let's say i know what to backport to fix some issue to the lower versions ...problem is that kolla_docker was migrated to kolla_container in newer versions .... can I amend cherry-picked commit and just change this module name ? | 08:05 |
frickler | kevko: well I think that's the minimum that needs to be done, I guess you'll be lucky if the backport is indeed that simple. be sure to make a note of what you change in the commit message | 08:12 |
kevko | frickler: okay | 08:17 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible stable/2023.1: Fix nova-libvirt's secrets - device or resource is busy https://review.opendev.org/c/openstack/kolla-ansible/+/936174 | 08:22 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2024.1: [stable/2024.1 only] CI: remove openeuler https://review.opendev.org/c/openstack/kolla-ansible/+/936230 | 08:47 |
opendevreview | Merged openstack/kayobe master: Ensure ironic-python-agent matches ironic-lib https://review.opendev.org/c/openstack/kayobe/+/935890 | 11:02 |
opendevreview | Merged openstack/kayobe master: CI: Generate Octavia certificates when required https://review.opendev.org/c/openstack/kayobe/+/930196 | 11:02 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/2024.2: Ensure ironic-python-agent matches ironic-lib https://review.opendev.org/c/openstack/kayobe/+/936240 | 11:04 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/2024.1: Ensure ironic-python-agent matches ironic-lib https://review.opendev.org/c/openstack/kayobe/+/936241 | 11:05 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/2023.2: Ensure ironic-python-agent matches ironic-lib https://review.opendev.org/c/openstack/kayobe/+/936242 | 11:05 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2023.2: Fix IPv6 address format in ProxySQL configuration https://review.opendev.org/c/openstack/kolla-ansible/+/936243 | 11:13 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2023.1: Fix IPv6 address format in ProxySQL configuration https://review.opendev.org/c/openstack/kolla-ansible/+/936244 | 11:14 |
opendevreview | yosef proposed openstack/kolla-ansible master: Add election-timer option to ovn-db role https://review.opendev.org/c/openstack/kolla-ansible/+/934106 | 11:19 |
opendevreview | Merged openstack/kolla-ansible stable/2024.2: update openstack_previous_release_name var to 2024.1 https://review.opendev.org/c/openstack/kolla-ansible/+/936225 | 12:04 |
opendevreview | Matt Crees proposed openstack/kolla-ansible master: Add retries to `Waiting for rabbitmq to start` https://review.opendev.org/c/openstack/kolla-ansible/+/934135 | 13:47 |
SvenKieske | frickler, mnasiadka: didn't you implement some registry stuff to workaround the dockerhub limits, or is this still WIP? seeing ratelimit related failures again in fresh builds: https://zuul.opendev.org/t/openstack/build/fcdf17954e294c919a3a1677d1630270/log/primary/logs/build/000_FAILED_base.log | 14:45 |
frickler | SvenKieske: that was only for the installation of the registry we run https://review.opendev.org/c/openstack/kolla-ansible/+/935972 . pulling base containers still can fail unless we find a source other than dockerhub for those | 14:48 |
greatgatsby | Good day. I think we've found a bug in os-brick fibre_channel.py and just looking to discuss quickly before I submit a ticket or even a PR (I have a working fix currently). What channel would be best for that? | 14:52 |
greatgatsby | asking in #openstack-cinder | 14:56 |
SvenKieske | greatgatsby: that would be cinder, yes | 14:57 |
SvenKieske | and if you have a patch ready don't be shy and post it, most of the time it's better to discuss over actual code, at least that's my personal preference, not sure about the cinder folks :) | 14:57 |
greatgatsby | true, I could throw it up on a pastebin at least for now, just no idea if this is how upstream would want this fixed, so at least for now I'm hoping for a quick IRC discussion. I'll get it up on a pastebin, thanks again | 14:58 |
SvenKieske | you're more likely to get feedback if you have a proper gerrit review imho @greatgatsby, but ymmv :) | 15:25 |
greatgatsby | ok, thanks again | 15:26 |
opendevreview | Merged openstack/kolla-ansible master: Fix external ceph cinder keyring https://review.opendev.org/c/openstack/kolla-ansible/+/935860 | 16:01 |
mnasiadka | frickler: ubuntu and debian unfortunately are only stored on DockerHub | 16:15 |
mnasiadka | unless we want to use AWS ECR... https://gallery.ecr.aws/docker/library/ubuntu | 16:16 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: nova: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/935975 | 16:23 |
SvenKieske | mhm, so innocent question: opendev has no central container registry on it's own, right? | 16:23 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2024.2: Fix external ceph cinder keyring https://review.opendev.org/c/openstack/kolla-ansible/+/936278 | 16:29 |
SvenKieske | I think we should somehow have a opendev wide, or if that is to complicated, kolla wide base container cache, not sure what's the point of always pulling e.g. base ubuntu images from dockerhub. | 16:58 |
SvenKieske | we could afaik also just built them ourselves, as the build scripts are OSS on github, last time I looked at least, but that's more work than just caching, but maybe less work, on the other hand, if caching proves too difficult in our distributed CI. | 16:59 |
mnasiadka | There’s an intermediate container registry, but that can’t be used - might be we need to discuss having a container registry that would mirror some things - or just a pull through registry cache that would help with those limits | 17:08 |
mnasiadka | For now - we could switch to AWS ECR in the CI jobs | 17:08 |
mnasiadka | We can discuss that tomorrow | 17:08 |
SvenKieske | okay, I don't know the aws ecr thing, but if it works, why not? :) I'll look at your link | 17:09 |
SvenKieske | I guess I probably could also mirror some stuff on quay.io soon, maybe that would be an option? :) | 17:09 |
SvenKieske | sure, let's use the meeting for that | 17:10 |
opendevreview | Merged openstack/kolla-ansible stable/2023.1: Fix IPv6 address format in ProxySQL configuration https://review.opendev.org/c/openstack/kolla-ansible/+/936244 | 18:40 |
opendevreview | Merged openstack/kolla-ansible stable/2024.1: [stable/2024.1 only] CI: remove openeuler https://review.opendev.org/c/openstack/kolla-ansible/+/936230 | 18:42 |
opendevreview | Merged openstack/kayobe stable/2024.2: Ensure ironic-python-agent matches ironic-lib https://review.opendev.org/c/openstack/kayobe/+/936240 | 19:10 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: nova: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/935975 | 20:32 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: nova: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/935975 | 21:22 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: nova: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/935975 | 21:28 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!