Thursday, 2024-07-18

opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424605:13
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424605:17
opendevreviewKien Nguyen proposed openstack/kolla-ansible master: Support Fluentd per-host custom config  https://review.opendev.org/c/openstack/kolla-ansible/+/92438206:48
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424607:07
opendevreviewIvan Halomi proposed openstack/kolla-ansible master: Refactor of kolla_container_facts  https://review.opendev.org/c/openstack/kolla-ansible/+/91141707:49
opendevreviewIvan Halomi proposed openstack/kolla-ansible master: Move actions to kolla_container_facts  https://review.opendev.org/c/openstack/kolla-ansible/+/91150507:49
opendevreviewIvan Halomi proposed openstack/kolla-ansible master: Merge of container_facts modules  https://review.opendev.org/c/openstack/kolla-ansible/+/91246007:49
opendevreviewIvan Vnučko proposed openstack/kolla-ansible master: Add backend TLS encryption between RabbitMQ management and HAProxy  https://review.opendev.org/c/openstack/kolla-ansible/+/91908607:56
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424608:13
olikevko: setting `nova_conductor_image_full: "nova-conductor:2024.1-debian-bookworm"` in the host_vars for the control and arm node worked. Thanks a million for helping yesterday.08:43
opendevreviewWill Szumski proposed openstack/kayobe master: Support running without root privileges  https://review.opendev.org/c/openstack/kayobe/+/92343008:50
olikevko: also had to do same thing for neutron_server_image_full but now have an arm64 compute node :D08:54
opendevreviewAndrey Kurilin proposed openstack/kolla master: Add ability to extend sources and users without patching kolla  https://review.opendev.org/c/openstack/kolla/+/92438709:00
opendevreviewIvan Halomi proposed openstack/kolla-ansible master: Add action for getting container names list  https://review.opendev.org/c/openstack/kolla-ansible/+/92438909:27
opendevreviewAndrey Kurilin proposed openstack/kolla master: Add ability to extend sources and users without patching kolla  https://review.opendev.org/c/openstack/kolla/+/92438709:28
opendevreviewGaël THEROND proposed openstack/kolla master: Add new hardware prometheus exporter:  https://review.opendev.org/c/openstack/kolla/+/92165809:34
opendevreviewGaël THEROND proposed openstack/kolla master: Add new hardware prometheus exporter:  https://review.opendev.org/c/openstack/kolla/+/92165809:36
opendevreviewGaël THEROND proposed openstack/kolla master: Add new hardware prometheus exporter:  https://review.opendev.org/c/openstack/kolla/+/92165809:37
Fl1ntHi everyone!09:37
Fl1ntSo, I'm trying to patch our platform with this patch (https://bugs.launchpad.net/nova/+bug/2048097) as we're migrating away from Yoga release, however, I'm having an issue as the images, still continue to use pyroute2 from pip with version from upper-constraints.txt09:40
Fl1ntwhich mean 0.6.6...09:41
Fl1ntI'm building from binary for this release09:41
Fl1ntI'd like to avoid having to downstream patch the openstack-base image and sed remove the pyroute2 package train from upper-constraints.txt09:43
Fl1ntany idea?09:43
mnasiadkaFl1nt: we patched that in Yoga - https://review.opendev.org/c/openstack/kolla/+/904781 and https://review.opendev.org/c/openstack/kolla/+/913584 for source builds09:57
Fl1ntmnasiadka, nope, doesn't work for binary based image.10:11
mnasiadkaso build a source one10:11
Fl1ntI can't for yoga10:11
mnasiadkait's unmaintained, fix it downstream10:12
Fl1ntI have them source based for Zed, but I've to use binary for Yoga, I did append the appropriate package on binary based packages, BUT as EPEL only provide 0.5.13 upper-constraints.txt still override with 0.6.610:13
Fl1ntmnasiadka, will do10:13
Fl1ntmnasiadka, should I just sed remove all pyroute2(.*)===0.6.6 packages?10:14
Fl1nton openstack-base.10:14
mnasiadkaprobably - I don't remember the details10:14
Fl1ntok, I'll test that.10:17
PrzemekKRelated to this Add Dockerfile for neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla/+/924302 In agent container there will be files described in https://review.opendev.org/c/openstack/neutron-vpnaas/+/765353 (main) https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/847007 (test job)  https://review.opendev.org/c/openstack/neutron-vpnaas/+/895651 (documentation)10:18
Fl1ntPrzemekK, meh??10:19
opendevreviewWill Szumski proposed openstack/kayobe master: Bump up Ansible supported versions to 9.x/10.x  https://review.opendev.org/c/openstack/kayobe/+/92355610:23
Fl1ntmnasiadka, is there an existing migration path from CentOS based cluster to Ubuntu/Debian? Out of completely reinstall/wipe the cluster. I thought to get two separated pipeline where the ubuntu based one just use the exact same data than the centos one but run with --limit applied to the reprovisionned hosts.10:27
mnasiadkayou'll not be able to live migrate instances between centos and Ubuntu/Debian10:27
mnasiadkaI think kevko was in this department10:27
opendevreviewAndrey Kurilin proposed openstack/kolla master: Add ability to extend sources and users without patching kolla  https://review.opendev.org/c/openstack/kolla/+/92438710:28
jovialWas hoping to get this change in to fix Kayobe CI: https://review.opendev.org/c/openstack/kayobe/+/923978 if any cores are around10:30
kevkoFl1nt: yep, you won't live migrate hosts 10:31
kevkoFl1nt: but if you re-run instance on new debuntu libvirt ...it will work then ..10:32
Fl1ntkevko, ouf...10:32
Fl1ntrerun? You mean rebuild?10:32
kevkoFl1nt: like shutdown and start 10:32
Fl1ntDoes cold migration work tho?10:32
Fl1ntmnasiadka, thanks a lot10:32
kevkoFl1nt: yep, cold migration should work also 10:32
kevkoFl1nt: I hate redhat and distros like redhat :D 10:33
mnasiadkacold migration is a resize to the same flavor, so should work10:33
Fl1ntok, so I can plan a migration then :D10:33
kevkothey are changing the code and adding own machine types :D ...so you are not able to migrate :D 10:34
Fl1ntkevko, yeah, I've throw away that towel too, I'm fed up with RH/IBM moves and especially since our last encounter with them and their architects that are... sales, rather than technicals10:34
opendevreviewMark Goddard proposed openstack/kolla-ansible master: Work around OVN DB leader election race condition  https://review.opendev.org/c/openstack/kolla-ansible/+/92439510:34
kevkoexactly ! 10:34
Fl1ntWe're still hesitant on the distribution we will use as we would like to use Debian for its neutral, will always be there aspect, but in the mean time, I'd like to not be stuck with infinitely old packages etc.10:47
haensenhey there. ive successfully deployed openstack with external ceph - everything is working fine. next would be to have different pools (hdd, ssd) to be available for cinder10:56
haensenhow to do so?10:56
haensenive already read up https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html10:57
haensenbut i cant see anything related to my topic10:57
PrzemekKhaensen what version You running ?11:00
haensen2023.211:00
Fl1nthaensen, have a look in here: https://docs.openstack.org/cinder/latest/admin/multi-backend.html11:01
Fl1ntyou'll need of course your ceph cluster to get appropriate pools and EC or Replicated profile that target correctly your crushmap devices.11:01
haensenill check your link - the cephs side is already prepared11:02
kevkoFl1nt: old packages ? new debian is every 2 years :D 11:11
kevkoFl1nt: we have ubuntu on hosts and debian as images 11:11
Fl1ntkevko, that too old ^^ we do update every 6 months :D11:25
Fl1ntkevko, I see you're a man of adventure too :p11:25
PrzemekKhaensen we did change in /usr/local/share/kolla-ansible/ansible/roles/cinder/templates/cinder.conf.j2 #rbd_pool = {{ ceph_cinder_pool_name }} rbd_pool = {{ backend.pool }} and add mapping 2 pools cinder_ceph_backends:   - name: "rbd-1"     cluster: "ceph"     pool: "xxx"     availability_zone: "W1-az"     enabled: "{{ cinder_backend_ceph | bool }}"   - name: "rbd-2"     cluster: "ceph"     pool: "yyy"     availability_z11:55
kevkoFl1nt: well, debian policy is strict ..they are not changing the version in stable releases ..to just not break anything... but you still can add some custom repo ...11:57
kevkoFl1nt: why am I man of adventure :D ? 11:57
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Refactor external ceph  https://review.opendev.org/c/openstack/kolla-ansible/+/90716612:59
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Refactor external ceph  https://review.opendev.org/c/openstack/kolla-ansible/+/90716613:00
opendevreviewMark Goddard proposed openstack/kolla-ansible master: Work around OVN DB leader election race condition  https://review.opendev.org/c/openstack/kolla-ansible/+/92439513:21
SvenKieskekevko: any idea why your refactor external ceph might explode the cephadm job? specifically attachment of a earlier created volume seems to fail persistently: https://zuul.opendev.org/t/openstack/build/912b6eefa45e4e7fad681392a54fced4/log/primary/logs/ansible/test-core-openstack14:37
SvenKieskethere's still the possibility that it's unrelated but it surely looks suspicious14:38
opendevreviewSven Kieske proposed openstack/kolla-ansible stable/2024.1: Fix mariadb recovery  https://review.opendev.org/c/openstack/kolla-ansible/+/92441014:54
opendevreviewSven Kieske proposed openstack/kolla-ansible stable/2023.2: Fix mariadb recovery  https://review.opendev.org/c/openstack/kolla-ansible/+/92441114:54
opendevreviewSven Kieske proposed openstack/kolla-ansible stable/2023.1: Fix mariadb recovery  https://review.opendev.org/c/openstack/kolla-ansible/+/92441214:55
SvenKieskefrickler: could you look into the promote pipeline failing here? https://review.opendev.org/c/openstack/kolla/+/922079 https://zuul.opendev.org/t/openstack/build/a49d8d64ebce4353b1821d8e10536bc8 not sure if this was cleaned up later15:16
opendevreviewSven Kieske proposed openstack/kolla stable/2024.1: [docs] remove not working dev setup  https://review.opendev.org/c/openstack/kolla/+/92441515:17
opendevreviewSven Kieske proposed openstack/kolla stable/2023.2: [docs] remove not working dev setup  https://review.opendev.org/c/openstack/kolla/+/92441615:18
opendevreviewSven Kieske proposed openstack/kolla stable/2023.1: [docs] remove not working dev setup  https://review.opendev.org/c/openstack/kolla/+/92441715:18
kevkoSvenKieske: i will check ..but it shouldn't brake anything 15:26
SvenKieskekevko: yes, I also didn't find anything just yet, but it failed multiple times now, maybe we also have a new unrelated bug in the CI :)15:28
fricklerSvenKieske: that was a known issue, but should be fixed now, latest promote job passed, so up to date docs are published15:52
SvenKieskeyes, thanks15:55
Fl1ntkevko, you're an adventurer because of your setup that is a bit unusual for kolla :D16:01
SvenKieskealright, if nothing bad happens I see you all again at 2024-07-29. I'm on PTO for now o/16:03
Fl1ntsee ya SvenKieske 16:05
Fl1ntsee you folks! Time to enjoy a bit of sun.16:07
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Just Test something - CEPHADM job  https://review.opendev.org/c/openstack/kolla-ansible/+/92442516:46
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Just Test something - CEPHADM job  https://review.opendev.org/c/openstack/kolla-ansible/+/92442516:46
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: test interface names with dashes  https://review.opendev.org/c/openstack/kolla-ansible/+/79454518:48
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add support for docker_image_name_prefix  https://review.opendev.org/c/openstack/kolla-ansible/+/92445021:24
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add support for docker_image_name_prefix  https://review.opendev.org/c/openstack/kolla-ansible/+/92445021:30

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