Friday, 2021-05-28

*** maharg101 has quit IRC00:49
*** kevko has joined #openstack-kolla00:53
*** maharg101 has joined #openstack-kolla00:56
*** kevko has quit IRC01:02
*** rohit02 has joined #openstack-kolla02:07
*** rohit02 has quit IRC02:12
*** rohit02 has joined #openstack-kolla02:54
*** brtknr has quit IRC03:00
*** brtknr has joined #openstack-kolla03:00
*** cah_link has joined #openstack-kolla03:22
*** k_mouza has quit IRC03:48
*** k_mouza has joined #openstack-kolla03:49
*** k_mouza has quit IRC03:53
*** zijlboot has joined #openstack-kolla05:04
*** shyamb has joined #openstack-kolla05:53
*** rohit02 has quit IRC06:42
*** rohit02 has joined #openstack-kolla06:43
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/victoria: DNM: Test run without octavia-driver-agent group  https://review.opendev.org/c/openstack/kolla-ansible/+/79192707:03
*** andrewbonney has joined #openstack-kolla07:21
priteaumgoddard, mnasiadka, yoctozepto: if you get a patch to update openstack-exporter to 1.4.0 please don't merge it, it's buggy on wallaby: https://github.com/openstack-exporter/openstack-exporter/issues/19107:27
parallax^ that's a bummer, did they not test it?07:33
mnasiadkaprobably not on Wallaby07:36
yoctozeptomorning07:37
priteauparallax: The problematic commit added a fixture showing Nova API microversion 2.87, so probably tested against Ussuri or Victoria07:48
priteauhttps://github.com/openstack-exporter/openstack-exporter/commit/02d06719b491830d1856ffe05433151744ee055607:48
*** dasTor has joined #openstack-kolla07:48
*** shyamb has quit IRC07:50
*** k_mouza has joined #openstack-kolla07:51
*** mgoddard has quit IRC07:52
*** k_mouza has quit IRC07:56
*** fuhrmannb has joined #openstack-kolla08:01
*** bsanjeewa has joined #openstack-kolla08:04
*** bsanjeewa_ has joined #openstack-kolla08:15
*** bsanjeewa has quit IRC08:18
*** k_mouza has joined #openstack-kolla08:31
*** k_mouza has quit IRC08:36
*** rohit02 has quit IRC08:39
*** rohit02 has joined #openstack-kolla08:39
is_nullhi all, i don't understand why my network nodes can't ping the other nodes and vice versa after running kolla-ansible deploy, this is my setup: https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation (contains Vagrant file and etc files), please any help appreciated08:52
*** shyamb has joined #openstack-kolla08:52
*** e0ne has joined #openstack-kolla08:52
is_nulloh by the way, I would propose to contribute the Vagrantfile that makes kolla-ansible -i multinode work out of the box if you'd like, except for that problem xD08:53
*** rohit02 has quit IRC09:13
openstackgerritMerged openstack/kayobe stable/wallaby: CI: Fix libvirt errors caused by latest edk2-ovmf  https://review.opendev.org/c/openstack/kayobe/+/79339009:23
is_nullthis is my openstack network : 192.168.100.22/24 and this is my vip ip: 192.168.100.5/32 i thought this would be fine09:29
*** k_mouza has joined #openstack-kolla09:30
*** k_mouza has quit IRC09:35
yoctozeptois_null: there is a typo in https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/blob/master/etc/kolla/config/nova/nova-compute.conf09:37
yoctozeptoanother in https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/blob/master/etc/kolla/globals.yml09:37
yoctozeptodocker_apt_url is garbled09:37
is_nulldocker_apt_url is good, that's how apt-cacher-ng supports caching HTTPS09:38
is_nullthank you, nova-compute.conf typo indeed09:39
yoctozeptoah, interesting09:39
is_nullindeed, didn't find a nice way to add docker image caching though, so i'm warry about destroying the vagrant vms, on the other hand I suppose I'm expected to learn to fix this kind of problems09:40
is_nulli suspect this happens since deploy setted up keepalived, i tried stopping the keepalived and openvswitch_vswitchd but that didn't help09:42
yoctozeptoI can't see where you have the inventory09:44
is_nullthe vagrantfile copies the multinode file09:44
is_nullhttps://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/blob/master/Vagrantfile#L11809:44
is_nulli'm trying to make the default inventory work with this vagrantfile, mainly because I like to leverage defaults as much as possible, but if for some reason it's not possible then I can make a custom inventory09:45
yoctozeptoah, I see; though I don't think it's worth to stick so much to the "defaults", they are just examples, they are not even tested if they really make sense in that setup09:46
openstackgerritVerification of a change to openstack/kolla-ansible failed: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/78254609:46
yoctozeptobut it should not prevent the networking from working09:46
*** rohit02 has joined #openstack-kolla09:46
yoctozeptohave you tried with two cirros on a single network and pinging one to another09:47
is_nullwell, the network nodes can't ping any other node anymore but I can try anyway09:48
is_nulli think it's something with keepalived, I mean it was fine prior to deploy and the difference I see with other machines is the vip, I tried stopping keepalived and removing the vip with ip addr del, resulting as the same ip addr/ip ro configuration as other servers, but it still can't ping them09:48
is_null(if you want to take a look over ssh I can setup a tunnel)09:49
yoctozeptoI don't really have that much time to spare09:50
yoctozeptokeepalived failure would render all APIs down09:50
yoctozeptoit's not related to for-instance networking09:50
yoctozeptowell, not directly09:50
*** k_mouza has joined #openstack-kolla09:52
is_nullI do see ICMP packets reach the host, but not going back:  IP 192.168.100.4 > network02: ICMP echo request, id 2, seq 28, length 64        .....    IP network02 > network02: ICMP host control01 unreachable, length 6810:01
yoctozeptodid you perhaps use the same interface for API *and* as neutron external interface?10:03
yoctozeptothat is going to fail10:03
yoctozeptoon network nodes precisely10:03
is_nulloh, actually i might have!10:03
*** shyamb has quit IRC10:03
yoctozeptostill, it should not affect most instance<->instance traffic10:03
yoctozeptoas they skip network nodes and are linked compute-to-compute10:04
*** shyamb has joined #openstack-kolla10:04
*** brtknr has quit IRC10:04
*** brtknr has joined #openstack-kolla10:04
is_nullindeed, I have network_interface: "eth1" and had setup an eth2 for neutron in vagrantfile, but I can't find eth2 in globals.yml so I missed it probably10:06
is_nulland ... the default neutron_external_interface is "eth1"  indeed10:07
is_nullthank you deeply!!! not sure if i can find a way to reconfigure this without trashing the vms though, that'd be nice ^^10:09
is_nullI've credited you in two commits, please let me know if you're uncomfortable with that and then I would rewrite this: https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/commits/master/10:11
*** shipsnbolts has joined #openstack-kolla10:34
*** kevko has joined #openstack-kolla10:34
bsanjeewa_Hi, what can I do with etcd and kuryr when I enable tls_internal in kayobe (victoria)? Both these services try to use https with the private IP. Setting kolla_enable_tls_internal to false solves the issue but then tls is disabled10:48
openstackgerritMerged openstack/kolla-ansible master: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/78254610:56
*** shipsnbolts has quit IRC10:59
*** shyamb has quit IRC11:10
yoctozeptois_null: that's very kind of you to include11:12
yoctozeptobsanjeewa_: hmm, I would say we have a bug there ;-)11:12
yoctozeptothese are not the most popular services to deploy so no wonder they might fail with non-default11:12
yoctozeptohttps://bugs.launchpad.net/kolla-ansible11:13
bsanjeewa_yoctozepto: So you are suggesting to report a bug?11:15
bsanjeewa_yoctozepto: Or will the proposed letsencrypt service solve this?11:17
openstackgerritPierre Riteau proposed openstack/kolla-ansible master: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79358911:26
is_nullreally? I thought "always leave the credit where it's due" was a standard xD11:28
is_nullit seems group names we use are not fine with ansible, it complains about the dash being invalid caracter: https://dpaste.com/3VBC23WA811:29
is_nullunfortunnately it's not a BC friendly change that ansible wants right there ...11:29
yoctozeptobsanjeewa_: yes, I suggest to report a bug11:30
yoctozeptois_null: well, it should be; though I would guess most credit goes without heart emoticons ;-)11:30
yoctozeptois_null: "BC"?11:31
yoctozeptois_null: backwards compatible?11:31
yoctozeptois_null: also, you can switch that off in ansible config; the reasoning for the enforcement is not that strong11:31
yoctozeptoit's mostly for new non-programmer users to not make a mistake that group-name used in the wild would be subtracking "name" from "group"11:32
yoctozeptosubtracting*11:32
is_nulloh right xD11:37
is_nullyes BC = backward compat11:37
is_nullthank you for the heads up!11:37
bsanjeewa_yoctozepto: OK. Let me redeploy with tls_internal enabled, and get some logs11:38
*** shyamb has joined #openstack-kolla11:40
*** bsanjeewa_ has quit IRC11:48
*** bsanjeewa has joined #openstack-kolla11:49
*** bsanjeewa has quit IRC11:54
mnasiadkayoctozepto: seems we're waiting on your changes updates - need help with any of them?11:59
*** gfidente has joined #openstack-kolla11:59
*** rohit02 has quit IRC12:05
*** gfidente has quit IRC12:08
*** e0ne has quit IRC12:09
*** rohit02 has joined #openstack-kolla12:11
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355512:13
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355612:13
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355712:14
openstackgerritMaksim Malchuk proposed openstack/kolla-ansible master: Fix the Tempest image url variable  https://review.opendev.org/c/openstack/kolla-ansible/+/78032812:14
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79355812:16
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79355912:16
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: CI: pull images before deploy  https://review.opendev.org/c/openstack/kolla-ansible/+/79356012:17
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79355912:18
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: CI: pull images before deploy  https://review.opendev.org/c/openstack/kolla-ansible/+/79356112:18
yoctozeptomnasiadka: no, I'm now getting back to kolla stuff12:18
yoctozeptothanks for asking though :-)12:19
mnasiadkaok, so I can go back to sleep ;)12:19
yoctozeptomnasiadka: enjoy :-)12:19
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79356212:20
yoctozeptomnasiadka, mgoddard: https://review.opendev.org/c/openstack/kolla-ansible/+/792119 merge conflict here12:20
mnasiadkayeah, saw that12:21
mnasiadkaI'm just debating with myself if we should run the cephadm role in upgrade step12:22
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Remove setup_gate.sh symlink  https://review.opendev.org/c/openstack/kolla-ansible/+/79356312:23
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Remove setup_gate.sh symlink  https://review.opendev.org/c/openstack/kolla-ansible/+/79356312:23
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79356212:23
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: CI: Don't run cephadm role in upgrade step  https://review.opendev.org/c/openstack/kolla-ansible/+/79359312:24
yoctozeptomnasiadka: hmm, what about it? (/me not in loop)12:24
mnasiadkayoctozepto: we're bootstrapping ceph twice :D12:24
mnasiadkalike here: https://zuul.opendev.org/t/openstack/build/c3fa43113fee486f9cdd9e32d8698f2d12:25
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Support building source images with in-review changes  https://review.opendev.org/c/openstack/kolla-ansible/+/79356412:26
yoctozeptomnasiadka: oh noez12:26
yoctozeptoNo such file or directory: 'yum': 'yum'12:26
yoctozeptois interesting12:26
*** raildo has joined #openstack-kolla12:28
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Support building source images with in-review changes  https://review.opendev.org/c/openstack/kolla-ansible/+/79356412:29
mnasiadkayoctozepto: yummy?12:30
yoctozeptomnasiadka: yum should be there12:31
yoctozeptocome on, don't forget what dnf's previous name was ;p12:31
yoctozeptoalso, I left a comment on that cephadm upgrade change12:31
yoctozeptoI disagree with the effect12:32
yoctozeptoand suggest you should consider that extra sleep seriously :-)12:32
mnasiadkaactually I'm blind, it's doing it once, but upgrade jobs have no time sync daemon running? let me analyse the chrony upgrade change12:33
yoctozeptoyeah, it's doing something odd12:34
yoctozeptoand the yum being gone?12:34
yoctozeptoplease12:34
yoctozeptoperhaps it's uninstalling centos8 :D12:35
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: CI: pull images before deploy  https://review.opendev.org/c/openstack/kolla-ansible/+/79356512:37
*** rohit02 has quit IRC12:37
*** rohit02 has joined #openstack-kolla12:38
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: [CI] Remove setup_gate.sh symlink  https://review.opendev.org/c/openstack/kolla-ansible/+/79356612:38
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: [CI] Remove setup_gate.sh symlink  https://review.opendev.org/c/openstack/kolla-ansible/+/79356612:41
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79356712:42
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79356712:43
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: chrony: remove during upgrade when disabled  https://review.opendev.org/c/openstack/kolla-ansible/+/79211912:44
mnasiadkayoctozepto: https://review.opendev.org/c/openstack/kolla-ansible/+/781062 it's begging for your review12:45
openstackgerritRadosław Piliszek proposed openstack/kolla stable/ussuri: [CI] Support building source images with in-review changes  https://review.opendev.org/c/openstack/kolla/+/79356812:46
*** shyamb has quit IRC12:48
openstackgerritRadosław Piliszek proposed openstack/kolla stable/ussuri: [CI] Support building source images with in-review changes  https://review.opendev.org/c/openstack/kolla/+/79356812:50
*** wuchunyang has joined #openstack-kolla12:51
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Support building source images with in-review changes  https://review.opendev.org/c/openstack/kolla-ansible/+/79356412:52
yoctozeptomnasiadka: no reno, no +2?12:57
mnasiadkayoctozepto: then -1 and ask for reno :)12:58
yoctozeptomnasiadka: I did12:58
yoctozeptothanks for +2ing the backport campaign12:59
yoctozeptoit should help having ussuri+ CIs behave similarly12:59
*** e0ne has joined #openstack-kolla12:59
yoctozeptook, now unto debian13:01
yoctozeptowhat do we have here13:01
is_nullyoctozepto: the problem was that in ovs I still had br-ex on the eth1 iface which was for neutron ip13:09
yoctozeptois_null: yup, that's what happens with neutron external interface via kolla ansible playbooks13:13
*** brtknr has quit IRC13:13
*** brtknr has joined #openstack-kolla13:14
is_nullwhich is fine unless you planned it in eth2 and dumbly forgot to set it in globals.yml, sorry about that ^^13:16
*** brtknr has quit IRC13:18
*** brtknr has joined #openstack-kolla13:19
yoctozeptothat really is no problem, glad you sorted it out13:20
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: Bump min Docker version  https://review.opendev.org/c/openstack/kolla-ansible/+/79258313:21
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: Bump min Docker version  https://review.opendev.org/c/openstack/kolla-ansible/+/79258313:22
*** raildo_ has joined #openstack-kolla13:23
*** raildo has quit IRC13:25
*** brtknr has quit IRC13:25
*** brtknr has joined #openstack-kolla13:26
*** elurkki has joined #openstack-kolla13:26
elurkkiIs there some developer documentation available for kolla-ansible. I would like to make test change to container heat template, just not sure from where to start with kolla-ansible. Thanks a lot13:27
is_nulldid you try that one elurkki ? https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html13:28
is_nullit details how to setup an all-in-one with containers built from sources so that might help13:29
elurkkiYes, that one I have read through13:29
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Check distro-provided docker and docker sdk  https://review.opendev.org/c/openstack/kolla-ansible/+/79360113:31
elurkkiI am running already OpenStack installed with kolla-ansible. There is a heat template problem in magnum-conductor. Would like to make changes to the source code and then run magnum back up13:31
*** rohit02 has quit IRC13:31
is_nulli just grepped randomly and figured that for each service it's running "{{ service.image }}", this means you should be able somehow to set your desired custom image tag for a particular service13:33
yoctozeptoelurkki: do you mean you need to replace a file in magnum conductor container?13:34
yoctozeptoif you are still testing, you can go ad-hoc13:35
yoctozeptogo to the host13:35
yoctozeptoand into the container13:35
elurkkiI tested that13:35
yoctozeptoand update that file13:35
elurkkiRequirest sudo13:35
elurkkiOr at least informs that premission denied13:35
mnasiadkaYou don't need to be root to edit the files, if you're running -source variant13:35
*** shipsnbolts has joined #openstack-kolla13:35
yoctozeptoelurkki: run docker exec with "-u root"13:35
elurkkiAh, dummy me. Thanks yoctozepto13:36
elurkkiWill try that one13:36
yoctozeptoyou are welcome elurkki13:36
*** k_mouza has quit IRC13:36
*** e0ne_ has joined #openstack-kolla13:37
*** e0ne has quit IRC13:37
*** e0ne has joined #openstack-kolla13:38
yoctozeptomnasiadka: I know you want to ~> https://review.opendev.org/c/openstack/kolla-ansible/+/79358913:39
mnasiadkawho needs backups13:42
mnasiadka:)13:42
yoctozeptoI don't know13:42
mnasiadkaah, priteau needs them13:42
*** e0ne_ has quit IRC13:42
yoctozeptoI guess he doesn't want to live on the edge like the others13:42
yoctozeptowelcome to tls-only world with IETF RFC 9000 - QUIC https://www.rfc-editor.org/rfc/rfc9000.html13:48
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/wallaby: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79360313:49
yoctozeptomnasiadka: and already ^13:49
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Remove [octavia]/base_url option from neutron.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/79345713:49
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/victoria: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79360413:49
mnasiadkayoctozepto: let master merge first, come on :)13:50
priteauNeed to merge master just in case sha has to change13:50
yoctozeptomnasiadka, priteau: well, we kinda know the sha is going to stay13:51
yoctozeptoso I'm good with approving priteau's change13:52
openstackgerritMerged openstack/kolla-ansible stable/train: Remove [octavia]/base_url option from neutron.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/79346114:00
openstackgerritMerged openstack/kolla-ansible stable/victoria: Remove [octavia]/base_url option from neutron.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/79345614:00
openstackgerritMerged openstack/kolla-ansible stable/wallaby: Remove [octavia]/base_url option from neutron.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/79345514:00
*** openstackgerrit has quit IRC14:06
mnasiadkagerrit bot is moving?14:13
yoctozeptoit should be moving over the weekend14:17
yoctozeptoasked on #opendev14:18
yoctozeptook, seemingly just restarting and will join as needed14:21
yoctozeptoERROR! the playbook: /home/zuul/.local/ansible/kolla-host.yml could not be found14:32
yoctozeptostein->train upgrade seemingly b0rken on stein bootstrap14:32
*** openstackgerrit has joined #openstack-kolla14:39
openstackgerritMerged openstack/kolla-ansible stable/victoria: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355614:39
*** k_mouza has joined #openstack-kolla14:48
openstackgerritMerged openstack/kolla-ansible master: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79358914:49
openstackgerritMerged openstack/kolla-ansible stable/wallaby: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79355814:49
*** wuchunyang has quit IRC14:49
*** cah_link has quit IRC14:51
*** cah_link1 has joined #openstack-kolla14:51
*** macz_ has joined #openstack-kolla14:53
*** cah_link1 is now known as cah_link14:54
*** e0ne_ has joined #openstack-kolla15:02
*** e0ne has quit IRC15:03
*** e0ne_ has quit IRC15:03
*** e0ne has joined #openstack-kolla15:05
openstackgerritMerged openstack/kolla-ansible stable/wallaby: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355515:05
openstackgerritMerged openstack/kolla-ansible stable/victoria: CI: pull images before deploy  https://review.opendev.org/c/openstack/kolla-ansible/+/79356015:05
openstackgerritMichal Nasiadka proposed openstack/kolla stable/victoria: WIP: Add support for CentOS 8 Stream  https://review.opendev.org/c/openstack/kolla/+/79276315:14
openstackgerritMerged openstack/kolla-ansible stable/victoria: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79355915:15
*** e0ne has quit IRC15:17
openstackgerritMerged openstack/kolla-ansible stable/ussuri: CI: pull images before deploy  https://review.opendev.org/c/openstack/kolla-ansible/+/79356115:18
openstackgerritMerged openstack/kolla-ansible stable/train: CI: pull images before deploy  https://review.opendev.org/c/openstack/kolla-ansible/+/79356515:18
mnasiadkayoctozepto: mystery solved, centos8 upgrade in chrony change fails, because previous_release is victoria, and in victoria we remove chrony :D15:21
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: chrony: remove during upgrade when disabled  https://review.opendev.org/c/openstack/kolla-ansible/+/79211915:24
mnasiadkayoctozepto: now it's ready, once it passes CI (especially centos8 upgrade job) - we can merge and backport.15:25
*** iniazi has joined #openstack-kolla15:33
openstackgerritMerged openstack/kolla-ansible stable/ussuri: [CI] Remove setup_gate.sh symlink  https://review.opendev.org/c/openstack/kolla-ansible/+/79356315:45
*** bsanjeewa has joined #openstack-kolla15:54
*** bsanjeewa_ has joined #openstack-kolla16:10
*** bsanjeewa has quit IRC16:13
*** k_mouza has quit IRC16:16
*** bsanjeewa_ has quit IRC16:26
*** bsanjeewa_ has joined #openstack-kolla16:26
openstackgerritMerged openstack/kolla-ansible stable/train: [CI] Remove setup_gate.sh symlink  https://review.opendev.org/c/openstack/kolla-ansible/+/79356616:30
openstackgerritWill Szumski proposed openstack/kolla-ansible master: Add OIDCDiscoverURL mod_oidc option  https://review.opendev.org/c/openstack/kolla-ansible/+/79362216:30
*** kevko has quit IRC16:38
*** kevko has joined #openstack-kolla16:39
*** shipsnbolts has quit IRC16:42
openstackgerritWill Szumski proposed openstack/kolla-ansible master: Add OIDCDiscoverURL mod_oidc option  https://review.opendev.org/c/openstack/kolla-ansible/+/79362216:51
*** k_mouza has joined #openstack-kolla16:56
*** k_mouza has quit IRC17:00
*** bsanjeewa_ has quit IRC17:05
*** andrewbonney has quit IRC17:10
*** dciabrin__ has joined #openstack-kolla17:34
yoctozeptomnasiadka: man, I need you to have your share of sleep; it's wonderful it's going to pass but the test change is pointless as there is nothing to remove17:37
*** dciabrin_ has quit IRC17:37
*** mgoddard has joined #openstack-kolla17:43
*** shyamb has joined #openstack-kolla17:44
*** shyam89 has joined #openstack-kolla17:45
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/stein: Fix installation with pip install --user  https://review.opendev.org/c/openstack/kolla-ansible/+/79357017:46
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79356717:46
*** openstackstatus has quit IRC17:47
*** openstackstatus has joined #openstack-kolla17:48
*** ChanServ sets mode: +v openstackstatus17:48
mnasiadkayoctozepto: problem is we can’t run cephadm earlier, because then we won’t have docker installed :)18:02
yoctozeptomnasiadka: what to do, what to do! can cephadm ignore chrony stuff? we don't care18:05
elurkkiWould anybody have suggestion how could I add "allowed_cidrs" to /var/lib/kolla/venv/lib/python3.8/site-packages/magnum/drivers/swarm_fedora_atomic_v1/templates/cluster.yaml api_lb and etcd_lb. I tried "allowed_cidrs: {get_param: master_lb_allowed_cidrs}" But that doesn't work. How could I create full network/mask string with parameters I do have in hand in that heat template? Thanks a lot18:12
*** dciabrin__ has quit IRC18:13
*** jonaspaulo has joined #openstack-kolla18:16
*** shyam89 has quit IRC18:26
*** shyamb has quit IRC18:26
*** kevko has quit IRC18:33
*** kevko has joined #openstack-kolla18:41
openstackgerritVerification of a change to openstack/kolla-ansible failed: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355718:48
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [docker] Add support for setting CgroupnsMode  https://review.opendev.org/c/openstack/kolla-ansible/+/79067818:48
openstackgerritMerged openstack/kolla-ansible stable/ussuri: CI: Use PATH to find kolla-ansible script  https://review.opendev.org/c/openstack/kolla-ansible/+/79356219:36
mnasiadkayoctozepto: I think it’s the only thing we can’t skip ;) will look into it on Monday19:41
*** cah_link has quit IRC19:50
openstackgerritVerification of a change to openstack/kolla-ansible failed: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355719:53
*** raildo_ is now known as raildo19:54
*** raildo has quit IRC20:24
openstackgerritMerged openstack/kolla-ansible stable/wallaby: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79360320:28
*** bsanjeewa has joined #openstack-kolla20:47
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/victoria: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79360420:49
*** bsanjeewa_ has joined #openstack-kolla20:49
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/victoria: Use mariadb-server image for mariabackup  https://review.opendev.org/c/openstack/kolla-ansible/+/79360420:50
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/wallaby: Fix release note markup  https://review.opendev.org/c/openstack/kolla-ansible/+/79364920:53
*** bsanjeewa_ has quit IRC21:09
*** bsanjeewa is now known as bsanjeewa_21:10
*** bsanjeewa_ is now known as bsanjeewa__21:11
*** e0ne has joined #openstack-kolla21:28
*** e0ne has quit IRC21:35
openstackgerritMerged openstack/kolla-ansible stable/ussuri: cinder: fix condition to copy backend TLS certs  https://review.opendev.org/c/openstack/kolla-ansible/+/79355721:45
*** bsanjeewa has joined #openstack-kolla21:48
*** bsanjeewa has quit IRC21:57
*** bsanjeewa has joined #openstack-kolla21:58
*** bsanjeewa has quit IRC22:00
*** bsanjeewa has joined #openstack-kolla22:01
*** k_mouza has joined #openstack-kolla22:19
*** k_mouza has quit IRC22:23
*** bsanjeewa has quit IRC22:32
*** bsanjeewa_ has joined #openstack-kolla22:33
*** bsanjeewa__ has quit IRC22:36
*** bsanjeewa_ has quit IRC22:55
*** bsanjeewa has joined #openstack-kolla22:55
*** jonaspaulo has quit IRC22:59
*** LinPeiWen has quit IRC23:00
*** bsanjeewa has quit IRC23:00
*** bsanjeewa has joined #openstack-kolla23:02
*** bsanjeewa_ has joined #openstack-kolla23:06
*** bsanjeewa has quit IRC23:06
*** bsanjeewa_ has quit IRC23:36
*** is_null has quit IRC23:46
*** is_null has joined #openstack-kolla23:47
*** irclogbot_0 has quit IRC23:53
*** irclogbot_3 has quit IRC23:53
*** irclogbot_3 has joined #openstack-kolla23:55
*** irclogbot_0 has joined #openstack-kolla23:56

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