mnasiadka | jovial: 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 |
---|---|---|
mnasiadka | kevko: we have all the dependencies needed in requirements-core.yml - (unless something is missing - but CI runs fine on that) | 07:28 |
mnasiadka | I'm not a fan of installing full blown ansible | 07:29 |
sylvr | Good morning Kolla-Kayobe ! | 07:34 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering https://review.opendev.org/c/openstack/kolla-ansible/+/909974 | 07:35 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering https://review.opendev.org/c/openstack/kolla-ansible/+/909974 | 07:38 |
SvenKieske | o/ | 07:39 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering https://review.opendev.org/c/openstack/kolla-ansible/+/909974 | 07:40 |
sylvr | I think there's an issue with the network configuration : if the default gateway for a network is the control host | 07:46 |
sylvr | or I should set the control host as the gateway, but I don't why I shouldn't | 07:53 |
sylvr | shouldn't* | 07:53 |
SvenKieske | are 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 networking | 08:05 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: fail when systemd unit fails to stop https://review.opendev.org/c/openstack/kolla-ansible/+/891781 | 08:22 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: fail when systemd unit fails to stop https://review.opendev.org/c/openstack/kolla-ansible/+/891781 | 08:23 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: fail when systemd unit fails to stop https://review.opendev.org/c/openstack/kolla-ansible/+/891781 | 08:23 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering https://review.opendev.org/c/openstack/kolla-ansible/+/909974 | 08:31 |
sylvr | SvenKieske: I'm using kayobe, and my internal network (mgmt network) is the network I use to provide internet access to my seed | 08:39 |
SvenKieske | mhm I can't comment on kayobe, sorry :) | 08:39 |
sylvr | but 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 |
opendevreview | Merged openstack/kolla-ansible stable/2023.2: Fix prechecks for interfaces with dashes https://review.opendev.org/c/openstack/kolla-ansible/+/923959 | 09:00 |
opendevreview | Merged openstack/kolla-ansible stable/2023.1: Fix prechecks for interfaces with dashes https://review.opendev.org/c/openstack/kolla-ansible/+/923960 | 09:01 |
opendevreview | Merged openstack/ansible-collection-kolla stable/2023.2: Fix etc hosts generation for interfaces with dashes https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923928 | 09:43 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: cinder: Add prechecks and docs for HA/clustering https://review.opendev.org/c/openstack/kolla-ansible/+/909974 | 10:53 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Fix unintentional trigger of ansible handlers https://review.opendev.org/c/openstack/kolla-ansible/+/924145 | 12:22 |
sylvr | Hi ! 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 |
sylvr | PrzemekK: 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 files | 12:53 |
kevko | mnasiadka: we are using git module in kolla-ansible ...it's from ansible ...not from ansible-core | 12:53 |
mnasiadka | kevko: 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-core | 12:53 |
kevko | mnasiadka: hmm, now i checked ..i am probably wrong | 12:54 |
kevko | mnasiadka: 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 |
sylvr | PrzemekK: 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 message | 13:20 |
sylvr | and 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 bugs | 13: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 |
sylvr | PrzemekK: https://bugs.launchpad.net/kayobe/+bug/2072340 I'm sure that wasn't a bug at all* | 13:35 |
sylvr | and this isn't about a bug, it's about some clarification about configuration files in kayobe-config | 13:36 |
sylvr | so I don't know what you're talking about | 13:36 |
PrzemekK | I dont use kayobe so maybe someone else will help You. Good luck! | 13:45 |
sylvr | Thanks! | 13:45 |
jovial | sylvr, ironic.yml is for the overcloud, inspector.yml is shared, and bifrost.yml is just for the undercloud | 13:49 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Optimise config https://review.opendev.org/c/openstack/kolla-ansible/+/745164 | 13:50 |
sylvr | jovial: thank you ! | 13:52 |
sylvr | well, I'm going to try and modify only one file to see if this change anything regarding the ironic ipmi driver issue I'm having | 13:54 |
opendevreview | Martin Hiner proposed openstack/kolla-ansible master: Add container engine migration scenario https://review.opendev.org/c/openstack/kolla-ansible/+/836941 | 13:54 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Refactor services' check-containers and optimise https://review.opendev.org/c/openstack/kolla-ansible/+/773243 | 13:55 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Fix unintentional trigger of ansible handlers https://review.opendev.org/c/openstack/kolla-ansible/+/924145 | 13:58 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Make ironic-inspector optional https://review.opendev.org/c/openstack/kolla-ansible/+/923948 | 14:29 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Make ironic-inspector optional https://review.opendev.org/c/openstack/kolla-ansible/+/923948 | 14:29 |
opendevreview | Merged openstack/kolla-ansible master: Support CloudKitty deployment with internal TLS https://review.opendev.org/c/openstack/kolla-ansible/+/866598 | 14:31 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml https://review.opendev.org/c/openstack/kolla-ansible/+/923946 | 14:51 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml https://review.opendev.org/c/openstack/kolla-ansible/+/923946 | 14:59 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml https://review.opendev.org/c/openstack/kolla-ansible/+/923946 | 15:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Fix swift disk preparation https://review.opendev.org/c/openstack/kolla-ansible/+/913942 | 15:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Make demo router and network shared https://review.opendev.org/c/openstack/kolla-ansible/+/922899 | 15:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add rally role https://review.opendev.org/c/openstack/kolla-ansible/+/922900 | 15:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add REQUESTS_CA_BUNDLE to kolla-toolbox container https://review.opendev.org/c/openstack/kolla-ansible/+/923105 | 15:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Try to test via rally https://review.opendev.org/c/openstack/kolla-ansible/+/922901 | 15:00 |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: kolla-openstack: Add ironic-inspector dir to config https://review.opendev.org/c/openstack/kayobe/+/924163 | 15:10 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: inspector: Add support for copying known_devices.yaml https://review.opendev.org/c/openstack/kolla-ansible/+/923946 | 17:16 |
opendevreview | Merged openstack/kolla-ansible master: Add support for OpenSearch 2.x as CloudKitty storage backend https://review.opendev.org/c/openstack/kolla-ansible/+/898555 | 21:07 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!