*** gfidente has quit IRC | 00:14 | |
*** icarusfactor has joined #openstack-kolla | 00:24 | |
*** factor has quit IRC | 00:27 | |
*** sean-k-mooney has quit IRC | 00:35 | |
*** sean-k-mooney has joined #openstack-kolla | 00:37 | |
*** stingrayza has joined #openstack-kolla | 00:39 | |
*** sean-k-mooney has quit IRC | 01:59 | |
*** sean-k-mooney has joined #openstack-kolla | 02:01 | |
*** iniazi_ has joined #openstack-kolla | 03:49 | |
*** timburke has quit IRC | 03:50 | |
*** bersace4 has joined #openstack-kolla | 03:50 | |
*** Reepicheep_ has joined #openstack-kolla | 03:51 | |
*** Reepicheep has quit IRC | 03:52 | |
*** iniazi has quit IRC | 03:52 | |
*** bersace has quit IRC | 03:52 | |
*** bersace4 is now known as bersace | 03:52 | |
*** timburke has joined #openstack-kolla | 03:53 | |
*** skramaja has joined #openstack-kolla | 04:06 | |
*** dking_desktop has quit IRC | 04:20 | |
*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #openstack-kolla | 05:35 | |
*** kozhukalov has quit IRC | 05:38 | |
*** kozhukalov has joined #openstack-kolla | 05:39 | |
*** numans has quit IRC | 06:15 | |
*** strigazi has quit IRC | 06:16 | |
*** strigazi has joined #openstack-kolla | 06:18 | |
*** kozhukalov has quit IRC | 06:18 | |
*** Tony31 has joined #openstack-kolla | 06:22 | |
openstackgerrit | zhangmeng proposed openstack/kolla-ansible master: Add support for encrypting cinder api. https://review.opendev.org/709663 | 06:26 |
---|---|---|
Tony31 | good morning all | 06:29 |
Tony31 | To install openstack stein with kayobe, I take it that I need kayobe config stein. But looks like stein is not available https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ | 06:31 |
Tony31 | https://pastebin.com/9QqiaErr | 06:32 |
Tony31 | while running service deploy, it tries to fetch the stein image from the url I posted but the stein image is not present | 06:32 |
Tony31 | 404 | 06:32 |
Tony31 | may also affect kolla | 06:43 |
*** numans has joined #openstack-kolla | 07:11 | |
mnasiadka | Tony31: ironic moved to centos7 based ipa in train - before that they used coreos - are you sure you are using stein version of kayobe? | 07:16 |
Tony31 | Hello :) stein version of kayobe? I'm just doing `pip install` as per the docs, but I am getting `kayobe-config` using `git pull -b stable/stein` - Am I on the right track? Because I am unsure now I read your message.... | 07:17 |
yoctozepto | Tony31: you are on the wrong track then | 07:18 |
yoctozepto | kayobe was already release for Train | 07:19 |
yoctozepto | released* | 07:19 |
yoctozepto | so pypi version is for train | 07:19 |
Tony31 | ah okay - so I'd need matching `kayobe` - thank you | 07:19 |
yoctozepto | yw | 07:19 |
yoctozepto | I find pypi more confusing than just using it all from git | 07:19 |
yoctozepto | we care for stability of the stable branches | 07:20 |
Tony31 | ok yoctozepto - taking notes. | 07:20 |
yoctozepto | mgoddard, mnasiadka: wonder if we don't want to just point our users at best practice of using git for everything ^ | 07:20 |
mnasiadka | yoctozepto: well, then why do releases at all? | 07:21 |
yoctozepto | that said, I can't see dib tarballs for train either | 07:21 |
yoctozepto | mnasiadka: so that tripleo can package kolla ;-) | 07:21 |
yoctozepto | I mean, this is devops world | 07:21 |
mnasiadka | yoctozepto: it's not tripleo that is packaging :) | 07:21 |
yoctozepto | we live in commits | 07:21 |
yoctozepto | not releases | 07:21 |
yoctozepto | mnasiadka: rdo*, sorry | 07:22 |
mnasiadka | yoctozepto: you're a dev, you live in a different world than most users :) | 07:22 |
yoctozepto | mnasiadka: could be | 07:22 |
yoctozepto | but I'm also an operator | 07:22 |
yoctozepto | anyways, docs need some facelift, Chason was recently on it | 07:23 |
yoctozepto | but we got stuck again | 07:23 |
yoctozepto | as we always od | 07:23 |
yoctozepto | do* | 07:23 |
yoctozepto | as for dib, I see c7 is ready for train and only c8 is master-only, that makes sense | 07:23 |
mnasiadka | yoctozepto: docs as always need some updates, but might be we need some plan sometime to focus on k-a docs | 07:25 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe-config master: Add pip_proxy variable to pip.yml https://review.opendev.org/709665 | 07:26 |
Tony31 | so if I want to go down to `Stein`, can I copy my entire `kayobe-config/etc/kayobe` directory and overwrite the same for Stein ? or should I be manually pulling stuff out and manually inserting into the playbooks that exist in `kayobe-config/etc/kayobe` | 07:27 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: WIP: Allow setting pip_proxy https://review.opendev.org/709580 | 07:27 |
mnasiadka | Tony31: you need to install kayobe 6.1.0 | 07:29 |
Tony31 | mnasiadka ok, but what about the ansible playbooks versioning? Can I keep the ones I have been using for Train deployment or do I need to reconfigure the ones which are pulled from kayobe-config git? | 07:32 |
mnasiadka | kayobe-config doesn't have any playbooks | 07:33 |
mnasiadka | it's only an inventory and configuration variables | 07:33 |
mnasiadka | and yes, you should use the Stein ones - because some vars could be removed or have changed default values from release to release | 07:33 |
mnasiadka | Tony31: is there a specific reason you want to use Stein? | 07:33 |
Tony31 | great thank you for the information | 07:34 |
Tony31 | Sorry about mis-use of terminology. | 07:34 |
Tony31 | And thanks for the help to understand more | 07:34 |
Tony31 | I have found a bug with Train and I am not sure yet if it's a blocker, so looking for ways forward. | 07:34 |
yoctozepto | Tony31: would be nice to know the bug :D | 07:36 |
Tony31 | cinder volume type metadata is ignored on glance image during instance create. The default volume type is always selected. | 07:37 |
yoctozepto | Tony31: is this bug registered? | 07:38 |
Tony31 | After I emailed in to the group yesterday I had a thought to test the same with RDO packstack stein version and the exact same steps there get a different result | 07:38 |
Tony31 | @yoc | 07:38 |
yoctozepto | @Ton | 07:38 |
Tony31 | yoctozepto - sorry to ask this but how do I do that? At this point I am not sure if the bug is realised (maybe it's lodged already?) | 07:39 |
yoctozepto | Tony31: look in launchpad/storyboard | 07:39 |
yoctozepto | I think all related projects are in launchpad | 07:39 |
Tony31 | yoctozepto I pressed enter to accept the auto-complete of your name and it just sent that message :) | 07:39 |
yoctozepto | that is cinder/glance | 07:39 |
Tony31 | ok - will take a look :) | 07:40 |
yoctozepto | Tony31: yeah, thought so; in a playful mood today | 07:40 |
Tony31 | good :) | 07:40 |
yoctozepto | copycat skills grow | 07:40 |
yoctozepto | mnasiadka: so up to two minutes are required to get ubu/deb instance to run ssh | 07:42 |
yoctozepto | but it never gets keypair | 07:42 |
yoctozepto | and the delay is due to timeout of cloud-init run | 07:42 |
mnasiadka | yoctozepto: how come it never gets keypair? neutron-metadata-agent is b0rken? | 07:42 |
yoctozepto | mnasiadka: mhm | 07:42 |
yoctozepto | mnasiadka: did not read my comments, did you? | 07:43 |
mnasiadka | so unb0rk it :) | 07:43 |
mnasiadka | not yet in full detail | 07:43 |
mnasiadka | trying to wake up | 07:43 |
yoctozepto | ubu/deb source problem in: | 07:43 |
yoctozepto | {"Payload":"Feb 24 14:50:33 haproxy[29]: 192.0.2.10:35240 [24/Feb/2020:14:50:33.182] nova_metadata/1: SSL handshake failure","log_level":"info","Hostname":"primary","programname":"haproxy"} | 07:43 |
yoctozepto | presumably neutron-metadata-agent tries ssl to nova-metadata (nova-api)... but why? | 07:43 |
yoctozepto | that is nice summary ^ | 07:43 |
yoctozepto | why neutron-metadata-agent tries ssl on plain http | 07:43 |
yoctozepto | is beyond me | 07:44 |
yoctozepto | :D | 07:44 |
*** sm806 has quit IRC | 07:44 | |
yoctozepto | ah | 07:45 |
yoctozepto | tls_enabled: true | 07:45 |
yoctozepto | in ubu/deb | 07:45 |
*** sorin-mihai has joined #openstack-kolla | 07:45 | |
yoctozepto | so it's tls b0rken | 07:45 |
*** sm806 has joined #openstack-kolla | 07:45 | |
yoctozepto | w8, w8, we ain't running cert generation, yet enable ssl? | 07:46 |
yoctozepto | da hack are we trying to accomplish there | 07:46 |
yoctozepto | ah, it's upgrade that would be b0rken by that | 07:47 |
yoctozepto | I forgot that tls | 07:47 |
yoctozepto | so metadata is simply misconfigured | 07:47 |
*** cah_link1 has joined #openstack-kolla | 07:48 | |
*** cah_link has quit IRC | 07:49 | |
*** cah_link1 is now known as cah_link | 07:49 | |
yoctozepto | https://bugs.launchpad.net/kolla-ansible/+bug/1864615 | 07:55 |
openstack | Launchpad bug 1864615 in kolla-ansible ussuri "TLS misconfigured for neutron metadata agent" [High,Triaged] - Assigned to Radosław Piliszek (yoctozepto) | 07:55 |
*** sorin-mihai has quit IRC | 07:58 | |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Allow setting pip_proxy https://review.opendev.org/709580 | 07:59 |
mnasiadka | yoctozepto: see? you don't need me :) | 07:59 |
yoctozepto | mnasiadka: yeah, you are sacked now; collect your things and go | 08:00 |
*** tonythomas has joined #openstack-kolla | 08:00 | |
yoctozepto | mnasiadka: kidding obviously, I highly value your input ;-) | 08:01 |
mnasiadka | yoctozepto: don't worry, my first language is sarcasm - I don't feel easily offended :) | 08:02 |
yoctozepto | mnasiadka: I want to be clear in the channel in case someone runs AI on contents :D | 08:02 |
yoctozepto | mnasiadka: tbh, I had some bad experience with sarcasm so I am now much more careful in general | 08:03 |
yoctozepto | everyone can have a worse day | 08:03 |
mnasiadka | true :) | 08:03 |
*** bengates has joined #openstack-kolla | 08:10 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: Cinder - remove glance_api_version and disable Cinder v2 API https://review.opendev.org/709422 | 08:10 |
*** JangwonLee has joined #openstack-kolla | 08:16 | |
*** Tengu has quit IRC | 08:30 | |
*** Tengu has joined #openstack-kolla | 08:32 | |
*** cah_link1 has joined #openstack-kolla | 08:35 | |
*** cah_link has quit IRC | 08:36 | |
*** cah_link1 is now known as cah_link | 08:36 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Test floating ip allocation and connectivity to the instance https://review.opendev.org/709369 | 08:41 |
*** dougsz has quit IRC | 08:52 | |
*** gfidente has joined #openstack-kolla | 08:52 | |
*** oyrogerg has quit IRC | 08:53 | |
yoctozepto | mnasiadka: https://review.opendev.org/701414 so it never went through my hands, good, cannot be blamed :D | 08:55 |
patchbot | patch 701414 - kolla-ansible - CI: Add TLS tests (MERGED) - 12 patch sets | 08:55 |
*** abdysn has joined #openstack-kolla | 08:56 | |
mnasiadka | yoctozepto: mine too ;) | 08:56 |
yoctozepto | mnasiadka: hence we could not be aware | 08:56 |
mnasiadka | yoctozepto: but if we would have some simple vm connectivity tests back then - it would fail :) | 08:57 |
yoctozepto | mnasiadka: indeed | 08:57 |
yoctozepto | mnasiadka: working on a fix, worry not | 08:57 |
*** priteau has joined #openstack-kolla | 09:00 | |
yoctozepto | mnasiadka: I'd love some hint as to how to approach linuxbridge failure due to docker setting drop on the forward chain | 09:05 |
yoctozepto | mnasiadka: it is the remaining blocker that I did not come up with a solution for yet | 09:06 |
mnasiadka | yoctozepto: well, I think we have no other solution than: https://docs.docker.com/network/bridge/#enable-forwarding-from-docker-containers-to-the-outside-world | 09:06 |
yoctozepto | mnasiadka: yeah, but we lack persistent iptables support | 09:07 |
yoctozepto | mnasiadka: unless you are telling me to dirtypatch this for CI :P | 09:07 |
*** zhanglong has joined #openstack-kolla | 09:08 | |
mnasiadka | yoctozepto: well, just fix it in CI and write some docs warning around linuxbridge in neutron reference docs? | 09:08 |
yoctozepto | mnasiadka: makes sense for now, especially since something sets ACCEPT in my deploy for me | 09:08 |
yoctozepto | mnasiadka: so it could be an issue only for aio anyway | 09:09 |
yoctozepto | weird | 09:09 |
mnasiadka | we can add later some functionality to baremetal role - to set iptables: no in daemon.json | 09:09 |
openstackgerrit | Merged openstack/kolla-ansible master: Allow to override external network params in init-runonce https://review.opendev.org/709361 | 09:14 |
*** dougsz has joined #openstack-kolla | 09:15 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: Allow to override external network params in init-runonce https://review.opendev.org/709671 | 09:16 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: Allow to override external network params in init-runonce https://review.opendev.org/709671 | 09:17 |
Tony31 | Could I ask for some help on this one? I am really struggling here. It's not kolla or kayobe :( . Basically I have 2 hosts. Each host has its own cinder backend. I want to be able to link the backends to the host that the metal is physically tied to. How is this achieved within a region? | 09:19 |
*** k_mouza has joined #openstack-kolla | 09:20 | |
*** jopdorp has joined #openstack-kolla | 09:20 | |
Tony31 | I think the bug which I had raised for Train volume type issue is impacting this also but I'm new to it so I just dont know at this point. I'll try and spin up more packstacks to figure it out | 09:24 |
*** Tony31 has left #openstack-kolla | 09:24 | |
openstackgerrit | Radosław Piliszek proposed openstack/kayobe master: Remove ceph block device support https://review.opendev.org/709376 | 09:26 |
yoctozepto | mnasiadka: getting there: 2020-02-25 09:18:46.117 725 ERROR neutron.agent.metadata.agent OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')] | 09:27 |
mnasiadka | CA missing? | 09:28 |
yoctozepto | one fix at a time xD | 09:28 |
yoctozepto | mnasiadka: yeah, it's neutron lacking docs, let me dive in code | 09:28 |
yoctozepto | at least it know to use https eh | 09:29 |
jopdorp | good morning all! :) | 09:32 |
*** JangwonLee has quit IRC | 09:33 | |
*** JangwonLee has joined #openstack-kolla | 09:33 | |
jopdorp | I'm happy to report that the code changes in https://bugs.launchpad.net/kolla-ansible/+bug/1861679 helped me change my cloudkitty.conf in such a way that the rating service works now | 09:34 |
openstack | Launchpad bug 1861679 in kolla-ansible "kolla/ubuntu-source-cloudkitty-processor:train won't start" [Undecided,In progress] - Assigned to Christopher Wellie (well100) | 09:34 |
*** ktibi has joined #openstack-kolla | 09:37 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Test floating ip allocation and connectivity to the instance https://review.opendev.org/709369 | 09:43 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Test floating ip allocation and connectivity to the instance https://review.opendev.org/709369 | 09:44 |
openstackgerrit | Merged openstack/kolla master: Deprecate MongoDB https://review.opendev.org/708509 | 09:44 |
yoctozepto | jopdorp: great, it's really helpful to get such feedback, I added that to review | 09:49 |
*** JangwonLee has quit IRC | 09:51 | |
*** JangwonLee has joined #openstack-kolla | 09:52 | |
jopdorp | great! | 09:54 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: DNM: CentOS 8: testing fixups https://review.opendev.org/709682 | 10:01 |
yoctozepto | mgoddard, mnasiadka: fwiw, when we did not try testing connectivity, the instance did not have enough time to get to dhcp and cloud-init calling for metadata, before we shut it down ;D | 10:18 |
mgoddard | yoctozepto: yeah, not surprised | 10:19 |
mgoddard | doesn't matter as we didn't check it | 10:19 |
yoctozepto | yeah, we only wait for ACTIVE in that job | 10:19 |
yoctozepto | since no cinder is enabled | 10:19 |
yoctozepto | and then we shut it off | 10:19 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: CI: Use upper constraints when installing clients https://review.opendev.org/709686 | 10:23 |
cosmicsound | good day | 10:24 |
cosmicsound | i see some tls ssl issues | 10:24 |
cosmicsound | is this connected to last bug also reported? | 10:24 |
mgoddard | weird error on centos8 train deploy jobs https://zuul.opendev.org/t/openstack/build/ad9665089fb54ef99a2cad7d5ca79c36 | 10:26 |
mgoddard | fail after 20 seconds | 10:26 |
* mgoddard speaks to infra | 10:26 | |
yoctozepto | mgoddard: yeah, it looks zuul-low-level | 10:27 |
yoctozepto | cosmicsound: which issues? which bug? | 10:27 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Add framework to deploy user-defined containers on seed https://review.opendev.org/709689 | 10:31 |
*** Tony31 has joined #openstack-kolla | 10:42 | |
mnasiadka | yoctozepto, mgoddard: So I guess we'll have more problems like cinder v2 disablement - we need to remove cinder v2 endpoints on upgrade, I see two options - 1) cinder-specific upgrade task 2) reworking service-ks-register to compare in-catalog to should-be entries and remove when required | 10:42 |
mnasiadka | what's your opinion? | 10:42 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Add framework to deploy user-defined containers on seed https://review.opendev.org/709689 | 10:42 |
yoctozepto | mnasiadka: 2 but for service in question I guess | 10:43 |
mnasiadka | yeah | 10:43 |
yoctozepto | it's really fragile as one might have already disabled that stuff | 10:43 |
yoctozepto | or added something else to that catalog (however unlikely) | 10:43 |
mnasiadka | well, if he wants to add something else - he can set it in service-specific vars to get something additional | 10:44 |
mnasiadka | so we don't remove it on upgrade/redeploy/reconfigure/whatever | 10:44 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: DNM: CentOS 8: testing fixups https://review.opendev.org/709682 | 10:44 |
mgoddard | it's not unlikely to be adding things to catalogue - think multi-regions | 10:46 |
mgoddard | but you can put arbitrary things in there | 10:46 |
mgoddard | I'd probably suggest adding a 'state' field to service-ks-register, and use it for specific endpoints on upgrade | 10:47 |
mnasiadka | Ok, will investigate - for now I'll W-1 on the cinder v2 disabling change | 10:49 |
*** priteau has quit IRC | 10:52 | |
mnasiadka | mgoddard: multi-region case destroys the idea of just removing anything else that is not defined in config :) Seems state: or operation: variable is needed to know if something needs to be removed or added, and proper handling of disabling cinder v2 in upgrade.yml | 10:53 |
cosmicsound | yoctozepto , when I use interal VIP and external VIP there is no way for me to access the horizon either via internal nor via external | 10:56 |
cosmicsound | yet it passes all prechecks | 10:56 |
*** Tony31 has quit IRC | 10:56 | |
*** tony31 has joined #openstack-kolla | 10:57 | |
cosmicsound | https://bugs.launchpad.net/kolla-ansible/+bug/1863811 this one | 10:57 |
openstack | Launchpad bug 1863811 in kolla-ansible "[TLS/SSL] unable to add custom SSL" [Undecided,New] | 10:57 |
cosmicsound | This is same even if I add the TLS or not, when using them both is not working | 10:57 |
cosmicsound | Now I made a completely new deployment from scratch and is same issue | 10:58 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CentOS 8: Add deploy jobs in CI https://review.opendev.org/709536 | 11:01 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: CI: Use upper constraints when installing clients https://review.opendev.org/709686 | 11:14 |
mgoddard | yoctozepto: good thinking ^ | 11:15 |
hrw | anyone for kibana? https://review.opendev.org/#/c/707787 | 11:16 |
patchbot | patch 707787 - kolla - kibana: enable for non-x86 on Debian/Ubuntu - 1 patch set | 11:16 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: CI: Use upper constraints when installing clients https://review.opendev.org/709686 | 11:21 |
*** zhanglong has quit IRC | 11:26 | |
*** zhanglong has joined #openstack-kolla | 11:26 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CentOS 8: Add deploy jobs in CI https://review.opendev.org/709536 | 11:28 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Add python3-dev[el] to bindep.txt https://review.opendev.org/709694 | 11:28 |
*** ivve has joined #openstack-kolla | 11:30 | |
*** Luzi has joined #openstack-kolla | 11:36 | |
*** zhanglong has quit IRC | 11:37 | |
*** zhanglong has joined #openstack-kolla | 11:39 | |
*** rgogunskiy has joined #openstack-kolla | 11:41 | |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Allow setting pip_proxy https://review.opendev.org/709580 | 11:45 |
*** zhanglong has quit IRC | 11:46 | |
*** zhanglong has joined #openstack-kolla | 11:48 | |
yoctozepto | mgoddard: thanks | 11:50 |
yoctozepto | cosmicsound: nah, we were thinking different issue | 11:50 |
cosmicsound | right :D | 11:52 |
cosmicsound | any idea why magnum API would not appear in horizon dashboard? | 11:52 |
cosmicsound | Is this normal behaviour? | 11:52 |
*** zhanglong has quit IRC | 11:53 | |
hrw | cosmicsound: no magnum-dashboard plugin maybe? | 11:53 |
yoctozepto | cosmicsound: https://bugs.launchpad.net/kolla-ansible/+bug/1863811 replied | 11:54 |
openstack | Launchpad bug 1863811 in kolla-ansible "[TLS/SSL] unable to add custom SSL" [Undecided,Incomplete] | 11:54 |
tony31 | cosmicsound the magnum dashboard didnt appear for me because I deployed with a TLS cert issue. Once I Resolved the issue, the dashboard is working fine. But I did notice my deployment magnum was using the external API for the internal request and because my TLS was working, but requires to trust the private CA cert; I was seeing cert validation | 11:54 |
tony31 | fail and magnum was not working. So I removed tls for now. | 11:54 |
*** zhanglong has joined #openstack-kolla | 11:54 | |
cosmicsound | I am not on TLS enabled yet | 11:56 |
cosmicsound | And it was not working since i was on local ip only without hostname nor tls | 11:56 |
cosmicsound | This is fresh deployment | 11:57 |
cosmicsound | and no TLS at all | 11:57 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Allow setting pip_proxy https://review.opendev.org/709580 | 11:57 |
tony31 | 😬 | 11:57 |
cosmicsound | yet still... | 11:57 |
cosmicsound | at first magnnum could not reach heat | 11:57 |
cosmicsound | not gave me ERROR: HEAT-E99001 Service nova is not available for resource type | 11:57 |
cosmicsound | so its worse and worse | 11:57 |
cosmicsound | yes i can make instances | 11:57 |
cosmicsound | manually | 11:58 |
cosmicsound | i wonder if octavia is a requirement for magnum | 11:58 |
cosmicsound | yet i was not using lb | 11:58 |
tony31 | I feel your pain. But usually it's a config issue on my side 🙈 | 11:59 |
openstackgerrit | yatin proposed openstack/kolla master: Build collectd image for CentOS8 https://review.opendev.org/709701 | 11:59 |
tony31 | I dont have octavia enabled and magnum is working | 12:00 |
yoctozepto | mgoddard, mnasiadka: https://review.opendev.org/709369 yay, connectivity testing passing all over the board; now need to clean up and split out fixes | 12:00 |
patchbot | patch 709369 - kolla-ansible - CI: Test floating ip allocation and connectivity t... - 8 patch sets | 12:00 |
mgoddard | woop | 12:01 |
yoctozepto | yeah, champagne showers | 12:04 |
yoctozepto | mnasiadka: https://59ce1cdd1cb70e8b8524-54a30f9e4df167ae2747c6c3ff2739ca.ssl.cf5.rackcdn.com/709369/8/check/kolla-ansible-centos8-source-ceph-ansible/81c2417/primary/logs/kolla/mariadb/mariadb.txt | 12:05 |
mnasiadka | yeah, fernet | 12:05 |
*** abdysn has quit IRC | 12:05 | |
mnasiadka | in my queue | 12:05 |
yoctozepto | so it did not heat PT3S but still was sad about something after PT1.5S | 12:05 |
mnasiadka | yoctozepto: ah, it was mariadb? | 12:05 |
yoctozepto | xD | 12:05 |
mnasiadka | mariadb, the root of all evil ;) | 12:05 |
yoctozepto | yeah, connectivity broke | 12:05 |
yoctozepto | why did you ask about fernet? | 12:05 |
mnasiadka | I just saw keystone | 12:06 |
yoctozepto | did you notice something else? | 12:06 |
yoctozepto | ah | 12:06 |
mnasiadka | and defaulted to fernet :D | 12:06 |
yoctozepto | xD | 12:06 |
*** dave-mccowan has quit IRC | 12:06 | |
yoctozepto | so assuming these issues are temp we could try raising all the timeouts but meh | 12:07 |
yoctozepto | some jobs just fail from time to time because of networking quality | 12:07 |
mnasiadka | well, those jobs live in a hostile environment :) | 12:08 |
yoctozepto | mnasiadka: how hostile? | 12:09 |
mnasiadka | yoctozepto: OVH, very hostile | 12:10 |
yoctozepto | mnasiadka: ah | 12:10 |
yoctozepto | mnasiadka: I had a delayed laugh when I finally deciphered ovh as "openly very hostile" ;D | 12:21 |
mnasiadka | lol | 12:21 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Add framework to deploy user-defined containers on seed https://review.opendev.org/709689 | 12:22 |
*** kplant has joined #openstack-kolla | 12:25 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Python 3: Use distro_python_version for monasca agent CA file https://review.opendev.org/709711 | 12:29 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Remove unused python path calculation from vmtp https://review.opendev.org/709712 | 12:30 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Python 3: Use distro_python_version for WSGI python_path https://review.opendev.org/709713 | 12:32 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Use local python interpreter for keystone cron generator https://review.opendev.org/709714 | 12:33 |
*** jbadiapa has joined #openstack-kolla | 12:40 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Support python 3 in kolla-ansible script https://review.opendev.org/709716 | 12:44 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: Move ansible installation & configuration to Ansible https://review.opendev.org/709717 | 12:44 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: Use python 3 for local kolla-ansible execution https://review.opendev.org/709718 | 12:44 |
*** kplant has quit IRC | 12:51 | |
*** kplant has joined #openstack-kolla | 12:54 | |
openstackgerrit | Rafael Weingärtner proposed openstack/kolla-ansible master: Add feature to support managing dynamic pollsters https://review.opendev.org/679999 | 12:55 |
openstackgerrit | Merged openstack/kolla master: Remove start-ovsdb-server script from openvswitch-db-server https://review.opendev.org/708711 | 13:10 |
openstackgerrit | Merged openstack/kolla-ansible master: Add missing release note for Glance multi store move. https://review.opendev.org/709586 | 13:10 |
*** kplant has quit IRC | 13:21 | |
*** cah_link has quit IRC | 13:28 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: Fix fernet bootstrap and key distribution - follow up https://review.opendev.org/707080 | 13:28 |
cosmicsound | tony31 , check this https://mdb.uhlhost.net/uploads/7585d5c109d82dbb/image.png | 13:34 |
cosmicsound | very nice when all passes, and in the end is not there | 13:34 |
yoctozepto | green ok | 13:34 |
yoctozepto | all fine | 13:34 |
yoctozepto | must be in catalog | 13:34 |
*** cah_link has joined #openstack-kolla | 13:35 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: DNM: CentOS 8: testing fixups https://review.opendev.org/709682 | 13:40 |
*** kozhukalov has joined #openstack-kolla | 13:50 | |
*** priteau has joined #openstack-kolla | 14:00 | |
*** sean-k-mooney has quit IRC | 14:02 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CI: Test SSH connectivity to deployed instances https://review.opendev.org/707604 | 14:12 |
openstackgerrit | yatin proposed openstack/kolla master: Build collectd image for CentOS8 https://review.opendev.org/709701 | 14:18 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: DNM: Test swift s3api https://review.opendev.org/709730 | 14:23 |
*** jopdorp has quit IRC | 14:23 | |
*** priteau has quit IRC | 14:27 | |
*** ktibi has quit IRC | 14:36 | |
*** ktibi has joined #openstack-kolla | 14:37 | |
openstackgerrit | Rafael Weingärtner proposed openstack/kolla-ansible master: Add feature to support managing dynamic pollsters https://review.opendev.org/679999 | 14:41 |
*** TrevorV has joined #openstack-kolla | 14:41 | |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Allow setting pip_proxy https://review.opendev.org/709580 | 14:43 |
*** lile has joined #openstack-kolla | 14:47 | |
*** dave-mccowan has joined #openstack-kolla | 14:52 | |
*** zhanglong has quit IRC | 15:01 | |
*** Luzi has quit IRC | 15:04 | |
openstackgerrit | Merged openstack/kolla-ansible master: CI: Use upper constraints when installing clients https://review.opendev.org/709686 | 15:07 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: Use upper constraints when installing clients https://review.opendev.org/709751 | 15:09 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Add framework to deploy user-defined containers on seed https://review.opendev.org/709689 | 15:10 |
*** kplant has joined #openstack-kolla | 15:11 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Test bridgeless networking https://review.opendev.org/709752 | 15:11 |
mnasiadka | mgoddard: sounds like a good marketing name, bridgeless networking | 15:12 |
mgoddard | packetless | 15:12 |
kplant | udp! | 15:14 |
hrw | uou! | 15:18 |
hrw | udp over udp | 15:18 |
kplant | and mpls over that | 15:19 |
*** skramaja has quit IRC | 15:21 | |
*** ktibi has quit IRC | 15:25 | |
*** jonaspaulo has quit IRC | 15:25 | |
*** ktibi has joined #openstack-kolla | 15:25 | |
*** cah_link has quit IRC | 15:26 | |
*** cah_link has joined #openstack-kolla | 15:26 | |
*** jonaspaulo has joined #openstack-kolla | 15:26 | |
*** rgogunskiy has quit IRC | 15:27 | |
*** jcmdln has quit IRC | 15:27 | |
*** irclogbot_1 has quit IRC | 15:27 | |
*** irclogbot_0 has joined #openstack-kolla | 15:28 | |
*** pescobar has joined #openstack-kolla | 15:29 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: Switch to python3 in bindep.txt https://review.opendev.org/709757 | 15:37 |
openstackgerrit | Christian Berendt proposed openstack/kolla master: Add a generic header https://review.opendev.org/708758 | 15:54 |
openstackgerrit | Merged openstack/kolla-ansible master: Swift: remove meta field from rsync command https://review.opendev.org/706303 | 15:55 |
cosmicsound | anyone using netplan to setup networking with kolla? | 15:55 |
cosmicsound | or everyone uninstalls it and relly in ifconfig | 15:56 |
*** Trevor_V has joined #openstack-kolla | 16:03 | |
openstackgerrit | Christian Berendt proposed openstack/kolla master: Add block labels to all Dockerfiles https://review.opendev.org/708758 | 16:04 |
ktibi | Hey, anyone use mitogen for kolla ? https://mitogen.networkgenomics.com/ansible_detailed.html | 16:04 |
*** TrevorV has quit IRC | 16:07 | |
osmanlicilegi | cosmicsound: I use netplan. ktibi: I use mitogen. | 16:21 |
osmanlicilegi | btw, wish you all a happy day/evening. | 16:21 |
ktibi | osmanlicilegi, do you see better performance for deploiement ? | 16:21 |
cosmicsound | osmanlicilegi , same there, maybe next time will share some of your netplan bits | 16:23 |
osmanlicilegi | ktibi: mitogen makes kolla faster, I love it. I'm using it with ansible 2.8 for few months without problems. | 16:26 |
osmanlicilegi | cosmicsound: are you on ubuntu world? | 16:27 |
openstackgerrit | Doug Szumski proposed openstack/kolla master: Install Fluentd Prometheus plugin out of the box https://review.opendev.org/706042 | 16:29 |
*** bengates has quit IRC | 16:30 | |
*** bengates has joined #openstack-kolla | 16:31 | |
openstackgerrit | Jason Anderson proposed openstack/kolla-ansible master: [elasticsearch] Update config for 6.x https://review.opendev.org/709624 | 16:33 |
openstackgerrit | Jason Anderson proposed openstack/kolla-ansible master: [elasticsearch] Add migration for Kibana 6.x index https://review.opendev.org/709625 | 16:33 |
*** bengates has quit IRC | 16:35 | |
cosmicsound | osmanlicilegi , yes so it seems with 18.04 here | 16:38 |
cosmicsound | alto i am heavilty thinking of addopting centos 8 when its on fully with k-a | 16:38 |
cosmicsound | maybe this mitogen would be a nice adition to overall kolla, since this fits were we all want faster deployments. | 16:39 |
osmanlicilegi | cosmicsound: you might think using maas on ubuntu world, makes life easier. or let kayobe take over all :) | 16:40 |
openstackgerrit | Jason Anderson proposed openstack/kolla-ansible master: [elasticsearch] Update config for 6.x https://review.opendev.org/709624 | 16:42 |
openstackgerrit | Jason Anderson proposed openstack/kolla-ansible master: [elasticsearch] Add migration for Kibana 6.x index https://review.opendev.org/709625 | 16:43 |
cosmicsound | hmm | 16:46 |
cosmicsound | wonder what kayobe can do better than kolla does :D | 16:48 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CentOS 8: Use ansible_playbook_python for localhost dependencies https://review.opendev.org/708921 | 16:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Make Kayobe code compatible with Python 3 https://review.opendev.org/635586 | 16:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Bump Ansible version range to 2.8 - 2.9 https://review.opendev.org/708922 | 16:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: CentOS 8 https://review.opendev.org/707690 | 16:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CentOS 8: Disable ntpd, enable chrony container https://review.opendev.org/709785 | 16:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CentOS 8: Bump MichaelRigart.interfaces to 1.4.0 https://review.opendev.org/709786 | 16:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CentOS 8: Add overcloud CI job https://review.opendev.org/709787 | 16:51 |
*** k_mouza has quit IRC | 17:01 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: base and openstack-base images https://review.opendev.org/709537 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: base image fixes for RabbitMQ, fluentd & InfluxDB https://review.opendev.org/709201 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: disable repo_gpgcheck for grafana image https://review.opendev.org/709206 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: Update packages in images https://review.opendev.org/709202 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: Remove shellinabox from ironic-conductor https://review.opendev.org/709203 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: Use upstream Ceph/master https://review.opendev.org/709204 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: Allow SSH access to keystone_ssh and nova_ssh https://review.opendev.org/709205 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: Relax ironic iPXE EFI bootloader location https://review.opendev.org/709207 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: Switch to python3 in bindep.txt https://review.opendev.org/709757 | 17:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/train: CentOS 8: Add deploy jobs in CI https://review.opendev.org/709538 | 17:13 |
ktibi | centos 8 is coming ! | 17:13 |
mgoddard | yoctozepto, mnasiadka, hrw, osmanlicilegi: lots of centos 8 patches on stable/train now | 17:14 |
mgoddard | I have added RP+1 to some | 17:15 |
mgoddard | if you need any help in working out the best order let me know | 17:15 |
mgoddard | but let's try to get these merged soon | 17:15 |
hrw | ok | 17:16 |
hrw | mgoddard: will look tomorrow - zuul will take care during night | 17:17 |
mgoddard | It would be good to get these three going: https://review.opendev.org/#/c/709718/ https://review.opendev.org/#/c/709717/ https://review.opendev.org/#/c/709716/ | 17:19 |
patchbot | patch 709718 - kolla-ansible (stable/train) - CI: Use python 3 for local kolla-ansible execution - 1 patch set | 17:19 |
patchbot | patch 709717 - kolla-ansible (stable/train) - CI: Move ansible installation & configuration to A... - 1 patch set | 17:19 |
patchbot | patch 709716 - kolla-ansible (stable/train) - Support python 3 in kolla-ansible script - 1 patch set | 17:19 |
mgoddard | and https://review.opendev.org/#/c/709714/ | 17:20 |
patchbot | patch 709714 - kolla-ansible (stable/train) - Use local python interpreter for keystone cron gen... - 1 patch set | 17:20 |
noxoid | ktibi, thanks for reminding me about mitogen. a reconfigure --tags nova job was reduced by 2.5 minutes with it | 17:20 |
mgoddard | noxoid: what was the total runtime? | 17:21 |
noxoid | 7 minutes dead without mitogen, 4m24 with | 17:22 |
noxoid | 3 controllers, 4 compute | 17:22 |
ktibi | noxoid, yes so good for CI ! | 17:23 |
noxoid | 373.54user 25.03system 4:24.21elapsed 150%CPU (0avgtext+0avgdata 138324maxresident)k 0inputs+5576outputs (0major+4599242minor)pagefaults 0swaps | 17:24 |
noxoid | mitogen adds that nice perf info | 17:25 |
noxoid | well, uses the system time instead of bash "time" | 17:25 |
ktibi | mgoddard, I try to add a CA file for private registry. But kayobe search in venvs dir and role dir. Where I need to add the CA in kayobe structure ? | 17:26 |
mgoddard | noxoid: that's a good improvement | 17:26 |
ktibi | I use docker_registry_ca for that. | 17:26 |
mgoddard | ktibi: full path? | 17:27 |
ktibi | or maybe I need to use the absolute path :) | 17:27 |
mgoddard | or reference {{ kayobe_config_path }} if you want to keep it in config | 17:27 |
ktibi | ok thx ;) | 17:27 |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Allow setting pip_proxy https://review.opendev.org/709580 | 17:28 |
*** diurnalist has joined #openstack-kolla | 17:37 | |
*** evrardjp has quit IRC | 17:39 | |
*** evrardjp has joined #openstack-kolla | 17:39 | |
openstackgerrit | Michal Nasiadka proposed openstack/kayobe master: Add framework to deploy user-defined containers on seed https://review.opendev.org/709689 | 17:40 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Test bridgeless networking https://review.opendev.org/709752 | 17:41 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: Use python 3 for local kolla-ansible execution https://review.opendev.org/709718 | 17:43 |
*** ktibi has quit IRC | 17:46 | |
*** ivve has quit IRC | 17:47 | |
openstackgerrit | Merged openstack/kayobe master: Switch from shade to openstacksdk https://review.opendev.org/707689 | 18:01 |
*** dougsz has quit IRC | 18:07 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: CI: Fix TLS upgrade test https://review.opendev.org/709808 | 18:09 |
*** igordc has joined #openstack-kolla | 18:10 | |
openstackgerrit | Merged openstack/kayobe master: Remove activate-virtualenv and deactivate-virtualenv roles https://review.opendev.org/708072 | 18:11 |
*** tonythomas has quit IRC | 18:15 | |
*** spiette has quit IRC | 18:17 | |
cosmicsound | /help | 18:18 |
*** spiette has joined #openstack-kolla | 18:22 | |
yoctozepto | <delayed help> | 18:31 |
yoctozepto | mgoddard: serverless, bridgeless, what's coming next? | 18:38 |
kplant | brainless | 18:44 |
*** sean-k-mooney has joined #openstack-kolla | 18:47 | |
yoctozepto | kplant: +1, we already have this in schools | 18:50 |
kplant | same here in the US | 18:50 |
yoctozepto | folks, I restarted the CI errors whiteboard https://etherpad.openstack.org/p/kolla-ci-errors | 18:50 |
yoctozepto | mgoddard, mnasiadka, hrw, osmanlicilegi: ^^ | 18:50 |
yoctozepto | we mostly got rid of many of those by fixing mariadb and some are pending with keystone fernet | 18:51 |
yoctozepto | which is alredy much better anyway | 18:51 |
yoctozepto | I saw that timeout a few times | 18:54 |
yoctozepto | so it's repeatable | 18:54 |
*** diurnalist has quit IRC | 19:05 | |
osmanlicilegi | yoctozepto: good job, as usual | 19:06 |
yoctozepto | osmanlicilegi: thanks | 19:10 |
*** igordc has quit IRC | 19:17 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: DNM: Test swift s3api https://review.opendev.org/709730 | 19:22 |
*** diurnalist has joined #openstack-kolla | 19:32 | |
*** diurnalist has quit IRC | 19:37 | |
*** diurnalist has joined #openstack-kolla | 19:43 | |
*** igordc has joined #openstack-kolla | 19:49 | |
*** kozhukalov has quit IRC | 19:51 | |
openstackgerrit | Merged openstack/kolla-ansible master: Bifrost: Stop stopping RabbitMQ https://review.opendev.org/709189 | 20:02 |
openstackgerrit | Merged openstack/kolla master: Drop weird swift rootwrap config (xenapi with placeholder values) https://review.opendev.org/708733 | 20:13 |
*** well100 has joined #openstack-kolla | 20:24 | |
well100 | Hellp | 20:24 |
well100 | hello | 20:25 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Fix client TLS in neutron-metadata-agent https://review.opendev.org/709829 | 20:33 |
*** tony31 has quit IRC | 20:34 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Fix neutron-metadata-agent to use provided CA for Nova metadata https://review.opendev.org/709830 | 20:36 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Test floating ip allocation and connectivity to the instance https://review.opendev.org/709369 | 20:38 |
openstackgerrit | Merged openstack/kolla-ansible master: Construct service configuration urls using kolla_internal_fqdn https://review.opendev.org/706627 | 20:44 |
*** sean-k-mooney has quit IRC | 20:46 | |
*** kplant has quit IRC | 20:48 | |
*** Trevor_V has quit IRC | 21:00 | |
*** factor__ has joined #openstack-kolla | 21:01 | |
*** icarusfactor has quit IRC | 21:04 | |
*** igordc has quit IRC | 21:08 | |
*** igordc has joined #openstack-kolla | 21:16 | |
cosmicsound | hi well100 | 21:18 |
*** igordc has quit IRC | 21:18 | |
*** igordc has joined #openstack-kolla | 21:18 | |
well100 | hi cosmicsound | 21:18 |
well100 | all good | 21:18 |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Construct service REST API urls using configured protocol https://review.opendev.org/707233 | 21:21 |
*** igordc has quit IRC | 21:26 | |
*** diurnalist has quit IRC | 21:32 | |
*** ggolin has quit IRC | 21:59 | |
*** factor__ has quit IRC | 22:11 | |
*** factor has joined #openstack-kolla | 22:12 | |
*** dave-mccowan has quit IRC | 22:21 | |
openstackgerrit | Merged openstack/kolla-ansible master: Use more permissive regex to remove the offending 127.0.1.1 https://review.opendev.org/707364 | 22:27 |
*** dave-mccowan has joined #openstack-kolla | 22:27 | |
*** icarusfactor has joined #openstack-kolla | 22:41 | |
*** factor has quit IRC | 22:42 | |
*** factor has joined #openstack-kolla | 22:49 | |
*** icarusfactor has quit IRC | 22:49 | |
*** k_mouza has joined #openstack-kolla | 22:52 | |
*** k_mouza has quit IRC | 22:56 | |
*** factor has quit IRC | 23:06 | |
*** factor has joined #openstack-kolla | 23:06 | |
*** k_mouza has joined #openstack-kolla | 23:11 | |
*** sm806 has quit IRC | 23:23 | |
*** sm806 has joined #openstack-kolla | 23:24 | |
cosmicsound | yes well100 all good | 23:26 |
cosmicsound | getting ready to call it a day | 23:26 |
*** k_mouza has quit IRC | 23:27 | |
*** cah_link1 has joined #openstack-kolla | 23:47 | |
*** cah_link has quit IRC | 23:49 | |
*** cah_link1 is now known as cah_link | 23:49 | |
*** sm806 has quit IRC | 23:50 | |
*** sm806 has joined #openstack-kolla | 23:50 | |
*** diurnalist has joined #openstack-kolla | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!