*** diurnalist has quit IRC | 00:20 | |
*** pbing19 has quit IRC | 00:30 | |
*** zhanglong has joined #openstack-kolla | 00:39 | |
*** hongbin has quit IRC | 00:43 | |
*** diurnalist has joined #openstack-kolla | 00:46 | |
*** hongbin has joined #openstack-kolla | 00:47 | |
*** sean-k-mooney1 has joined #openstack-kolla | 00:59 | |
*** wuchunyang has joined #openstack-kolla | 00:59 | |
*** sean-k-mooney has quit IRC | 01:00 | |
*** diurnalist has quit IRC | 01:08 | |
*** admin0 has left #openstack-kolla | 01:09 | |
*** ricolin has joined #openstack-kolla | 01:54 | |
*** diurnalist has joined #openstack-kolla | 02:13 | |
*** diurnalist has quit IRC | 02:27 | |
*** ysirndjuro has quit IRC | 02:39 | |
*** JamesBenson has joined #openstack-kolla | 03:31 | |
*** JamesBenson has quit IRC | 03:36 | |
*** wuchunyang has quit IRC | 03:56 | |
*** wuchunyang has joined #openstack-kolla | 04:01 | |
*** wuchunyang has quit IRC | 04:04 | |
*** zhanglong has quit IRC | 04:08 | |
*** hongbin has quit IRC | 04:09 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-kolla | 04:33 | |
jbalciunas | I've been checking the logs in Kibana and have stumbled upon this: programname:fluent Payload:invalid line found file="/var/log/kolla/mariadb/xinetd.log" line="20/7/2@07:39:41: EXIT: mysqlchk status=0 pid=1143133 duration=0(sec)" error="invalid time format: value = 20/7/2@07:39:41:, error_class = ArgumentError, error = invalid strptime format - `%y/%-m/%-d@%T'" Hostname:z141-ost-ctrl1 log_level:warn @timestamp:July 2nd 2020, | 04:44 |
---|---|---|
jbalciunas | 07:39:42.854 _id:da3SDXMBT_75qeCfx_33 _type:fluentd _index:flog-2020.07.02 _score: - | 04:44 |
jbalciunas | plenty of these in fluentd | 04:44 |
*** wuchunyang has joined #openstack-kolla | 04:45 | |
*** ykarel|away is now known as ykarel | 04:49 | |
*** vishalmanchanda has joined #openstack-kolla | 04:49 | |
jbalciunas | I think this log output explains it: | 04:57 |
jbalciunas | 20/6/29@16:19:53 xinetd[6]: NOTICE: Started working: 1 available service | 04:57 |
jbalciunas | 20/6/29@16:19:54: START: mysqlchk pid=13 from=::ffff:10.81.0.16 | 04:57 |
jbalciunas | 20/6/29@16:19:54: START: mysqlchk pid=18 from=::ffff:10.81.0.17 | 04:57 |
jbalciunas | 20/6/29@16:19:54: EXIT: mysqlchk status=0 pid=13 duration=0(sec) | 04:57 |
*** wuchunyang has quit IRC | 05:00 | |
*** diurnalist has joined #openstack-kolla | 05:01 | |
*** abdysn has joined #openstack-kolla | 05:06 | |
*** diurnalist has quit IRC | 05:06 | |
oklhost | morning | 05:09 |
*** bhagyashris|afk is now known as bhagyashris | 05:11 | |
*** priteau has joined #openstack-kolla | 05:16 | |
*** nikparasyr has joined #openstack-kolla | 05:23 | |
*** zhanglong has joined #openstack-kolla | 05:41 | |
*** cah_link has joined #openstack-kolla | 06:35 | |
*** suff has joined #openstack-kolla | 06:36 | |
*** cah_link has quit IRC | 06:43 | |
*** pbing19 has joined #openstack-kolla | 06:45 | |
*** also_stingrayza is now known as stingrayza | 06:49 | |
jbalciunas | @mgoddard: regarding the xinetd and fluentd - in ansible/roles/common/templates/conf/input/02-mariadb.conf.j2 the time format in Ruby Time.strptime seems to no longer accept padding flags | 06:53 |
jbalciunas | therefore in ansible/roles/common/templates/conf/input/02-mariadb.conf.j2 line 23 needs to be changed from "time_format %y/%-m/%-d@%T" to "time_format %y/%m/%d@%T" | 06:54 |
mnasiadka | morning | 06:57 |
*** amoralej|off is now known as amoralej | 06:57 | |
*** wuchunyang has joined #openstack-kolla | 06:59 | |
jbalciunas | irb(main):004:0> require 'time' | 07:01 |
jbalciunas | => true | 07:01 |
jbalciunas | irb(main):005:0> my_time = Time.strptime('20/7/2@07:39:41:', '%y/%-m/%-d@%T') | 07:01 |
jbalciunas | Traceback (most recent call last): | 07:01 |
jbalciunas | 3: from /bin/irb:11:in `<main>' | 07:01 |
jbalciunas | 2: from (irb):5 | 07:01 |
jbalciunas | 1: from /usr/share/ruby/time.rb:433:in `strptime' | 07:01 |
jbalciunas | ArgumentError (invalid strptime format - `%y/%-m/%-d@%T') | 07:01 |
jbalciunas | irb(main):006:0> my_time = Time.strptime('20/7/2@07:39:41', '%y/%m/%d@%T') | 07:01 |
jbalciunas | => 2020-07-02 07:39:41 +0000 | 07:01 |
jbalciunas | irb(main):007:0> | 07:01 |
mnasiadka | jbalciunas: just raise a bug and fix it? :) | 07:01 |
jbalciunas | yeah, I've been thinking about it :D | 07:02 |
mnasiadka | mysqlchk has been introduced in Ussuri, so there's not a lot to patch :) | 07:05 |
oklhost | Mh, is there a way to extend every docker image at once, something like a global {% block *_footer %}? I'd like to install private CA certificates. | 07:07 |
oklhost | or lets say, I'm forced to do that ;) | 07:08 |
mnasiadka | oklhost: base_footer? it will be applied to base image, and then all images are built on top of base image | 07:15 |
oklhost | mnasiadka: woops, thanks. didn't think about that. | 07:18 |
*** e0ne has joined #openstack-kolla | 07:19 | |
*** bhagyashris is now known as bhagyashris|lunc | 07:28 | |
*** dougsz has joined #openstack-kolla | 07:29 | |
*** born2bake has joined #openstack-kolla | 07:33 | |
*** JamesBenson has joined #openstack-kolla | 07:33 | |
*** cah_link has joined #openstack-kolla | 07:34 | |
*** pbing19 has quit IRC | 07:35 | |
*** JamesBenson has quit IRC | 07:38 | |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Set a chunk size for Fluentd bulk log upload to Monasca https://review.opendev.org/738859 | 07:40 |
*** bengates has joined #openstack-kolla | 07:47 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 07:47 |
mgoddard | oklhost: there is also a block footer which goes right at the end of the last image | 07:49 |
*** pbing19 has joined #openstack-kolla | 07:50 | |
*** bengates has quit IRC | 07:51 | |
*** bengates has joined #openstack-kolla | 07:51 | |
*** luksky has joined #openstack-kolla | 07:53 | |
*** cah_link has quit IRC | 07:54 | |
*** cah_link has joined #openstack-kolla | 07:54 | |
oklhost | mgoddard: thx, I'll use the base_block as mnasiadka said. | 08:02 |
mgoddard | base_footer | 08:02 |
oklhost | right, sorry | 08:02 |
oklhost | I shouldn't write while I'm talking ^^ | 08:03 |
*** vedup19 has joined #openstack-kolla | 08:04 | |
*** pbing19 has quit IRC | 08:07 | |
mgoddard | v1k0d3n: neutron config locations changed in train/ussuri. Which release are you using? | 08:10 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Make ES Curator schedule multinode-friendly https://review.opendev.org/738878 | 08:11 |
*** diurnalist has joined #openstack-kolla | 08:14 | |
*** diurnalist has quit IRC | 08:18 | |
*** k_mouza has joined #openstack-kolla | 08:22 | |
hrw | morning | 08:27 |
hrw | mgoddard: https://review.opendev.org/738906 https://review.opendev.org/738907 are waiting ;d | 08:27 |
patchbot | patch 738906 - kolla - version-check: handle using of stable branch tarballs - 2 patch sets | 08:27 |
patchbot | patch 738907 - kolla (stable/ussuri) - version-check: handle using of stable branch tarballs - 2 patch sets | 08:27 |
mgoddard | hrw: cool | 08:27 |
hrw | mgoddard: some new functionality added as a bonus | 08:28 |
hrw | INFO:kolla.common.utils.kibana:Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu focal-updates/victoria InRelease | 08:31 |
openstackgerrit | Justinas Balciunas proposed openstack/kolla-ansible master: Time format in Ruby Time.strptime is not accepting padding flags, therefore we need to remove them for the Fluentd to be able to parse MariaDB xinetd logs properly. https://review.opendev.org/738983 | 08:34 |
hrw | jbalciunas: -1 without even going into review | 08:37 |
hrw | jbalciunas: https://chris.beams.io/posts/git-commit/ | 08:37 |
hrw | git commit . -m"I do not know how to write git commit properly so I will write all that stuff which should go into several lines into one long line so everyone will hate me and refuse to review and then I can say that they suck as they did not wanted to do review of my patch" | 08:38 |
* hrw in funny mood | 08:38 | |
jbalciunas | yeah :) | 08:38 |
*** wuchunyang has quit IRC | 08:39 | |
openstackgerrit | Justinas Balciunas proposed openstack/kolla-ansible master: Time format in Ruby Time.strptime is not accepting padding flags therefore we need to remove them for the Fluentd to be able to parse MariaDB xinetd logs properly. https://review.opendev.org/738983 | 08:42 |
jbalciunas | now it's multiline | 08:43 |
*** gfidente has joined #openstack-kolla | 08:44 | |
*** greuceanu has joined #openstack-kolla | 08:46 | |
*** greuceanu is now known as Manheim | 08:46 | |
*** hjensas|afk is now known as hjensas | 08:46 | |
openstackgerrit | Justinas Balciunas proposed openstack/kolla-ansible master: Fix Fluentd date format for MariaDB xinetd https://review.opendev.org/738983 | 08:46 |
jbalciunas | hrw: thanks for the tips re commit message :) | 08:47 |
*** wuchunyang has joined #openstack-kolla | 08:47 | |
hrw | yw | 08:48 |
hrw | +1 | 08:48 |
*** bhagyashris|lunc is now known as bhagyashris | 08:50 | |
*** kevko has joined #openstack-kolla | 08:51 | |
oklhost | Hrrr... so glad I'm using kolla and kolla-ansible, looking at my pipelines while drinking coffee and know everything will work within the next hour. thanks again for your amazing work! :) | 08:52 |
*** kevko_ has joined #openstack-kolla | 08:53 | |
*** k_mouza has quit IRC | 08:53 | |
*** kevko has quit IRC | 08:56 | |
hrw | most of images build for ubuntu/focal | 08:57 |
*** k_mouza has joined #openstack-kolla | 08:57 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: ubuntu: move to 20.04 Focal https://review.opendev.org/738994 | 09:00 |
*** wuchunyang has quit IRC | 09:01 | |
hrw | this patch needs volunteers who will finish it | 09:01 |
*** jaicaa has quit IRC | 09:05 | |
yoctozepto | hrw: other than you it would have to be osmanlicilegi as far as core team is concerned ;d | 09:05 |
hrw | yoctozepto: it can even be Jan Kowalski | 09:06 |
hrw | yoctozepto: I would just switch to in-distro rmq but there are some voices with 'no, we do not trust distros to do right thing' so I do not give a shit anymore | 09:07 |
*** jaicaa has joined #openstack-kolla | 09:07 | |
hrw | ;D | 09:08 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: ubuntu: move to 20.04 Focal https://review.opendev.org/738994 | 09:11 |
hrw | swift fixed | 09:12 |
hrw | rest are hunt for external repos | 09:13 |
openstackgerrit | Alfredo Moralejo proposed openstack/kolla master: Remove glance-registry container https://review.opendev.org/738998 | 09:13 |
*** rohit02 has joined #openstack-kolla | 09:23 | |
*** cah_link1 has joined #openstack-kolla | 09:25 | |
rohit02 | is openstack-kolla ussuri supports ubuntu20 os? | 09:25 |
hrw | rohit02: no | 09:25 |
rohit02 | thanx | 09:25 |
hrw | rohit02: victoria will be first release with 20.04 support | 09:26 |
*** cah_link has quit IRC | 09:27 | |
*** cah_link1 is now known as cah_link | 09:27 | |
openstackgerrit | Justinas Balciunas proposed openstack/kolla-ansible stable/ussuri: Fix Fluentd date format for MariaDB xinetd https://review.opendev.org/738999 | 09:30 |
*** JamesBenson has joined #openstack-kolla | 09:34 | |
*** JamesBenson has quit IRC | 09:38 | |
*** gfidente is now known as gfidente|ffu | 09:42 | |
hrw | fluentd/td-agent is pita | 09:42 |
hrw | one day someone will switch all distros in kolla to just 'gem install fluentd' to get that crap running | 09:43 |
*** Manheim has quit IRC | 09:50 | |
*** priteau has quit IRC | 09:58 | |
*** wuchunyang has joined #openstack-kolla | 10:12 | |
*** wuchunyang has quit IRC | 10:17 | |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Fix the Elasticsearch Curator cron schedule run https://review.opendev.org/738783 | 10:21 |
*** ricolin has quit IRC | 10:30 | |
*** k_mouza has quit IRC | 10:31 | |
*** k_mouza has joined #openstack-kolla | 10:41 | |
mnasiadka | hrw: that day when all distros will have the same ruby version? | 10:42 |
hrw | mnasiadka: or new enough | 10:42 |
mnasiadka | hrw: seems to be a struggle everytime ;-) | 10:43 |
hrw | mnasiadka: 2.5 in c8/d10, 2.7 in u2004 | 10:44 |
hrw | new enough? | 10:44 |
mnasiadka | mgoddard, yoctozepto, dougsz: I saw some movement in the fernet stuff - does it mean somebody wants to take it over? It's haunting me at night, but I ignored it up to now :) | 10:44 |
mnasiadka | hrw: new-ish | 10:44 |
hrw | mnasiadka: td-agent is on 2.3 iirc | 10:44 |
mnasiadka | hrw: td-agent is nice because it bundles ruby, but I get your arm pain (which is funny, because TD is owned by ARM?) :) | 10:46 |
hrw | TD is a .... of .... | 10:46 |
*** wuchunyang has joined #openstack-kolla | 10:46 | |
mnasiadka | hrw: deprecate fluentd? :D | 10:47 |
hrw | and base | 10:48 |
mnasiadka | and case solved :) | 10:48 |
hrw | yep | 10:48 |
*** sean-k-mooney1 is now known as sean--k-mooney | 10:52 | |
*** zhanglong has quit IRC | 10:53 | |
yoctozepto | mnasiadka: no, we want you to finish asap | 10:54 |
openstackgerrit | Mark Goddard proposed openstack/kolla master: Remove glance-registry container https://review.opendev.org/738998 | 10:54 |
openstackgerrit | Mark Goddard proposed openstack/kolla master: Remove glance-registry container https://review.opendev.org/738998 | 10:55 |
mnasiadka | yoctozepto: I'm accepting donations for a psych ward :) | 10:55 |
*** sean--k-mooney is now known as sean-k-mooney | 10:55 | |
yoctozepto | mnasiadka: I offer premium hugs for free | 10:55 |
openstackgerrit | Mark Goddard proposed openstack/kayobe-config-dev master: CI: switch to Docker overlay2 storage driver by default https://review.opendev.org/722322 | 10:56 |
*** zhanglong has joined #openstack-kolla | 10:57 | |
*** wuchunyang has quit IRC | 10:59 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/rocky: Fix multiple issues https://review.opendev.org/738344 | 11:01 |
*** kevko_ has quit IRC | 11:03 | |
*** kevko has joined #openstack-kolla | 11:04 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: Syntax error in Fluentd Monasca output config https://review.opendev.org/738835 | 11:11 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Syntax error in Fluentd Monasca output config https://review.opendev.org/738836 | 11:11 |
*** kevko_ has joined #openstack-kolla | 11:12 | |
*** zhanglong has quit IRC | 11:14 | |
*** kevko has quit IRC | 11:15 | |
hrw | mnasiadka: want a ticket to kraszki? | 11:19 |
mnasiadka | hrw: have some other local facilities ;) | 11:20 |
hrw | mnasiadka: my closest one is in half hour walk distance ;d | 11:21 |
mnasiadka | hrw: not that close here :D | 11:21 |
hrw | mgoddard: replied to you in review | 11:26 |
openstackgerrit | Merged openstack/kolla-ansible master: Set a chunk size for Fluentd bulk log upload to Monasca https://review.opendev.org/738859 | 11:29 |
mgoddard | yoctozepto: I have some measurements for you | 11:34 |
*** JamesBenson has joined #openstack-kolla | 11:35 | |
mgoddard | for splitting out the common role | 11:35 |
*** kevko_ has quit IRC | 11:36 | |
*** kevko has joined #openstack-kolla | 11:36 | |
mgoddard | before: ~33m, after: ~32m | 11:36 |
kevko | i would like to backport python3-fluent-logger to our repos ..can you process it please ? | 11:36 |
kevko | sorry, wrong channel :P | 11:36 |
mgoddard | yoctozepto: 3 runs, a bit of variance in there | 11:37 |
mgoddard | 3% | 11:37 |
mgoddard | this is one machine running VMs - 3 control, 6 computes | 11:38 |
mgoddard | I would expect a bigger reduction at larger scale | 11:38 |
mgoddard | other improvements combined save a further ~1 minute | 11:39 |
*** JamesBenson has quit IRC | 11:39 | |
*** JamesBenson has joined #openstack-kolla | 11:45 | |
*** JamesBenson has quit IRC | 11:47 | |
*** JamesBenson has joined #openstack-kolla | 11:47 | |
*** osmanlicilegi has quit IRC | 11:50 | |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible stable/ussuri: Set a chunk size for Fluentd bulk log upload to Monasca https://review.opendev.org/739022 | 11:51 |
*** ricolin has joined #openstack-kolla | 11:53 | |
*** greuceanu has joined #openstack-kolla | 11:53 | |
*** greuceanu is now known as Manheim | 11:53 | |
*** amoralej is now known as amoralej|lunch | 12:00 | |
*** osmanlicilegi has joined #openstack-kolla | 12:07 | |
*** wuchunyang has joined #openstack-kolla | 12:08 | |
hrw | https://github.com/fluent-plugins-nursery/td-agent-builder/pull/123 D: | 12:10 |
yoctozepto | mgoddard: thanks, would be nice to see it at scale but I guess 1 minute really counts in a scenario this size | 12:25 |
yoctozepto | also, we kinda violate the dependency semantics which sound like the role should not be able to run without the other | 12:26 |
yoctozepto | which is not the case | 12:26 |
yoctozepto | I mean, you really lose only facilities related to logging and some roles need our kolla-toolbox for their magic | 12:27 |
v1k0d3n | mgoddard: using train. i think that's what tripped me up. Seems that Kolla uses the firewall_driver for openvswitch by default when OVS is enabled. once i discovered that, and modified the service_plugins in the neutron.conf file for trunk...I was able to get what i needed. | 12:30 |
v1k0d3n | thanks for the tip! | 12:30 |
*** wuchunyang has quit IRC | 12:31 | |
v1k0d3n | is this in Kolla's docs? or do you think an example should be there? or is this a bit too edge case, whereas you all would like the breadcrumbs to remain in the neutron docs? | 12:31 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 12:34 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Set a chunk size for Fluentd bulk log upload to Monasca https://review.opendev.org/739022 | 12:35 |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Make ES Curator schedule multinode-friendly https://review.opendev.org/738879 | 12:38 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Use public interface for Magnum client and trustee Keystone interface https://review.opendev.org/738880 | 12:38 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros https://review.opendev.org/736130 | 12:43 |
yoctozepto | mnasiadka: I mean, it's all right if you want to cede that, I might have some spare cycles but thought you would still be more performant (as you analyzed the issue before) | 12:46 |
mnasiadka | yoctozepto: It was so long ago, that I really would need to analyze it once again - I can look into that, but probably not sooner than next week. | 12:47 |
*** Abdallahyas has joined #openstack-kolla | 12:50 | |
*** abdysn has quit IRC | 12:50 | |
yoctozepto | mnasiadka: well, until next meeting would be nice :-) | 12:53 |
*** Abdallahyas has quit IRC | 13:01 | |
*** abdysn has joined #openstack-kolla | 13:01 | |
*** cah_link has quit IRC | 13:04 | |
*** wuchunyang has joined #openstack-kolla | 13:08 | |
yoctozepto | mnasiadka: btw, is the kolla kall schedule fine for you? | 13:10 |
*** zhanglong has joined #openstack-kolla | 13:11 | |
*** amoralej|lunch is now known as amoralej | 13:14 | |
*** rohit02 has quit IRC | 13:16 | |
*** zhanglong has quit IRC | 13:18 | |
*** zhanglong has joined #openstack-kolla | 13:19 | |
*** zhanglong has quit IRC | 13:24 | |
mnasiadka | yoctozepto: which is today? | 13:25 |
yoctozepto | mnasiadka: in a week from today; today is kolla klub | 13:33 |
mnasiadka | sure, whatever :) | 13:33 |
*** wuchunyang has quit IRC | 13:37 | |
*** vishalmanchanda has quit IRC | 13:48 | |
*** wuchunyang has joined #openstack-kolla | 13:48 | |
*** abdysn has quit IRC | 13:59 | |
openstackgerrit | Merged openstack/kolla stable/ussuri: CentOS/AArch64: RabbitMQ is back! https://review.opendev.org/737481 | 14:10 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: ubuntu: move to 20.04 Focal https://review.opendev.org/738994 | 14:12 |
hrw | patch depends now on patch adding UCA/victoria/focal mirroring | 14:12 |
*** bhagyashris is now known as bhagyashris|afk | 14:15 | |
mgoddard | yoctozepto: I don't have access to a large system to run benchmarks at scale | 14:21 |
*** diurnalist has joined #openstack-kolla | 14:21 | |
*** wuchunyang has quit IRC | 14:29 | |
*** wuchunya_ has joined #openstack-kolla | 14:29 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Use public interface for Magnum client and trustee Keystone interface https://review.opendev.org/738883 | 14:37 |
yoctozepto | mgoddard: I see | 14:38 |
*** Manheim has quit IRC | 14:39 | |
*** Manheim has joined #openstack-kolla | 14:40 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images https://review.opendev.org/698753 | 14:42 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add 'infra' install type. https://review.opendev.org/738072 | 14:42 |
*** Manheim has quit IRC | 14:44 | |
*** also_stingrayza has joined #openstack-kolla | 14:50 | |
hrw | mgoddard: added section for you in https://etherpad.opendev.org/p/Kolla-infra-images | 14:51 |
hrw | "How Kolla handles Dockerfile(.j2)" | 14:51 |
*** priteau has joined #openstack-kolla | 14:51 | |
hrw | or rather for everyone as I think that this is quite popular misunderstanding | 14:52 |
*** schwicht has joined #openstack-kolla | 14:53 | |
mgoddard | hrw: I still don't see a problem | 14:53 |
*** stingrayza has quit IRC | 14:53 | |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Use public interface for Magnum client and trustee Keystone interface https://review.opendev.org/738882 | 14:54 |
mgoddard | hrw: if we pass the right info to the templates, they can set the FROM correctly | 14:54 |
hrw | mgoddard: we generate files, parse, use. templates are only used at start | 14:55 |
hrw | kolla does not know anything before template engine is used | 14:55 |
hrw | and does not use it after files are generated | 14:56 |
mgoddard | hrw: kolla knows whether infra images are tagged infra or binary/source | 14:56 |
hrw | mgoddard: but does not use template engine at that moment | 14:56 |
mgoddard | infra_image_prefix='infra' if config.infra else 'source/binary' | 14:57 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images https://review.opendev.org/698753 | 14:57 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Add 'infra' install type. https://review.opendev.org/738072 | 14:57 |
hrw | mgoddard: so you suggest to use templates to generate images, parse, make tree from list, check infra, regenerate from templates, hope all is fine? | 14:58 |
mgoddard | hrw: no | 14:58 |
openstackgerrit | wu.chunyang proposed openstack/kolla-ansible master: make barbican notification driver configurable https://review.opendev.org/739066 | 14:58 |
hrw | mgoddard: because kolla-build does not use jinja2 during build itself | 14:58 |
mgoddard | hrw: first step - generate templates. We know everything at that point | 14:58 |
hrw | mgoddard: we know shit | 14:58 |
hrw | mgoddard: or I do not get what you suggest | 14:59 |
mgoddard | hrw: self.image_prefix = self.base + '-' + self.install_type + '-' | 14:59 |
mgoddard | that is today | 14:59 |
mgoddard | we can add another variable | 15:00 |
hrw | mgoddard: and how we know is it bin/src or infra? | 15:00 |
mgoddard | self.infra_image_prefix = self.base + '-' + ('infra' if self.install_type == 'infra' else self.install_type) + '-' | 15:00 |
mgoddard | hmm, that looks wrong | 15:01 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Syntax error in Fluentd Monasca output config https://review.opendev.org/738835 | 15:01 |
*** admin0 has joined #openstack-kolla | 15:01 | |
mgoddard | need to think about it again | 15:01 |
mgoddard | kolla klub time | 15:01 |
hrw | mgoddard: the problem is that we know nothing before parsing generated dockerfiles | 15:01 |
*** TrevorV has joined #openstack-kolla | 15:03 | |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Syntax error in Fluentd Monasca output config https://review.opendev.org/738836 | 15:04 |
admin0 | when i can test ussuri with focal ? | 15:04 |
admin0 | and if anyone got a easy to follow ceph stuff .. as we are not integrating it | 15:05 |
*** Manheim has joined #openstack-kolla | 15:07 | |
hrw | admin0: you may help with https://review.opendev.org/738994 to get it sooner | 15:08 |
patchbot | patch 738994 - kolla - ubuntu: move to 20.04 Focal - 3 patch sets | 15:08 |
*** sean-k-mooney1 has joined #openstack-kolla | 15:12 | |
*** Manheim has quit IRC | 15:13 | |
*** yoctozepto2 has joined #openstack-kolla | 15:13 | |
*** noxoid6 has joined #openstack-kolla | 15:13 | |
*** vesper has joined #openstack-kolla | 15:13 | |
*** jaicaa_ has joined #openstack-kolla | 15:13 | |
*** vesper11 has quit IRC | 15:14 | |
*** jaicaa has quit IRC | 15:14 | |
*** irclogbot_2 has quit IRC | 15:14 | |
*** TrevorV has quit IRC | 15:14 | |
*** noxoid has quit IRC | 15:14 | |
*** etp has quit IRC | 15:14 | |
*** mnasiadka has quit IRC | 15:14 | |
*** noxoid6 is now known as noxoid | 15:14 | |
*** mnasiadka_ has joined #openstack-kolla | 15:14 | |
*** JamesBen_ has joined #openstack-kolla | 15:14 | |
*** TrevorV has joined #openstack-kolla | 15:14 | |
*** strobert has quit IRC | 15:14 | |
*** dosaboy has quit IRC | 15:14 | |
*** sean-k-mooney has quit IRC | 15:14 | |
*** Wasaac has quit IRC | 15:14 | |
*** dougsz has quit IRC | 15:14 | |
*** etp has joined #openstack-kolla | 15:14 | |
*** JamesBenson has quit IRC | 15:14 | |
*** yoctozepto has quit IRC | 15:15 | |
*** tonyb has quit IRC | 15:15 | |
*** yoctozepto2 is now known as yoctozepto | 15:15 | |
*** Wasaac has joined #openstack-kolla | 15:15 | |
*** dougsz has joined #openstack-kolla | 15:15 | |
*** tonyb has joined #openstack-kolla | 15:16 | |
hrw | mnasiadka, yoctozepto: https://review.opendev.org/#/c/698753/29/tests/playbooks/run.yml@16 needs ansible help | 15:17 |
patchbot | patch 698753 - kolla - Create 'infra' type of images - 29 patch sets | 15:17 |
*** ykarel is now known as ykarel|away | 15:17 | |
*** strobert has joined #openstack-kolla | 15:18 | |
*** irclogbot_0 has joined #openstack-kolla | 15:18 | |
*** dosaboy has joined #openstack-kolla | 15:19 | |
*** skramaja has quit IRC | 15:24 | |
*** sean-k-mooney1 is now known as sean-k-mooney | 15:26 | |
wuchunya_ | hrw , hi, you do not use {{ item }} loop vars, so why you use loop ? | 15:30 |
*** wuchunya_ is now known as wuchunyang | 15:31 | |
hrw | it is used inside of included tasks | 15:33 |
hrw | or to be more precise - in template generated in one of included tasks | 15:34 |
*** ysirndjuro has joined #openstack-kolla | 15:34 | |
hrw | as this is the only way to have loop over block | 15:34 |
hrw | wuchunyang: feel free to suggest better solution | 15:35 |
wuchunyang | "{{ 'yes' if om_rpc_transport == 'rabbit' or om_notify_transport == 'rabbit' else 'no' }}" | 15:36 |
wuchunyang | you can refer this expression . | 15:36 |
hrw | wuchunyang: still generated an item | 15:37 |
hrw | wuchunyang: I need a way to have 2 or 3 items in a loop | 15:38 |
hrw | can also just skip 'run kolla-build' part | 15:38 |
hrw | or do a block in run_one_install_type.yml and skip it for debian/binary/aarch64 | 15:39 |
hrw | hm... that's not bad idea... | 15:39 |
wuchunyang | ok, Let me have a try | 15:39 |
hrw | wuchunyang: https://paste.centos.org/view/4ff776d5 is one solution | 15:43 |
*** e0ne has quit IRC | 15:44 | |
hrw | https://paste.centos.org/view/a8afda71 is even better (architecture check other way) | 15:44 |
wuchunyang | what about define a vars, this vars will control the "value", and then loop this vars ? | 15:47 |
mgoddard | hrw: this seems to work: http://paste.openstack.org/show/795503/ | 15:50 |
hrw | mgoddard: ah, so you want to change all dockerfile.j2 files to have infra/binsrc visible in them, right? | 15:52 |
mgoddard | hrw: yep | 15:52 |
hrw | mgoddard: that's a good way too. can you add it into etherpad? | 15:53 |
mgoddard | hrw: I added a link to the paste | 15:53 |
hrw | added my comment | 15:54 |
hrw | wuchunyang: I admit one thing: I suck at ansible | 15:55 |
wuchunyang | haha, but ansible is really a good tool. | 15:55 |
hrw | Ansible is one of those tech things I learnt from high level examples instead of starting from scratch. So I lack basic skills in it | 15:55 |
hrw | I promise myself to learn it one day | 15:56 |
hrw | but I have the same with Python. Since 2004. | 15:56 |
hrw | and I learnt Python by reading/changing/improving Python code written by C programmers | 15:57 |
wuchunyang | me too , i study ansible accord to kolla-ansible. kolla-ansible is a good project for ansible . | 15:57 |
*** also_stingrayza has quit IRC | 15:57 | |
wuchunyang | it is really a high level examples .. | 15:57 |
wuchunyang | now , you can continue to learn golang. :-) | 15:58 |
mgoddard | hrw, wuchunyang: ansible docs are quite readable | 15:58 |
openstackgerrit | Mark Goddard proposed openstack/kayobe-config-dev master: CI: Add all kayobe jobs https://review.opendev.org/739082 | 15:58 |
wuchunyang | yes, but ansible update too fast.. | 15:59 |
mnasiadka_ | mgoddard: as long as you're not the happy person to find a bug :) | 15:59 |
*** k_mouza has quit IRC | 15:59 | |
hrw | wuchunyang: I keep away from compiled languages newer than c/c++ ;D | 15:59 |
*** dmellado has joined #openstack-kolla | 16:00 | |
wuchunyang | but new languanges are more easy to use . | 16:01 |
hrw | maybe | 16:02 |
hrw | golang requires that sick directory structure and goes into static binaries by default. I dislike both | 16:02 |
wuchunyang | hi, the ansible question, you may try to do like this. it works for me | 16:03 |
hrw | $GOHOME/something/somethingelse/yetanotherdir/heresomething/myproject/source.go | 16:03 |
wuchunyang | - hosts: localhost | 16:03 |
wuchunyang | tasks: | 16:03 |
wuchunyang | - name: "dbueg" | 16:03 |
wuchunyang | vars: | 16:03 |
wuchunyang | test: | 16:03 |
wuchunyang | - "{{ 'yes' if 1 ==2 else ''}}" | 16:03 |
wuchunyang | - "ttt1" | 16:03 |
wuchunyang | debug: | 16:03 |
wuchunyang | msg: "{{ item }}" | 16:03 |
wuchunyang | loop: "{{ test|reject('equalto', '')|list }}" | 16:03 |
hrw | nice | 16:03 |
wuchunyang | but golang is more efficient .. and easy to write a muti-process program. | 16:05 |
wuchunyang | hrw is there kolla's task may i help ? | 16:07 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/rocky: Fix multiple issues https://review.opendev.org/738344 | 16:07 |
hrw | wuchunyang: https://paste.centos.org/view/ad6a6bb9 looks good | 16:08 |
hrw | wuchunyang: take a look at patches in review queue, learn, comment? | 16:08 |
wuchunyang | nice | 16:09 |
hrw | squashed into current patch | 16:10 |
hrw | but first want to check mgoddard's suggestion as it may make patch simpler. bigger but simpler ;D | 16:10 |
wuchunyang | yeah , mgoddard's suggestion is always useful .. | 16:11 |
wuchunyang | - name: Run build of one image type at time | 16:13 |
wuchunyang | include_tasks: run_one_install_type.yml | 16:13 |
wuchunyang | - loop: | 16:13 |
wuchunyang | - - "infra" | 16:13 |
wuchunyang | - - "binary" | 16:13 |
wuchunyang | - - "source" | 16:13 |
wuchunyang | + vars: | 16:13 |
wuchunyang | + install_type: | 16:13 |
wuchunyang | + - "infra" | 16:13 |
wuchunyang | + - "{{ '' if (base_distro == 'debian' and ansible_architecture != 'x86_64' and install_type == 'binary') else 'binary' }}" | 16:13 |
wuchunyang | + - "source" | 16:13 |
wuchunyang | + loop: "{{ install_type|reject('equalto', '')|list }}" | 16:13 |
wuchunyang | you need remove the first loop here. | 16:13 |
*** wuchunyang has quit IRC | 16:14 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Set a chunk size for Fluentd bulk log upload to Monasca https://review.opendev.org/739022 | 16:14 |
*** dmellado has quit IRC | 16:20 | |
*** factor has joined #openstack-kolla | 16:21 | |
*** icarusfactor has quit IRC | 16:21 | |
*** dmellado has joined #openstack-kolla | 16:22 | |
jbalciunas | what is this neutron-server thing about lbaas? | 16:22 |
jbalciunas | "No controller found for: lbaas - returning response code 404: pecan.routing.PecanNotFound | 16:23 |
jbalciunas | " in neutron-server, neutron.pecan_wsgi.controllers.root | 16:23 |
jbalciunas | I'm thinking about how to disable this unless Octavia or other LBaaS provider is being used | 16:23 |
yoctozepto | jbalciunas: weeird, where are you getting that? | 16:25 |
jbalciunas | in my logs for Ussuri deployments | 16:26 |
yoctozepto | ah, ussuri' | 16:26 |
jbalciunas | I'm trying to understand where this might even come from | 16:26 |
*** amoralej is now known as amoralej|off | 16:27 | |
*** factor has quit IRC | 16:28 | |
hrw | mgoddard: find_parents() needs rewrite | 16:32 |
hrw | mgoddard: if we go your way | 16:32 |
*** bengates has quit IRC | 16:33 | |
mnasiadka_ | jbalciunas: I would rather check what request is causing that - probably horizon/some client is trying to list load balancers - while you have no lbaas implementation running | 16:34 |
jbalciunas | will try to track and trace this | 16:34 |
hrw | mgoddard: HRW: image=openstack-base parent=infra-7-2-1/ubuntu-infra-base:10.0.1 | 16:35 |
jbalciunas | as I like to keep logs as useful as possible in production deployments | 16:35 |
hrw | mgoddard: HRW: image=base parent=ubuntu:18.04 | 16:35 |
openstackgerrit | Jorge Niedbalski proposed openstack/kolla master: Bump prometheus-openstack-exporter version to 1.1.0 https://review.opendev.org/739097 | 16:35 |
*** dougsz has quit IRC | 16:35 | |
hrw | jbalciunas: use --logs-dir argument | 16:35 |
hrw | jbalciunas: you will get logfile per image | 16:35 |
hrw | mgoddard: have to dig how to join renamed parents | 16:36 |
jbalciunas | aha, got it, it's haproxy requesting info for load balancers | 16:39 |
jbalciunas | Jul 2 19:38:05 haproxy[36]: 10.82.64.17:43486 [02/Jul/2020:19:38:05.368] neutron_server_external~ neutron_server_external/z141-ost-ctrl0 0/0/0/7/7 404 304 - - ---- 416/1/0/0/0 0/0 "GET /v2.0/lbaas/loadbalancers HTTP/1.1" | 16:39 |
hrw | mgoddard: HRW: image=openstack-base parent=infra-7-2-1/ubuntu-infra-base:10.0.1 parent_name=infra-7-2-1/ubuntu-binary-base:10.0.1 | 16:39 |
mgoddard | hrw: or move change_install_type to before find_parents? | 16:39 |
hrw | mgoddard: this needs fixing to be exact | 16:39 |
hrw | mgoddard: there is no change_install_type anymore | 16:39 |
mgoddard | hrw: there is: https://review.opendev.org/#/c/738072/4/kolla/image/build.py | 16:42 |
patchbot | patch 738072 - kolla - Add 'infra' install type. - 4 patch sets | 16:42 |
hrw | mgoddard: not in local patch ;d | 16:42 |
mgoddard | hrw: doh | 16:43 |
mgoddard | anyway, whatever the name - some process that applies the correct name to images | 16:43 |
mgoddard | hrw: potentially we will need two passes | 16:45 |
mgoddard | 1. build up a list of parent/child pairs | 16:45 |
mgoddard | 2. work from the base to children | 16:46 |
mgoddard | or something like that | 16:46 |
mgoddard | hrw: alternatively we could introduce some metadata, e.g. directory structure to classify them | 16:47 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 16:47 |
mgoddard | but that would be a bit disruptive | 16:47 |
hrw | INFO:kolla.common.utils.base:Successfully tagged infra-7-2-2/ubuntu-binary-base:10.0.1 | 16:47 |
hrw | like I suspected... | 16:47 |
hrw | names need work as they are wrong | 16:47 |
yoctozepto | jbalciunas: haproxy only forwards requests, someone asked it | 16:47 |
yoctozepto | something* rather :-) | 16:48 |
jbalciunas | true, digging deeper | 16:48 |
hrw | mgoddard: looks like change_image_type goes back ;( | 16:48 |
hrw | that's tomorrow. | 16:49 |
hrw | EOD | 16:49 |
mgoddard | hrw: or we could do some funky recursion | 16:50 |
mgoddard | for each image | 16:50 |
mgoddard | find parent | 16:50 |
mgoddard | if has no parent, find grandparent, etc. | 16:50 |
mgoddard | once we hit a known image or base, we know if it is infra | 16:50 |
mgoddard | then unwind and mark | 16:50 |
hrw | mgoddard: I have find_parents() working fine | 16:50 |
hrw | mgoddard: the problem is that we do not know which one is infra. have to get BINARY_SOURCE list back ;( | 16:51 |
mgoddard | that info needs to exist somewhere - either in code, or in metadata | 16:52 |
hrw | mgoddard: https://paste.centos.org/view/ec4c521b is wip patch | 16:52 |
hrw | ops | 16:52 |
mgoddard | lol | 16:52 |
hrw | https://paste.centos.org/view/7b4f2232 one | 16:53 |
hrw | I've lost my fpaste alias for git ;( | 16:53 |
* hrw off | 16:54 | |
*** stingrayza has joined #openstack-kolla | 16:55 | |
niedbalski | hrw: yoctozepto dziekuje ci, that was quickly merged 🇵🇱 | 16:57 |
*** jonaspaulo has joined #openstack-kolla | 17:12 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: remove unnecessary conditions from includes https://review.opendev.org/739107 | 17:14 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: use import_tasks for check-containers.yml https://review.opendev.org/739108 | 17:14 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: replace unconditional include_tasks with import_tasks https://review.opendev.org/739109 | 17:14 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: Dynamically include upgrade tasks https://review.opendev.org/739110 | 17:14 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: Run common role in a separate play https://review.opendev.org/739111 | 17:14 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: use a single config file for logrotate https://review.opendev.org/739112 | 17:14 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Support editable virtualenv installation for development https://review.opendev.org/739116 | 17:15 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 17:16 |
*** k_mouza has joined #openstack-kolla | 17:17 | |
yoctozepto | niedbalski: nie ma sprawy! | 17:18 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: WIP: Performance: use a single config file for fluentd https://review.opendev.org/739122 | 17:21 |
*** nikparasyr has left #openstack-kolla | 17:23 | |
*** k_mouza has quit IRC | 17:23 | |
*** ricolin has quit IRC | 17:28 | |
*** pbing19 has joined #openstack-kolla | 17:42 | |
*** vedup19 has quit IRC | 17:45 | |
openstackgerrit | Merged openstack/kayobe master: Remove retired congress https://review.opendev.org/731764 | 17:53 |
*** KeithMnemonic has joined #openstack-kolla | 17:58 | |
*** gfidente|ffu is now known as gfidente|afk | 18:29 | |
*** vedup19 has joined #openstack-kolla | 18:31 | |
*** pbing19 has quit IRC | 18:33 | |
*** e3gh75 has quit IRC | 18:43 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 18:52 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 18:59 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 19:20 |
mloza | Hello, I'm having an issue when I tried to reconfigure a node that is running Ubuntu 20.04. This is error I'm seeing http://paste.openstack.org/show/795509/ | 19:20 |
mloza | I'm using kolla-ansible 9.1.0 | 19:21 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 19:24 |
*** wuchunyang has joined #openstack-kolla | 19:28 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: [DNM] Timesync playground train centos7 https://review.opendev.org/739138 | 19:33 |
*** wuchunyang has quit IRC | 19:40 | |
*** dave-mccowan has joined #openstack-kolla | 19:43 | |
mgoddard | mloza: we don't yet support 20.04 | 19:47 |
mloza | mgoddard: I see. What's the latest version of Ubuntu that kolla supports? | 19:50 |
mgoddard | mloza: 18.04 | 19:50 |
mgoddard | mloza: victoria will support 20.04 | 19:50 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 19:53 |
mloza | cool | 19:58 |
mloza | mgoddard: I assume train will still work with 20.04 since there's not much changed in the code | 20:00 |
mgoddard | mloza: we don't test it, so can't guarantee | 20:02 |
mloza | Any chance you can help me look at this error http://paste.openstack.org/show/795509/? It seems to be unrelated to the OS version. | 20:02 |
mgoddard | mloza: looks like missing facts? | 20:02 |
mloza | let me see | 20:03 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground https://review.opendev.org/738877 | 20:03 |
*** wuchunyang has joined #openstack-kolla | 20:11 | |
*** TrevorV has quit IRC | 20:21 | |
openstackgerrit | Merged openstack/kolla master: Remove glance-registry container https://review.opendev.org/738998 | 20:22 |
openstackgerrit | Merged openstack/kolla master: Bump prometheus-openstack-exporter version to 1.1.0 https://review.opendev.org/739097 | 20:22 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix Fluentd date format for MariaDB xinetd https://review.opendev.org/738983 | 20:23 |
*** dave-mccowan has quit IRC | 20:25 | |
*** wuchunyang has quit IRC | 20:38 | |
*** wuchunyang has joined #openstack-kolla | 20:39 | |
*** zhanglong has joined #openstack-kolla | 20:40 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Update TLS documentation https://review.opendev.org/739144 | 20:40 |
*** kevko has quit IRC | 20:40 | |
*** wuchunyang has quit IRC | 20:43 | |
*** priteau has quit IRC | 20:44 | |
*** wuchunyang has joined #openstack-kolla | 20:45 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Update TLS documentation https://review.opendev.org/739144 | 21:02 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images https://review.opendev.org/698753 | 21:14 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images https://review.opendev.org/698753 | 21:39 |
*** zhanglong has quit IRC | 21:47 | |
*** Tengu has quit IRC | 21:58 | |
*** zhanglong has joined #openstack-kolla | 21:58 | |
*** Tengu has joined #openstack-kolla | 22:00 | |
*** jonaspaulo has quit IRC | 22:25 | |
*** Tengu has quit IRC | 22:25 | |
*** Tengu has joined #openstack-kolla | 22:27 | |
*** zhanglong has quit IRC | 22:28 | |
*** zhanglong has joined #openstack-kolla | 22:29 | |
*** zhanglong has quit IRC | 22:39 | |
*** Manheim has joined #openstack-kolla | 22:50 | |
*** luksky has quit IRC | 23:00 | |
*** suff has quit IRC | 23:04 | |
*** diurnalist has quit IRC | 23:08 | |
*** born2bake has quit IRC | 23:22 | |
*** Tengu has quit IRC | 23:26 | |
*** Tengu has joined #openstack-kolla | 23:28 | |
*** diurnalist has joined #openstack-kolla | 23:31 | |
*** diurnalist has quit IRC | 23:48 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!