opendevreview | Maksim Malchuk proposed openstack/kayobe master: Cleanup orphan interfaces https://review.opendev.org/c/openstack/kayobe/+/840033 | 00:53 |
---|---|---|
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: CI: separate image builds into a non-voting job https://review.opendev.org/c/openstack/kayobe/+/837477 | 07:40 |
yoctozepto | morning | 08:13 |
yoctozepto | frickler: I like your idea; it somehow aligns with the previous idea of having infra images in addition to source and binary - need to think about the details though, and obviously it may be an overkill for this temporary (I hope) situation | 08:16 |
opendevreview | Maksim Malchuk proposed openstack/kayobe master: Cleanup orphan interfaces https://review.opendev.org/c/openstack/kayobe/+/840033 | 08:19 |
hrw | morning | 08:20 |
hrw | yoctozepto: do your 'kolla/nova-compute:debian' idea and then we can do kolla/nova-compute:jammy, kolla/kibana:focal etc? | 08:21 |
yoctozepto | hrw: nice idea to encode the distro version there as well! so we would have tags like zed-ubuntu-jammy-aarch64, a bit lengthy but nicely documented, and it all stays under the same "docker repo" so the listings are saner | 08:27 |
hrw | yoctozepto: the problem with frickler's idea is that would require map of which distro needs which image | 08:30 |
hrw | or reverse - which distro for which image | 08:30 |
yoctozepto | hrw: yeah, we would have to at least know which ones are infra | 08:30 |
hrw | more complicated | 08:31 |
yoctozepto | but the rename with version makes sense nonetheless | 08:31 |
hrw | imageX is x86-64/{bullseye,focal,cs9} but aarch64/{bullseye,focal,cs8} for example | 08:31 |
hrw | imagename <> distro <> architecture mapping | 08:32 |
yoctozepto | ouch, even worse then | 08:32 |
hrw | base:jammy + base:focal on one machine | 08:37 |
hrw | and this eats tag space which could be used already | 08:37 |
hrw | or we do "base:jammy-{user_tag}" | 08:37 |
opendevreview | Radosław Piliszek proposed openstack/kolla master: [publishing] use a new naming scheme https://review.opendev.org/c/openstack/kolla/+/840164 | 09:04 |
yoctozepto | hrw: wdyt? ^ | 09:12 |
hrw | let me look | 09:13 |
hrw | yoctozepto: I would prefer to get new tag on non-ci builds too | 09:14 |
yoctozepto | hrw: well, non-ci has a funny default, not sure if anyone relies on it though, we can improve this in the next step | 09:16 |
hrw | INFO:kolla.common.utils.base:Successfully tagged y1/base:14.1.0 | 09:17 |
hrw | INFO:kolla.common.utils.nova-libvirt:Successfully tagged y1/nova-libvirt:14.1.0 | 09:18 |
hrw | works and gives unusable names ;D | 09:18 |
hrw | INFO:kolla.common.utils.openstack-base:Successfully tagged y2/openstack-base:debian-bullseye-14.1.0 | 09:22 |
hrw | INFO:kolla.common.utils.openstack-base:Successfully tagged y2/openstack-base:debian-bullseye-wierd_rename_from_yoctozepto | 09:22 |
hrw | and on top of it you can add map UNBUILDABLE_IN_CURRENT_RELEASE = {} | 09:24 |
hrw | with image/distro/arch mapping | 09:24 |
opendevreview | Merged openstack/kolla stable/yoga: Add multipath to cinder-volume https://review.opendev.org/c/openstack/kolla/+/839918 | 09:34 |
kevko | hmm, I'm installing in my docker image kolla via editable install | 10:40 |
kevko | but it looks like new setuptools is breaking my install ..did someone see similar issue ? | 10:40 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Skip /etc/kolla/globals.d on host cleanup https://review.opendev.org/c/openstack/kolla-ansible/+/839917 | 10:46 |
opendevreview | Merged openstack/kolla-ansible master: Multiple DHCP ranges for Ironic Inspector https://review.opendev.org/c/openstack/kolla-ansible/+/817076 | 10:50 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: Split haproxy and keepalived restarts https://review.opendev.org/c/openstack/kolla-ansible/+/838930 | 10:55 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: Add proxysql support for database https://review.opendev.org/c/openstack/kolla-ansible/+/770215 | 11:06 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: Edit services roles to support database sharding https://review.opendev.org/c/openstack/kolla-ansible/+/770216 | 11:07 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: [CI] Test ProxySQL with shards in the nova cells scenario https://review.opendev.org/c/openstack/kolla-ansible/+/770621 | 11:08 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Trigger cells job https://review.opendev.org/c/openstack/kolla-ansible/+/838916 | 11:08 |
priteau | kevko: what error are you getting? | 11:19 |
kevko | priteau: well, no error, but if I check pip3 freeze I can't see "-e @/some/location/installed-from-git" ..but egg-link exist ..also scripts are copied to .../bin/ ...but i can't import kolla_ansible | 11:21 |
kevko | my pipeline is running again ...i changed something ..so i will see | 11:21 |
kevko | priteau: but ..i think there will be "something" when i've checked changelog https://setuptools.pypa.io/en/latest/history.html | 11:22 |
kevko | will see | 11:23 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible stable/yoga: Multiple DHCP ranges for Ironic Inspector https://review.opendev.org/c/openstack/kolla-ansible/+/840174 | 11:54 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible stable/xena: Multiple DHCP ranges for Ironic Inspector https://review.opendev.org/c/openstack/kolla-ansible/+/840175 | 12:00 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible stable/wallaby: Multiple DHCP ranges for Ironic Inspector https://review.opendev.org/c/openstack/kolla-ansible/+/840176 | 12:02 |
kevko | anyone to review this ? https://review.opendev.org/c/openstack/kolla-ansible/+/838930/3 | 12:53 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Fix typos in docs https://review.opendev.org/c/openstack/kolla-ansible/+/840184 | 13:45 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add api_workers for each service to defaults https://review.opendev.org/c/openstack/kolla-ansible/+/813193 | 13:45 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Add support for LetsEncrypt-managed certs https://review.opendev.org/c/openstack/kolla-ansible/+/741340 | 17:16 |
jamesbenson | Is anyone else getting a baremetal error on `bootstrap-servers` in yoga? It's in kolla-ansible/ansible/kolla-host.yml. The role 'openstack.kolla.baremetal' was not found. | 17:42 |
opendevreview | Merged openstack/kolla-ansible master: Fix typos in docs https://review.opendev.org/c/openstack/kolla-ansible/+/840184 | 18:07 |
jamesbenson | mgoddard SvenKieske: thoughts on this? https://review.opendev.org/c/openstack/kolla-ansible/+/839269 | 18:18 |
opendevreview | James Kirsch proposed openstack/kolla master: Replace Certbot with Lego for Let's Encrypt container https://review.opendev.org/c/openstack/kolla/+/834211 | 23:04 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!