*** brinzhang_ is now known as brinzhang | 06:12 | |
*** amoralej|off is now known as amoralej | 06:52 | |
DK4 | is it possible with kolla to add a project after the cloud has already been deployed? | 07:36 |
---|---|---|
mnasiadka | as in enable_something and then run deploy again? sure | 07:42 |
kevko | \o/ morning | 08:09 |
opendevreview | Will Szumski proposed openstack/kayobe master: Fix overcloud database related commands when no kolla config https://review.opendev.org/c/openstack/kayobe/+/815895 | 08:44 |
opendevreview | Will Szumski proposed openstack/kayobe master: Generate kolla config when running database commands https://review.opendev.org/c/openstack/kayobe/+/815895 | 08:47 |
hrw | morning | 08:47 |
kevko | morning | 08:49 |
jingvar | guten tag | 08:50 |
kevko | mnasiadka: just reading PTG summary and you are writing => "Fix Bifrost and OVN builds for Debian (which are broken now)" , What is actually not working ? | 08:58 |
kevko | mnasiadka: because I've built xena images yesterday (with little change) and everything is working :/ | 08:58 |
mnasiadka | kevko: it's already fixed by me and hrw (well, we're waiting for aarch64 OVN packages) - it's just a summary of the PTG | 08:58 |
mnasiadka | second thing is that we've been swift in fixing that | 08:59 |
hrw | kevko: bifrost is https://review.opendev.org/c/openstack/kolla/+/814783 (waits for us to switch to Yoga sources), ovn needs debian openstack repos | 09:00 |
hrw | kevko: also note that PTG was more about source images while you built binary ones probably | 09:01 |
kevko | yeah, I've just removed ovn-base from UNBUILDBLE_IMAGES and it just worked :D | 09:02 |
hrw | and bifrost is source only | 09:02 |
hrw | kevko: 'just worked' on x86-64 | 09:02 |
kevko | yeah :/ | 09:03 |
kevko | regarding source images ... is kolla planning add feature to patch code inside built image ? | 09:04 |
hrw | you can provide own git repo instead iirc | 09:05 |
kevko | and what for dependency ? | 09:05 |
hrw | kevko: or use template overrides | 09:06 |
kevko | i don't know, nova-api will want to download python-requests from pip ..can I provide my own git also for every package which kolla will want to install ..if it is regular openstack app/lib or just dependency | 09:06 |
hrw | you can point pip to own repo | 09:07 |
hrw | INFO:kolla.common.utils.openstack-base:Collecting netifaces | 09:07 |
hrw | INFO:kolla.common.utils.openstack-base: Downloading https://snapshots.linaro.org/ldcg/python-cache/netifaces/netifaces-0.11.0-cp39-cp39-manylinux2014_aarch64.whl (39 kB) | 09:07 |
hrw | INFO:kolla.common.utils.ovn-base:Get:1 http://deb.debian.org/debian bullseye-backports/main arm64 ovn-common arm64 21.06.0+ds1-2~bpo11+1 [1,502 kB] | 09:08 |
hrw | YEAH! | 09:08 |
mnasiadka | kevko: be so nice to write down scenarios, that you think are not possible today, and we can work on adding docs how to do that (and add features for those that are not possible) - ideally in a separate etherpad | 09:08 |
hrw | looks like time to send some apt pins | 09:08 |
kevko | yeah, probably i will have to write something | 09:09 |
kevko | if everything will go well and binary will be dropped, do kolla have ambitions to maintain possible patches (or own pip repository with patches ?) | 09:10 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: Debian: enable OVN images for AArch64 https://review.opendev.org/c/openstack/kolla/+/815946 | 09:11 |
hrw | kevko: upstream first | 09:11 |
hrw | kevko: we are not going to replace gerrit | 09:11 |
hrw | kevko: the job of kolla is to provide openstack components as container images. So once we do release we use what other openstack projects released. | 09:12 |
hrw | kevko: so it you want to (example) change something in nova source then do it in nova. not in kolla | 09:13 |
hrw | that's my view | 09:14 |
kevko | hrw: I understand of course, I'm just wondering how I need change the workflow to achieve the same | 09:15 |
kevko | hrw: Maybe I gave wrong question. For example when I found annoying bug in keystone middleware (raising TCP connections to memcached) .. I sent upstream https://review.opendev.org/c/openstack/keystonemiddleware/+/773939 (February 2021) merged in March (so there was 1 month delay - and still not merged in Wallaby !!) but I've patched it in debian in february for ussuri, and wallaby ... source has it fixed now in xena | 09:19 |
hrw | ping upstream | 09:20 |
hrw | and you have answer from upstream there | 09:22 |
kevko | it's already in xena..anyway ...just wanted to know if kolla will try to patch code if some bug will be found .. or kolla will not solve this type of issues and just transfer responsibility to downstream kolla operator | 09:23 |
hrw | kevko: and this forces one config option to be enabled. sort it in k-a to get it enabled in config? | 09:23 |
kevko | it was just example :) | 09:24 |
kevko | in this case yeah, it was about configuration | 09:24 |
hrw | kevko: this example can be sorted in kolla-ansible by changing config option | 09:24 |
hrw | kevko: the problem with maintaining patches in stable branches is that they require maintaining. | 09:33 |
opendevreview | Will Szumski proposed openstack/kayobe master: Generate kolla config when running database commands https://review.opendev.org/c/openstack/kayobe/+/815895 | 09:49 |
opendevreview | Will Szumski proposed openstack/kayobe master: Generate kolla config when running database commands https://review.opendev.org/c/openstack/kayobe/+/815895 | 09:50 |
opendevreview | Piotr Parczewski proposed openstack/kayobe master: Build overcloud host image directly with DIB https://review.opendev.org/c/openstack/kayobe/+/772609 | 09:56 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: neutron: Use update-alternatives --display instead of --query https://review.opendev.org/c/openstack/kolla/+/815781 | 09:59 |
opendevreview | Merged openstack/kolla master: CI: Add missed Debian upgrade jobs https://review.opendev.org/c/openstack/kolla/+/815737 | 10:01 |
opendevreview | Michal Nasiadka proposed openstack/kayobe stable/ussuri: Prevent Bifrost from using firewalld https://review.opendev.org/c/openstack/kayobe/+/815949 | 10:09 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Fix broken deploy of placement service https://review.opendev.org/c/openstack/kolla-ansible/+/815875 | 11:32 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Fix broken deploy of placement service https://review.opendev.org/c/openstack/kolla-ansible/+/815876 | 11:32 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: Fix broken deploy of placement service https://review.opendev.org/c/openstack/kolla-ansible/+/815878 | 11:32 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: Fix broken deploy of placement service https://review.opendev.org/c/openstack/kolla-ansible/+/815877 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: Do not enable mariadb-clustercheck when not needed https://review.opendev.org/c/openstack/kolla-ansible/+/812440 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: Do not enable mariadb-clustercheck when not needed https://review.opendev.org/c/openstack/kolla-ansible/+/812439 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Do not enable mariadb-clustercheck when not needed https://review.opendev.org/c/openstack/kolla-ansible/+/812438 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: Do not set net.ipv4.ip_forward sysctl https://review.opendev.org/c/openstack/kolla-ansible/+/813336 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: Do not set net.ipv4.ip_forward sysctl https://review.opendev.org/c/openstack/kolla-ansible/+/813335 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Do not set net.ipv4.ip_forward sysctl https://review.opendev.org/c/openstack/kolla-ansible/+/813334 | 11:48 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Use Docker healthchecks for nova-spicehtml5proxy service https://review.opendev.org/c/openstack/kolla-ansible/+/806389 | 11:48 |
mnasiadka | yay, merge rain | 11:49 |
mnasiadka | kevko: do you mean that before the keystone middleware patch was backported upstream, you backported it downstream in debian openstack and published packages with that fix? | 11:51 |
mnasiadka | or you just fixed it downstream for youself in your own packages | 11:51 |
*** amoralej is now known as amoralej|lunch | 12:30 | |
*** amoralej|lunch is now known as amoralej | 13:20 | |
mephmanx | All, would anyone know how to add csrf domains to horizon using kolla? Or, any other way really. I have a complex proxy set up and am getting csrf errors due to the domains allowed in the csrf token not matching the location that the user is at | 14:45 |
mephmanx | Anyone? | 15:38 |
*** amoralej is now known as amoralej|off | 16:51 | |
jingvar | sorry, I didnt use it | 16:52 |
opendevreview | Merged openstack/kolla master: base: drop commented repositories https://review.opendev.org/c/openstack/kolla/+/815824 | 17:27 |
mephmanx | Anyone have na idea how to change the list of domains that horizon's csrf token allows? or, how to disable it? via kolla ansible globals.yml if possible. | 17:27 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Use system scoped tokens with Keystone https://review.opendev.org/c/openstack/kolla-ansible/+/815577 | 18:16 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Use system scoped tokens with Keystone https://review.opendev.org/c/openstack/kolla-ansible/+/815577 | 22:14 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Use system scoped tokens with Keystone https://review.opendev.org/c/openstack/kolla-ansible/+/815577 | 23:04 |
opendevreview | Adrian Andreias proposed openstack/kolla-ansible master: docs: Fix python-openstackclient package name and init-runonce path https://review.opendev.org/c/openstack/kolla-ansible/+/816074 | 23:14 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!