| *** dswebb has quit IRC | 00:39 | |
| *** hamzy has joined #openstack-kolla | 01:01 | |
| ileixe | Hi Koalas :) | 01:14 |
|---|---|---|
| ileixe | I wonder how others migrate deployment strategy (non-container to kolla) | 01:15 |
| ileixe | Is there any guide to do ? | 01:15 |
| ileixe | I saw HP tried to use live migration though, it seems to be not very easy | 01:16 |
| *** BjoernT_ has quit IRC | 01:35 | |
| *** BjoernT has joined #openstack-kolla | 01:37 | |
| *** vmixor has quit IRC | 01:49 | |
| *** dave-mccowan has joined #openstack-kolla | 02:06 | |
| *** BjoernT has quit IRC | 02:28 | |
| *** radeks has joined #openstack-kolla | 02:52 | |
| *** radeks has quit IRC | 02:58 | |
| *** negronjl has joined #openstack-kolla | 03:16 | |
| *** hongbin has joined #openstack-kolla | 03:35 | |
| *** radeks has joined #openstack-kolla | 03:36 | |
| *** BjoernT has joined #openstack-kolla | 03:58 | |
| *** dave-mccowan has quit IRC | 04:09 | |
| *** BjoernT has quit IRC | 04:17 | |
| *** bjoernt_ has joined #openstack-kolla | 04:17 | |
| *** bjoernt_ is now known as BjoernT | 04:17 | |
| *** BjoernT has quit IRC | 04:18 | |
| *** FlorianFa has quit IRC | 04:18 | |
| *** bjoernt has joined #openstack-kolla | 04:19 | |
| *** hongbin has quit IRC | 04:22 | |
| *** FlorianFa has joined #openstack-kolla | 04:26 | |
| *** radeks has quit IRC | 04:48 | |
| *** radeks has joined #openstack-kolla | 04:57 | |
| *** Luzi has joined #openstack-kolla | 05:16 | |
| *** k_mouza has joined #openstack-kolla | 05:42 | |
| *** k_mouza has quit IRC | 05:46 | |
| *** cah_link has joined #openstack-kolla | 05:53 | |
| *** signed8bit has quit IRC | 05:55 | |
| *** ldumont has quit IRC | 06:04 | |
| *** ldumont has joined #openstack-kolla | 06:05 | |
| *** ldumont has quit IRC | 06:10 | |
| *** igordc has quit IRC | 06:10 | |
| *** ldumont has joined #openstack-kolla | 06:10 | |
| yoctozepto | morning | 06:13 |
| yoctozepto | ileixe: https://www.stackhpc.com/migrating-to-kolla.html | 06:14 |
| ileixe | yoctozepto: moring | 06:14 |
| ileixe | yes, that's what I saw | 06:14 |
| ileixe | oh.. stackhpc is not related to hp | 06:15 |
| yoctozepto | yup, it's unlikely to be related | 06:15 |
| ileixe | Hm.. then can I say it's the required way to live migrate VMs into kolla container based KVM? | 06:20 |
| ileixe | Is it possible to have two kinds of KVM in a hypervisor? (KVM in container, KVM in root namspace). If then I think it's much easier to migrate though | 06:21 |
| mnasiadka | morning | 06:27 |
| mnasiadka | ileixe: two kinds at the same time? | 06:28 |
| ileixe | Yep | 06:29 |
| ileixe | I think it seems to be possible, but not sure :) | 06:29 |
| *** pcaruana has joined #openstack-kolla | 06:30 | |
| yoctozepto | ileixe: kvm yes but libvirt will fail | 06:33 |
| yoctozepto | and nova goes via libvirt | 06:33 |
| *** vesper11- has quit IRC | 06:33 | |
| ileixe | Oh, is there any conflcit subsystem in kernel used by libvirt? | 06:34 |
| ileixe | I assume if kvm could, libvirt does not have to be cared | 06:34 |
| *** vesper11 has joined #openstack-kolla | 06:36 | |
| yoctozepto | mnasiadka: looks like ceph key fetching is not py3 friendly | 06:51 |
| mnasiadka | yoctozepto: yeah, bytes vs str soap opera | 06:51 |
| yoctozepto | mnasiadka: are you working on it now? | 06:51 |
| mnasiadka | yeah | 06:51 |
| yoctozepto | good | 06:51 |
| *** dpawlik has joined #openstack-kolla | 06:52 | |
| *** cah_link has quit IRC | 06:54 | |
| yoctozepto | mnasiadka: likely removing 'b' from open will help here | 06:54 |
| yoctozepto | but other problems may remain still | 06:54 |
| mnasiadka | yoctozepto: I'm rather leaning towards getting rid of that python script now, it only registers contents of keyring files and monmap | 06:54 |
| *** cah_link has joined #openstack-kolla | 06:55 | |
| yoctozepto | mnasiadka: indeed it does, I have no idea why it was found to be easier this way :-) | 06:55 |
| yoctozepto | maybe it was meant to be more efficient | 06:56 |
| mnasiadka | oh hell, we also have bslurp which analyses those sha1/256 sums | 06:56 |
| yoctozepto | xD | 06:56 |
| yoctozepto | I think remove that 'b' and hurry with ceph ansible | 06:58 |
| mnasiadka | yoctozepto: well, can't remove b - b64encode needs bytes-like object | 07:01 |
| mnasiadka | so the ugly hack is to do str(msg) in the end :D | 07:01 |
| yoctozepto | ah, right | 07:01 |
| yoctozepto | well, whatever is simple and works | 07:02 |
| yoctozepto | (let's add technical debt where we know we will pay it off immediately by removal) | 07:02 |
| *** Luzi_ has joined #openstack-kolla | 07:04 | |
| mnasiadka | yeah... | 07:04 |
| openstackgerrit | Michal Nasiadka proposed openstack/kolla master: Fix fetch_ceph_keys to run in python3 https://review.opendev.org/688636 | 07:04 |
| *** cah_link1 has joined #openstack-kolla | 07:05 | |
| openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: Allow fetch ceph keyrings to work with unversioned python binary https://review.opendev.org/688392 | 07:05 |
| *** cah_link has quit IRC | 07:06 | |
| *** cah_link1 is now known as cah_link | 07:06 | |
| *** Luzi has quit IRC | 07:08 | |
| mnasiadka | no buster repos on OVH mirror, cool | 07:29 |
| yoctozepto | just mirror | 07:34 |
| *** rgogunskiy has joined #openstack-kolla | 07:35 | |
| *** hamzaachi has joined #openstack-kolla | 07:36 | |
| *** hamzaachi_ has joined #openstack-kolla | 07:42 | |
| *** dpawlik has quit IRC | 07:43 | |
| *** hamzaachi has quit IRC | 07:45 | |
| *** ivve has joined #openstack-kolla | 07:51 | |
| *** priteau has joined #openstack-kolla | 07:53 | |
| *** devep has joined #openstack-kolla | 07:59 | |
| *** dougsz has joined #openstack-kolla | 08:01 | |
| *** rpittau|afk is now known as rpittau | 08:07 | |
| openstackgerrit | Dincer Celik proposed openstack/kolla-ansible stable/stein: HAProxy backend connection limits https://review.opendev.org/688649 | 08:15 |
| *** radeks has quit IRC | 08:19 | |
| *** gfidente has joined #openstack-kolla | 08:29 | |
| mnasiadka | yoctozepto: well, just a mirror, but jobs fail :) | 08:31 |
| hrw | https://marcin.juszkiewicz.com.pl/2019/10/15/how-to-survive-fosdem/ | 08:36 |
| openstackgerrit | Dincer Celik proposed openstack/kolla-ansible master: Fixes glance image cache deployment. https://review.opendev.org/688653 | 08:39 |
| hrw | morning | 08:39 |
| openstackgerrit | Dincer Celik proposed openstack/kolla-ansible master: Fixes glance image cache deployment. https://review.opendev.org/688653 | 08:40 |
| *** dpawlik has joined #openstack-kolla | 08:47 | |
| mgoddard | morning | 08:48 |
| mgoddard | yoctozepto: http://asciiflow.com/ | 08:49 |
| mgoddard | maybe I should add a comment about that so it can be updated | 08:49 |
| *** k_mouza has joined #openstack-kolla | 08:50 | |
| *** dpawlik has quit IRC | 08:52 | |
| hrw | cells is only nova stuff? | 09:20 |
| dougsz | hrw: some work for multiple instances of supporting services as well (eg. MariaDB) | 09:24 |
| yoctozepto | hrw: nice | 09:25 |
| yoctozepto | mgoddard: thanks | 09:25 |
| hrw | dougsz: thx | 09:28 |
| hrw | yoctozepto: post? | 09:28 |
| yoctozepto | hrw: mhm | 09:30 |
| hrw | yoctozepto: that ipv6 is massive... 80/209 and already tired of it ;D | 09:36 |
| hrw | yoctozepto: https://review.opendev.org/#/c/681573/69/ansible/roles/haproxy-config/templates/haproxy_single_service_listen.cfg.j2 - you dropped api_interface. on purpose? | 09:37 |
| hrw | yoctozepto: same in https://review.opendev.org/#/c/681573/69/ansible/roles/haproxy-config/templates/haproxy_single_service_split.cfg.j2,unified | 09:37 |
| openstackgerrit | Ionut-Madalin Balutoiu proposed openstack/kolla-ansible master: Fix Python3 compatibility for kolla-genpwd https://review.opendev.org/688663 | 09:42 |
| hrw | yoctozepto: in some places you replace hostname[inventory_hostname] with |kolla_address('inventory_hostname'] and in other with |kolla_address - or maybe that's my feeling | 09:48 |
| *** mrunge has quit IRC | 09:49 | |
| *** devep has quit IRC | 09:56 | |
| *** devep has joined #openstack-kolla | 09:56 | |
| yoctozepto | hrw: that depends mostly of what was there before | 09:57 |
| yoctozepto | I tried to stick the same | 09:57 |
| hrw | yoctozepto: +2 | 09:57 |
| yoctozepto | unfortunately it is massive AND it has to rebased on top of cells | 09:57 |
| yoctozepto | so i'm crying already ;p | 09:57 |
| *** mrunge has joined #openstack-kolla | 09:57 | |
| hrw | yoctozepto: cells is bigger? | 09:57 |
| yoctozepto | hrw: yup, especially thought-wise | 09:58 |
| hrw | shit happens | 09:58 |
| *** dpawlik has joined #openstack-kolla | 10:02 | |
| openstackgerrit | Michal Nasiadka proposed openstack/kolla master: Fix fetch_ceph_keys to run in python3 https://review.opendev.org/688636 | 10:04 |
| *** dpawlik has quit IRC | 10:06 | |
| *** Luzi has joined #openstack-kolla | 10:08 | |
| *** cah_link1 has joined #openstack-kolla | 10:08 | |
| *** cah_link has quit IRC | 10:10 | |
| *** cah_link1 is now known as cah_link | 10:10 | |
| *** Luzi_ has quit IRC | 10:10 | |
| mnasiadka | hmm, now jobs are failing with missing libffi, huh | 10:16 |
| *** k_mouza has quit IRC | 10:23 | |
| *** k_mouza has joined #openstack-kolla | 10:32 | |
| hrw | mgoddard: commented on push patch | 10:46 |
| hrw | ~curse mock | 10:47 |
| *** cah_link1 has joined #openstack-kolla | 11:03 | |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Docs: add nova cells https://review.opendev.org/688432 | 11:03 |
| openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: handle push error properly https://review.opendev.org/688390 | 11:04 |
| *** cah_link has quit IRC | 11:04 | |
| *** cah_link1 is now known as cah_link | 11:04 | |
| hrw | mgoddard: correct me if I am wrong, ok? | 11:14 |
| *** factor has joined #openstack-kolla | 11:15 | |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Fix yamllint errors in .yamllint file(!) https://review.opendev.org/688679 | 11:16 |
| hrw | mgoddard: test_push_image* tests are testing build.PushTask.run() and build.PushTask.push_image() functions. When task is run() it goes to push_image() where it docker.apiclient.push() image to server. if push_image() gets error from that api call then it raises PushError exception. | 11:17 |
| hrw | so test_push_image() tests situation where everything went fine. | 11:18 |
| mgoddard | hrw: there are multiple failure modes | 11:18 |
| mgoddard | the one you are looking at is when we can connect to the docker API, and get a response | 11:18 |
| *** kplant has joined #openstack-kolla | 11:18 | |
| hrw | mgoddard: so let me just copy test_push_image_failure() as test_push_image_failure_error() etc? | 11:19 |
| mgoddard | the one I looked at, we could not connect to the docker API at all, so got no response | 11:19 |
| mgoddard | (and client.push() raised an exception) | 11:19 |
| hrw | we need docs in tests :d | 11:20 |
| mgoddard | yeah, comments always help | 11:20 |
| mgoddard | sometimes | 11:20 |
| hrw | how to tell tox to run ONLY test_push_image and not test_push_image* ones? | 11:23 |
| hrw | tox --magic-switch -e py37 kolla.tests.test_build.TasksTest.test_push_image | 11:24 |
| hrw | but what is --magic-switch | 11:24 |
| mgoddard | tox -e py37 -- kolla.tests.test_build.TasksTest.test_push_image | 11:25 |
| mgoddard | ? | 11:25 |
| *** stingrayza has quit IRC | 11:26 | |
| hrw | mgoddard: no. -- says "ignore next -options and pass them as they are" | 11:26 |
| mgoddard | btw, https://review.opendev.org/#/c/688679 fixes pep8 in CI | 11:27 |
| openstackgerrit | Ionut-Madalin Balutoiu proposed openstack/kolla-ansible master: Fix Python3 compatibility for kolla-genpwd https://review.opendev.org/688663 | 11:27 |
| hrw | mgoddard: waiting for it to pass pep8 ;D | 11:28 |
| openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: handle push error properly https://review.opendev.org/688390 | 11:29 |
| hrw | moar tests | 11:30 |
| *** dpawlik has joined #openstack-kolla | 11:36 | |
| *** k_mouza has quit IRC | 11:36 | |
| hrw | tox -e py37 kolla.tests.test_build.TasksTest.test_push_image$ // it's regexp ;D | 11:39 |
| *** schwicht has quit IRC | 11:51 | |
| *** dpawlik has quit IRC | 11:52 | |
| *** vmixor has joined #openstack-kolla | 11:56 | |
| *** goldyfruit has quit IRC | 11:58 | |
| *** lemko has joined #openstack-kolla | 12:00 | |
| mgoddard | anyone looking at the ffi CI issue? | 12:01 |
| yoctozepto | mgoddard: me and mnasiadka | 12:03 |
| yoctozepto | at infra | 12:03 |
| mnasiadka | sounds like bindep stopped working | 12:04 |
| mgoddard | bin bindep | 12:08 |
| yoctozepto | let's fix both and wait to discover the 3rd | 12:14 |
| yoctozepto | mgoddard, mnasiadka | 12:14 |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Fix CI failures https://review.opendev.org/688679 | 12:15 |
| mgoddard | yoctozepto, mnasiadka: ^ let's see | 12:15 |
| mgoddard | relevant ironic change: https://review.opendev.org/#/c/688686/ | 12:16 |
| yoctozepto | heh :D | 12:17 |
| *** dpawlik has joined #openstack-kolla | 12:21 | |
| hrw | mgoddard: pep8 failure ;( | 12:22 |
| openstackgerrit | Will Szumski proposed openstack/kayobe master: Increase RAM for baremetal compute nodes https://review.opendev.org/688694 | 12:22 |
| mgoddard | w | 12:22 |
| mgoddard | hrw: where? in my change or yours? | 12:23 |
| hrw | your | 12:23 |
| mgoddard | doh | 12:23 |
| mgoddard | thanks | 12:23 |
| hrw | http://zuul.openstack.org/status/change/688679,2 | 12:23 |
| openstackgerrit | Will Szumski proposed openstack/kayobe-config-dev master: DNM: Switch to CentOS based IPA images https://review.opendev.org/687830 | 12:23 |
| *** dpawlik has quit IRC | 12:26 | |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Fix CI failures https://review.opendev.org/688679 | 12:28 |
| mgoddard | let's try again | 12:28 |
| hrw | passed 'tox -e pep8' locally? | 12:33 |
| hrw | ;d | 12:33 |
| *** hamzy has quit IRC | 12:34 | |
| openstackgerrit | Will Szumski proposed openstack/kayobe master: Install libffi headers https://review.opendev.org/688697 | 12:36 |
| *** hamzy has joined #openstack-kolla | 12:37 | |
| mgoddard | hrw: pep8 fails due to virtualenvs and crap in my local repo :) I did run yamllint | 12:39 |
| hrw | k | 12:40 |
| mgoddard | deploy also lookin' good: http://zuul.openstack.org/stream/17b46a079706489cbf01e461de32a457?logfile=console.log | 12:40 |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Docs: add nova cells https://review.opendev.org/688432 | 12:41 |
| mnasiadka | yeah, seems like it's passing over the critical point - +2 from me ;) | 12:44 |
| *** stingrayza has joined #openstack-kolla | 12:46 | |
| hrw | I am waiting for one of zuul jobs to finish | 12:48 |
| mgoddard | hrw: did you see my point about the generator? | 12:48 |
| hrw | mgoddard: missed | 12:48 |
| mgoddard | oops | 12:49 |
| hrw | I see it. will read | 12:51 |
| hrw | mgoddard: will improve. thanks | 12:52 |
| openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: handle push error properly https://review.opendev.org/688390 | 12:58 |
| *** vmixor has quit IRC | 12:59 | |
| hrw | fiting in 80 columns suxx | 13:00 |
| hrw | but on the other side... 4 files next to each other on a screen | 13:01 |
| kplant | amen | 13:01 |
| kplant | especially when you're writing C with 8 character indents | 13:02 |
| hrw | kplant: 'git amen' is my favourite command when work on patches | 13:02 |
| kplant | haha | 13:02 |
| hrw | amen = commit --amend --no-edit | 13:02 |
| *** cah_link has quit IRC | 13:12 | |
| *** Luzi has quit IRC | 13:19 | |
| *** goldyfruit has joined #openstack-kolla | 13:22 | |
| *** goldyfruit has quit IRC | 13:24 | |
| *** dave-mccowan has joined #openstack-kolla | 13:28 | |
| *** goldyfruit has joined #openstack-kolla | 13:32 | |
| *** pcaruana has quit IRC | 13:32 | |
| openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: handle push error properly https://review.opendev.org/688390 | 13:33 |
| hrw | pep8 fixes | 13:33 |
| *** dpawlik has joined #openstack-kolla | 13:34 | |
| *** dpawlik has quit IRC | 13:39 | |
| *** spsurya has joined #openstack-kolla | 13:42 | |
| *** vmixor has joined #openstack-kolla | 13:42 | |
| *** KeithMnemonic has joined #openstack-kolla | 13:43 | |
| *** pcaruana has joined #openstack-kolla | 14:04 | |
| *** pbing19 has joined #openstack-kolla | 14:09 | |
| pbing19 | when i was trying to build kolla its taking neutron-lib 1.25 version | 14:10 |
| pbing19 | i want that kolla should take neutron-lib 1.26 or higher version | 14:10 |
| pbing19 | where i have to change anybody have idea? | 14:11 |
| hrw | pbing19: which branch of kolla? | 14:11 |
| pbing19 | kolla 8.0.1 | 14:11 |
| pbing19 | branch : stein | 14:14 |
| pbing19 | I am trying to build neutron by using kolla branch stein | 14:15 |
| hrw | pbing19: that would require patch to openstack/requirements to bump neutron-lib in upper-constraints.txt file | 14:16 |
| hrw | https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt lists 1.25.0 | 14:16 |
| pbing19 | what should be the location of this file on local system ... like kolla directory or any other | 14:19 |
| hrw | pbing19: it is fetched during image build | 14:21 |
| *** bjoernt has quit IRC | 14:22 | |
| hrw | pbing19: openstack-base fetches tarball from openstack server | 14:24 |
| pbing19 | thanks a lot @hrw | 14:29 |
| hrw | yw | 14:29 |
| pbing19 | i have done changes and started building ... | 14:29 |
| hrw | pbing19: what got improved in 1.26? | 14:30 |
| *** bjoernt has joined #openstack-kolla | 14:35 | |
| *** rgogunskiy has quit IRC | 14:38 | |
| hrw | pbing19: 1.26.0 counts as Train release | 14:39 |
| hrw | https://docs.openstack.org/releasenotes/neutron-lib/train.html | 14:39 |
| pbing19 | yes but when i was trying to build neutron 14.0.0 or 14.0.2. i was getting build error | 14:43 |
| pbing19 | neutron_lib.objects.extensions import standardattributes" | 14:43 |
| pbing19 | extension module has been added after neutron-lib 1.25 | 14:43 |
| yoctozepto | odd | 14:43 |
| yoctozepto | we build current neutron stein | 14:44 |
| openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add nova-super-conductor to inventory https://review.opendev.org/688725 | 14:45 |
| *** ivve has quit IRC | 14:45 | |
| pbing19 | sorry .. i wasn't build error when we tried to deploy | 14:45 |
| pbing19 | then we got above error | 14:46 |
| yoctozepto | well, we build and deploy :-) | 14:53 |
| yoctozepto | neutron is well tested | 14:53 |
| yoctozepto | pbing19: you must be doing something non-standard there | 15:04 |
| *** jdwidari has joined #openstack-kolla | 15:05 | |
| *** skramaja has quit IRC | 15:09 | |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Docs: add nova cells https://review.opendev.org/688432 | 15:12 |
| pbing19 | yoctozepto: dont know but when i tried to deploy i m getting below error | 15:17 |
| pbing19 | https://pastebin.com/8hk0UCRR | 15:17 |
| pbing19 | i used stein neutron | 15:17 |
| *** k_mouza has joined #openstack-kolla | 15:18 | |
| yoctozepto | pbing19: this is centos? | 15:24 |
| pbing19 | no ubuntu | 15:26 |
| yoctozepto | hmm, odd I thought we had python3 in stein on ubuntu | 15:27 |
| yoctozepto | lemme check that | 15:27 |
| pbing19 | ok | 15:27 |
| pbing19 | could you plz check your neutron and neutron-lib installed version as well | 15:29 |
| openstackgerrit | Radosław Piliszek proposed openstack/kolla master: CI: pep8: Fix yamllint error on .yamllint https://review.opendev.org/688735 | 15:30 |
| *** devep has quit IRC | 15:30 | |
| yoctozepto | hrw, mgoddard, mnasiadka: https://review.opendev.org/688735 | 15:31 |
| mgoddard | yoctozepto: +2 | 15:31 |
| yoctozepto | pbing19: python2.7 | 15:32 |
| yoctozepto | neutron 14.0.2 | 15:32 |
| yoctozepto | neutron-dynamic-routing 15.0.0.0rc1 | 15:32 |
| yoctozepto | neutron-fwaas 14.0.0 | 15:32 |
| yoctozepto | neutron-lib 1.25.0 | 15:32 |
| yoctozepto | neutron-vpnaas 14.0.0 | 15:32 |
| yoctozepto | python-neutronclient 6.12.0 | 15:32 |
| pbing19 | ohh | 15:32 |
| yoctozepto | and it deploys | 15:32 |
| yoctozepto | latest image for stein | 15:32 |
| yoctozepto | mgoddard: http://zuul.openstack.org/builds?job_name=kolla-ansible-ubuntu-source&branch=stable%2Fstein&job_name=kolla-ansible-ubuntu-source-ceph# - am I blind or periodics are gone? | 15:34 |
| yoctozepto | zuul.openstack.org/builds?branch=stable%2Fstein&project=kolla-ansible | 15:35 |
| yoctozepto | odd | 15:35 |
| yoctozepto | http://zuul.openstack.org/builds?branch=stable%2Fstein&project=openstack%2Fkolla-ansible# * | 15:36 |
| *** igordc has joined #openstack-kolla | 15:37 | |
| openstackgerrit | Viktor Michalek proposed openstack/kolla-ansible master: Neutron: Added option to force legacy iptables https://review.opendev.org/685967 | 15:38 |
| *** schwicht has joined #openstack-kolla | 15:38 | |
| *** lemko has quit IRC | 15:39 | |
| *** schwicht has quit IRC | 15:42 | |
| *** hamzaachi__ has joined #openstack-kolla | 15:45 | |
| *** hamzaachi_ has quit IRC | 15:47 | |
| openstackgerrit | Merged openstack/kolla-ansible master: Fix CI failures https://review.opendev.org/688679 | 15:49 |
| pbing19 | hrw++ | 15:49 |
| pbing19 | yoctozepto +1 | 15:50 |
| pbing19 | thanks hrw & yoctozepto for support | 15:51 |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Support multiple nova cells https://review.opendev.org/675659 | 15:55 |
| mgoddard | yoctozepto: periodics link on whiteboard: http://zuul.openstack.org/builds?project=openstack%2Fkolla-ansible&pipeline=periodic&pipeline=periodic-stable&branch=master&branch=stable%2Fstein&branch=stable%2Frocky&branch=stable%2Fqueens | 15:56 |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: Fix CI failures https://review.opendev.org/688744 | 15:58 |
| mgoddard | yoctozepto: IPv6 time | 15:59 |
| openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: handle push error properly https://review.opendev.org/688390 | 16:00 |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/rocky: Fix CI failures https://review.opendev.org/688745 | 16:00 |
| mgoddard | yoctozepto: I think there are some files you didn't modify :p | 16:02 |
| *** rpittau is now known as rpittau|afk | 16:03 | |
| yoctozepto | mgoddard: no kidding | 16:11 |
| yoctozepto | mgoddard: re periodics: yeah, I made those links but there are jobs missing in there | 16:12 |
| yoctozepto | pbing19: what was the issue? :-) | 16:13 |
| mgoddard | yoctozepto: is it because of the 'files' zuul config? | 16:13 |
| mgoddard | yoctozepto: periodics don't change files, so jobs don't run | 16:13 |
| mgoddard | some jobs we have files on the base, some in the pipeline | 16:14 |
| pbing19 | yoctozepto: i am using neutron-lib 1.26 | 16:14 |
| pbing19 | i coul not solve that one | 16:14 |
| pbing19 | can able to deploy now | 16:14 |
| yoctozepto | mgoddard: yeah, I know that, reported that but i'm not following the pattern this time hmm | 16:15 |
| pbing19 | ok | 16:15 |
| yoctozepto | mgoddard: lol, just discovered we just don't have the most basic jobs in periodics :D | 16:16 |
| yoctozepto | hahaha | 16:16 |
| yoctozepto | that's it for debugging today | 16:17 |
| yoctozepto | most obvious was missed | 16:17 |
| mgoddard | yoctozepto: yup | 16:17 |
| mgoddard | only the unusual ones, just to make sure we run them from time to time | 16:17 |
| yoctozepto | yeah, indeed | 16:18 |
| *** hamzaachi__ has quit IRC | 16:18 | |
| openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: handle push error properly https://review.opendev.org/688390 | 16:18 |
| openstackgerrit | Merged openstack/kayobe master: Install libffi headers https://review.opendev.org/688697 | 16:25 |
| * hrw off | 16:27 | |
| *** igordc has quit IRC | 16:31 | |
| *** henriqueof has joined #openstack-kolla | 16:36 | |
| *** ivve has joined #openstack-kolla | 16:36 | |
| *** hamzaachi has joined #openstack-kolla | 16:46 | |
| yoctozepto | mgoddard: how's ipv6 | 16:49 |
| mgoddard | yoctozepto: loooong | 16:49 |
| mgoddard | trying to pick out the interesting bits before boilerplate | 16:50 |
| yoctozepto | mgoddard: sure | 16:50 |
| mgoddard | yoctozepto: are there any parts of it that are more general and we might want to backport? | 16:51 |
| mgoddard | (fixes) | 16:51 |
| mgoddard | rmq prechecks, perhaps? | 16:51 |
| yoctozepto | mgoddard: not really | 16:53 |
| yoctozepto | the only irrelevant part is CI retries | 16:53 |
| yoctozepto | (these affect only pre btw) | 16:54 |
| yoctozepto | so trying 5 times is nice when you get broken env | 16:54 |
| mgoddard | yoctozepto: what's the deal with check-logs.sh in post? | 16:55 |
| *** dougsz has quit IRC | 16:55 | |
| yoctozepto | mgoddard: if the job fails, you don't get the niceties | 16:56 |
| yoctozepto | post is run regardless | 16:56 |
| yoctozepto | and you get it | 16:57 |
| mgoddard | I see. Any way to know if the job already failed, and only run in that case? | 16:57 |
| mgoddard | yoctozepto: https://zuul-ci.org/docs/zuul/user/jobs.html#var-zuul_success | 16:58 |
| mnasiadka | yeah, found the same | 16:59 |
| yoctozepto | mgoddard: hmm, that would be nicer, but still previously you got duplicate on upgrade | 16:59 |
| mgoddard | attempts++ seems like a good move. Hadn't realised it only affects pre. If we can push more setup into pre and do better checks on the infra, we could improve our success rate | 16:59 |
| yoctozepto | now you don't :D | 16:59 |
| mgoddard | yeah, that's what I assumed the change was for | 16:59 |
| mgoddard | until I saw post | 17:00 |
| yoctozepto | both reasons | 17:00 |
| yoctozepto | yeah, leave me comments | 17:00 |
| mgoddard | am doing | 17:00 |
| mgoddard | sometimes easier to ask | 17:00 |
| *** hamzaachi has quit IRC | 17:00 | |
| *** gfidente is now known as gfidente|adfk | 17:01 | |
| *** gfidente|adfk is now known as gfidente|afk | 17:02 | |
| *** priteau has quit IRC | 17:03 | |
| *** goldyfruit_ has joined #openstack-kolla | 17:15 | |
| noxoid | just fyi docker hub is having an outage https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5da5fc78c7b1c11cd8603721 | 17:17 |
| *** goldyfruit has quit IRC | 17:18 | |
| *** schwicht has joined #openstack-kolla | 17:32 | |
| *** spsurya has quit IRC | 17:33 | |
| *** goldyfruit___ has joined #openstack-kolla | 17:36 | |
| *** goldyfruit_ has quit IRC | 17:39 | |
| *** goldyfruit_ has joined #openstack-kolla | 18:05 | |
| *** pbing19 has quit IRC | 18:06 | |
| *** pbing19 has joined #openstack-kolla | 18:07 | |
| *** openstackgerrit has quit IRC | 18:07 | |
| *** goldyfruit___ has quit IRC | 18:07 | |
| *** priteau has joined #openstack-kolla | 18:10 | |
| *** hamzaachi has joined #openstack-kolla | 18:14 | |
| *** openstackgerrit has joined #openstack-kolla | 18:34 | |
| openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Support multiple nova cells https://review.opendev.org/675659 | 18:34 |
| mgoddard | thank noxoid, looks like it's back now | 18:34 |
| *** igordc has joined #openstack-kolla | 18:36 | |
| *** k_mouza has quit IRC | 18:42 | |
| yoctozepto | <mgoddard> sometimes easier to ask | 18:45 |
| yoctozepto | sure, no problem with that :-) | 18:46 |
| *** k_mouza has joined #openstack-kolla | 18:49 | |
| *** hamzaachi has quit IRC | 18:50 | |
| *** k_mouza has quit IRC | 18:53 | |
| *** hamzaachi has joined #openstack-kolla | 19:05 | |
| *** kplant has quit IRC | 19:11 | |
| *** k_mouza has joined #openstack-kolla | 19:15 | |
| *** k_mouza has quit IRC | 19:17 | |
| *** k_mouza has joined #openstack-kolla | 19:18 | |
| *** henriqueof has quit IRC | 19:21 | |
| *** k_mouza has quit IRC | 19:22 | |
| *** k_mouza has joined #openstack-kolla | 19:26 | |
| *** factor has quit IRC | 19:43 | |
| *** k_mouza has quit IRC | 19:47 | |
| *** pbing19 has quit IRC | 20:09 | |
| *** hamzaachi has quit IRC | 20:13 | |
| *** k_mouza has joined #openstack-kolla | 20:20 | |
| *** k_mouza has quit IRC | 20:21 | |
| *** pcaruana has quit IRC | 20:25 | |
| *** dpawlik has joined #openstack-kolla | 20:30 | |
| *** pcaruana has joined #openstack-kolla | 20:34 | |
| *** k_mouza has joined #openstack-kolla | 20:46 | |
| *** pcaruana has quit IRC | 20:51 | |
| *** dpawlik has quit IRC | 20:55 | |
| *** k_mouza has quit IRC | 21:54 | |
| openstackgerrit | Merged openstack/kolla master: CI: pep8: Fix yamllint error on .yamllint https://review.opendev.org/688735 | 22:01 |
| openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Fix CI failures https://review.opendev.org/688745 | 22:01 |
| *** goldyfruit_ has quit IRC | 22:08 | |
| openstackgerrit | Merged openstack/kolla-ansible stable/stein: Fix CI failures https://review.opendev.org/688744 | 22:10 |
| *** ivve has quit IRC | 22:12 | |
| *** k_mouza has joined #openstack-kolla | 22:20 | |
| *** schwicht has quit IRC | 23:03 | |
| *** verdurin has quit IRC | 23:11 | |
| *** verdurin has joined #openstack-kolla | 23:19 | |
| *** k_mouza has quit IRC | 23:29 | |
| *** gfidente|afk has quit IRC | 23:29 | |
| *** schwicht has joined #openstack-kolla | 23:33 | |
| *** calbers has quit IRC | 23:33 | |
| *** schwicht has quit IRC | 23:44 | |
| *** schwicht has joined #openstack-kolla | 23:52 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!