*** maharg101 has quit IRC | 00:49 | |
*** kevko has joined #openstack-kolla | 00:53 | |
*** maharg101 has joined #openstack-kolla | 00:56 | |
*** kevko has quit IRC | 01:02 | |
*** rohit02 has joined #openstack-kolla | 02:07 | |
*** rohit02 has quit IRC | 02:12 | |
*** rohit02 has joined #openstack-kolla | 02:54 | |
*** brtknr has quit IRC | 03:00 | |
*** brtknr has joined #openstack-kolla | 03:00 | |
*** cah_link has joined #openstack-kolla | 03:22 | |
*** k_mouza has quit IRC | 03:48 | |
*** k_mouza has joined #openstack-kolla | 03:49 | |
*** k_mouza has quit IRC | 03:53 | |
*** zijlboot has joined #openstack-kolla | 05:04 | |
*** shyamb has joined #openstack-kolla | 05:53 | |
*** rohit02 has quit IRC | 06:42 | |
*** rohit02 has joined #openstack-kolla | 06:43 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/victoria: DNM: Test run without octavia-driver-agent group https://review.opendev.org/c/openstack/kolla-ansible/+/791927 | 07:03 |
---|---|---|
*** andrewbonney has joined #openstack-kolla | 07:21 | |
priteau | mgoddard, 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/191 | 07:27 |
parallax | ^ that's a bummer, did they not test it? | 07:33 |
mnasiadka | probably not on Wallaby | 07:36 |
yoctozepto | morning | 07:37 |
priteau | parallax: The problematic commit added a fixture showing Nova API microversion 2.87, so probably tested against Ussuri or Victoria | 07:48 |
priteau | https://github.com/openstack-exporter/openstack-exporter/commit/02d06719b491830d1856ffe05433151744ee0556 | 07:48 |
*** dasTor has joined #openstack-kolla | 07:48 | |
*** shyamb has quit IRC | 07:50 | |
*** k_mouza has joined #openstack-kolla | 07:51 | |
*** mgoddard has quit IRC | 07:52 | |
*** k_mouza has quit IRC | 07:56 | |
*** fuhrmannb has joined #openstack-kolla | 08:01 | |
*** bsanjeewa has joined #openstack-kolla | 08:04 | |
*** bsanjeewa_ has joined #openstack-kolla | 08:15 | |
*** bsanjeewa has quit IRC | 08:18 | |
*** k_mouza has joined #openstack-kolla | 08:31 | |
*** k_mouza has quit IRC | 08:36 | |
*** rohit02 has quit IRC | 08:39 | |
*** rohit02 has joined #openstack-kolla | 08:39 | |
is_null | hi 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 appreciated | 08:52 |
*** shyamb has joined #openstack-kolla | 08:52 | |
*** e0ne has joined #openstack-kolla | 08:52 | |
is_null | oh 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 xD | 08:53 |
*** rohit02 has quit IRC | 09:13 | |
openstackgerrit | Merged openstack/kayobe stable/wallaby: CI: Fix libvirt errors caused by latest edk2-ovmf https://review.opendev.org/c/openstack/kayobe/+/793390 | 09:23 |
is_null | this 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 fine | 09:29 |
*** k_mouza has joined #openstack-kolla | 09:30 | |
*** k_mouza has quit IRC | 09:35 | |
yoctozepto | is_null: there is a typo in https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/blob/master/etc/kolla/config/nova/nova-compute.conf | 09:37 |
yoctozepto | another in https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/blob/master/etc/kolla/globals.yml | 09:37 |
yoctozepto | docker_apt_url is garbled | 09:37 |
is_null | docker_apt_url is good, that's how apt-cacher-ng supports caching HTTPS | 09:38 |
is_null | thank you, nova-compute.conf typo indeed | 09:39 |
yoctozepto | ah, interesting | 09:39 |
is_null | indeed, 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 problems | 09:40 |
is_null | i suspect this happens since deploy setted up keepalived, i tried stopping the keepalived and openvswitch_vswitchd but that didn't help | 09:42 |
yoctozepto | I can't see where you have the inventory | 09:44 |
is_null | the vagrantfile copies the multinode file | 09:44 |
is_null | https://gitlab.objectif-libre.com/jpic/kolla-ansible-formation/-/blob/master/Vagrantfile#L118 | 09:44 |
is_null | i'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 inventory | 09:45 |
yoctozepto | ah, 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 setup | 09:46 |
openstackgerrit | Verification of a change to openstack/kolla-ansible failed: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/782546 | 09:46 |
yoctozepto | but it should not prevent the networking from working | 09:46 |
*** rohit02 has joined #openstack-kolla | 09:46 | |
yoctozepto | have you tried with two cirros on a single network and pinging one to another | 09:47 |
is_null | well, the network nodes can't ping any other node anymore but I can try anyway | 09:48 |
is_null | i 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 them | 09:48 |
is_null | (if you want to take a look over ssh I can setup a tunnel) | 09:49 |
yoctozepto | I don't really have that much time to spare | 09:50 |
yoctozepto | keepalived failure would render all APIs down | 09:50 |
yoctozepto | it's not related to for-instance networking | 09:50 |
yoctozepto | well, not directly | 09:50 |
*** k_mouza has joined #openstack-kolla | 09:52 | |
is_null | I 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 68 | 10:01 |
yoctozepto | did you perhaps use the same interface for API *and* as neutron external interface? | 10:03 |
yoctozepto | that is going to fail | 10:03 |
yoctozepto | on network nodes precisely | 10:03 |
is_null | oh, actually i might have! | 10:03 |
*** shyamb has quit IRC | 10:03 | |
yoctozepto | still, it should not affect most instance<->instance traffic | 10:03 |
yoctozepto | as they skip network nodes and are linked compute-to-compute | 10:04 |
*** shyamb has joined #openstack-kolla | 10:04 | |
*** brtknr has quit IRC | 10:04 | |
*** brtknr has joined #openstack-kolla | 10:04 | |
is_null | indeed, 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 probably | 10:06 |
is_null | and ... the default neutron_external_interface is "eth1" indeed | 10:07 |
is_null | thank 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_null | I'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-kolla | 10:34 | |
*** kevko has joined #openstack-kolla | 10: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 disabled | 10:48 |
openstackgerrit | Merged openstack/kolla-ansible master: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/782546 | 10:56 |
*** shipsnbolts has quit IRC | 10:59 | |
*** shyamb has quit IRC | 11:10 | |
yoctozepto | is_null: that's very kind of you to include | 11:12 |
yoctozepto | bsanjeewa_: hmm, I would say we have a bug there ;-) | 11:12 |
yoctozepto | these are not the most popular services to deploy so no wonder they might fail with non-default | 11:12 |
yoctozepto | https://bugs.launchpad.net/kolla-ansible | 11: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 |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible master: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793589 | 11:26 |
is_null | really? I thought "always leave the credit where it's due" was a standard xD | 11:28 |
is_null | it seems group names we use are not fine with ansible, it complains about the dash being invalid caracter: https://dpaste.com/3VBC23WA8 | 11:29 |
is_null | unfortunnately it's not a BC friendly change that ansible wants right there ... | 11:29 |
yoctozepto | bsanjeewa_: yes, I suggest to report a bug | 11:30 |
yoctozepto | is_null: well, it should be; though I would guess most credit goes without heart emoticons ;-) | 11:30 |
yoctozepto | is_null: "BC"? | 11:31 |
yoctozepto | is_null: backwards compatible? | 11:31 |
yoctozepto | is_null: also, you can switch that off in ansible config; the reasoning for the enforcement is not that strong | 11:31 |
yoctozepto | it'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 |
yoctozepto | subtracting* | 11:32 |
is_null | oh right xD | 11:37 |
is_null | yes BC = backward compat | 11:37 |
is_null | thank you for the heads up! | 11:37 |
bsanjeewa_ | yoctozepto: OK. Let me redeploy with tls_internal enabled, and get some logs | 11:38 |
*** shyamb has joined #openstack-kolla | 11:40 | |
*** bsanjeewa_ has quit IRC | 11:48 | |
*** bsanjeewa has joined #openstack-kolla | 11:49 | |
*** bsanjeewa has quit IRC | 11:54 | |
mnasiadka | yoctozepto: seems we're waiting on your changes updates - need help with any of them? | 11:59 |
*** gfidente has joined #openstack-kolla | 11:59 | |
*** rohit02 has quit IRC | 12:05 | |
*** gfidente has quit IRC | 12:08 | |
*** e0ne has quit IRC | 12:09 | |
*** rohit02 has joined #openstack-kolla | 12:11 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/wallaby: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793555 | 12:13 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/victoria: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793556 | 12:13 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793557 | 12:14 |
openstackgerrit | Maksim Malchuk proposed openstack/kolla-ansible master: Fix the Tempest image url variable https://review.opendev.org/c/openstack/kolla-ansible/+/780328 | 12:14 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/wallaby: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793558 | 12:16 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/victoria: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793559 | 12:16 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/victoria: CI: pull images before deploy https://review.opendev.org/c/openstack/kolla-ansible/+/793560 | 12:17 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/victoria: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793559 | 12:18 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: CI: pull images before deploy https://review.opendev.org/c/openstack/kolla-ansible/+/793561 | 12:18 |
yoctozepto | mnasiadka: no, I'm now getting back to kolla stuff | 12:18 |
yoctozepto | thanks for asking though :-) | 12:19 |
mnasiadka | ok, so I can go back to sleep ;) | 12:19 |
yoctozepto | mnasiadka: enjoy :-) | 12:19 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793562 | 12:20 |
yoctozepto | mnasiadka, mgoddard: https://review.opendev.org/c/openstack/kolla-ansible/+/792119 merge conflict here | 12:20 |
mnasiadka | yeah, saw that | 12:21 |
mnasiadka | I'm just debating with myself if we should run the cephadm role in upgrade step | 12:22 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Remove setup_gate.sh symlink https://review.opendev.org/c/openstack/kolla-ansible/+/793563 | 12:23 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Remove setup_gate.sh symlink https://review.opendev.org/c/openstack/kolla-ansible/+/793563 | 12:23 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793562 | 12:23 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Don't run cephadm role in upgrade step https://review.opendev.org/c/openstack/kolla-ansible/+/793593 | 12:24 |
yoctozepto | mnasiadka: hmm, what about it? (/me not in loop) | 12:24 |
mnasiadka | yoctozepto: we're bootstrapping ceph twice :D | 12:24 |
mnasiadka | like here: https://zuul.opendev.org/t/openstack/build/c3fa43113fee486f9cdd9e32d8698f2d | 12:25 |
openstackgerrit | Radosł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/+/793564 | 12:26 |
yoctozepto | mnasiadka: oh noez | 12:26 |
yoctozepto | No such file or directory: 'yum': 'yum' | 12:26 |
yoctozepto | is interesting | 12:26 |
*** raildo has joined #openstack-kolla | 12:28 | |
openstackgerrit | Radosł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/+/793564 | 12:29 |
mnasiadka | yoctozepto: yummy? | 12:30 |
yoctozepto | mnasiadka: yum should be there | 12:31 |
yoctozepto | come on, don't forget what dnf's previous name was ;p | 12:31 |
yoctozepto | also, I left a comment on that cephadm upgrade change | 12:31 |
yoctozepto | I disagree with the effect | 12:32 |
yoctozepto | and suggest you should consider that extra sleep seriously :-) | 12:32 |
mnasiadka | actually I'm blind, it's doing it once, but upgrade jobs have no time sync daemon running? let me analyse the chrony upgrade change | 12:33 |
yoctozepto | yeah, it's doing something odd | 12:34 |
yoctozepto | and the yum being gone? | 12:34 |
yoctozepto | please | 12:34 |
yoctozepto | perhaps it's uninstalling centos8 :D | 12:35 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: CI: pull images before deploy https://review.opendev.org/c/openstack/kolla-ansible/+/793565 | 12:37 |
*** rohit02 has quit IRC | 12:37 | |
*** rohit02 has joined #openstack-kolla | 12:38 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: [CI] Remove setup_gate.sh symlink https://review.opendev.org/c/openstack/kolla-ansible/+/793566 | 12:38 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: [CI] Remove setup_gate.sh symlink https://review.opendev.org/c/openstack/kolla-ansible/+/793566 | 12:41 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793567 | 12:42 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793567 | 12:43 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: chrony: remove during upgrade when disabled https://review.opendev.org/c/openstack/kolla-ansible/+/792119 | 12:44 |
mnasiadka | yoctozepto: https://review.opendev.org/c/openstack/kolla-ansible/+/781062 it's begging for your review | 12:45 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/ussuri: [CI] Support building source images with in-review changes https://review.opendev.org/c/openstack/kolla/+/793568 | 12:46 |
*** shyamb has quit IRC | 12:48 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/ussuri: [CI] Support building source images with in-review changes https://review.opendev.org/c/openstack/kolla/+/793568 | 12:50 |
*** wuchunyang has joined #openstack-kolla | 12:51 | |
openstackgerrit | Radosł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/+/793564 | 12:52 |
yoctozepto | mnasiadka: no reno, no +2? | 12:57 |
mnasiadka | yoctozepto: then -1 and ask for reno :) | 12:58 |
yoctozepto | mnasiadka: I did | 12:58 |
yoctozepto | thanks for +2ing the backport campaign | 12:59 |
yoctozepto | it should help having ussuri+ CIs behave similarly | 12:59 |
*** e0ne has joined #openstack-kolla | 12:59 | |
yoctozepto | ok, now unto debian | 13:01 |
yoctozepto | what do we have here | 13:01 |
is_null | yoctozepto: the problem was that in ovs I still had br-ex on the eth1 iface which was for neutron ip | 13:09 |
yoctozepto | is_null: yup, that's what happens with neutron external interface via kolla ansible playbooks | 13:13 |
*** brtknr has quit IRC | 13:13 | |
*** brtknr has joined #openstack-kolla | 13:14 | |
is_null | which 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 IRC | 13:18 | |
*** brtknr has joined #openstack-kolla | 13:19 | |
yoctozepto | that really is no problem, glad you sorted it out | 13:20 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Bump min Docker version https://review.opendev.org/c/openstack/kolla-ansible/+/792583 | 13:21 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Bump min Docker version https://review.opendev.org/c/openstack/kolla-ansible/+/792583 | 13:22 |
*** raildo_ has joined #openstack-kolla | 13:23 | |
*** raildo has quit IRC | 13:25 | |
*** brtknr has quit IRC | 13:25 | |
*** brtknr has joined #openstack-kolla | 13:26 | |
*** elurkki has joined #openstack-kolla | 13:26 | |
elurkki | Is 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 lot | 13:27 |
is_null | did you try that one elurkki ? https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html | 13:28 |
is_null | it details how to setup an all-in-one with containers built from sources so that might help | 13:29 |
elurkki | Yes, that one I have read through | 13:29 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Check distro-provided docker and docker sdk https://review.opendev.org/c/openstack/kolla-ansible/+/793601 | 13:31 |
elurkki | I 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 up | 13:31 |
*** rohit02 has quit IRC | 13:31 | |
is_null | i 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 service | 13:33 |
yoctozepto | elurkki: do you mean you need to replace a file in magnum conductor container? | 13:34 |
yoctozepto | if you are still testing, you can go ad-hoc | 13:35 |
yoctozepto | go to the host | 13:35 |
yoctozepto | and into the container | 13:35 |
elurkki | I tested that | 13:35 |
yoctozepto | and update that file | 13:35 |
elurkki | Requirest sudo | 13:35 |
elurkki | Or at least informs that premission denied | 13:35 |
mnasiadka | You don't need to be root to edit the files, if you're running -source variant | 13:35 |
*** shipsnbolts has joined #openstack-kolla | 13:35 | |
yoctozepto | elurkki: run docker exec with "-u root" | 13:35 |
elurkki | Ah, dummy me. Thanks yoctozepto | 13:36 |
elurkki | Will try that one | 13:36 |
yoctozepto | you are welcome elurkki | 13:36 |
*** k_mouza has quit IRC | 13:36 | |
*** e0ne_ has joined #openstack-kolla | 13:37 | |
*** e0ne has quit IRC | 13:37 | |
*** e0ne has joined #openstack-kolla | 13:38 | |
yoctozepto | mnasiadka: I know you want to ~> https://review.opendev.org/c/openstack/kolla-ansible/+/793589 | 13:39 |
mnasiadka | who needs backups | 13:42 |
mnasiadka | :) | 13:42 |
yoctozepto | I don't know | 13:42 |
mnasiadka | ah, priteau needs them | 13:42 |
*** e0ne_ has quit IRC | 13:42 | |
yoctozepto | I guess he doesn't want to live on the edge like the others | 13:42 |
yoctozepto | welcome to tls-only world with IETF RFC 9000 - QUIC https://www.rfc-editor.org/rfc/rfc9000.html | 13:48 |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/wallaby: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793603 | 13:49 |
yoctozepto | mnasiadka: and already ^ | 13:49 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Remove [octavia]/base_url option from neutron.conf https://review.opendev.org/c/openstack/kolla-ansible/+/793457 | 13:49 |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/victoria: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793604 | 13:49 |
mnasiadka | yoctozepto: let master merge first, come on :) | 13:50 |
priteau | Need to merge master just in case sha has to change | 13:50 |
yoctozepto | mnasiadka, priteau: well, we kinda know the sha is going to stay | 13:51 |
yoctozepto | so I'm good with approving priteau's change | 13:52 |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Remove [octavia]/base_url option from neutron.conf https://review.opendev.org/c/openstack/kolla-ansible/+/793461 | 14:00 |
openstackgerrit | Merged openstack/kolla-ansible stable/victoria: Remove [octavia]/base_url option from neutron.conf https://review.opendev.org/c/openstack/kolla-ansible/+/793456 | 14:00 |
openstackgerrit | Merged openstack/kolla-ansible stable/wallaby: Remove [octavia]/base_url option from neutron.conf https://review.opendev.org/c/openstack/kolla-ansible/+/793455 | 14:00 |
*** openstackgerrit has quit IRC | 14:06 | |
mnasiadka | gerrit bot is moving? | 14:13 |
yoctozepto | it should be moving over the weekend | 14:17 |
yoctozepto | asked on #opendev | 14:18 |
yoctozepto | ok, seemingly just restarting and will join as needed | 14:21 |
yoctozepto | ERROR! the playbook: /home/zuul/.local/ansible/kolla-host.yml could not be found | 14:32 |
yoctozepto | stein->train upgrade seemingly b0rken on stein bootstrap | 14:32 |
*** openstackgerrit has joined #openstack-kolla | 14:39 | |
openstackgerrit | Merged openstack/kolla-ansible stable/victoria: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793556 | 14:39 |
*** k_mouza has joined #openstack-kolla | 14:48 | |
openstackgerrit | Merged openstack/kolla-ansible master: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793589 | 14:49 |
openstackgerrit | Merged openstack/kolla-ansible stable/wallaby: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793558 | 14:49 |
*** wuchunyang has quit IRC | 14:49 | |
*** cah_link has quit IRC | 14:51 | |
*** cah_link1 has joined #openstack-kolla | 14:51 | |
*** macz_ has joined #openstack-kolla | 14:53 | |
*** cah_link1 is now known as cah_link | 14:54 | |
*** e0ne_ has joined #openstack-kolla | 15:02 | |
*** e0ne has quit IRC | 15:03 | |
*** e0ne_ has quit IRC | 15:03 | |
*** e0ne has joined #openstack-kolla | 15:05 | |
openstackgerrit | Merged openstack/kolla-ansible stable/wallaby: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793555 | 15:05 |
openstackgerrit | Merged openstack/kolla-ansible stable/victoria: CI: pull images before deploy https://review.opendev.org/c/openstack/kolla-ansible/+/793560 | 15:05 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/victoria: WIP: Add support for CentOS 8 Stream https://review.opendev.org/c/openstack/kolla/+/792763 | 15:14 |
openstackgerrit | Merged openstack/kolla-ansible stable/victoria: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793559 | 15:15 |
*** e0ne has quit IRC | 15:17 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: CI: pull images before deploy https://review.opendev.org/c/openstack/kolla-ansible/+/793561 | 15:18 |
openstackgerrit | Merged openstack/kolla-ansible stable/train: CI: pull images before deploy https://review.opendev.org/c/openstack/kolla-ansible/+/793565 | 15:18 |
mnasiadka | yoctozepto: mystery solved, centos8 upgrade in chrony change fails, because previous_release is victoria, and in victoria we remove chrony :D | 15:21 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: chrony: remove during upgrade when disabled https://review.opendev.org/c/openstack/kolla-ansible/+/792119 | 15:24 |
mnasiadka | yoctozepto: now it's ready, once it passes CI (especially centos8 upgrade job) - we can merge and backport. | 15:25 |
*** iniazi has joined #openstack-kolla | 15:33 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: [CI] Remove setup_gate.sh symlink https://review.opendev.org/c/openstack/kolla-ansible/+/793563 | 15:45 |
*** bsanjeewa has joined #openstack-kolla | 15:54 | |
*** bsanjeewa_ has joined #openstack-kolla | 16:10 | |
*** bsanjeewa has quit IRC | 16:13 | |
*** k_mouza has quit IRC | 16:16 | |
*** bsanjeewa_ has quit IRC | 16:26 | |
*** bsanjeewa_ has joined #openstack-kolla | 16:26 | |
openstackgerrit | Merged openstack/kolla-ansible stable/train: [CI] Remove setup_gate.sh symlink https://review.opendev.org/c/openstack/kolla-ansible/+/793566 | 16:30 |
openstackgerrit | Will Szumski proposed openstack/kolla-ansible master: Add OIDCDiscoverURL mod_oidc option https://review.opendev.org/c/openstack/kolla-ansible/+/793622 | 16:30 |
*** kevko has quit IRC | 16:38 | |
*** kevko has joined #openstack-kolla | 16:39 | |
*** shipsnbolts has quit IRC | 16:42 | |
openstackgerrit | Will Szumski proposed openstack/kolla-ansible master: Add OIDCDiscoverURL mod_oidc option https://review.opendev.org/c/openstack/kolla-ansible/+/793622 | 16:51 |
*** k_mouza has joined #openstack-kolla | 16:56 | |
*** k_mouza has quit IRC | 17:00 | |
*** bsanjeewa_ has quit IRC | 17:05 | |
*** andrewbonney has quit IRC | 17:10 | |
*** dciabrin__ has joined #openstack-kolla | 17:34 | |
yoctozepto | mnasiadka: 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 remove | 17:37 |
*** dciabrin_ has quit IRC | 17:37 | |
*** mgoddard has joined #openstack-kolla | 17:43 | |
*** shyamb has joined #openstack-kolla | 17:44 | |
*** shyam89 has joined #openstack-kolla | 17:45 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/stein: Fix installation with pip install --user https://review.opendev.org/c/openstack/kolla-ansible/+/793570 | 17:46 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793567 | 17:46 |
*** openstackstatus has quit IRC | 17:47 | |
*** openstackstatus has joined #openstack-kolla | 17:48 | |
*** ChanServ sets mode: +v openstackstatus | 17:48 | |
mnasiadka | yoctozepto: problem is we can’t run cephadm earlier, because then we won’t have docker installed :) | 18:02 |
yoctozepto | mnasiadka: what to do, what to do! can cephadm ignore chrony stuff? we don't care | 18:05 |
elurkki | Would 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 lot | 18:12 |
*** dciabrin__ has quit IRC | 18:13 | |
*** jonaspaulo has joined #openstack-kolla | 18:16 | |
*** shyam89 has quit IRC | 18:26 | |
*** shyamb has quit IRC | 18:26 | |
*** kevko has quit IRC | 18:33 | |
*** kevko has joined #openstack-kolla | 18:41 | |
openstackgerrit | Verification of a change to openstack/kolla-ansible failed: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793557 | 18:48 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [docker] Add support for setting CgroupnsMode https://review.opendev.org/c/openstack/kolla-ansible/+/790678 | 18:48 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: CI: Use PATH to find kolla-ansible script https://review.opendev.org/c/openstack/kolla-ansible/+/793562 | 19:36 |
mnasiadka | yoctozepto: I think it’s the only thing we can’t skip ;) will look into it on Monday | 19:41 |
*** cah_link has quit IRC | 19:50 | |
openstackgerrit | Verification of a change to openstack/kolla-ansible failed: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793557 | 19:53 |
*** raildo_ is now known as raildo | 19:54 | |
*** raildo has quit IRC | 20:24 | |
openstackgerrit | Merged openstack/kolla-ansible stable/wallaby: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793603 | 20:28 |
*** bsanjeewa has joined #openstack-kolla | 20:47 | |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/victoria: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793604 | 20:49 |
*** bsanjeewa_ has joined #openstack-kolla | 20:49 | |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/victoria: Use mariadb-server image for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/793604 | 20:50 |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/wallaby: Fix release note markup https://review.opendev.org/c/openstack/kolla-ansible/+/793649 | 20:53 |
*** bsanjeewa_ has quit IRC | 21:09 | |
*** bsanjeewa is now known as bsanjeewa_ | 21:10 | |
*** bsanjeewa_ is now known as bsanjeewa__ | 21:11 | |
*** e0ne has joined #openstack-kolla | 21:28 | |
*** e0ne has quit IRC | 21:35 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: cinder: fix condition to copy backend TLS certs https://review.opendev.org/c/openstack/kolla-ansible/+/793557 | 21:45 |
*** bsanjeewa has joined #openstack-kolla | 21:48 | |
*** bsanjeewa has quit IRC | 21:57 | |
*** bsanjeewa has joined #openstack-kolla | 21:58 | |
*** bsanjeewa has quit IRC | 22:00 | |
*** bsanjeewa has joined #openstack-kolla | 22:01 | |
*** k_mouza has joined #openstack-kolla | 22:19 | |
*** k_mouza has quit IRC | 22:23 | |
*** bsanjeewa has quit IRC | 22:32 | |
*** bsanjeewa_ has joined #openstack-kolla | 22:33 | |
*** bsanjeewa__ has quit IRC | 22:36 | |
*** bsanjeewa_ has quit IRC | 22:55 | |
*** bsanjeewa has joined #openstack-kolla | 22:55 | |
*** jonaspaulo has quit IRC | 22:59 | |
*** LinPeiWen has quit IRC | 23:00 | |
*** bsanjeewa has quit IRC | 23:00 | |
*** bsanjeewa has joined #openstack-kolla | 23:02 | |
*** bsanjeewa_ has joined #openstack-kolla | 23:06 | |
*** bsanjeewa has quit IRC | 23:06 | |
*** bsanjeewa_ has quit IRC | 23:36 | |
*** is_null has quit IRC | 23:46 | |
*** is_null has joined #openstack-kolla | 23:47 | |
*** irclogbot_0 has quit IRC | 23:53 | |
*** irclogbot_3 has quit IRC | 23:53 | |
*** irclogbot_3 has joined #openstack-kolla | 23:55 | |
*** irclogbot_0 has joined #openstack-kolla | 23:56 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!