Monday, 2024-07-15

mnasiadkajovial: well, ansible-collection-kolla was earlier installed in kayobe CI via install-deps, but since it runs host configure on it's own right now - maybe that got missed ;-)07:10
mnasiadkakevko: we have all the dependencies needed in requirements-core.yml - (unless something is missing - but CI runs fine on that)07:28
mnasiadkaI'm not a fan of installing full blown ansible07:29
sylvrGood morning Kolla-Kayobe !07:34
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering  https://review.opendev.org/c/openstack/kolla-ansible/+/90997407:35
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering  https://review.opendev.org/c/openstack/kolla-ansible/+/90997407:38
SvenKieskeo/07:39
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering  https://review.opendev.org/c/openstack/kolla-ansible/+/90997407:40
sylvrI think there's an issue with the network configuration : if the default gateway for a network is the control host07:46
sylvror I should set the control host as the gateway, but I don't why I shouldn't07:53
sylvrshouldn't*07:53
SvenKieskeare you talking about kolla-ansible, or kayobe? are you talking about an internal infrastructure network or a public provider network, or something else? the latter you really don't want to mix with the infra networking08:05
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: fail when systemd unit fails to stop  https://review.opendev.org/c/openstack/kolla-ansible/+/89178108:22
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: fail when systemd unit fails to stop  https://review.opendev.org/c/openstack/kolla-ansible/+/89178108:23
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: fail when systemd unit fails to stop  https://review.opendev.org/c/openstack/kolla-ansible/+/89178108:23
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering  https://review.opendev.org/c/openstack/kolla-ansible/+/90997408:31
sylvrSvenKieske: I'm using kayobe, and my internal network (mgmt network) is the network I use to provide internet access to my seed08:39
SvenKieskemhm I can't comment on kayobe, sorry :)08:39
sylvrbut I'm not sure that this network need a gateway, but I have to setup the seed gateway manually, not really hard, just have to remember it (but I think I can set the gateway just for this machine in the config, as I don't think its needed elsewhere)08:40
opendevreviewMerged openstack/kolla-ansible stable/2023.2: Fix prechecks for interfaces with dashes  https://review.opendev.org/c/openstack/kolla-ansible/+/92395909:00
opendevreviewMerged openstack/kolla-ansible stable/2023.1: Fix prechecks for interfaces with dashes  https://review.opendev.org/c/openstack/kolla-ansible/+/92396009:01
opendevreviewMerged openstack/ansible-collection-kolla stable/2023.2: Fix etc hosts generation for interfaces with dashes  https://review.opendev.org/c/openstack/ansible-collection-kolla/+/92392809:43
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering  https://review.opendev.org/c/openstack/kolla-ansible/+/90997410:53
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Fix unintentional trigger of ansible handlers  https://review.opendev.org/c/openstack/kolla-ansible/+/92414512:22
sylvrHi ! What's the difference between the ironic, inspector and bifrost config files in kayobe-config ? I'm guessing some works for the undercloud and other for the overcloud ?12:31
PrzemekK@stlvr read documentation https://docs.openstack.org/kayobe/latest/ https://docs.openstack.org/bifrost/latest/  "Discovery, introspection and provisioning of bare metal compute hosts using OpenStack ironic and ironic inspector" "Bifrost (pronounced bye-frost) is a set of Ansible playbooks that automates the task of deploying a base image onto a set of known hardware using ironic."12:45
sylvrPrzemekK: my question was more about why there's seemingly identical config parameters in different files, and the documentation isn't quite clear about the roles of these files12:53
kevkomnasiadka: we are using git module in kolla-ansible ...it's from ansible ...not from ansible-core12:53
mnasiadkakevko: so if it's missing from requirements-core.yml - we should add it there, we store all collections there which are required to install on top of ansible-core12:53
kevkomnasiadka: hmm, now i checked ..i am probably wrong 12:54
kevkomnasiadka: w8 a minute ...i am going to check 12:55
PrzemekK@sylvr i dont know what You talking about kolla-ansible, Kayobe , kayobe-config are 3 different projects. Back to documentation for understanding and using Kayobe 13:17
sylvrPrzemekK: I'm sorry I thought I was pretty clear that the documentation is lacking information about the role of configuration files in kayobe-config, as per my first message13:20
sylvrand I'm sorry I'm persistent with my questions, but the last times I was redirected to the documentation for more info/understanding, I was actually experiencing bugs13:22
PrzemekK@sylvr its not a bug if it works for other - Back to documentation https://docs.openstack.org/kayobe/latest/installation.html During installation kayobe create Python virtual environment for kolla-ansible and kayobe-config using git repository 13:34
sylvrPrzemekK: https://bugs.launchpad.net/kayobe/+bug/2072340 I'm sure that wasn't a bug at all*13:35
sylvrand this isn't about a bug, it's about some clarification about configuration files in kayobe-config13:36
sylvrso I don't know what you're talking about13:36
PrzemekKI dont use kayobe so maybe someone else will help You. Good luck!13:45
sylvrThanks!13:45
jovialsylvr, ironic.yml is for the overcloud, inspector.yml is shared, and bifrost.yml is just for the undercloud13:49
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Optimise config  https://review.opendev.org/c/openstack/kolla-ansible/+/74516413:50
sylvrjovial: thank you !13:52
sylvrwell, I'm going to try and modify only one file to see if this change anything regarding the ironic ipmi driver issue I'm having13:54
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Add container engine migration scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/83694113:54
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Refactor services' check-containers and optimise  https://review.opendev.org/c/openstack/kolla-ansible/+/77324313:55
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Fix unintentional trigger of ansible handlers  https://review.opendev.org/c/openstack/kolla-ansible/+/92414513:58
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Make ironic-inspector optional  https://review.opendev.org/c/openstack/kolla-ansible/+/92394814:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Make ironic-inspector optional  https://review.opendev.org/c/openstack/kolla-ansible/+/92394814:29
opendevreviewMerged openstack/kolla-ansible master: Support CloudKitty deployment with internal TLS  https://review.opendev.org/c/openstack/kolla-ansible/+/86659814:31
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml  https://review.opendev.org/c/openstack/kolla-ansible/+/92394614:51
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml  https://review.opendev.org/c/openstack/kolla-ansible/+/92394614:59
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml  https://review.opendev.org/c/openstack/kolla-ansible/+/92394615:00
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [CI] Fix swift disk preparation  https://review.opendev.org/c/openstack/kolla-ansible/+/91394215:00
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [CI] Make demo router and network shared  https://review.opendev.org/c/openstack/kolla-ansible/+/92289915:00
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add rally role  https://review.opendev.org/c/openstack/kolla-ansible/+/92290015:00
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add REQUESTS_CA_BUNDLE to kolla-toolbox container  https://review.opendev.org/c/openstack/kolla-ansible/+/92310515:00
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Try to test via rally  https://review.opendev.org/c/openstack/kolla-ansible/+/92290115:00
opendevreviewMichal Nasiadka proposed openstack/kayobe master: kolla-openstack: Add ironic-inspector dir to config  https://review.opendev.org/c/openstack/kayobe/+/92416315:10
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml  https://review.opendev.org/c/openstack/kolla-ansible/+/92394617:16
opendevreviewMerged openstack/kolla-ansible master: Add support for OpenSearch 2.x as CloudKitty storage backend  https://review.opendev.org/c/openstack/kolla-ansible/+/89855521:07

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