*** goldyfruit has joined #openstack-kolla | 00:04 | |
*** Angeh has quit IRC | 00:04 | |
*** goldyfruit has quit IRC | 00:14 | |
Jeffrey4l | kfox1111, inc0 how about use kubelet static pod in kolla-ansible. lol | 00:17 |
---|---|---|
kfox1111 | hi | 00:17 |
kfox1111 | Sean-md: hi | 00:17 |
kfox1111 | Jeffrey4l: I'm only half joking... :) | 00:17 |
Jeffrey4l | kfox1111, i am serious ;D | 00:18 |
kfox1111 | I have been swithcing out even our standalone boxes to kubelet from docker-compose, so I do get it. | 00:18 |
Jeffrey4l | kfox1111, then kolla-ansible and kolla-k8s could go togather at the end. | 00:19 |
kfox1111 | its very useful. and with docker alternatives comeing out, even more useful. | 00:19 |
kfox1111 | maybe. or be compliementary. | 00:19 |
Jeffrey4l | kfox1111, yes. we can use a abstract layer to support docker and kubelet at the same time. | 00:19 |
kfox1111 | kolla-ansible could more easily suppport cri-o/kata-containers with kubelet static pods. | 00:20 |
kfox1111 | as its just a cri driver to kubelet. | 00:20 |
Jeffrey4l | yes. that is another advantage. | 00:20 |
kfox1111 | so ansible would just drop down static pods and remove them as needed. | 00:20 |
kfox1111 | reboots and the like would just work then. | 00:20 |
Sean-md | Hi kfox1111. I have committed "https://review.openstack.org/#/c/538854/" | 00:21 |
Jeffrey4l | kfox1111, yes. i am intrested in this solution. | 00:21 |
kfox1111 | Sean-md: ah. hi. | 00:21 |
Jeffrey4l | kfox1111, let me put this into the ptg topics. | 00:21 |
kfox1111 | Sean-md: I think everything you are trying to do can already be done without the ps. | 00:21 |
Sean-md | It's difficult to converse with you because of the time difference | 00:21 |
kfox1111 | Jeffrey4l: cool. | 00:22 |
kfox1111 | wish I could be there. :/ | 00:22 |
kfox1111 | Sean-md: yeah. I get that. | 00:22 |
Jeffrey4l | actually, i wish too. but i can not be there ;( | 00:22 |
kfox1111 | Sean-md: so, what can I do to help? | 00:22 |
Sean-md | I know, my charts are open to dispute, which is not directly for HA services of kolla-k8s but for HA kubernetes masters. | 00:22 |
kfox1111 | I still don't quite follow the distinction. | 00:24 |
Sean-md | Actually, I wanted to provide a way to add master replicas to a existing single k8s master using a kolla's VIP variables. | 00:24 |
kfox1111 | we have 3 different components here I think. | 00:25 |
kfox1111 | k8s controller, kolla-k8s controller, and compute node. | 00:25 |
kfox1111 | kolla-k8s's controller pods are the control plane for openstack compute nodes. k8s contorllers are the control plane for kolla-kubernetes. | 00:26 |
kfox1111 | so, the control planes control plane. :) | 00:26 |
Sean-md | yes, my charts are just for k8s controller. | 00:26 |
kfox1111 | the haproxy config in the ps looks to be fronting all of the kolla-k8s services. | 00:26 |
Sean-md | so, they are not directly related to kolla-k8s. :) | 00:27 |
kfox1111 | but, you can expose all of that through the k8s masters without any more services. | 00:27 |
kfox1111 | you just use a vip hosted on the k8s masters and use that ip as ExternalIP on the openstack services. | 00:27 |
Sean-md | I agree with you. | 00:28 |
kfox1111 | so, way the haproxy stuff at all then? | 00:28 |
Sean-md | but when i install kolla-k8s following "https://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html" | 00:29 |
kfox1111 | its over 1,000 lines of stuff. | 00:29 |
Sean-md | all services use master IP to access one another | 00:29 |
kfox1111 | if its just a doc issue, lets fix that. | 00:30 |
Sean-md | so, I thought, if HA masters, all services need to use haproxy | 00:30 |
kfox1111 | no, in that case you can run keepalived with the vip and use the vip instead. | 00:30 |
kfox1111 | should work the same otherwise. | 00:30 |
kfox1111 | we added the keepalived chart specifically for that use case. | 00:31 |
kfox1111 | unfortuantely its not documented anywhere yet. :/ | 00:31 |
*** yangyapeng has quit IRC | 00:31 | |
kfox1111 | which is what I think we really need to do. | 00:31 |
Sean-md | you said, "This is incorrect. They use the k8s service discovery mechanism for communication. The config points at the k8s service name. That resolves to the ClusterIP of the service." | 00:31 |
kfox1111 | right. | 00:31 |
*** yangyapeng has joined #openstack-kolla | 00:32 | |
kfox1111 | so, like, rabbit has a k8s service. | 00:32 |
Sean-md | how can I create configmap which use dns names? | 00:32 |
kfox1111 | things that talk to rabbit do a dns resolve on the k8s service and contact the pod through the k8s service load balancer. | 00:32 |
*** masahisa has quit IRC | 00:32 | |
kfox1111 | in the dev doc you pointed, search for: orchestration_engine: KUBERNETES | 00:32 |
*** masahisa has joined #openstack-kolla | 00:33 | |
kfox1111 | that changes the genconfig to generate config that points to k8s service names. | 00:33 |
kfox1111 | like: | 00:33 |
Sean-md | actually, I create configmap using "sudo kolla-ansible genconfig" | 00:33 |
kfox1111 | https://github.com/openstack/kolla-kubernetes/blob/master/ansible/roles/cinder/templates/cinder.conf.j2#L21 | 00:34 |
kfox1111 | don't. kolla-kubernetes genconfig has diverged a bit from kolla-ansible's. | 00:34 |
kfox1111 | if you look at L21 there, see the dns name is hardcoded to the k8s service name. | 00:34 |
kfox1111 | kolla-ansible kept breaking kolla-kubernetes's config. so we forked it temporarily. | 00:35 |
Sean-md | I follow your drift. | 00:36 |
*** yangyapeng has quit IRC | 00:36 | |
Sean-md | Thank you for your advice. :) | 00:37 |
Sean-md | doc needs correction | 00:37 |
kfox1111 | yeah. the docs are incomplete and somewhat inaccurate I think. :( | 00:38 |
Sean-md | can I ask another issue? | 00:38 |
kfox1111 | if you hit anything wrong in the docs, please do submit a ps for it. | 00:38 |
kfox1111 | sure. | 00:38 |
Sean-md | When I deploy mariadb using charts in the doc. | 00:39 |
Sean-md | keyston-paste.ini dosen't exist in configmap of mariadb. | 00:40 |
Sean-md | and I found that the file is only kolla-kubernetes | 00:40 |
kfox1111 | i wouldn't think mariadb would need keystone-paste.ini? | 00:40 |
Sean-md | but configmaps are created using kolla-ansible. | 00:41 |
kfox1111 | inc0: can you please update the developer docs with the kolla-kubernetes version of the genconfig command? | 00:41 |
*** daidv has quit IRC | 00:43 | |
*** daidv has joined #openstack-kolla | 00:43 | |
Sean-md | you are right, dns names are defined in orchestration_engine: KUBERNETES | 00:44 |
kfox1111 | yeah. now that the templates are in the kolla-kubernetes, we probably should always just set that. | 00:44 |
kfox1111 | change the defaults I mean. | 00:45 |
Sean-md | but I think they are not in use when creating configmaps.. | 00:45 |
Sean-md | Thanks, and I want to help correct kolla-kubernetes to the best of my ability | 00:47 |
kfox1111 | yeah. I appreciate that. | 00:47 |
kfox1111 | ansible-playbook -e ansible_python_interpreter=/usr/bin/python -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla ansible/site.yml | 00:48 |
kfox1111 | ls -la /etc/kolla | 00:48 |
kfox1111 | that seems to be the right replacement for the genconfig command. | 00:49 |
Sean-md | Oh, I see. Let me check.. | 00:50 |
*** duonghq has joined #openstack-kolla | 00:51 | |
kfox1111 | oh, in fact, looks like the default, orchestration_engine: "KUBERNETES" | 00:52 |
kfox1111 | is already in the kolla-kubernetes repo | 00:52 |
*** tovin07_ has joined #openstack-kolla | 00:53 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Update doc to use the right genconfig. https://review.openstack.org/540196 | 00:55 |
kfox1111 | Sean-md: can you try --^ and if it works, we'll get it merged asap. | 00:55 |
Sean-md | "[WARNING]: provided hosts list is empty, only localhost is available" | 00:56 |
Sean-md | skipping: no hosts matched | 00:56 |
Sean-md | I can't generate files... | 00:57 |
kfox1111 | are you in the kolla-kubernetes directory? | 00:57 |
Sean-md | no /root/kolla-bringup/kolla-ansible | 00:58 |
Sean-md | sorry | 00:58 |
Sean-md | It's all very well :) | 01:00 |
kfox1111 | oh good. :) | 01:00 |
Sean-md | Thank you!! | 01:00 |
kfox1111 | np. sorry the docs lead you down the wrong path. :( | 01:00 |
kfox1111 | that part of the code is kind of in flux so it is a little rough. :( | 01:00 |
*** zhaochao has joined #openstack-kolla | 01:01 | |
Sean-md | I am Ok. I always appreciate your support. :) | 01:02 |
kfox1111 | ok. cool. please ping me again if you hit another road block. | 01:04 |
Sean-md | and I should have discuss with you, before pushing codes. | 01:04 |
Sean-md | Ok! :) | 01:05 |
*** liuzz has joined #openstack-kolla | 01:14 | |
*** liuzz_ has quit IRC | 01:14 | |
*** pengdake_ has joined #openstack-kolla | 01:16 | |
*** clayton has quit IRC | 01:22 | |
*** zhurong has joined #openstack-kolla | 01:23 | |
*** clayton has joined #openstack-kolla | 01:25 | |
*** yangyapeng has joined #openstack-kolla | 01:26 | |
*** zhangfei has joined #openstack-kolla | 01:39 | |
*** masahisa_ has joined #openstack-kolla | 01:40 | |
*** masahisa has quit IRC | 01:41 | |
*** masahisa_ has quit IRC | 01:42 | |
*** masahisa has joined #openstack-kolla | 01:42 | |
*** dave-mccowan has joined #openstack-kolla | 01:42 | |
openstackgerrit | Qi Peng proposed openstack/kolla-ansible master: Update task about selinux set. https://review.openstack.org/539835 | 01:47 |
*** salv-orlando has joined #openstack-kolla | 01:50 | |
*** dardelean has joined #openstack-kolla | 01:51 | |
*** salv-orlando has quit IRC | 01:55 | |
*** dardelean has quit IRC | 01:55 | |
*** junboli has joined #openstack-kolla | 02:02 | |
*** goldyfruit has joined #openstack-kolla | 02:19 | |
*** goldyfruit has quit IRC | 02:19 | |
*** goldyfruit has joined #openstack-kolla | 02:19 | |
*** goldyfruit has quit IRC | 02:20 | |
*** chmarkus has quit IRC | 02:48 | |
*** chmarkus has joined #openstack-kolla | 02:48 | |
*** derekjhyang has joined #openstack-kolla | 02:50 | |
*** hongbin has joined #openstack-kolla | 02:56 | |
*** liuzz has quit IRC | 03:06 | |
*** zhurong has quit IRC | 03:24 | |
*** zhurong has joined #openstack-kolla | 03:26 | |
*** kolla-slack has quit IRC | 03:31 | |
*** kolla-slack has joined #openstack-kolla | 03:31 | |
*** pengdake_ has quit IRC | 03:33 | |
*** pengdake_ has joined #openstack-kolla | 03:35 | |
*** janki has joined #openstack-kolla | 03:38 | |
*** dave-mccowan has quit IRC | 03:39 | |
*** unicell has quit IRC | 03:39 | |
*** salv-orlando has joined #openstack-kolla | 03:51 | |
*** salv-orlando has quit IRC | 03:55 | |
*** pengdake_ has quit IRC | 03:59 | |
*** _jbadiapa has quit IRC | 04:08 | |
openstackgerrit | Merged openstack/kolla-ansible master: XenAPI: support ceilometer service https://review.openstack.org/536838 | 04:09 |
*** harlowja_ has quit IRC | 04:09 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [DNM]optimise the post jobs https://review.openstack.org/540245 | 04:18 |
*** unicell has joined #openstack-kolla | 04:26 | |
*** unicell has quit IRC | 04:26 | |
*** masahisa_ has joined #openstack-kolla | 04:30 | |
*** masahisa has quit IRC | 04:31 | |
*** lpetrut has joined #openstack-kolla | 04:34 | |
*** devananda has quit IRC | 04:38 | |
*** goldyfruit has joined #openstack-kolla | 04:42 | |
*** jbadiapa has joined #openstack-kolla | 04:50 | |
*** lpetrut has quit IRC | 04:55 | |
*** harlowja has joined #openstack-kolla | 04:56 | |
*** zhurong has quit IRC | 04:56 | |
*** pengdake_ has joined #openstack-kolla | 04:59 | |
*** hongbin has quit IRC | 05:00 | |
*** lpetrut has joined #openstack-kolla | 05:04 | |
*** janki has quit IRC | 05:14 | |
*** lpetrut has quit IRC | 05:17 | |
*** masahisa has joined #openstack-kolla | 05:20 | |
*** masahisa_ has quit IRC | 05:21 | |
*** derekjhyang has quit IRC | 05:23 | |
*** derekjhyang has joined #openstack-kolla | 05:23 | |
*** pengdake_ has quit IRC | 05:24 | |
*** yangyapeng has quit IRC | 05:25 | |
*** pengdake_ has joined #openstack-kolla | 05:28 | |
*** mdnadeem has joined #openstack-kolla | 05:34 | |
*** janki has joined #openstack-kolla | 05:43 | |
*** k_mouza has joined #openstack-kolla | 05:47 | |
*** k_mouza has quit IRC | 05:52 | |
*** salv-orlando has joined #openstack-kolla | 05:52 | |
*** xinliang has quit IRC | 05:52 | |
*** lpetrut has joined #openstack-kolla | 05:55 | |
*** salv-orlando has quit IRC | 05:56 | |
*** zhangfei has quit IRC | 05:59 | |
*** yangyapeng has joined #openstack-kolla | 06:00 | |
*** xinliang has joined #openstack-kolla | 06:04 | |
*** lpetrut has quit IRC | 06:07 | |
*** goldyfruit has quit IRC | 06:09 | |
*** zhurong has joined #openstack-kolla | 06:15 | |
*** pengdake has joined #openstack-kolla | 06:21 | |
*** pengdake_ has quit IRC | 06:23 | |
*** unicell has joined #openstack-kolla | 06:31 | |
*** mnasiadka has joined #openstack-kolla | 06:32 | |
*** unicell1 has joined #openstack-kolla | 06:47 | |
*** unicell has quit IRC | 06:49 | |
*** lpetrut has joined #openstack-kolla | 06:54 | |
*** olivierbourdon38 has quit IRC | 06:56 | |
*** threestrands has quit IRC | 07:05 | |
*** egonzalez has joined #openstack-kolla | 07:07 | |
*** imcsk8 has quit IRC | 07:10 | |
*** imcsk8 has joined #openstack-kolla | 07:17 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ocata: Make kollda_docker works with new released python docker 3.0 package https://review.openstack.org/540124 | 07:25 |
*** olivierbourdon38 has joined #openstack-kolla | 07:30 | |
*** gfidente has joined #openstack-kolla | 07:31 | |
*** olivierbourdon38 has quit IRC | 07:32 | |
*** cah_link has joined #openstack-kolla | 07:37 | |
*** b_bezak has joined #openstack-kolla | 07:43 | |
*** salv-orlando has joined #openstack-kolla | 07:43 | |
*** zhenguo has joined #openstack-kolla | 07:59 | |
*** gfidente is now known as gfidente|not | 08:03 | |
*** gfidente has joined #openstack-kolla | 08:06 | |
*** gfidente has quit IRC | 08:06 | |
*** gfidente has joined #openstack-kolla | 08:06 | |
*** vabada2 has joined #openstack-kolla | 08:06 | |
*** vabada2 has quit IRC | 08:06 | |
*** vabada has quit IRC | 08:06 | |
*** vabada has joined #openstack-kolla | 08:07 | |
*** pcaruana has joined #openstack-kolla | 08:09 | |
*** tom221 has joined #openstack-kolla | 08:18 | |
*** dasTor has joined #openstack-kolla | 08:31 | |
*** tom221 has quit IRC | 08:33 | |
*** masahisa has quit IRC | 08:36 | |
*** yangyapeng has quit IRC | 08:55 | |
*** yangyapeng has joined #openstack-kolla | 08:55 | |
*** mgoddard_ has joined #openstack-kolla | 09:03 | |
*** athomas has joined #openstack-kolla | 09:03 | |
*** k_mouza has joined #openstack-kolla | 09:08 | |
*** ktibi has joined #openstack-kolla | 09:09 | |
*** ktibi has quit IRC | 09:10 | |
*** ktibi has joined #openstack-kolla | 09:10 | |
*** dtk__ has joined #openstack-kolla | 09:10 | |
*** dtk__ has quit IRC | 09:11 | |
*** goldyfruit has joined #openstack-kolla | 09:12 | |
*** goldyfruit has quit IRC | 09:12 | |
*** mandre is now known as mandre_afk | 09:18 | |
*** junboli has quit IRC | 09:34 | |
*** jmccarthy has joined #openstack-kolla | 09:34 | |
*** duonghq has quit IRC | 09:37 | |
*** dardelean has joined #openstack-kolla | 09:49 | |
*** dardelean has quit IRC | 09:50 | |
*** dardelean has joined #openstack-kolla | 09:51 | |
ktibi | hi kolla, what is the min version of ansible for Q ? | 09:51 |
ktibi | 2.2 ? | 09:52 |
*** yangyapeng has quit IRC | 09:55 | |
openstackgerrit | Qi Peng proposed openstack/kolla-ansible master: Update task about selinux set. https://review.openstack.org/539835 | 09:57 |
*** tovin07_ has quit IRC | 10:02 | |
*** lpetrut_ has joined #openstack-kolla | 10:03 | |
*** bjolo has quit IRC | 10:03 | |
dardelean | let me check ktibi | 10:04 |
*** lpetrut has quit IRC | 10:05 | |
dardelean | you have ubuntu or centos? | 10:07 |
dardelean | your safest bet would be this 'pip install -U ansible' | 10:07 |
dardelean | https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html | 10:08 |
dardelean | here are some infos about ansible versions | 10:08 |
*** ktibi has quit IRC | 10:11 | |
*** hieulq_ has quit IRC | 10:13 | |
*** ktibi has joined #openstack-kolla | 10:20 | |
*** pengdake has quit IRC | 10:21 | |
ktibi | dardelean, I use centos, for pike it's ansible >=2.2.0 | 10:21 |
ktibi | inc0 remove the table https://github.com/openstack/kolla-ansible/commit/742960aa59dba6ad7725d5643785ebb4a98c6d91#diff-b9d4f960b5c71310b496a14b81a6eaedL84 | 10:23 |
*** dardelean has quit IRC | 10:24 | |
*** shardy has joined #openstack-kolla | 10:27 | |
*** tone_zrt has quit IRC | 10:28 | |
*** zhurong has quit IRC | 10:32 | |
*** olivierbourdon38 has joined #openstack-kolla | 10:39 | |
*** pbourke has quit IRC | 10:49 | |
*** pbourke has joined #openstack-kolla | 10:51 | |
openstackgerrit | Chandan Kumar proposed openstack/kolla master: Bundle tempest plugins in tempest container https://review.openstack.org/537807 | 10:51 |
kolla-slack | <aslancimbom100> anyone using ceph-ansible with kolla and hit "PermissionDeniedError: error connecting to the cluster" on nova-compute? | 10:52 |
chandankumar | egonzalez: ^^ updated the patch | 10:52 |
*** xinliang has quit IRC | 10:56 | |
*** dardelean has joined #openstack-kolla | 10:56 | |
*** daidv has quit IRC | 10:58 | |
*** dardelean has quit IRC | 11:01 | |
*** egonzalez has quit IRC | 11:19 | |
*** xinliang has joined #openstack-kolla | 11:30 | |
*** sambett|afk is now known as sambetts | 11:41 | |
*** kbyrne has quit IRC | 11:43 | |
*** kbyrne has joined #openstack-kolla | 11:46 | |
*** kbaegis has joined #openstack-kolla | 11:47 | |
*** pengdake has joined #openstack-kolla | 11:48 | |
*** dardelean has joined #openstack-kolla | 11:52 | |
*** pengdake has quit IRC | 11:55 | |
*** pcaruana has quit IRC | 12:04 | |
*** dave-mccowan has joined #openstack-kolla | 12:16 | |
*** pcaruana has joined #openstack-kolla | 12:23 | |
*** dardelean has quit IRC | 12:26 | |
openstackgerrit | Daniel proposed openstack/kolla stable/pike: Remove insecure registry setting from docker > 3.0.0 https://review.openstack.org/540361 | 12:29 |
dasTor | i'm stupid, all patches against master, right? | 12:30 |
*** masahisa has joined #openstack-kolla | 12:31 | |
*** k_mouza has quit IRC | 12:33 | |
*** kbaegis has quit IRC | 12:33 | |
*** rhallisey has joined #openstack-kolla | 12:34 | |
*** dardelean has joined #openstack-kolla | 12:35 | |
*** k_mouza has joined #openstack-kolla | 12:35 | |
*** dardelean has quit IRC | 12:36 | |
*** dardelean has joined #openstack-kolla | 12:36 | |
openstackgerrit | Daniel proposed openstack/kolla master: Remove insecure registry setting from docker push https://review.openstack.org/540364 | 12:37 |
*** lpetrut__ has joined #openstack-kolla | 12:37 | |
*** lpetrut_ has quit IRC | 12:40 | |
*** yangyapeng has joined #openstack-kolla | 12:42 | |
*** gfidente has quit IRC | 12:53 | |
*** gfidente|not is now known as gfidene | 12:54 | |
*** gfidene is now known as gfidenyr | 12:54 | |
*** gfidenyr is now known as gfidente | 12:54 | |
*** bjolo has joined #openstack-kolla | 12:55 | |
*** k_mouza has quit IRC | 12:58 | |
*** k_mouza has joined #openstack-kolla | 12:59 | |
*** janki has quit IRC | 13:15 | |
*** Angeh has joined #openstack-kolla | 13:22 | |
*** salv-orlando has quit IRC | 13:37 | |
*** salv-orlando has joined #openstack-kolla | 13:38 | |
*** salv-orlando has quit IRC | 13:42 | |
*** masahisa has quit IRC | 13:44 | |
*** pcaruana has quit IRC | 13:46 | |
*** k_mouza has quit IRC | 13:49 | |
*** k_mouza has joined #openstack-kolla | 13:52 | |
*** goldyfruit has joined #openstack-kolla | 13:57 | |
*** k_mouza has quit IRC | 14:00 | |
*** pcaruana has joined #openstack-kolla | 14:06 | |
*** k_mouza has joined #openstack-kolla | 14:08 | |
*** Jezekus has joined #openstack-kolla | 14:15 | |
Jezekus | Hello all, | 14:19 |
Jezekus | is there someone running kolla-ansible with separated internal and external APIs with different interfaces and different IP ranges? | 14:19 |
Jezekus | we have a trouble that rabbitmq won't export the 5672 port from the docker container and even a management port of rabbitmq is not working. strange thing is rabbitmq container staying up without restarts | 14:25 |
*** k_mouza has quit IRC | 14:30 | |
*** k_mouza has joined #openstack-kolla | 14:31 | |
openstackgerrit | Daniel proposed openstack/kolla master: Remove insecure registry setting from docker push https://review.openstack.org/540364 | 14:31 |
openstackgerrit | Daniel proposed openstack/kolla master: implemented changes proposed by Mark Goddard https://review.openstack.org/540399 | 14:31 |
*** k_mouza has quit IRC | 14:31 | |
*** k_mouza has joined #openstack-kolla | 14:32 | |
*** salv-orlando has joined #openstack-kolla | 14:39 | |
jmccarthy | Are there gates that run for the pike release ? If so, where are they ? I'm wondering if the latest pike images are kosher | 14:39 |
dasTor | mgoddard, do you have a moment? launchpad drives me kind of crazy | 14:40 |
*** salv-orlando has quit IRC | 14:43 | |
*** dardelean has quit IRC | 14:44 | |
*** dardelean has joined #openstack-kolla | 14:45 | |
pbourke | jmccarthy: there are | 14:45 |
*** masahisa has joined #openstack-kolla | 14:48 | |
*** dardelean has quit IRC | 14:49 | |
*** b_bezak_ has joined #openstack-kolla | 14:50 | |
*** zhaochao has quit IRC | 14:50 | |
*** kristian__ has joined #openstack-kolla | 14:51 | |
*** kristian__ has quit IRC | 14:51 | |
openstackgerrit | Daniel proposed openstack/kolla master: Remove insecure registry setting from docker push https://review.openstack.org/540364 | 14:52 |
*** b_bezak has quit IRC | 14:52 | |
*** masahisa has quit IRC | 14:53 | |
jmccarthy | pbourke: Are they green ? :) | 14:55 |
*** mdnadeem has quit IRC | 14:56 | |
*** iclon has quit IRC | 14:56 | |
*** dardelean has joined #openstack-kolla | 14:57 | |
*** david-lyle has quit IRC | 15:01 | |
jmccarthy | Well I suppose the daily images wouldn't get pushed up to dockerhub unless everything passed ok .. | 15:03 |
openstackgerrit | Daniel proposed openstack/kolla master: Remove insecure registry setting from docker push https://review.openstack.org/540364 | 15:07 |
*** salv-orlando has joined #openstack-kolla | 15:09 | |
*** Jezekus has quit IRC | 15:10 | |
*** iclon has joined #openstack-kolla | 15:11 | |
inc0 | good morning | 15:13 |
*** pcaruana has quit IRC | 15:13 | |
*** pcaruana has joined #openstack-kolla | 15:14 | |
*** david-lyle has joined #openstack-kolla | 15:15 | |
dardelean | hei inc0 | 15:17 |
dardelean | how's going? | 15:17 |
inc0 | slowly waking up | 15:17 |
dardelean | hah, that's how I'm after fisstech | 15:18 |
inc0 | lol | 15:18 |
*** kbaegis has joined #openstack-kolla | 15:18 | |
inc0 | afair it's supposed to make you more active | 15:19 |
inc0 | but I've read these books long ago | 15:19 |
dardelean | hah | 15:19 |
*** livelace-link has joined #openstack-kolla | 15:23 | |
*** livelace-link has quit IRC | 15:26 | |
*** livelace-link has joined #openstack-kolla | 15:28 | |
pbourke | im quite liking ceph-ansible | 15:28 |
*** kbaegis has quit IRC | 15:28 | |
inc0 | pbourke: yeah it seems good | 15:28 |
pbourke | there seems to be a few rough edges but that could be user error at this point | 15:29 |
inc0 | ceph-deploy is also quite cool | 15:30 |
inc0 | pbourke: since you're around, mind reviewing https://review.openstack.org/#/c/540125/ ? | 15:30 |
inc0 | pike is no worky without it | 15:31 |
pbourke | kollda | 15:31 |
inc0 | yeah I've noticed it after we merged master | 15:31 |
pbourke | no big deal :) | 15:32 |
inc0 | yeah, much bigger deal is "no worky" part;) | 15:32 |
pbourke | I think we can learn a thing or two from ceph-ansible even if we dont end up using it | 15:32 |
pbourke | e.g. I see they're using systemd to control the containers | 15:32 |
inc0 | well I'd love to start using it tbh | 15:32 |
inc0 | so on that note, one interesting experiment we could do is to edit kolla_docker module in a way that it can support cri-o | 15:33 |
inc0 | I think this would be only requirement for kolla-ansible to start just magically work on different contaienr runtimes | 15:33 |
dasTor | inc0, for docker 3.0 this should also be reviewed: https://review.openstack.org/#/c/540364/ | 15:34 |
dasTor | i ran into that issue yesterday | 15:34 |
jmccarthy | inc0: 'pike is no worky without it', does this mean pike images on dockerhub no worky right now ? | 15:34 |
inc0 | we could rename kolla_docker to kolla_container and have pluggable runtimes | 15:34 |
inc0 | jmccarthy: no, that means if you'd run pip install kolla-ansible today deployment would fail | 15:34 |
inc0 | images are fine, interface between ansible->docker is not | 15:35 |
jmccarthy | inc0: yes, that is the boat I'm in | 15:35 |
inc0 | if you are, just run this: | 15:35 |
*** Jezekus has joined #openstack-kolla | 15:35 | |
inc0 | ansible -m shell -i << your inv >> -a "pip install --upgrade docker=2.*" all | 15:35 |
jmccarthy | inc0: My bad - I assumed the issue was something to do with images | 15:35 |
inc0 | no, images are fine | 15:36 |
ktibi | inc0 hi, do you know if ansible > 2.2.0 is always the requierments for kolla Q release ? | 15:36 |
jmccarthy | inc0: ty - I will try that ! | 15:36 |
inc0 | python docker module changed it's API and broke our ansible module | 15:36 |
inc0 | ktibi: it might be... | 15:36 |
pbourke | inc0: what's the main benefit of using other container formats | 15:37 |
inc0 | I can't think of any 2.2+ feature we use from top of my head, but that doesn't mean it's not there | 15:37 |
pbourke | as opposed to docker | 15:37 |
inc0 | pbourke: well docker broke us multiple times already | 15:37 |
inc0 | that's why we pin to 1.12 | 15:37 |
inc0 | but it's not sustainable | 15:37 |
inc0 | that's one of potential reasons, another one would be vendor lockin | 15:38 |
inc0 | lock-in | 15:38 |
pbourke | I thought that pin had been removed a long time ago | 15:38 |
inc0 | k8s seems to be moving towards cri-o | 15:38 |
inc0 | pbourke: nope, our bootstrap-servers and gates pin to 1.12 | 15:38 |
inc0 | not because there is some change that needs to be made, because new releases of docker were notorious' | 15:39 |
inc0 | to break stuff | 15:39 |
openstackgerrit | Merged openstack/kolla-ansible stable/pike: Make kollda_docker works with new released python docker 3.0 package https://review.openstack.org/540125 | 15:40 |
*** lpetrut__ has quit IRC | 15:43 | |
*** lucasxu has joined #openstack-kolla | 15:43 | |
jmccarthy | inc0: I get: Invalid requirement: 'docker=2.* | 15:44 |
inc0 | try ==2.* | 15:44 |
inc0 | two = | 15:44 |
*** lucasxu has quit IRC | 15:44 | |
jmccarthy | oh lol yea was about to say | 15:45 |
jmccarthy | nevermind =] | 15:45 |
jmccarthy | inc0: How did you discover that ? I was checking bootstrap logs etc but couldn't find a hint | 15:46 |
inc0 | not sure, Jeffrey4l found it | 15:46 |
*** owalsh_ has joined #openstack-kolla | 15:50 | |
*** mdnadeem has joined #openstack-kolla | 15:51 | |
*** owalsh- has joined #openstack-kolla | 15:52 | |
*** owalsh has quit IRC | 15:52 | |
*** owalsh_ has quit IRC | 15:54 | |
*** owalsh has joined #openstack-kolla | 15:55 | |
*** owalsh_ has joined #openstack-kolla | 15:58 | |
*** owalsh- has quit IRC | 15:58 | |
*** salv-orlando has quit IRC | 15:59 | |
jmccarthy | inc0: Thanks for that ! It's way past where it was failing earlier, so I think the deploy will finish now | 15:59 |
*** salv-orlando has joined #openstack-kolla | 15:59 | |
*** cah_link has quit IRC | 16:00 | |
*** dardelean has quit IRC | 16:00 | |
*** owalsh has quit IRC | 16:01 | |
*** dardelean has joined #openstack-kolla | 16:01 | |
*** salv-orlando has quit IRC | 16:01 | |
*** salv-orlando has joined #openstack-kolla | 16:01 | |
*** dardelean has quit IRC | 16:05 | |
*** dardelean has joined #openstack-kolla | 16:08 | |
*** olivierbourdon38 has quit IRC | 16:10 | |
*** pcaruana has quit IRC | 16:11 | |
*** dmellado has quit IRC | 16:11 | |
*** mdnadeem has quit IRC | 16:11 | |
*** b_bezak_ has quit IRC | 16:12 | |
*** b_bezak has joined #openstack-kolla | 16:13 | |
*** dmellado has joined #openstack-kolla | 16:14 | |
*** owalsh_ is now known as owalsh | 16:14 | |
*** livelace-link has quit IRC | 16:15 | |
*** yangyapeng has quit IRC | 16:15 | |
*** livelace-link has joined #openstack-kolla | 16:16 | |
*** yangyapeng has joined #openstack-kolla | 16:16 | |
inc0 | jmccarthy: cool | 16:16 |
*** livelace-link has quit IRC | 16:17 | |
*** b_bezak has quit IRC | 16:17 | |
*** b_bezak has joined #openstack-kolla | 16:18 | |
*** b_bezak has quit IRC | 16:18 | |
*** b_bezak has joined #openstack-kolla | 16:19 | |
*** yangyapeng has quit IRC | 16:20 | |
*** mnasiadka has quit IRC | 16:21 | |
*** b_bezak has quit IRC | 16:23 | |
*** yangyapeng has joined #openstack-kolla | 16:30 | |
*** mnasiadka has joined #openstack-kolla | 16:32 | |
*** mnasiadka has quit IRC | 16:37 | |
*** mnasiadka has joined #openstack-kolla | 16:47 | |
*** devananda has joined #openstack-kolla | 16:50 | |
*** mnasiadka has quit IRC | 16:52 | |
*** pbourke has quit IRC | 16:56 | |
*** pbourke has joined #openstack-kolla | 16:57 | |
*** dtk has joined #openstack-kolla | 16:58 | |
*** dtk has quit IRC | 16:58 | |
*** mnasiadka has joined #openstack-kolla | 17:02 | |
*** mnasiadka has quit IRC | 17:06 | |
*** M4g1c5t0rM has joined #openstack-kolla | 17:09 | |
*** M4g1c5t0rM has quit IRC | 17:10 | |
*** M4g1c5t0rM has joined #openstack-kolla | 17:10 | |
*** jtriley has joined #openstack-kolla | 17:12 | |
*** M4g1c5t0rM has quit IRC | 17:12 | |
*** M4g1c5t0rM has joined #openstack-kolla | 17:13 | |
*** athomas has quit IRC | 17:16 | |
*** mnasiadka has joined #openstack-kolla | 17:17 | |
*** dardelean has quit IRC | 17:18 | |
*** dardelean has joined #openstack-kolla | 17:19 | |
*** mnasiadka has quit IRC | 17:22 | |
*** jmccarthy has left #openstack-kolla | 17:22 | |
*** jtriley has quit IRC | 17:23 | |
*** dasTor has quit IRC | 17:23 | |
*** dardelean has quit IRC | 17:23 | |
*** dasTor has joined #openstack-kolla | 17:23 | |
*** jtriley has joined #openstack-kolla | 17:24 | |
*** lpetrut has joined #openstack-kolla | 17:27 | |
*** jtriley has quit IRC | 17:30 | |
*** mnasiadka has joined #openstack-kolla | 17:32 | |
*** dmellado has quit IRC | 17:34 | |
*** mnasiadka has quit IRC | 17:37 | |
*** harlowja has quit IRC | 17:37 | |
*** mnasiadka has joined #openstack-kolla | 17:37 | |
*** sambetts is now known as sambetts|afk | 17:40 | |
*** k_mouza has quit IRC | 17:42 | |
*** Jezekus has quit IRC | 17:50 | |
*** mnasiadka has quit IRC | 17:50 | |
ktibi | hi, with drv enable, compute node must be access to external network ? | 17:58 |
*** mgoddard_ has quit IRC | 17:59 | |
*** jtriley has joined #openstack-kolla | 18:05 | |
*** jaosorior has quit IRC | 18:07 | |
*** lpetrut has quit IRC | 18:11 | |
*** gfidente has quit IRC | 18:11 | |
*** spsurya has quit IRC | 18:12 | |
inc0 | ktibi: yes | 18:14 |
inc0 | dvr means that floating IPs are terminated on compute nodes | 18:14 |
ktibi | ok so ha agent is the best way for ha on router without add public network to compute | 18:14 |
inc0 | yeah | 18:14 |
*** dklyle has joined #openstack-kolla | 18:16 | |
ktibi | inc0 but with HA, kolla deploy dhcp agent on compute ? | 18:18 |
*** unicell1 has quit IRC | 18:18 | |
inc0 | negative | 18:18 |
inc0 | both dhcp and l3 agents by default land on [network] nodes | 18:18 |
ktibi | special option in kolla to add dhcp agent on compute ? | 18:18 |
inc0 | you can do it in inventory, but why? | 18:19 |
ktibi | the reference for VRRP is https://docs.openstack.org/neutron/pike/admin/deploy-ovs-ha-vrrp.html#deploy-ovs-ha-vrrp | 18:19 |
inc0 | just add more than one node in network group and that's going to be HA | 18:20 |
inc0 | vrrp included | 18:20 |
ktibi | the DHCP is on compute | 18:20 |
*** jbadiapa has quit IRC | 18:20 | |
ktibi | without l3 ha option ? | 18:20 |
inc0 | well, we don't do it this way and I really don't understand resoning | 18:21 |
*** harlowja has joined #openstack-kolla | 18:21 | |
inc0 | DHCP is different agent than l3 agent | 18:21 |
ktibi | not clear sorry | 18:21 |
inc0 | also, vrrp is l3 agent thing not dhcp | 18:21 |
ktibi | add more than one node in network without ha_l3_agent add VRRP ? | 18:21 |
ktibi | I can see vrp is enable if option is true https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/neutron/templates/l3_agent.ini.j2#L15 | 18:22 |
*** dasTor_ has joined #openstack-kolla | 18:22 | |
inc0 | well we have keepalived on network nodes done separately tho | 18:23 |
inc0 | funny, for some reason I thought we enable l3 ha by default, I guess I was wrong | 18:24 |
ktibi | https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L449 | 18:25 |
dasTor_ | hi all, again | 18:27 |
ktibi | inc0 ok now with l3 ha enable, my router have 3 interface :) | 18:28 |
dasTor_ | is there no docker version, when testing in kolla and not kolla-ansible? because all my kolla-ansible tasks are failing | 18:28 |
dasTor_ | or am i not seeing something very obvious? | 18:29 |
inc0 | dasTor_: this might be due to yesterdays release of docker (python package) | 18:29 |
inc0 | if you're running master, get fresh code, it should be fixed in master already | 18:29 |
inc0 | stable branches - run pip install --upgrade docker==2.* on all your nodes | 18:29 |
dasTor_ | i mean this review: https://review.openstack.org/#/c/540364/ | 18:29 |
inc0 | oh fun | 18:30 |
inc0 | I missed that | 18:30 |
inc0 | well...gates still fail | 18:30 |
dasTor_ | i am not very sure where my mistake lies, sorry | 18:31 |
*** jtriley has quit IRC | 18:31 | |
inc0 | check Mark's comments | 18:34 |
inc0 | also it doesn't seem to be working - pushing to insecure registry has to work | 18:34 |
*** dmellado has joined #openstack-kolla | 18:35 | |
dasTor_ | it does with docker below 3.0, cause 3.0 doesn't recognize the argument anymore | 18:36 |
inc0 | yes, but gates install docker 3 | 18:36 |
inc0 | so we need to figure out how to push to insecure registry with docker 3+ | 18:37 |
inc0 | or hard pin to 2.x if it's not possible (would be bad) | 18:37 |
dasTor_ | they removed it from docker, i can search for the commit | 18:37 |
inc0 | so you're saying you can't use insecure registry with docker 3.0? | 18:38 |
inc0 | at all? | 18:38 |
dasTor_ | https://github.com/docker/docker-py/commit/b180b8770a265e33099bd6da76c3e556a1028491 | 18:38 |
inc0 | sooo...no way ot push to insecure registry with docker-py? | 18:40 |
dasTor_ | i am still searching for a way, but there doesn't seem to be any obvious fix | 18:40 |
*** yangyape_ has joined #openstack-kolla | 18:41 | |
inc0 | damn it | 18:41 |
*** yangyapeng has quit IRC | 18:45 | |
sean-k-mooney | thats a pain in the ass | 18:45 |
inc0 | yeah | 18:46 |
sean-k-mooney | sound like we need to swap to generating registry passwords and figure out how to use secure registires | 18:46 |
dasTor_ | so yes, it gave a deprecated warning before and now they removed it | 18:46 |
inc0 | well we can't just screw insecure registry people | 18:46 |
inc0 | I'd rather pin to 2.7 | 18:47 |
dasTor_ | no, please not - is pinning no option? | 18:47 |
*** unicell has joined #openstack-kolla | 18:47 | |
sean-k-mooney | pinning for queens makes sense but it will have to be fixed in rocky | 18:47 |
inc0 | pinning is bad for long term, but I'd say let's do it | 18:47 |
inc0 | on both kolla-ansible and kolla | 18:47 |
sean-k-mooney | dasTor_: how does the client check for insecure registries. is it just checking for ssl or is it checking for password auth? | 18:49 |
sean-k-mooney | i think its just ssl right | 18:49 |
*** sbezverk has joined #openstack-kolla | 18:49 | |
dasTor_ | it's just ssl, but i#ll search for it | 18:49 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Pin docker-py to 2.x https://review.openstack.org/540487 | 18:50 |
sean-k-mooney | dasTor_: well we can use the private cert generation code we already have to generate certs when we deploy a registry in the gate. | 18:52 |
dasTor_ | so yes, if the registry uses tls, it's considered secure | 18:53 |
*** jtriley has joined #openstack-kolla | 18:55 | |
sean-k-mooney | for multinode users in a dev environment private certs would be fine. for production if they are useing our scripts to create the registry perhaps letsencrypt support could be added | 18:55 |
dasTor_ | i will test it and submit a new patch for a secure registry, i really hope the documentation isn't as bad as usual with docker | 18:55 |
sean-k-mooney | letsencrypt would be a cool feature all by its self. | 18:55 |
dasTor_ | sean-k-mooney, docker also recommends let's encrypt | 18:55 |
sean-k-mooney | ya but lest encrypt wont work behind corpreate firwalls so we also need a priveate cert option or bring your own cert option | 18:56 |
dasTor_ | that's true | 18:57 |
sean-k-mooney | if there was a way to use lets encrypts via a proxy i would love to add it to our haproxy container for external tls. | 18:58 |
*** jtriley has quit IRC | 19:00 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Pin docker-py to 2.x https://review.openstack.org/540487 | 19:00 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Pin docker-py to 2.x https://review.openstack.org/540491 | 19:01 |
sean-k-mooney | inc0: by the way has anyone reported issue with vitual interface creation failure in nova with stable pike on centos | 19:01 |
inc0 | can't think of anything from top of my mind | 19:02 |
sean-k-mooney | thats annoying i did a deploy of stable pike form the docker hub about 3 weeks ago and i cant stabley boot vms | 19:03 |
*** jtriley has joined #openstack-kolla | 19:04 | |
sean-k-mooney | if i restart all the nova and neutorn contianers it works for a short time but then i get boot failure in nova because it fails to allocate the netwroks for the vms | 19:04 |
inc0 | that's annoying | 19:06 |
inc0 | no idea | 19:06 |
sean-k-mooney | the only nova bug i have found related to this are form like 3 or 4 cycles ago. not that im blaming centos or anything but going with centos has been a pain. | 19:08 |
sean-k-mooney | i also noticed another issue by the way. i think we have a race between the ovs neutron agent, ovs db and ovs vsiwtchd. depending on the order of startup sometimes the ovsdb socket gets replaced with a directory | 19:09 |
sean-k-mooney | im guessing it happens if the neutron agent or vswitchd happens to start before the ovsdb but its bizzar | 19:10 |
sean-k-mooney | inc0: anyway thank im going to head off. enjoy your weekend | 19:11 |
inc0 | you too man | 19:11 |
*** jtriley has quit IRC | 19:13 | |
dasTor_ | i'm off for today, have a nice weekend guys | 19:39 |
*** dasTor_ has quit IRC | 19:39 | |
*** jtriley has joined #openstack-kolla | 19:40 | |
*** imcsk8 has quit IRC | 19:45 | |
*** imcsk8 has joined #openstack-kolla | 19:48 | |
*** lpetrut has joined #openstack-kolla | 19:57 | |
*** dciabrin_ has quit IRC | 20:01 | |
*** Angeh has quit IRC | 20:01 | |
*** iclon has quit IRC | 20:02 | |
*** jtriley has quit IRC | 20:02 | |
hogepodge | I was wondering, with Octavia, is there any work being done to automatically generate the required certs? | 20:03 |
*** dciabrin has joined #openstack-kolla | 20:04 | |
*** unicell has quit IRC | 20:07 | |
*** unicell has joined #openstack-kolla | 20:08 | |
*** david-lyle_ has joined #openstack-kolla | 20:11 | |
*** dklyle has quit IRC | 20:11 | |
*** david-lyle_ is now known as dklyle | 20:11 | |
sean-k-mooney | hogepodge: i used the scripts from the octavia repo when i deployed it but not in kolla-ansible as far as i know | 20:12 |
*** iclon has joined #openstack-kolla | 20:13 | |
hogepodge | sean-k-mooney: do I put the certs into kolla deploy node? | 20:17 |
hogepodge | and have them pushed out by kolla-ansible? | 20:17 |
hogepodge | lbaasv2 has some nasty race conditions and resource deadlocks that octavia fixed | 20:18 |
*** owalsh_ has joined #openstack-kolla | 20:18 | |
sean-k-mooney | yes | 20:18 |
sean-k-mooney | [sean@silpixa00385139 ~]$ ls /etc/kolla/config/octavia/ | 20:18 |
sean-k-mooney | ca_01.pem cakey.pem client.pem | 20:18 |
hogepodge | cool, thanks :-) | 20:18 |
sean-k-mooney | that need to be documented in the kolla-ansible docs better | 20:19 |
*** owalsh has quit IRC | 20:21 | |
*** owalsh has joined #openstack-kolla | 20:23 | |
*** semoac has quit IRC | 20:24 | |
*** owalsh_ has quit IRC | 20:26 | |
*** salv-orlando has quit IRC | 20:28 | |
*** salv-orlando has joined #openstack-kolla | 20:28 | |
*** jtriley has joined #openstack-kolla | 20:29 | |
*** salv-orlando has quit IRC | 20:33 | |
*** jtriley has quit IRC | 20:34 | |
*** jtriley has joined #openstack-kolla | 20:36 | |
*** jtriley has quit IRC | 20:42 | |
*** jtriley has joined #openstack-kolla | 20:48 | |
*** dardelean has joined #openstack-kolla | 20:52 | |
*** jtriley has quit IRC | 20:55 | |
*** dardelean has quit IRC | 20:56 | |
*** sean-k-mooney has quit IRC | 20:56 | |
*** mchlumsky has quit IRC | 20:58 | |
*** mchlumsky has joined #openstack-kolla | 21:03 | |
*** dave-mccowan has quit IRC | 21:04 | |
*** dtk has joined #openstack-kolla | 21:11 | |
*** dtk_ has joined #openstack-kolla | 21:14 | |
*** dtk has quit IRC | 21:14 | |
*** dtk_ has quit IRC | 21:15 | |
*** dave-mccowan has joined #openstack-kolla | 21:18 | |
*** dave-mccowan has quit IRC | 21:24 | |
*** lpetrut has quit IRC | 21:26 | |
*** jtriley has joined #openstack-kolla | 21:27 | |
*** salv-orlando has joined #openstack-kolla | 21:29 | |
*** owalsh has quit IRC | 21:32 | |
*** owalsh has joined #openstack-kolla | 21:33 | |
*** salv-orlando has quit IRC | 21:33 | |
*** jtriley has quit IRC | 21:42 | |
*** jbadiapa has joined #openstack-kolla | 21:46 | |
*** dave-mccowan has joined #openstack-kolla | 21:51 | |
*** owalsh has quit IRC | 21:52 | |
*** owalsh has joined #openstack-kolla | 21:53 | |
*** dave-mccowan has quit IRC | 22:03 | |
*** itlinux has joined #openstack-kolla | 22:08 | |
*** bmace_ has quit IRC | 22:19 | |
*** bmace_ has joined #openstack-kolla | 22:19 | |
*** salv-orlando has joined #openstack-kolla | 22:31 | |
*** ktibi has quit IRC | 22:35 | |
*** salv-orlando has quit IRC | 22:36 | |
*** itlinux has quit IRC | 22:41 | |
*** mchlumsky has quit IRC | 23:00 | |
*** shardy has quit IRC | 23:30 | |
*** shardy has joined #openstack-kolla | 23:30 | |
*** salv-orlando has joined #openstack-kolla | 23:37 | |
*** pengdake has joined #openstack-kolla | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!