Thursday, 2020-07-02

*** diurnalist has quit IRC00:20
*** pbing19 has quit IRC00:30
*** zhanglong has joined #openstack-kolla00:39
*** hongbin has quit IRC00:43
*** diurnalist has joined #openstack-kolla00:46
*** hongbin has joined #openstack-kolla00:47
*** sean-k-mooney1 has joined #openstack-kolla00:59
*** wuchunyang has joined #openstack-kolla00:59
*** sean-k-mooney has quit IRC01:00
*** diurnalist has quit IRC01:08
*** admin0 has left #openstack-kolla01:09
*** ricolin has joined #openstack-kolla01:54
*** diurnalist has joined #openstack-kolla02:13
*** diurnalist has quit IRC02:27
*** ysirndjuro has quit IRC02:39
*** JamesBenson has joined #openstack-kolla03:31
*** JamesBenson has quit IRC03:36
*** wuchunyang has quit IRC03:56
*** wuchunyang has joined #openstack-kolla04:01
*** wuchunyang has quit IRC04:04
*** zhanglong has quit IRC04:08
*** hongbin has quit IRC04:09
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-kolla04:33
jbalciunasI'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
jbalciunas07:39:42.854 _id:da3SDXMBT_75qeCfx_33 _type:fluentd _index:flog-2020.07.02 _score: -04:44
jbalciunasplenty of these in fluentd04:44
*** wuchunyang has joined #openstack-kolla04:45
*** ykarel|away is now known as ykarel04:49
*** vishalmanchanda has joined #openstack-kolla04:49
jbalciunasI think this log output explains it:04:57
jbalciunas20/6/29@16:19:53 xinetd[6]: NOTICE: Started working: 1 available service04:57
jbalciunas20/6/29@16:19:54: START: mysqlchk pid=13 from=::ffff:10.81.0.1604:57
jbalciunas20/6/29@16:19:54: START: mysqlchk pid=18 from=::ffff:10.81.0.1704:57
jbalciunas20/6/29@16:19:54: EXIT: mysqlchk status=0 pid=13 duration=0(sec)04:57
*** wuchunyang has quit IRC05:00
*** diurnalist has joined #openstack-kolla05:01
*** abdysn has joined #openstack-kolla05:06
*** diurnalist has quit IRC05:06
oklhostmorning05:09
*** bhagyashris|afk is now known as bhagyashris05:11
*** priteau has joined #openstack-kolla05:16
*** nikparasyr has joined #openstack-kolla05:23
*** zhanglong has joined #openstack-kolla05:41
*** cah_link has joined #openstack-kolla06:35
*** suff has joined #openstack-kolla06:36
*** cah_link has quit IRC06:43
*** pbing19 has joined #openstack-kolla06:45
*** also_stingrayza is now known as stingrayza06: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 flags06:53
jbalciunastherefore 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
mnasiadkamorning06:57
*** amoralej|off is now known as amoralej06:57
*** wuchunyang has joined #openstack-kolla06:59
jbalciunasirb(main):004:0> require 'time'07:01
jbalciunas=> true07:01
jbalciunasirb(main):005:0>  my_time = Time.strptime('20/7/2@07:39:41:', '%y/%-m/%-d@%T')07:01
jbalciunasTraceback (most recent call last):07:01
jbalciunas        3: from /bin/irb:11:in `<main>'07:01
jbalciunas        2: from (irb):507:01
jbalciunas        1: from /usr/share/ruby/time.rb:433:in `strptime'07:01
jbalciunasArgumentError (invalid strptime format - `%y/%-m/%-d@%T')07:01
jbalciunasirb(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 +000007:01
jbalciunasirb(main):007:0>07:01
mnasiadkajbalciunas: just raise a bug and fix it? :)07:01
jbalciunasyeah, I've been thinking about it :D07:02
mnasiadkamysqlchk has been introduced in Ussuri, so there's not a lot to patch :)07:05
oklhostMh, 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
oklhostor lets say, I'm forced to do that ;)07:08
mnasiadkaoklhost: base_footer? it will be applied to base image, and then all images are built on top of base image07:15
oklhostmnasiadka: woops, thanks. didn't think about that.07:18
*** e0ne has joined #openstack-kolla07:19
*** bhagyashris is now known as bhagyashris|lunc07:28
*** dougsz has joined #openstack-kolla07:29
*** born2bake has joined #openstack-kolla07:33
*** JamesBenson has joined #openstack-kolla07:33
*** cah_link has joined #openstack-kolla07:34
*** pbing19 has quit IRC07:35
*** JamesBenson has quit IRC07:38
openstackgerritDoug Szumski proposed openstack/kolla-ansible master: Set a chunk size for Fluentd bulk log upload to Monasca  https://review.opendev.org/73885907:40
*** bengates has joined #openstack-kolla07:47
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887707:47
mgoddardoklhost: there is also a block footer which goes right at the end of the last image07:49
*** pbing19 has joined #openstack-kolla07:50
*** bengates has quit IRC07:51
*** bengates has joined #openstack-kolla07:51
*** luksky has joined #openstack-kolla07:53
*** cah_link has quit IRC07:54
*** cah_link has joined #openstack-kolla07:54
oklhostmgoddard: thx, I'll use the base_block as mnasiadka said.08:02
mgoddardbase_footer08:02
oklhostright, sorry08:02
oklhostI shouldn't write while I'm talking ^^08:03
*** vedup19 has joined #openstack-kolla08:04
*** pbing19 has quit IRC08:07
mgoddardv1k0d3n: neutron config locations changed in train/ussuri. Which release are you using?08:10
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Make ES Curator schedule multinode-friendly  https://review.opendev.org/73887808:11
*** diurnalist has joined #openstack-kolla08:14
*** diurnalist has quit IRC08:18
*** k_mouza has joined #openstack-kolla08:22
hrwmorning08:27
hrwmgoddard: https://review.opendev.org/738906 https://review.opendev.org/738907 are waiting ;d08:27
patchbotpatch 738906 - kolla - version-check: handle using of stable branch tarballs - 2 patch sets08:27
patchbotpatch 738907 - kolla (stable/ussuri) - version-check: handle using of stable branch tarballs - 2 patch sets08:27
mgoddardhrw: cool08:27
hrwmgoddard: some new functionality added as a bonus08:28
hrwINFO:kolla.common.utils.kibana:Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu focal-updates/victoria InRelease08:31
openstackgerritJustinas 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/73898308:34
hrwjbalciunas: -1 without even going into review08:37
hrwjbalciunas: https://chris.beams.io/posts/git-commit/08:37
hrwgit 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 mood08:38
jbalciunasyeah :)08:38
*** wuchunyang has quit IRC08:39
openstackgerritJustinas 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/73898308:42
jbalciunasnow it's multiline08:43
*** gfidente has joined #openstack-kolla08:44
*** greuceanu has joined #openstack-kolla08:46
*** greuceanu is now known as Manheim08:46
*** hjensas|afk is now known as hjensas08:46
openstackgerritJustinas Balciunas proposed openstack/kolla-ansible master: Fix Fluentd date format for MariaDB xinetd  https://review.opendev.org/73898308:46
jbalciunashrw: thanks for the tips re commit message :)08:47
*** wuchunyang has joined #openstack-kolla08:47
hrwyw08:48
hrw+108:48
*** bhagyashris|lunc is now known as bhagyashris08:50
*** kevko has joined #openstack-kolla08:51
oklhostHrrr... 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-kolla08:53
*** k_mouza has quit IRC08:53
*** kevko has quit IRC08:56
hrwmost of images build for ubuntu/focal08:57
*** k_mouza has joined #openstack-kolla08:57
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: ubuntu: move to 20.04 Focal  https://review.opendev.org/73899409:00
*** wuchunyang has quit IRC09:01
hrwthis patch needs volunteers who will finish it09:01
*** jaicaa has quit IRC09:05
yoctozeptohrw: other than you it would have to be osmanlicilegi as far as core team is concerned ;d09:05
hrwyoctozepto: it can even be Jan Kowalski09:06
hrwyoctozepto: 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 anymore09:07
*** jaicaa has joined #openstack-kolla09:07
hrw;D09:08
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: ubuntu: move to 20.04 Focal  https://review.opendev.org/73899409:11
hrwswift fixed09:12
hrwrest are hunt for external repos09:13
openstackgerritAlfredo Moralejo proposed openstack/kolla master: Remove glance-registry container  https://review.opendev.org/73899809:13
*** rohit02 has joined #openstack-kolla09:23
*** cah_link1 has joined #openstack-kolla09:25
rohit02is openstack-kolla ussuri supports ubuntu20 os?09:25
hrwrohit02: no09:25
rohit02thanx09:25
hrwrohit02: victoria will be first release with 20.04 support09:26
*** cah_link has quit IRC09:27
*** cah_link1 is now known as cah_link09:27
openstackgerritJustinas Balciunas proposed openstack/kolla-ansible stable/ussuri: Fix Fluentd date format for MariaDB xinetd  https://review.opendev.org/73899909:30
*** JamesBenson has joined #openstack-kolla09:34
*** JamesBenson has quit IRC09:38
*** gfidente is now known as gfidente|ffu09:42
hrwfluentd/td-agent is pita09:42
hrwone day someone will switch all distros in kolla to just 'gem install fluentd' to get that crap running09:43
*** Manheim has quit IRC09:50
*** priteau has quit IRC09:58
*** wuchunyang has joined #openstack-kolla10:12
*** wuchunyang has quit IRC10:17
openstackgerritMerged openstack/kolla-ansible stable/train: Fix the Elasticsearch Curator cron schedule run  https://review.opendev.org/73878310:21
*** ricolin has quit IRC10:30
*** k_mouza has quit IRC10:31
*** k_mouza has joined #openstack-kolla10:41
mnasiadkahrw: that day when all distros will have the same ruby version?10:42
hrwmnasiadka: or new enough10:42
mnasiadkahrw: seems to be a struggle everytime ;-)10:43
hrwmnasiadka: 2.5 in c8/d10, 2.7 in u200410:44
hrwnew enough?10:44
mnasiadkamgoddard, 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
mnasiadkahrw: new-ish10:44
hrwmnasiadka: td-agent is on 2.3 iirc10:44
mnasiadkahrw: 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
hrwTD is a .... of ....10:46
*** wuchunyang has joined #openstack-kolla10:46
mnasiadkahrw: deprecate fluentd? :D10:47
hrwand base10:48
mnasiadkaand case solved :)10:48
hrwyep10:48
*** sean-k-mooney1 is now known as sean--k-mooney10:52
*** zhanglong has quit IRC10:53
yoctozeptomnasiadka: no, we want you to finish asap10:54
openstackgerritMark Goddard proposed openstack/kolla master: Remove glance-registry container  https://review.opendev.org/73899810:54
openstackgerritMark Goddard proposed openstack/kolla master: Remove glance-registry container  https://review.opendev.org/73899810:55
mnasiadkayoctozepto: I'm accepting donations for a psych ward :)10:55
*** sean--k-mooney is now known as sean-k-mooney10:55
yoctozeptomnasiadka: I offer premium hugs for free10:55
openstackgerritMark Goddard proposed openstack/kayobe-config-dev master: CI: switch to Docker overlay2 storage driver by default  https://review.opendev.org/72232210:56
*** zhanglong has joined #openstack-kolla10:57
*** wuchunyang has quit IRC10:59
openstackgerritMark Goddard proposed openstack/kolla stable/rocky: Fix multiple issues  https://review.opendev.org/73834411:01
*** kevko_ has quit IRC11:03
*** kevko has joined #openstack-kolla11:04
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/ussuri: Syntax error in Fluentd Monasca output config  https://review.opendev.org/73883511:11
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/train: Syntax error in Fluentd Monasca output config  https://review.opendev.org/73883611:11
*** kevko_ has joined #openstack-kolla11:12
*** zhanglong has quit IRC11:14
*** kevko has quit IRC11:15
hrwmnasiadka: want a ticket to kraszki?11:19
mnasiadkahrw: have some other local facilities ;)11:20
hrwmnasiadka: my closest one is in half hour walk distance ;d11:21
mnasiadkahrw: not that close here :D11:21
hrwmgoddard: replied to you in review11:26
openstackgerritMerged openstack/kolla-ansible master: Set a chunk size for Fluentd bulk log upload to Monasca  https://review.opendev.org/73885911:29
mgoddardyoctozepto: I have some measurements for you11:34
*** JamesBenson has joined #openstack-kolla11:35
mgoddardfor splitting out the common role11:35
*** kevko_ has quit IRC11:36
*** kevko has joined #openstack-kolla11:36
mgoddardbefore: ~33m, after: ~32m11:36
kevkoi would like to backport python3-fluent-logger to our repos ..can you process it please ?11:36
kevkosorry, wrong channel :P11:36
mgoddardyoctozepto: 3 runs, a bit of variance in there11:37
mgoddard3%11:37
mgoddardthis is one machine running VMs - 3 control, 6 computes11:38
mgoddardI would expect a bigger reduction at larger scale11:38
mgoddardother improvements combined save a further ~1 minute11:39
*** JamesBenson has quit IRC11:39
*** JamesBenson has joined #openstack-kolla11:45
*** JamesBenson has quit IRC11:47
*** JamesBenson has joined #openstack-kolla11:47
*** osmanlicilegi has quit IRC11:50
openstackgerritDoug Szumski proposed openstack/kolla-ansible stable/ussuri: Set a chunk size for Fluentd bulk log upload to Monasca  https://review.opendev.org/73902211:51
*** ricolin has joined #openstack-kolla11:53
*** greuceanu has joined #openstack-kolla11:53
*** greuceanu is now known as Manheim11:53
*** amoralej is now known as amoralej|lunch12:00
*** osmanlicilegi has joined #openstack-kolla12:07
*** wuchunyang has joined #openstack-kolla12:08
hrwhttps://github.com/fluent-plugins-nursery/td-agent-builder/pull/123 D:12:10
yoctozeptomgoddard: thanks, would be nice to see it at scale but I guess 1 minute really counts in a scenario this size12:25
yoctozeptoalso, we kinda violate the dependency semantics which sound like the role should not be able to run without the other12:26
yoctozeptowhich is not the case12:26
yoctozeptoI mean, you really lose only facilities related to logging and some roles need our kolla-toolbox for their magic12:27
v1k0d3nmgoddard: 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
v1k0d3nthanks for the tip!12:30
*** wuchunyang has quit IRC12:31
v1k0d3nis 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
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887712:34
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Set a chunk size for Fluentd bulk log upload to Monasca  https://review.opendev.org/73902212:35
openstackgerritMerged openstack/kolla-ansible stable/train: Make ES Curator schedule multinode-friendly  https://review.opendev.org/73887912:38
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Use public interface for Magnum client and trustee Keystone interface  https://review.opendev.org/73888012:38
openstackgerritRadosław Piliszek proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros  https://review.opendev.org/73613012:43
yoctozeptomnasiadka: 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
mnasiadkayoctozepto: 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-kolla12:50
*** abdysn has quit IRC12:50
yoctozeptomnasiadka: well, until next meeting would be nice :-)12:53
*** Abdallahyas has quit IRC13:01
*** abdysn has joined #openstack-kolla13:01
*** cah_link has quit IRC13:04
*** wuchunyang has joined #openstack-kolla13:08
yoctozeptomnasiadka: btw, is the kolla kall schedule fine for you?13:10
*** zhanglong has joined #openstack-kolla13:11
*** amoralej|lunch is now known as amoralej13:14
*** rohit02 has quit IRC13:16
*** zhanglong has quit IRC13:18
*** zhanglong has joined #openstack-kolla13:19
*** zhanglong has quit IRC13:24
mnasiadkayoctozepto: which is today?13:25
yoctozeptomnasiadka: in a week from today; today is kolla klub13:33
mnasiadkasure, whatever :)13:33
*** wuchunyang has quit IRC13:37
*** vishalmanchanda has quit IRC13:48
*** wuchunyang has joined #openstack-kolla13:48
*** abdysn has quit IRC13:59
openstackgerritMerged openstack/kolla stable/ussuri: CentOS/AArch64: RabbitMQ is back!  https://review.opendev.org/73748114:10
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: ubuntu: move to 20.04 Focal  https://review.opendev.org/73899414:12
hrwpatch depends now on patch adding UCA/victoria/focal mirroring14:12
*** bhagyashris is now known as bhagyashris|afk14:15
mgoddardyoctozepto: I don't have access to a large system to run benchmarks at scale14:21
*** diurnalist has joined #openstack-kolla14:21
*** wuchunyang has quit IRC14:29
*** wuchunya_ has joined #openstack-kolla14:29
openstackgerritMerged openstack/kolla-ansible stable/stein: Use public interface for Magnum client and trustee Keystone interface  https://review.opendev.org/73888314:37
yoctozeptomgoddard: I see14:38
*** Manheim has quit IRC14:39
*** Manheim has joined #openstack-kolla14:40
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images  https://review.opendev.org/69875314:42
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Add 'infra' install type.  https://review.opendev.org/73807214:42
*** Manheim has quit IRC14:44
*** also_stingrayza has joined #openstack-kolla14:50
hrwmgoddard: added section for you in https://etherpad.opendev.org/p/Kolla-infra-images14:51
hrw"How Kolla handles Dockerfile(.j2)"14:51
*** priteau has joined #openstack-kolla14:51
hrwor rather for everyone as I think that this is quite popular misunderstanding14:52
*** schwicht has joined #openstack-kolla14:53
mgoddardhrw: I still don't see a problem14:53
*** stingrayza has quit IRC14:53
openstackgerritMerged openstack/kolla-ansible stable/train: Use public interface for Magnum client and trustee Keystone interface  https://review.opendev.org/73888214:54
mgoddardhrw: if we pass the right info to the templates, they can set the FROM correctly14:54
hrwmgoddard: we generate files, parse, use. templates are only used at start14:55
hrwkolla does not know anything before template engine is used14:55
hrwand does not use it after files are generated14:56
mgoddardhrw: kolla knows whether infra images are tagged infra or binary/source14:56
hrwmgoddard: but does not use template engine at that moment14:56
mgoddardinfra_image_prefix='infra' if config.infra else 'source/binary'14:57
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images  https://review.opendev.org/69875314:57
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Add 'infra' install type.  https://review.opendev.org/73807214:57
hrwmgoddard: 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
mgoddardhrw: no14:58
openstackgerritwu.chunyang proposed openstack/kolla-ansible master: make barbican notification driver configurable  https://review.opendev.org/73906614:58
hrwmgoddard: because kolla-build does not use jinja2 during build itself14:58
mgoddardhrw: first step - generate templates. We know everything at that point14:58
hrwmgoddard: we know shit14:58
hrwmgoddard: or I do not get what you suggest14:59
mgoddardhrw: self.image_prefix = self.base + '-' + self.install_type + '-'14:59
mgoddardthat is today14:59
mgoddardwe can add another variable15:00
hrwmgoddard: and how we know is it bin/src or infra?15:00
mgoddardself.infra_image_prefix = self.base + '-' + ('infra' if self.install_type == 'infra' else self.install_type) + '-'15:00
mgoddardhmm, that looks wrong15:01
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Syntax error in Fluentd Monasca output config  https://review.opendev.org/73883515:01
*** admin0 has joined #openstack-kolla15:01
mgoddardneed to think about it again15:01
mgoddardkolla klub time15:01
hrwmgoddard: the problem is that we know nothing before parsing generated dockerfiles15:01
*** TrevorV has joined #openstack-kolla15:03
openstackgerritMerged openstack/kolla-ansible stable/train: Syntax error in Fluentd Monasca output config  https://review.opendev.org/73883615:04
admin0when i can test ussuri with focal ?15:04
admin0and if anyone got a easy to follow ceph stuff .. as we are not integrating it15:05
*** Manheim has joined #openstack-kolla15:07
hrwadmin0: you may help with https://review.opendev.org/738994 to get it sooner15:08
patchbotpatch 738994 - kolla - ubuntu: move to 20.04 Focal - 3 patch sets15:08
*** sean-k-mooney1 has joined #openstack-kolla15:12
*** Manheim has quit IRC15:13
*** yoctozepto2 has joined #openstack-kolla15:13
*** noxoid6 has joined #openstack-kolla15:13
*** vesper has joined #openstack-kolla15:13
*** jaicaa_ has joined #openstack-kolla15:13
*** vesper11 has quit IRC15:14
*** jaicaa has quit IRC15:14
*** irclogbot_2 has quit IRC15:14
*** TrevorV has quit IRC15:14
*** noxoid has quit IRC15:14
*** etp has quit IRC15:14
*** mnasiadka has quit IRC15:14
*** noxoid6 is now known as noxoid15:14
*** mnasiadka_ has joined #openstack-kolla15:14
*** JamesBen_ has joined #openstack-kolla15:14
*** TrevorV has joined #openstack-kolla15:14
*** strobert has quit IRC15:14
*** dosaboy has quit IRC15:14
*** sean-k-mooney has quit IRC15:14
*** Wasaac has quit IRC15:14
*** dougsz has quit IRC15:14
*** etp has joined #openstack-kolla15:14
*** JamesBenson has quit IRC15:14
*** yoctozepto has quit IRC15:15
*** tonyb has quit IRC15:15
*** yoctozepto2 is now known as yoctozepto15:15
*** Wasaac has joined #openstack-kolla15:15
*** dougsz has joined #openstack-kolla15:15
*** tonyb has joined #openstack-kolla15:16
hrwmnasiadka, yoctozepto: https://review.opendev.org/#/c/698753/29/tests/playbooks/run.yml@16 needs ansible help15:17
patchbotpatch 698753 - kolla - Create 'infra' type of images - 29 patch sets15:17
*** ykarel is now known as ykarel|away15:17
*** strobert has joined #openstack-kolla15:18
*** irclogbot_0 has joined #openstack-kolla15:18
*** dosaboy has joined #openstack-kolla15:19
*** skramaja has quit IRC15:24
*** sean-k-mooney1 is now known as sean-k-mooney15:26
wuchunya_hrw , hi, you do not use {{ item }} loop vars, so why you use loop ?15:30
*** wuchunya_ is now known as wuchunyang15:31
hrwit is used inside of included tasks15:33
hrwor to be more precise - in template generated in one of included tasks15:34
*** ysirndjuro has joined #openstack-kolla15:34
hrwas this is the only way to have loop over block15:34
hrwwuchunyang: feel free to suggest better solution15:35
wuchunyang"{{ 'yes' if om_rpc_transport == 'rabbit' or om_notify_transport == 'rabbit' else 'no' }}"15:36
wuchunyangyou can refer this expression .15:36
hrwwuchunyang: still generated an item15:37
hrwwuchunyang: I need a way to have 2 or 3 items in a loop15:38
hrwcan also just skip 'run kolla-build' part15:38
hrwor do a block in run_one_install_type.yml and skip it for debian/binary/aarch6415:39
hrwhm... that's not bad idea...15:39
wuchunyangok, Let me have a try15:39
hrwwuchunyang: https://paste.centos.org/view/4ff776d5 is one solution15:43
*** e0ne has quit IRC15:44
hrwhttps://paste.centos.org/view/a8afda71 is even better (architecture check other way)15:44
wuchunyangwhat about define a vars, this vars will control the "value", and then loop this vars ?15:47
mgoddardhrw: this seems to work: http://paste.openstack.org/show/795503/15:50
hrwmgoddard: ah, so you want to change all dockerfile.j2 files to have infra/binsrc visible in them, right?15:52
mgoddardhrw: yep15:52
hrwmgoddard: that's a good way too. can you add it into etherpad?15:53
mgoddardhrw: I added a link to the paste15:53
hrwadded my comment15:54
hrwwuchunyang: I admit one thing: I suck at ansible15:55
wuchunyanghaha, but ansible is really a good tool.15:55
hrwAnsible is one of those tech things I learnt from high level examples instead of starting from scratch. So I lack basic skills in it15:55
hrwI promise myself to learn it one day15:56
hrwbut I have the same with Python. Since 2004.15:56
hrwand I learnt Python by reading/changing/improving Python code written by C programmers15:57
wuchunyangme too , i study ansible accord to kolla-ansible. kolla-ansible is a good project for ansible .15:57
*** also_stingrayza has quit IRC15:57
wuchunyangit is really a high level examples ..15:57
wuchunyangnow , you can continue to  learn golang.   :-)15:58
mgoddardhrw, wuchunyang: ansible docs are quite readable15:58
openstackgerritMark Goddard proposed openstack/kayobe-config-dev master: CI: Add all kayobe jobs  https://review.opendev.org/73908215:58
wuchunyangyes, 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 IRC15:59
hrwwuchunyang: I keep away from compiled languages newer than c/c++ ;D15:59
*** dmellado has joined #openstack-kolla16:00
wuchunyangbut new languanges are more easy to use .16:01
hrwmaybe16:02
hrwgolang requires that sick directory structure and goes into static binaries by default. I dislike both16:02
wuchunyanghi, the ansible question, you may try to do like this. it  works for me16:03
hrw$GOHOME/something/somethingelse/yetanotherdir/heresomething/myproject/source.go16:03
wuchunyang- hosts: localhost16: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
hrwnice16:03
wuchunyangbut golang is more efficient .. and easy to write a muti-process program.16:05
wuchunyanghrw   is there  kolla's task may i help ?16:07
openstackgerritMark Goddard proposed openstack/kolla stable/rocky: Fix multiple issues  https://review.opendev.org/73834416:07
hrwwuchunyang: https://paste.centos.org/view/ad6a6bb9 looks good16:08
hrwwuchunyang: take a look at patches in review queue, learn, comment?16:08
wuchunyangnice16:09
hrwsquashed into current patch16:10
hrwbut first want to check mgoddard's suggestion as it may make patch simpler. bigger but simpler ;D16:10
wuchunyangyeah , mgoddard's suggestion is always useful ..16:11
wuchunyang     - name: Run build of one image type at time16:13
wuchunyang       include_tasks: run_one_install_type.yml16: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
wuchunyangyou need remove the first loop  here.16:13
*** wuchunyang has quit IRC16:14
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Set a chunk size for Fluentd bulk log upload to Monasca  https://review.opendev.org/73902216:14
*** dmellado has quit IRC16:20
*** factor has joined #openstack-kolla16:21
*** icarusfactor has quit IRC16:21
*** dmellado has joined #openstack-kolla16:22
jbalciunaswhat is this neutron-server thing about lbaas?16:22
jbalciunas"No controller found for: lbaas - returning response code 404: pecan.routing.PecanNotFound16:23
jbalciunas" in neutron-server, neutron.pecan_wsgi.controllers.root16:23
jbalciunasI'm thinking about how to disable this unless Octavia or other LBaaS provider is being used16:23
yoctozeptojbalciunas: weeird, where are you getting that?16:25
jbalciunasin my logs for Ussuri deployments16:26
yoctozeptoah, ussuri'16:26
jbalciunasI'm trying to understand where this might even come from16:26
*** amoralej is now known as amoralej|off16:27
*** factor has quit IRC16:28
hrwmgoddard: find_parents() needs rewrite16:32
hrwmgoddard: if we go your way16:32
*** bengates has quit IRC16: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 running16:34
jbalciunaswill try to track and trace this16:34
hrwmgoddard: HRW: image=openstack-base parent=infra-7-2-1/ubuntu-infra-base:10.0.116:35
jbalciunasas I like to keep logs as useful as possible in production deployments16:35
hrwmgoddard: HRW: image=base parent=ubuntu:18.0416:35
openstackgerritJorge Niedbalski proposed openstack/kolla master: Bump prometheus-openstack-exporter version to 1.1.0  https://review.opendev.org/73909716:35
*** dougsz has quit IRC16:35
hrwjbalciunas: use --logs-dir argument16:35
hrwjbalciunas: you will get logfile per image16:35
hrwmgoddard: have to dig how to join renamed parents16:36
jbalciunasaha, got it, it's haproxy requesting info for load balancers16:39
jbalciunasJul  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
hrwmgoddard: 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.116:39
mgoddardhrw: or move change_install_type to before find_parents?16:39
hrwmgoddard: this needs fixing to be exact16:39
hrwmgoddard: there is no change_install_type anymore16:39
mgoddardhrw: there is: https://review.opendev.org/#/c/738072/4/kolla/image/build.py16:42
patchbotpatch 738072 - kolla - Add 'infra' install type. - 4 patch sets16:42
hrwmgoddard: not in local patch ;d16:42
mgoddardhrw: doh16:43
mgoddardanyway, whatever the name - some process that applies the correct name to images16:43
mgoddardhrw: potentially we will need two passes16:45
mgoddard1. build up a list of parent/child pairs16:45
mgoddard2. work from the base to children16:46
mgoddardor something like that16:46
mgoddardhrw: alternatively we could introduce some metadata, e.g. directory structure to classify them16:47
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887716:47
mgoddardbut that would be a bit disruptive16:47
hrwINFO:kolla.common.utils.base:Successfully tagged infra-7-2-2/ubuntu-binary-base:10.0.116:47
hrwlike I suspected...16:47
hrwnames need work as they are wrong16:47
yoctozeptojbalciunas: haproxy only forwards requests, someone asked it16:47
yoctozeptosomething* rather :-)16:48
jbalciunastrue, digging deeper16:48
hrwmgoddard: looks like change_image_type goes back ;(16:48
hrwthat's tomorrow.16:49
hrwEOD16:49
mgoddardhrw: or we could do some funky recursion16:50
mgoddardfor each image16:50
mgoddardfind parent16:50
mgoddardif has no parent, find grandparent, etc.16:50
mgoddardonce we hit a known image or base, we know if it is infra16:50
mgoddardthen unwind and mark16:50
hrwmgoddard: I have find_parents() working fine16:50
hrwmgoddard: the problem is that we do not know which one is infra. have to get BINARY_SOURCE list back ;(16:51
mgoddardthat info needs to exist somewhere - either in code, or in metadata16:52
hrwmgoddard: https://paste.centos.org/view/ec4c521b is wip patch16:52
hrwops16:52
mgoddardlol16:52
hrwhttps://paste.centos.org/view/7b4f2232 one16:53
hrwI've lost my fpaste alias for git ;(16:53
* hrw off16:54
*** stingrayza has joined #openstack-kolla16:55
niedbalskihrw: yoctozepto dziekuje ci, that was quickly merged 🇵🇱16:57
*** jonaspaulo has joined #openstack-kolla17:12
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Performance: remove unnecessary conditions from includes  https://review.opendev.org/73910717:14
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Performance: use import_tasks for check-containers.yml  https://review.opendev.org/73910817:14
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Performance: replace unconditional include_tasks with import_tasks  https://review.opendev.org/73910917:14
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Performance: Dynamically include upgrade tasks  https://review.opendev.org/73911017:14
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Performance: Run common role in a separate play  https://review.opendev.org/73911117:14
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Performance: use a single config file for logrotate  https://review.opendev.org/73911217:14
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Support editable virtualenv installation for development  https://review.opendev.org/73911617:15
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887717:16
*** k_mouza has joined #openstack-kolla17:17
yoctozeptoniedbalski: nie ma sprawy!17:18
openstackgerritMark Goddard proposed openstack/kolla-ansible master: WIP: Performance: use a single config file for fluentd  https://review.opendev.org/73912217:21
*** nikparasyr has left #openstack-kolla17:23
*** k_mouza has quit IRC17:23
*** ricolin has quit IRC17:28
*** pbing19 has joined #openstack-kolla17:42
*** vedup19 has quit IRC17:45
openstackgerritMerged openstack/kayobe master: Remove retired congress  https://review.opendev.org/73176417:53
*** KeithMnemonic has joined #openstack-kolla17:58
*** gfidente|ffu is now known as gfidente|afk18:29
*** vedup19 has joined #openstack-kolla18:31
*** pbing19 has quit IRC18:33
*** e3gh75 has quit IRC18:43
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887718:52
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887718:59
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887719:20
mlozaHello, 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
mlozaI'm using kolla-ansible 9.1.019:21
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887719:24
*** wuchunyang has joined #openstack-kolla19:28
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: [DNM] Timesync playground train centos7  https://review.opendev.org/73913819:33
*** wuchunyang has quit IRC19:40
*** dave-mccowan has joined #openstack-kolla19:43
mgoddardmloza: we don't yet support 20.0419:47
mlozamgoddard: I see. What's the latest version of Ubuntu that kolla supports?19:50
mgoddardmloza: 18.0419:50
mgoddardmloza: victoria will support 20.0419:50
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887719:53
mlozacool19:58
mlozamgoddard: I assume train will still work with 20.04 since there's not much changed in the code20:00
mgoddardmloza: we don't test it, so can't guarantee20:02
mlozaAny 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
mgoddardmloza: looks like missing facts?20:02
mlozalet me see20:03
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] Timesync playground  https://review.opendev.org/73887720:03
*** wuchunyang has joined #openstack-kolla20:11
*** TrevorV has quit IRC20:21
openstackgerritMerged openstack/kolla master: Remove glance-registry container  https://review.opendev.org/73899820:22
openstackgerritMerged openstack/kolla master: Bump prometheus-openstack-exporter version to 1.1.0  https://review.opendev.org/73909720:22
openstackgerritMerged openstack/kolla-ansible master: Fix Fluentd date format for MariaDB xinetd  https://review.opendev.org/73898320:23
*** dave-mccowan has quit IRC20:25
*** wuchunyang has quit IRC20:38
*** wuchunyang has joined #openstack-kolla20:39
*** zhanglong has joined #openstack-kolla20:40
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Update TLS documentation  https://review.opendev.org/73914420:40
*** kevko has quit IRC20:40
*** wuchunyang has quit IRC20:43
*** priteau has quit IRC20:44
*** wuchunyang has joined #openstack-kolla20:45
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Update TLS documentation  https://review.opendev.org/73914421:02
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images  https://review.opendev.org/69875321:14
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Create 'infra' type of images  https://review.opendev.org/69875321:39
*** zhanglong has quit IRC21:47
*** Tengu has quit IRC21:58
*** zhanglong has joined #openstack-kolla21:58
*** Tengu has joined #openstack-kolla22:00
*** jonaspaulo has quit IRC22:25
*** Tengu has quit IRC22:25
*** Tengu has joined #openstack-kolla22:27
*** zhanglong has quit IRC22:28
*** zhanglong has joined #openstack-kolla22:29
*** zhanglong has quit IRC22:39
*** Manheim has joined #openstack-kolla22:50
*** luksky has quit IRC23:00
*** suff has quit IRC23:04
*** diurnalist has quit IRC23:08
*** born2bake has quit IRC23:22
*** Tengu has quit IRC23:26
*** Tengu has joined #openstack-kolla23:28
*** diurnalist has joined #openstack-kolla23:31
*** diurnalist has quit IRC23:48

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