Tuesday, 2015-10-13

*** jay-lau-513 has joined #openstack-containers00:00
*** eggshell has quit IRC00:07
*** achanda has joined #openstack-containers00:11
*** achanda has quit IRC00:13
*** exploreshaifali has quit IRC00:16
*** sdake_ has quit IRC00:18
*** juggler_ has quit IRC00:19
vilobhmm11jay-lau : ping00:20
vilobhmm11jay-lau-513 : ^^00:20
jay-lau-513vilobhmm11 pong00:21
jay-lau-513but I was in a meeting now ;-(00:21
vilobhmm11thanks for the review on objects from bay patches00:21
jay-lau-513will be finished in half hour00:21
vilobhmm11https://review.openstack.org/#/q/status:open+project:openstack/magnum+branch:master+topic:bp/objects-from-bay,n,z whenever you are free; if you can review them…have addressed your comments00:21
vilobhmm11thats fine00:21
vilobhmm11whenever you are free jay-lau-51300:22
vilobhmm11thanks!00:22
jay-lau-513vilobhmm11 I see your comments, will take a look at it after meeting ;-)00:22
vilobhmm11ok :)00:22
*** dane_leblanc has quit IRC00:22
jay-lau-513vilobhmm11 it is a great feature for magnum, thanks for the effort ;-)00:22
*** sthillma has joined #openstack-containers00:23
vilobhmm11jay-lau-513 : thanks ! happy to work on this one ! :) hope to see it in the trunk so that everyone can get benefits from it .00:25
jay-lau-513vilobhmm11 sure00:25
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: Move security group setting to kubecluster.yaml  https://review.openstack.org/22714500:26
*** Marga_ has quit IRC00:27
*** sdake has joined #openstack-containers00:33
severionvilobhmm11: just to install ubuntu and add a couple items in the...that's it. enough to get magnum, heat, and a basic openstack stack.00:35
*** Marga_ has joined #openstack-containers00:35
severionthat was the goal anyway00:38
vilobhmm11if you have your VM up and running ( by using say cloud-init to do some basic init) you can follow this  https://github.com/openstack/magnum/blob/master/doc/source/dev/dev-quickstart.rst#exercising-the-services-using-devstack00:42
vilobhmm11severion : ^^00:42
*** Marga_ has quit IRC00:43
severionok. thanks.00:43
severionlol00:43
severionthat's the third time00:43
severionwas just trying to have magnum built in during cloud init so i could start bringing up bays.00:44
severionthe cloud-init i used (which was this article and another) installed magnum client...testing now00:45
*** Marga_ has joined #openstack-containers00:45
eliqiaohi jay-lau-513:  do we have week meeting today ?00:49
*** tobe has joined #openstack-containers00:49
jay-lau-513eliqiao I think so ;-)00:51
eliqiaojay-lau-513: okay , thanks, will try to catch it (so bad 12:00pm in our time zone)00:51
jay-lau-513eliqiao I think that we may have some time switch for the meeting in near future ;-)00:52
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056600:53
eliqiao jay-lau-513: ah ,that will be great, looking forward to.00:53
*** Tango has quit IRC01:00
*** rebase33 has quit IRC01:09
*** suro-patz has quit IRC01:10
*** erkules_ has joined #openstack-containers01:11
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: Move security group setting to kubecluster.yaml  https://review.openstack.org/22714501:12
*** vimal has joined #openstack-containers01:13
*** erkules has quit IRC01:14
*** hongbin has joined #openstack-containers01:15
*** rebase33 has joined #openstack-containers01:18
vilobhmm11yuanying : ping01:19
yuanyinghi vilobhmm1101:19
vilobhmm11regarding  https://bugs.launchpad.net/magnum/+bug/149253801:19
openstackLaunchpad bug 1492538 in Magnum "Tech Debt: clean up exception in local_cert_manager" [Undecided,New] - Assigned to Vilobh Meshram (vilobhmm)01:19
vilobhmm11hello01:19
*** Marga_ has quit IRC01:19
yuanyingoh, this one01:20
*** sthillma has quit IRC01:20
vilobhmm11yuanying : the associated changes are here https://review.openstack.org/#/c/212395/26/magnum/common/cert_manager/local_cert_manager.py could you please help me understand what exactly is expected here01:20
yuanyingvilobhmm11: ok01:20
*** Marga_ has joined #openstack-containers01:21
*** Marga_ has quit IRC01:23
vilobhmm11yuanying : why the exception handling is not needed here ?01:23
vilobhmm11I see you are catching system errors and raising into magnum specific ones01:24
yuanyingvilobhmm11: this was commented by sdake, so actually I'm not sure what is correct01:24
sdakei wasn't sure either01:25
sdakebut it looked wierd ;)01:25
yuanyingvilobhmm11: maybe, check whether that file is readable or not, before reading file01:25
yuanyinghmm01:27
vilobhmm11yuanying : i understand that; and thats what you tried to do…catch system error and translate into magnum specific one01:27
*** Marga_ has joined #openstack-containers01:28
*** _navneet has joined #openstack-containers01:29
*** Marga__ has joined #openstack-containers01:29
*** Marga_ has quit IRC01:29
*** achanda has joined #openstack-containers01:31
*** zhenguo has joined #openstack-containers01:33
*** tbh has joined #openstack-containers01:34
tbhhongbin: Hi01:37
*** manjeets has joined #openstack-containers01:38
*** gangil has quit IRC01:39
*** rebase33 has quit IRC01:39
hongbintbh: sup01:40
tbhhongbin: I am working https://bugs.launchpad.net/magnum/+bug/150029901:40
openstackLaunchpad bug 1500299 in Magnum "Introduce bay monitor for k8s bay type" [Medium,New] - Assigned to bharaththiruveedula (bharath-ves)01:40
tbhhongbin:  I tried to get capacity of each minion using k8s api01:41
hongbinyes01:41
tbhhongbin: but I cannot find k8s api which gives memory usage of pod/container01:41
hongbinI haven't looked into k8s yet01:42
tbhhongbin: so tried to use docker_utils to communicate with docker01:42
hongbincommunicate to docker daemon is not a good idea01:43
hongbinsince it is not protected by tls01:43
tbhhongbin: but we cannot able to connect to docker01:43
hongbintbh: I don't think connect to docker in k8s bay is a correct direction01:44
hongbintbh: try to get data from k8s api01:44
hongbintbh: I think you should be able to get memory of each pod (although I am not sure)01:45
tbhhongbin: okay, but they didn't expose memory usage of pod01:45
hongbinI think they did01:45
hongbintry this: kubectl get pod01:46
hongbinand set the output to json or yaml01:46
tbhhongbin: yeah I have tried that, but didn't get any usage details01:48
hongbintbh: OK. Let me look into it01:49
tbhhongbin: sure, thanks01:50
eliqiaoping eghobo01:51
eghobohi, eli what's up01:51
openstackgerritMerged openstack/magnum: Configure Ironic for Kubernetes load balancer feature  https://review.openstack.org/19242601:51
openstackgerritJay Lau proposed openstack/magnum: [WIP] Upgraded to Swarm 0.4.0 (latest)  https://review.openstack.org/23326901:53
*** Marga__ has quit IRC01:54
eghoboeliqiao: have to drive to home, will be back online in couple hours01:55
*** Marga_ has joined #openstack-containers01:59
*** eghobo has quit IRC02:02
*** unicell1 has quit IRC02:02
eliqiaoeghobo: see you :)02:04
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Pods  https://review.openstack.org/22336702:06
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Services  https://review.openstack.org/22338402:06
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Replication Controller  https://review.openstack.org/21336802:06
hongbintbh: I have commented on the bug02:07
vilobhmm11jay-lau-513 : thanks for the feedback02:07
vilobhmm11made similar changes for other k8s obj as well02:07
vilobhmm11jay-lau-513 : ^^02:07
hongbintbh: here is the command to get memory size of the node: kubectl get nodes -o=json02:07
jay-lau-513vilobhmm11 do you have any problem in creating dependency pathset?02:07
hongbintbh: here is the command to get memory size of each container in pod: kubectl get pods -o=json02:07
vilobhmm11jay-lau-513 : yes I tried doing that before but lead to complications hence abandoned it02:08
vilobhmm11should i atleast add Depend-On in commit message so that its easier for the reviewers02:08
vilobhmm11jay-lau-513 : https://review.openstack.org/#/c/220344/ is the abandoned patch on which all k8s object patches depended on02:09
jay-lau-513adding depend on in commit message may not help much but patch set dependency, the patch set depdency can make sure the merge sequence of your patch set02:09
tbhhongbin: but in get pods, I am not getting the memory size, instead I got container_id and iimage_id  in containers {}02:10
hongbintbh: maybe there is default value if memory size is not specified02:11
hongbintbh: could you figure it out?02:11
tbhhongbin: currently I don't have working setup to show my output,  I will get back to you with output02:11
hongbintbh: sure02:11
jay-lau-513vilobhmm11 1) create 1st patch set 2) git-review -d xxxx(1st patch set number) 3) cut a new branch 4) modify ur code 5) upload a 2nd patch set which have dependency on 1st patch02:11
tbhhongbin:  sure I will find that02:11
tbhhongbin: thanks for the help02:11
hongbintbh: np02:11
vilobhmm11jay-lau-513 : I get that..and have done it before but because of the complications I had to face I thought of not taking that approach02:12
jay-lau-513vilobhmm11 it will help you a lot for managing your patch when you a doing hugh changes to Magnum02:12
vilobhmm11jay-lau-513 : ok. sure will do it next time onwards for sure.02:12
jay-lau-513ok, thanks vilobhmm1102:13
jay-lau-513vilobhmm11 another comments is that we may need some checking to check if the k8s api can return some None or empty values when queruying pods/rc etc02:13
jay-lau-513vilobhmm11 but not exception02:14
jay-lau-513vilobhmm11 so we may need some checking to see if the k8s is returning empty or exception02:14
jay-lau-513thoughts?02:14
vilobhmm11have uploaded new patche to take care of it02:14
vilobhmm11jsut now02:14
jay-lau-513cool02:15
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056602:15
vilobhmm11jay-lau-513 : will leave now…talk to you tommorow…have a gr8 day02:16
jay-lau-513thanks02:16
*** vilobhmm has quit IRC02:17
*** vilobhmm11 has quit IRC02:17
*** Marga_ has quit IRC02:23
*** _navneet has quit IRC02:24
*** _navneet has joined #openstack-containers02:25
*** wanghua has joined #openstack-containers02:26
*** Marga_ has joined #openstack-containers02:27
*** dims_ has quit IRC02:28
*** eggshell has joined #openstack-containers02:28
openstackgerritMerged openstack/magnum: Move security group setting to kubecluster.yaml  https://review.openstack.org/22714502:28
*** sdake has quit IRC02:29
*** gangil has joined #openstack-containers02:29
*** gangil has quit IRC02:29
*** gangil has joined #openstack-containers02:29
*** dims__ has joined #openstack-containers02:41
tbhhongbin: it seems the memory is unlimited if we don't specify the memory details in pod02:43
openstackgerritEli Qiao proposed openstack/magnum: [wip] Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242102:48
*** tbh has quit IRC02:51
*** tbh_ has joined #openstack-containers02:51
*** puranamr has joined #openstack-containers02:53
*** _navneet has quit IRC02:58
*** dims__ has quit IRC02:59
*** vimal has quit IRC03:01
*** puranamr has quit IRC03:08
*** suro-patz has joined #openstack-containers03:09
*** vimal has joined #openstack-containers03:09
*** dave-mccowan has quit IRC03:10
tbh_hongbin: so it won't reserve any memory I guess03:13
hongbintbh_: sorry I missed your first msg03:14
hongbintbh_: yes, if you think so, then you can assume it takes 0 memory03:14
tbh_hongbin: yeah, but it will increase depends on the process in container03:15
hongbintbh_: I see03:16
hongbintbh_: I need to leave soon03:16
*** puranamr has joined #openstack-containers03:17
tbh_hongbin: sure I will push patch assuming zero memory03:17
tbh_hongbin see you03:17
hongbintbh_: yes, we can discuss the detail in the patch03:18
hongbinsee you03:18
*** hongbin has quit IRC03:18
*** puranamr has quit IRC03:23
*** manjeets has quit IRC03:27
*** VikasC has joined #openstack-containers03:29
*** sdake has joined #openstack-containers03:33
*** tbh_ has quit IRC03:33
*** sdake has quit IRC03:37
*** sdake has joined #openstack-containers03:38
*** Marga_ has quit IRC03:44
*** manjeets has joined #openstack-containers03:48
*** sthillma has joined #openstack-containers03:48
*** jwcroppe has joined #openstack-containers03:49
*** sthillma_ has joined #openstack-containers03:51
*** sthillma has quit IRC03:53
*** sthillma_ is now known as sthillma03:53
*** eghobo has joined #openstack-containers03:53
*** manjeets has quit IRC03:58
*** deepthi has joined #openstack-containers03:59
*** dims__ has joined #openstack-containers03:59
*** kebray has joined #openstack-containers04:03
*** dims__ has quit IRC04:06
*** sthillma has quit IRC04:18
*** tbh has joined #openstack-containers04:25
*** sdake has quit IRC04:30
*** sdake has joined #openstack-containers04:31
*** wanghua has quit IRC04:38
*** madhuri has joined #openstack-containers04:41
*** kobayashi_ has joined #openstack-containers04:42
*** Marga_ has joined #openstack-containers04:50
*** Marga_ has quit IRC04:53
*** Marga_ has joined #openstack-containers04:53
*** qwebirc53604 has joined #openstack-containers04:55
*** Tango has joined #openstack-containers05:09
qwebirc53604Hi, I have been trying to create a bay using CoreOs from "https://coreos.com/os/docs/latest/booting-on-openstack.html". I am able to create a baymodel, but when trying to create a bay, it gives me the following: ERROR: Bay type (vm, coreos-image, kubernetes) not supported. (HTTP 500). Can someone suggest what is the issue.05:15
eliqiaoqwebirc53604: what's coe are you using in the baymodel?05:19
qwebirc53604kubernetes05:19
eliqiaocheck output of magnum-template-manage list-templates of supported template05:19
eliqiaowhat's your output of magnum-template-manage list-templates?05:20
qwebirc53604its enabled for magnum_vm_atomic_k8s, magnum_vm_atomic_swarm, magnum_vm_coreos_k8s05:21
eliqiaomagnum_vm_coreos_k8s should support your request.05:22
eliqiaohmm... let me check code first, would you please paste your baymodel creation command line?05:22
qwebirc53604 magnum baymodel-create --name coreos_model --image-id a8a4e832-0bb4-442e-9cdf-8c4102ed0b13 --keypair-id testkey --external-network-id 1a46e8c8-08e4-4e7e-8f43-f82d10e134b2 --dns-nameserver 8.8.8.8 --flavor-id m1.small --docker-volume-size 5 --coe kubernetes05:23
eghoboqwebirc53604: sorry but I don't think coreos in sync with all features05:23
eghobowe use fedora  atomic for all tests05:23
qwebirc53604So, you are not sure that CoreOs will work for all magnum features?05:24
eghobohonestly I am pretty sure that it will not ):, buy I will be VERY HAPPY if it does ;)05:26
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056605:26
eliqiaoeghobo: but magnum has magnum_vm_coreos_k8s template, it shouldn't raise Bay type not supported error?05:26
eghoboeliqiao: you are right05:27
eliqiaowe do have CoreOSK8sTemplateDefinition class to support that.05:27
eliqiaoso this is a bug.05:27
eliqiao    provides = [05:27
eliqiao        {'server_type': 'vm', 'os': 'coreos', 'coe': 'kubernetes'},05:27
eliqiao    ]05:27
*** Marga_ has quit IRC05:28
eghoboqwebirc53604: what is os_distro property for your image?05:28
eliqiaoshould be coreos05:28
eghoboe.g., glance image-create --name coreos-766.4.0 --visibility public --disk-format qcow2 --property os_distro='coreos' --container-format bare < ./files/coreos_production_openstack_image_766.4.0.img05:28
eliqiaoyour image's property is wrong.05:28
eliqiao(vm, coreos-image, kubernetes)05:29
eliqiaoshouldn't coreos-image.05:29
eliqiaohmm.. web irc.. maybe he(she) is offline..05:29
*** madhuri has quit IRC05:32
qwebirc53604oh ok.. I ll try with the property as 'coreos'05:32
*** madhuri has joined #openstack-containers05:33
eliqiaoeghobo: I tried Ton's image05:33
*** vilobhmm11 has joined #openstack-containers05:33
*** vilobhmm has joined #openstack-containers05:34
eghoboeliqiao: ? kub works with atomic-505:34
eliqiaoeghobo: with atomic-5-d181 image. kube-apiserver can start up, but I can not use kubctl get pod05:34
eghobowhat is the error?05:35
eliqiaoeghobo:  try netstat | grep 8080, the port is not listening.05:35
eliqiaops: I am using tls_disabled mode.05:35
eliqiaoerror: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused05:36
eghoboI did test for both (tls and no tls), works for me05:36
eghoboare you running it at master?05:36
eliqiaodo you have ENV, now ?05:36
eliqiaoyeah , I am sure in master05:37
eghobosorry, I am testing swarm now05:37
eliqiaoyeah, swarm works fine.05:38
*** unicell has joined #openstack-containers05:38
eghoboeliqiao: are you runnig devstack at vm?05:39
*** tobe has quit IRC05:39
qwebirc53604Hi <eliqiao>, I tried with the property as 'coreos' and got the following error: ERROR: The Parameter (ssh_authorized_key) was not provided. (HTTP 400)05:40
*** daneyon has joined #openstack-containers05:40
*** daneyon has quit IRC05:41
eliqiaoeghobo: yeah.05:46
eliqiaoqwebirc53604: give me some second , will chekcing code05:48
eliqiaoqwebirc53604 this error happened when you create baymodel ?05:49
*** suro-patz has quit IRC05:51
*** dims__ has joined #openstack-containers06:03
*** dims__ has quit IRC06:09
*** vilobhmm11 has quit IRC06:14
*** vilobhmm has quit IRC06:14
*** openstack has joined #openstack-containers06:29
eliqiao Tango:  but I can manually start kube-apiserver with command line.06:30
Tangoeliqiao: Strange, I don't seem to see this.  Let me try building a k8s bay again.06:31
eghobosorry for interruption (I feel we will debug eli's api issue in Tokyo ;)), Tango I tested kub and swarm, everything works (we need fix small issue with config)06:33
eliqiaoTango:  if I stop that service, I can not start it again. L(06:33
eliqiao:(06:33
eliqiaoeghobo:  then ignor my testing result, I am in a proxy enviroment...06:34
eliqiaonot sure if this is the cause.06:34
*** daneyon has joined #openstack-containers06:34
eghobolets discuss new image tomorrow at team meeting and push it assap06:34
Tangoeliqiao: if you stop the kube-apiserver, running in the command line should show the output and the error messages06:35
Tangoeliqiao: I don't use proxy in my environment06:35
Tangoeghobo: yes we need to figure out how to push your patch06:35
eghoboTango, I will remove requiremts and it should be easy06:37
eghoboeliqiao: please check etcd health also try to bind at specific address instead 0.0.0.006:38
eghoboapi shouldn't have any decencies from another services06:38
*** daneyon has quit IRC06:39
*** gangil has quit IRC06:42
eliqiaoTango:  no error message out06:44
*** jwcroppe has quit IRC06:44
*** Travis__ has joined #openstack-containers06:44
*** jwcroppe has joined #openstack-containers06:44
eliqiaoTango:  http://paste.openstack.org/show/476087/ apiserver is wating there..06:45
*** jwcroppe has quit IRC06:45
*** achanda has quit IRC06:46
eliqiaooh , this , I got this error from etcd : Oct 13 06:05:18 k8-7zulonfpxg-0-bg7sezjoxwjj-kube-master-36zqmkq4lw4a.novalocal etcd[808]: 2015/10/13 06:05:18 discovery: during cluster status check connection to https://discovery.etcd.io timed out, retrying in 4h33m4s06:47
*** alex_klimov has joined #openstack-containers06:48
*** achanda has joined #openstack-containers06:48
*** Travis__ has left #openstack-containers06:48
eliqiaoeghobo: Tango: does etcd requires connect discovery.etcd.io ?06:54
*** wanghua has joined #openstack-containers06:55
eliqiaowanghua hi , good afternoon.06:55
wanghuahi06:55
wanghuaeliqiao: hi06:55
eghoboeliqiao: only during cluster setup, after cluster set it doesn't need it06:56
eghobohttps://coreos.com/os/docs/latest/cluster-discovery.html06:56
*** della has joined #openstack-containers06:57
eliqiaoeghobo: would that issue lead kube-apiserver not working?06:58
eghoboit may, if etcd is not healthy06:59
*** kebray has quit IRC07:01
eliqiaowanghua: I'd like to ask how you setup k8s cluster ?07:01
eliqiaowanghua: I am facing network issue, the greate wall , not sure, just want to confirm with you if you are suffing this pain.07:02
wanghuaYou can buy a vpn...07:02
wanghualike flyssh07:03
eliqiaowanghua:  you are using vpn ?07:03
wanghuayes07:03
dellaHi, I have launched a kuberenetes bay with a node count of 2. I tried running kubectl version command inside the master, and it gives me the following error:07:03
eliqiaowanghua: hmm.. okay , good to know.07:03
dellaerror: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused07:03
eliqiaodella:  hahaha ... same with me.07:03
eliqiaodella: 1 check kube-apiserver healthy07:04
eliqiao2 check etcd service health..07:04
*** dims__ has joined #openstack-containers07:05
dellaeliqiao: got this for 1: F1013 07:06:37.104087    1753 server.go:215] No --service-cluster-ip-range specified07:06
dellafor 2, can u tell me if its etcd service or something else, cause i get an error: error verifying flags, 'service' is not a valid flag. See 'etcd -help'.07:08
*** BertrandN has joined #openstack-containers07:08
eliqiaodella: " I mean check service kube-apiserver status -l" and "service etcd status -l "07:09
openstackgerritEgor Guz proposed openstack/magnum: [WIP] Upgraded to Swarm 0.4.0 (latest)  https://review.openstack.org/23326907:10
eliqiao“service kube-apiserver status -l”07:10
*** dims__ has quit IRC07:10
*** exploreshaifali has joined #openstack-containers07:11
*** j______ has joined #openstack-containers07:11
dellaeliqiao: etcd is active(running),  kube-apiserver is failed07:14
*** BertrandN has quit IRC07:15
*** Tango has quit IRC07:17
eliqiaodella:  my etcd service is running too , but it can not work well, I get this: discovery: during cluster status check connection to https://discovery.etcd.io timed out, retrying in 2s07:19
*** achanda has quit IRC07:20
*** exploreshaifali has quit IRC07:20
dellaeliqiao : oh ok. And the kube-apiserver?07:21
eliqiaomy kube-apiserver not working too07:24
openstackgerritEgor Guz proposed openstack/magnum: Update Kubernetes examples  https://review.openstack.org/23348907:25
eliqiaodella:  I fixed my problem.07:27
eliqiaoeghobo: Tango: I fixed kubectl issue in my enviroment.07:28
eghoboeliqiao: great, details please07:28
*** daneyon has joined #openstack-containers07:29
*** xek_ is now known as xek07:29
eliqiaoeghobo: etcd service's issue.07:29
eliqiaobecause it can not connect with https://discovery.etcd.io in my ENV07:29
eliqiaoadding proxy to etcd service to fix this issue.07:29
eliqiaoproxy is suck in China, I hate it!07:30
*** BertrandN has joined #openstack-containers07:32
*** madhuri has joined #openstack-containers07:33
*** daneyon has quit IRC07:34
*** eghobo has quit IRC07:35
*** qwebirc53604 has quit IRC08:06
*** dims__ has joined #openstack-containers08:06
*** dims__ has quit IRC08:11
*** alex_klimov has quit IRC08:16
*** daneyon has joined #openstack-containers08:23
*** mbound has joined #openstack-containers08:26
*** sdake has quit IRC08:27
*** daneyon has quit IRC08:28
*** j______ has quit IRC08:32
*** j______ has joined #openstack-containers08:34
*** openstack has joined #openstack-containers08:48
eliqiaodella: kinds of hacking.  cp /usr/lib/systemd/system/etcd.service /etc/systemd/system/etcdd.service08:50
eliqiaomodify ExecStart in etcdd.service , add "-discovery-proxy your_proxy" and systemclt reload-daemon ;  service start etcdd.service08:51
dellaeliqiao: did u get the kube-apiserver also working?08:54
eliqiaodella: yes.08:56
eliqiaokube-apiserver failure is due to etcd server not working well.08:56
*** jay-lau-513 has quit IRC08:57
*** exploreshaifali has joined #openstack-containers09:03
*** eliqiao has quit IRC09:06
*** della__ has joined #openstack-containers09:06
*** della__ has quit IRC09:06
*** j______ has quit IRC09:07
*** j______ has joined #openstack-containers09:07
*** bell has joined #openstack-containers09:07
*** dims__ has joined #openstack-containers09:08
*** dims__ has quit IRC09:13
dellaeliqiao: thank you. will try it out :)09:16
*** daneyon has joined #openstack-containers09:17
*** daneyon has quit IRC09:22
*** BhavyaM has joined #openstack-containers09:24
*** openstackstatus has joined #openstack-containers09:37
*** ChanServ sets mode: +v openstackstatus09:37
*** Marga_ has joined #openstack-containers09:41
-openstackstatus- NOTICE: gerrit is undergoing an emergency restart to investigate load issues09:41
*** ChanServ changes topic to "gerrit is undergoing an emergency restart to investigate load issues"09:41
*** shuquan has joined #openstack-containers09:41
*** jay-lau-513 has joined #openstack-containers09:48
*** dims__ has joined #openstack-containers09:49
*** shuquan has quit IRC09:58
*** zhenguo has quit IRC10:00
*** openstackgerrit has quit IRC10:01
*** openstackgerrit has joined #openstack-containers10:01
*** wanghua has quit IRC10:07
*** Marga_ has quit IRC10:09
*** ArchiFleKs has joined #openstack-containers10:10
*** diga has quit IRC10:11
*** daneyon has joined #openstack-containers10:11
openstackgerritMerged openstack/magnum: Update Kubernetes examples  https://review.openstack.org/23348910:13
*** daneyon has quit IRC10:16
*** dims__ is now known as dims10:18
*** alex_klimov has joined #openstack-containers10:37
*** eggshell has quit IRC10:57
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056611:01
*** daneyon has joined #openstack-containers11:05
*** vimal has quit IRC11:07
*** daneyon has quit IRC11:10
*** wanghua has joined #openstack-containers11:10
*** apuimedo has joined #openstack-containers11:15
*** ChanServ changes topic to "OpenStack Containers Team"11:16
-openstackstatus- NOTICE: Gerrit has been restarted and is responding to normal load again.11:16
*** exploreshaifali has quit IRC11:32
*** madhuri has quit IRC11:41
*** dims has quit IRC11:47
*** dims has joined #openstack-containers11:48
*** daneyon has joined #openstack-containers11:59
*** dave-mccowan has joined #openstack-containers12:01
*** daneyon has quit IRC12:04
*** deepthi has quit IRC12:04
*** jay-lau-513 has quit IRC12:06
*** jay-lau-513 has joined #openstack-containers12:06
*** pradk has joined #openstack-containers12:11
bellHi, I have launched a kubernetes bay with a node count of 2. When i give any command of kubectl inside the master, i get the following: error: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused12:14
bellcan someone help12:14
*** eliqiao has joined #openstack-containers12:18
eliqiaohello, just want to make sure we have weekly meeting today in 4 hour?12:19
eliqiaohello?ping..12:21
eliqiaoyuanying ,around?12:23
*** achanda has joined #openstack-containers12:32
*** eliqiao has quit IRC12:36
bellHi, the kube-apiserver.service in my master node of the bay is not running, but the etcd service is running.. Can someone help as to how to get the kube apiserver running12:36
*** achanda has quit IRC12:37
*** VikasC has quit IRC12:37
*** madhuri has joined #openstack-containers12:40
dellaeliqiao: I tried, my kube-apiserver is still failed :(12:45
wanghuaeliqiao: The meeting is pm 12:0012:49
wanghuaeliqiao:https://wiki.openstack.org/wiki/Meetings/Containers12:49
*** eliqiao has joined #openstack-containers12:50
*** tbh has quit IRC12:51
*** daneyon has joined #openstack-containers12:53
*** nihilifer has joined #openstack-containers12:57
*** daneyon has quit IRC12:58
*** jruano has joined #openstack-containers13:01
*** zz_dimtruck is now known as dimtruck13:03
*** mbound has quit IRC13:06
*** vimal has joined #openstack-containers13:07
*** kobayashi__ has joined #openstack-containers13:07
*** rlrossit has joined #openstack-containers13:08
*** alejandrito has joined #openstack-containers13:09
*** mbound has joined #openstack-containers13:10
*** kobayashi_ has quit IRC13:10
*** mbound has quit IRC13:11
*** achanda has joined #openstack-containers13:11
*** mbound has joined #openstack-containers13:11
*** eliqiao has quit IRC13:14
*** julim has joined #openstack-containers13:15
*** chandankumar has quit IRC13:17
*** achanda has quit IRC13:20
openstackgerritHua Wang proposed openstack/magnum: Read auth_uri from config file and remove is_public_api  https://review.openstack.org/23403513:23
*** Marga_ has joined #openstack-containers13:24
*** julim has quit IRC13:25
*** julim has joined #openstack-containers13:26
*** annegentle has quit IRC13:30
*** dave-mccowan has quit IRC13:32
*** eliqiao has joined #openstack-containers13:34
*** shuquan has joined #openstack-containers13:37
*** madhuri has quit IRC13:38
*** vimal has quit IRC13:42
*** puranamr has joined #openstack-containers13:43
*** puranamr has quit IRC13:45
*** dane_leblanc has joined #openstack-containers13:46
*** eliqiao has quit IRC13:47
*** daneyon has joined #openstack-containers13:48
*** Tango has joined #openstack-containers13:50
*** daneyon has quit IRC13:53
*** jruano has quit IRC14:01
*** hongbin has joined #openstack-containers14:01
*** julim has quit IRC14:05
*** annegentle has joined #openstack-containers14:05
*** jwcroppe has joined #openstack-containers14:07
*** julim has joined #openstack-containers14:07
*** jwcroppe has quit IRC14:11
*** jwcroppe has joined #openstack-containers14:12
*** BhavyaM has quit IRC14:12
*** dave-mccowan has joined #openstack-containers14:15
*** jwcroppe has quit IRC14:17
*** muralia1 has joined #openstack-containers14:19
*** jwcroppe has joined #openstack-containers14:20
*** shuquan has quit IRC14:22
*** muralia has quit IRC14:22
*** _navneet has joined #openstack-containers14:23
*** vimal has joined #openstack-containers14:27
*** achanda has joined #openstack-containers14:30
*** eggshell has joined #openstack-containers14:31
*** rpothier has joined #openstack-containers14:35
*** chandankumar has joined #openstack-containers14:40
*** achanda has quit IRC14:40
*** daneyon has joined #openstack-containers14:42
*** vimal has quit IRC14:46
*** daneyon has quit IRC14:47
*** achanda has joined #openstack-containers14:59
*** annegentle has quit IRC15:00
*** achanda has quit IRC15:04
*** apuimedo has quit IRC15:05
*** alex_klimov has quit IRC15:08
*** alex_klimov has joined #openstack-containers15:09
*** eliqiao has joined #openstack-containers15:09
*** eliqiao has quit IRC15:12
*** Tango has quit IRC15:17
*** annegentle has joined #openstack-containers15:22
*** rebase33 has joined #openstack-containers15:25
*** Drago has joined #openstack-containers15:33
*** eliqiao has joined #openstack-containers15:33
*** Drago has quit IRC15:33
*** Drago has joined #openstack-containers15:34
*** eliqiao has quit IRC15:34
*** j______ has quit IRC15:35
*** daneyon has joined #openstack-containers15:36
*** juggler_ has joined #openstack-containers15:36
*** jruano has joined #openstack-containers15:38
*** juggler_ has quit IRC15:40
*** juggler_ has joined #openstack-containers15:40
*** daneyon has quit IRC15:41
*** Marga_ has quit IRC15:42
*** juggler_ has quit IRC15:43
*** juggler_ has joined #openstack-containers15:44
*** mbound has quit IRC15:44
*** juggler_ has quit IRC15:45
*** BertrandN has quit IRC15:46
*** daneyon has joined #openstack-containers15:47
*** daneyon_ has joined #openstack-containers15:49
*** adrian_otto has joined #openstack-containers15:50
adrian_ottoOur team meeting will begin in 10 minutes in #openstack-meeting-alt at 1600 UTC.15:51
*** tcammann has joined #openstack-containers15:52
*** daneyon has quit IRC15:53
*** chandankumar has quit IRC15:54
*** fawadkhaliq has joined #openstack-containers15:57
*** jay-lau-513_ has joined #openstack-containers16:00
*** jay-lau-513 has quit IRC16:00
*** eliqiao has joined #openstack-containers16:01
*** Tango has joined #openstack-containers16:01
*** eghobo has joined #openstack-containers16:01
*** juggler_ has joined #openstack-containers16:03
*** rebase33 has left #openstack-containers16:03
*** adrian_otto1 has joined #openstack-containers16:05
*** adrian_otto has quit IRC16:05
*** mbound has joined #openstack-containers16:05
*** vilobhmm11 has joined #openstack-containers16:05
*** vilobhmm has joined #openstack-containers16:06
*** juggler_ has quit IRC16:07
*** adrian_otto1 is now known as adrian_otto16:07
*** diga has joined #openstack-containers16:09
*** juggler has joined #openstack-containers16:11
*** alex_klimov has quit IRC16:12
*** Marga_ has joined #openstack-containers16:17
*** chandankumar has joined #openstack-containers16:17
*** unicell has joined #openstack-containers16:21
*** mbound has quit IRC16:22
*** unicell1 has quit IRC16:23
*** tbh_ has joined #openstack-containers16:23
*** unicell has quit IRC16:28
openstackgerritMerged openstack/magnum-ui: Add Bay Model Table View  https://review.openstack.org/21203916:33
*** diga has quit IRC16:34
*** gangil has joined #openstack-containers16:43
*** gangil has quit IRC16:43
*** gangil has joined #openstack-containers16:43
*** chandankumar has quit IRC16:48
*** muralia1 has quit IRC16:52
*** muralia has joined #openstack-containers16:52
*** wanghua has quit IRC16:58
*** tbh_ has quit IRC16:59
vilobhmm11hongbin : ping17:00
apmeltoneliqiao: I think we just need to update this section of our devstack plugin: https://github.com/openstack/magnum/blob/df51585d2232e1992bb3b11c48aa1a810c829e4b/devstack/plugin.sh#L20-L2317:00
hongbinvilobhmm11: Need to go for lunch. Will be back in an hour17:00
*** suro-patz has joined #openstack-containers17:01
*** chandankumar has joined #openstack-containers17:01
vilobhmm11ok17:01
eliqiaoapmelton: ah, good to know.17:01
*** adrian_otto has quit IRC17:01
TangoIf there is no concern, I will replace the current atomic-5 with the new one that has Docker 1.8.117:01
eliqiaoTango:  +117:01
TangoThis does require the patch from eghobo17:01
Tangofor swarm17:01
eliqiaoupgrade to 0.4.0?17:01
Tangocorrect17:01
Tangootherwise swarm cluster will fail because it cannot pull the 0.2.0 image17:02
eliqiaoand maybe mine https://review.openstack.org/#/c/233327/17:02
apmelton+1, it would definitely be nice to get on the latest swarm17:02
eghoboTango: lets do this, also we need.17:02
*** unicell has joined #openstack-containers17:02
eghoboare you going to call it atomic 6?17:03
TangoI will just replace it17:03
eliqiaoTango:  how can I know what it image's version in side of the vm?17:04
TangoI want to use atomic-6 for fix for the load balancer, and eventually new k8s release17:04
eliqiaofor example for RH, there is a file /etc/rlease to tell version.17:04
Tangoeliqiao: I guess we can add a file like that in the image17:05
eliqiaoTango: +117:05
Tangoeliqiao: Any suggestion where to put it?17:05
eliqiaoI should leave, too late fo me17:05
eliqiaomaybe /etc/atomic-version or other place17:06
Tangoeliqiao: ok, I will think of something reasonable17:06
eliqiaothanks,  then we need some work in image building scrpts17:07
eliqiaooh, I should leave ...  see you guys.17:07
Tangoeliqiao: good night!17:07
*** eliqiao has quit IRC17:07
openstackgerritDaneyon Hansen proposed openstack/magnum: Updates Swarm Heat Templates for Container Network Model  https://review.openstack.org/22436717:09
eghoboTango: ping me when you done with image update and we can update swarm and retest master17:10
Tangoeghobo: yep, in a meeting now, will do that in about 1 hour17:10
eghoboTango: sounds good17:11
*** achanda has joined #openstack-containers17:14
*** jay-lau-513_ has quit IRC17:17
*** sdake has joined #openstack-containers17:25
*** adrian_otto has joined #openstack-containers17:26
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Pods  https://review.openstack.org/22336717:28
*** sdake has quit IRC17:31
*** adrian_otto has quit IRC17:31
*** achanda has quit IRC17:31
*** gangil has quit IRC17:32
*** sdake has joined #openstack-containers17:36
*** rlrossit has quit IRC17:40
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Replication Controller  https://review.openstack.org/21336817:40
*** chandankumar has quit IRC17:41
*** annegentle has quit IRC17:42
*** rlrossit has joined #openstack-containers17:46
*** annegentle has joined #openstack-containers17:48
*** achanda has joined #openstack-containers17:48
*** harshs has joined #openstack-containers17:51
*** sdake_ has joined #openstack-containers17:52
*** sdake has quit IRC17:52
*** chandankumar has joined #openstack-containers17:56
*** fawadkhaliq has quit IRC17:58
*** harshs has quit IRC17:59
*** vilobhmm11 has quit IRC17:59
*** vilobhmm11 has joined #openstack-containers18:00
*** vilobhmm11 has quit IRC18:00
*** vilobhmm11 has joined #openstack-containers18:00
*** suro-patz has quit IRC18:01
*** annegentle has quit IRC18:01
*** harshs has joined #openstack-containers18:03
*** manjeets has joined #openstack-containers18:06
*** fawadkhaliq has joined #openstack-containers18:07
Tangoeghobo: OK, the atomic-5 and atomic-6 images have been replaced with the version using Docker 1.8.118:08
*** gangil has joined #openstack-containers18:08
*** gangil has quit IRC18:08
*** gangil has joined #openstack-containers18:08
eghoboTango: thx18:08
*** EricGonczer_ has joined #openstack-containers18:11
openstackgerritEgor Guz proposed openstack/magnum: Upgrade to Swarm 0.4.0 (latest)  https://review.openstack.org/23326918:12
eghobohongbin: can you take a look at https://review.openstack.org/#/c/233269/. we need this patch for new atomic image18:13
hongbineghobo: ack18:13
eghobohongbin: thx and maybe this https://review.openstack.org/#/c/233327/ if we want it in liberty18:14
hongbineghobo: After those two patches, swarm bay will work for the new image?18:17
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Replication Controller  https://review.openstack.org/21336818:18
eghoboyes, actually I never tested eli's patch but it looks correct18:18
hongbink. Let me try them18:19
daneyon_yuanying are you there?18:20
*** fawadkhaliq has quit IRC18:21
*** fawadkhaliq has joined #openstack-containers18:21
*** fawadkhaliq has quit IRC18:24
*** fawadkhaliq has joined #openstack-containers18:24
*** fawadkhaliq has quit IRC18:24
*** achanda has quit IRC18:25
*** subscope has joined #openstack-containers18:26
*** achanda has joined #openstack-containers18:27
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Services  https://review.openstack.org/22338418:29
vilobhmm11hongbin : ping18:33
vilobhmm11qq18:33
hongbinvilobhmm: pong18:39
vilobhmm11hongbin : wanted to quickly check with you regarding https://review.openstack.org/#/c/223367/11/magnum/conductor/handlers/k8s_conductor.py line #1318:39
vilobhmm11line #13118:39
vilobhmm11I have made sure by this point "pod.bay_uuid = bay_ident" bay_ident will be bay_uuid18:40
vilobhmm11so we should be good here18:40
vilobhmm11wanted to check the same before you went for lunch18:40
hongbinvilobhmm11: I think the semantic is correct18:41
hongbinvilobhmm11: My comment is the style18:41
hongbinsince bay_uuid = bay_ident is confusing when reading it18:42
vilobhmm11true18:42
vilobhmm11so what will be better18:42
hongbinso how about creating another variable called bay_uuid18:42
vilobhmm11ok18:42
vilobhmm11just didn't want to allocate new varibale but if it makes reading code easy will do18:43
hongbinI think reading is easier. Worth to create one18:44
vilobhmm11#1. bay_uuid = bay_ident and then #2. pod.bay_uuid = bay_uuid18:44
vilobhmm11does that make sense18:44
vilobhmm11hongbin : ^^18:44
hongbinlooks good18:45
vilobhmm11hongbin : thanks !18:45
*** daneyon has joined #openstack-containers18:56
*** Marga_ has quit IRC18:58
*** harshs has quit IRC18:59
*** daneyon_ has quit IRC19:00
*** daneyon has quit IRC19:00
*** harshs has joined #openstack-containers19:03
*** vilobhmm11 has quit IRC19:03
*** vilobhmm11 has joined #openstack-containers19:03
*** vilobhmm11 has quit IRC19:04
*** vilobhmm11 has joined #openstack-containers19:04
*** suro-patz has joined #openstack-containers19:04
*** harshs has quit IRC19:09
*** adrian_otto has joined #openstack-containers19:10
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Services  https://review.openstack.org/22338419:11
*** dave-mccowan has quit IRC19:15
*** alejandrito has quit IRC19:20
*** alejandrito has joined #openstack-containers19:22
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Replication Controller  https://review.openstack.org/21336819:29
*** alejandrito has quit IRC19:32
*** Marga_ has joined #openstack-containers19:39
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Pods  https://review.openstack.org/22336719:42
openstackgerritHongbin Lu proposed openstack/magnum: Fix swarm monitor exception  https://review.openstack.org/23332719:44
*** apuimedo has joined #openstack-containers19:47
hongbineghobo: The image for swarm bay is working! Does it work for k8s bay as well?19:48
*** adrian_otto has quit IRC19:49
eghobohongbin: yes, I tested it19:49
eghoboand Eli and Ton as well19:49
vilobhmm11cool19:49
hongbinGreat news19:50
hongbinThe last thing is to update the devstack and guide for the new image I guess19:50
eghobobut in M we will write proper functional tests, it will save time ;)19:51
hongbinyes it is19:52
*** sdake has joined #openstack-containers19:52
eghobohongbin: Tango updated image at fedora repo, so all documents are good19:52
*** sdake_ has quit IRC19:52
hongbineghobo: I think the document is pointing to the *-5 image. We need to update it to point to the *-6 image?19:53
*** chandankumar has quit IRC19:54
hongbinor Tango replace the *-5 image in the fedora repo?19:54
*** Drago1 has joined #openstack-containers19:55
*** Drago1 has quit IRC19:55
*** Drago1 has joined #openstack-containers19:56
eghobohongbin: need to check with Tango, -5 has official kub release, -6 has some not release patches for LB. I haven't tested 619:56
*** Drago1 has quit IRC19:56
*** Drago1 has joined #openstack-containers19:56
hongbinack19:56
*** dave-mccowan has joined #openstack-containers19:57
*** Drago has quit IRC19:57
*** annegent_ has joined #openstack-containers19:58
*** annegent_ has quit IRC19:59
*** annegentle has joined #openstack-containers19:59
Tangohongbin: Hi Hongbin, yes I replaced the -5 image, since the old one is not working20:01
hongbinTango: got it20:01
*** EricGonczer_ has quit IRC20:01
*** EricGonc_ has joined #openstack-containers20:01
TangoThe -5 and -6 images are identical except for kube-controller-manager20:01
TangoThe reason is just to pick up a few bug fixes in -6.  Eventually the official release will have these fixes and I will update -6 with the k8s official binaries20:02
*** alex_klimov has joined #openstack-containers20:04
*** harshs has joined #openstack-containers20:15
*** adrian_otto has joined #openstack-containers20:18
*** eghobo has quit IRC20:34
*** adrian_otto1 has joined #openstack-containers20:40
*** adrian_otto has quit IRC20:43
*** exploreshaifali has joined #openstack-containers20:55
*** harshs has quit IRC21:00
*** subscope has quit IRC21:02
*** harshs has joined #openstack-containers21:05
*** Marga_ has quit IRC21:07
*** Marga_ has joined #openstack-containers21:07
*** rpothier has quit IRC21:24
*** _navneet has quit IRC21:26
*** adrian_otto1 has quit IRC21:27
*** adrian_otto has joined #openstack-containers21:28
openstackgerritBradley Jones proposed openstack/magnum-ui: Bay REST API  https://review.openstack.org/23444021:28
*** adrian_otto1 has joined #openstack-containers21:28
*** eghobo has joined #openstack-containers21:31
*** adrian_otto has quit IRC21:32
*** annegentle has quit IRC21:32
*** pradk has quit IRC21:33
*** harshs has quit IRC21:34
*** rlrossit has left #openstack-containers21:37
*** harshs has joined #openstack-containers21:37
*** julim has quit IRC21:39
*** harshs has quit IRC21:55
*** dave-mccowan has quit IRC21:56
*** daneyon has joined #openstack-containers21:58
*** dimtruck is now known as zz_dimtruck21:58
*** adrian_otto1 has quit IRC21:59
*** exploreshaifali has quit IRC21:59
*** harshs has joined #openstack-containers22:01
*** manjeets has quit IRC22:02
*** eghobo_ has joined #openstack-containers22:09
*** david-lyle has quit IRC22:10
openstackgerritTon Ngo proposed openstack/magnum: Fix command line in document example  https://review.openstack.org/23445522:10
*** eghobo has quit IRC22:12
*** david-lyle has joined #openstack-containers22:12
*** annegentle has joined #openstack-containers22:22
*** EricGonc_ has quit IRC22:31
*** adrian_otto has joined #openstack-containers22:34
*** sthillma has joined #openstack-containers22:36
*** adrian_otto has quit IRC22:39
*** sdake has quit IRC22:41
*** daneyon has quit IRC22:41
*** gangil has quit IRC22:44
openstackgerritMerged openstack/magnum: Upgrade to Swarm 0.4.0 (latest)  https://review.openstack.org/23326922:47
*** gangil has joined #openstack-containers22:52
*** gangil has quit IRC22:52
*** gangil has joined #openstack-containers22:52
*** kebray has joined #openstack-containers22:56
vilobhmm11adrian_otto, hongbin : these patches are taking long to run in gate and some of them timing out and hence we see a -1 from Jenkins…incorporated the changes that you had suggested…if you can have a look https://review.openstack.org/#/q/status:open+project:openstack/magnum+branch:master+topic:bp/objects-from-bay,n,z it would be helpful23:04
hongbinvilobhmm11: Sorry, I am going to leave soon. Will get back to it later23:06
*** jruano has quit IRC23:07
vilobhmm11hongbin : sure np thanks!23:07
vilobhmm11whenever you r free23:07
*** Drago1 has quit IRC23:15
*** Drago has joined #openstack-containers23:16
*** jay-lau-513 has joined #openstack-containers23:16
*** adrian_otto has joined #openstack-containers23:22
*** Drago has quit IRC23:26
*** adrian_otto has quit IRC23:27
*** harshs has quit IRC23:27
*** Drago has joined #openstack-containers23:29
*** hongbin has quit IRC23:29
*** vilobhmm11 has quit IRC23:37
*** vilobhmm11 has joined #openstack-containers23:38
*** harshs has joined #openstack-containers23:39
*** vilobhmm11 has quit IRC23:39
*** Drago has quit IRC23:39
*** jwcroppe has quit IRC23:39
*** vilobhmm11 has joined #openstack-containers23:39
*** dims has quit IRC23:41
*** Drago has joined #openstack-containers23:41
*** dims has joined #openstack-containers23:42
*** severion has quit IRC23:47
*** gangil has quit IRC23:51
*** achanda has quit IRC23:53
*** sthillma has quit IRC23:53

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!