Friday, 2015-10-23

*** muralia has joined #openstack-containers00:08
openstackgerritEgor Guz proposed openstack/magnum: Kubectl configuration for certificates  https://review.openstack.org/23872600:09
*** EricGonczer_ has joined #openstack-containers00:11
*** harshs has joined #openstack-containers00:12
*** EricGonczer_ has quit IRC00:16
*** EricGonczer_ has joined #openstack-containers00:16
*** julim has quit IRC00:21
*** sdake has quit IRC00:22
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242100:33
*** vimal has quit IRC00:33
*** sdake has joined #openstack-containers00:38
*** Tango has joined #openstack-containers00:39
*** sthillma has quit IRC00:44
*** lyanchih has joined #openstack-containers00:46
*** suro-patz has quit IRC00:48
*** lyanchih has quit IRC00:51
*** harlowja_ has quit IRC00:51
*** hongbin has joined #openstack-containers00:57
*** EricGonczer_ has quit IRC00:58
*** vimal has joined #openstack-containers00:59
*** sdake has quit IRC00:59
*** zul has quit IRC01:01
*** mbound has quit IRC01:09
*** zhenguo has joined #openstack-containers01:10
openstackgerritMerged openstack/magnum: Reduce complexity of poll_and_check method  https://review.openstack.org/22907201:11
openstackgerritMerged openstack/magnum: Refactor periodic task sync_bay_status  https://review.openstack.org/23589701:12
openstackgerritEli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing  https://review.openstack.org/22612501:12
openstackgerritMerged openstack/magnum: Refactor config setup to reduce complexity  https://review.openstack.org/23589801:13
openstackgerritMerged openstack/magnum: Refactor MagnumException to reduce complexity  https://review.openstack.org/23589901:13
*** EricGonczer_ has joined #openstack-containers01:18
*** sdake has joined #openstack-containers01:18
*** wanghua_ has quit IRC01:19
openstackgerritEgor Guz proposed openstack/magnum: Kubectl configuration for certificates  https://review.openstack.org/23872601:24
*** EricGonczer_ has quit IRC01:29
*** wanghua has joined #openstack-containers01:34
Kennaneliqiao:01:36
Kennanping01:36
eliqiaohi01:40
eliqiaoKennan: pong01:40
Kennancould you show your minion and master iptables ?01:40
*** tbh has joined #openstack-containers01:42
eliqiao Kennan: sure01:43
*** ljianbj has joined #openstack-containers01:44
eliqiaoKennan: no rules in iptables01:44
Kennaneliqiao: minion node ?01:44
eliqiaohttp://paste.openstack.org/show/477223/01:45
Kennaneliqiao: strange. did you try sudo iptables-save ?01:46
*** lyanchih has joined #openstack-containers01:47
eliqiaoKennan: hmm, there are some output, I will show you01:47
eliqiaohttp://paste.openstack.org/show/477224/01:48
eliqiaoKennan:  ^^01:48
Kennaneliqiao: did you use latest atomic-5 image ?01:50
eliqiaoyes.01:50
Kennanmy master iptables not same as yours01:50
*** gangil has quit IRC01:50
eliqiaoKennan: wait a min01:50
eliqiaoKennan: let me double check.01:51
Kennanalso eliqiao: not sure why your master node have docker0 related. if I remmeber correctly. docker not run on master node01:51
eliqiaoKennan:  hmm.. seem's it is started by add-proxy.sh01:52
*** dims has quit IRC01:53
eliqiaoKennan: this is new image http://paste.openstack.org/show/477225/01:53
eliqiaoKennan:  I think if we have proxy , it will started by this scripthttps://github.com/openstack/magnum/blob/master/magnum/templates/heat-kubernetes/fragments/add-proxy.sh#L1701:54
eliqiaoKennan: I don't know docker will not start on k8s master, if so , that's a mistake.01:55
*** achanda has quit IRC01:55
Kennaneliqiao: what you give me seems add-proxy.sh01:56
KennanI did not find iptables related with that. did I miss something ?01:56
Kennanfor master node; eliqiao: for service in etcd kube-apiserver kube-scheduler kube-controller-manager;01:56
Kennanit not include docker01:56
Kennanso docker should not enable on master node01:56
eliqiaoKennan: yes, I mean add-proxy will start docker service, no change will be involved in iptables.01:57
eliqiaoKennan: we can remove this line https://github.com/openstack/magnum/blob/master/magnum/templates/heat-kubernetes/fragments/add-proxy.sh#L1701:57
eliqiaoif ther are docker service running, it will reload the config file itself, we don't need to restart it right?01:58
eliqiaoKennan: BTW, we need this patch https://review.openstack.org/#/c/238721/01:59
Kennaneliqiao: I am not sure. right now, what I have discovered in my env, iptables in master very different from yours02:00
*** eghobo has quit IRC02:00
Kennaneliqiao: it is just magnum in api change02:00
eliqiao172.24.4.30 is master02:00
Kennanthat patch seems not related with k8s itself02:00
eliqiao Kennan: yeah, it's another thread, we may need backport it to L release.02:00
eliqiaoKennan: sorry to mix them up, but seem it is a hurry patch02:01
eliqiaoKennan: yes, my master may different with yours, since I start dockder0 by mistake.02:02
Kennanok eliqiao: I have verified both on VM env and BM env, all hit same issue, which means k8s can not work well for kubectl commands02:02
KennanI am curious why others not hit02:03
eliqiaoKennan: do you use this image https://fedorapeople.org/groups/magnum/fedora-21-atomic-5.qcow2 ?02:03
Kennanyes eliqiao02:04
Kennansince I all followed dev-quick gudei02:04
Kennanand devstack download that for me02:04
eliqiaohow you create your bay/baymodel and what's your devstack localrc looks like?02:05
Kennanok eliqiao: let me show you02:06
Kennaneliqiao: http://paste.openstack.org/show/477227/02:07
Kennanhere is the baymodel02:08
Kennanhttp://paste.openstack.org/show/477228/02:08
Kennanfor proxy setting, I used your instruction02:09
*** mbound has joined #openstack-containers02:10
*** unicell has quit IRC02:11
eliqiaothe difference is  dns_nameserver , but seems no related at all right?02:11
Kennanyes, I think so eliqiao: the dev-guide not said dns_nameserver special setting02:12
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242102:13
*** david-lyle has quit IRC02:13
Kennaneliqiao: so you said if enabled docker in master service, it would flow with such iptables02:14
Kennanright?02:14
Kennanand is docker still running on your master node ?02:14
eliqiaoKennan: yes, but that doesn't matter02:15
*** mbound has quit IRC02:15
*** muralia has quit IRC02:16
*** sdake has quit IRC02:17
*** harshs has quit IRC02:18
Kennanhi eliqiao:02:22
Kennancould you try one command on your minion node ?02:22
*** muralia has joined #openstack-containers02:23
eliqiaoKennan: sure02:31
*** Marga_ has quit IRC02:34
*** Marga_ has joined #openstack-containers02:34
*** Marga_ has quit IRC02:39
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056602:40
*** muralia has quit IRC02:43
*** sdake has joined #openstack-containers02:48
*** hongbin has quit IRC02:59
openstackgerritEli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing  https://review.openstack.org/22612503:02
*** david-lyle has joined #openstack-containers03:15
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242103:15
*** david-lyle has quit IRC03:23
*** sdake has quit IRC03:28
*** david-lyle has joined #openstack-containers03:31
*** tbh has quit IRC03:32
*** sdake has joined #openstack-containers03:38
*** Bhavani has quit IRC03:52
*** dims has joined #openstack-containers03:53
*** achanda has joined #openstack-containers03:55
*** eghobo has joined #openstack-containers03:55
*** mbound has joined #openstack-containers03:57
eghoboeliqiao: hi, do you mind retest cluster scale up/down for swarm/kub for liberty?03:58
eliqiaoeghobo: I didn't test cluser scale up down03:58
eliqiaoeghobo: I can try03:59
*** dims has quit IRC03:59
eghoboeliqiao: thx04:00
*** achanda has quit IRC04:00
eliqiaoeghobo: wanghua found a bug when doing pod/rc/service list.04:01
eliqiaoeghobo: we are trying to fix it.04:01
*** mbound has quit IRC04:01
eghoboyes, saw email04:04
*** lyanchih has quit IRC04:05
eghobodoes it mean list will show all rcs?04:05
*** fawadkhaliq has joined #openstack-containers04:18
eliqiao eghobo: yeah04:18
eliqiaoclinet has bug and also m-api doesn't work well.04:18
eghobobad, definitely need fix in liberty. is it just for rc? what about pod and service?04:19
*** sdake has quit IRC04:21
*** achanda has joined #openstack-containers04:21
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242104:26
eliqiaohi yuanying04:28
eliqiaothanks for updating the patch about, you are cool.04:28
*** chandankumar_awa is now known as chandankumar04:29
*** sdake has joined #openstack-containers04:40
*** achanda_ has joined #openstack-containers04:40
*** achanda_ has quit IRC04:41
*** achanda_ has joined #openstack-containers04:42
*** achanda has quit IRC04:43
*** achanda_ has quit IRC04:44
*** sdake has quit IRC04:44
*** sdake has joined #openstack-containers04:45
*** achanda has joined #openstack-containers04:45
*** Marga_ has joined #openstack-containers04:46
*** Marga_ has joined #openstack-containers04:47
*** Marga_ has quit IRC04:52
*** dave-mccowan has quit IRC04:53
*** dave-mccowan has joined #openstack-containers04:53
*** tbh has joined #openstack-containers05:00
*** lyanchih has joined #openstack-containers05:02
*** eghobo has quit IRC05:05
*** manikanta has joined #openstack-containers05:07
*** manikanta_ has joined #openstack-containers05:08
*** eghobo has joined #openstack-containers05:10
*** sdake has quit IRC05:13
*** lyanchih has quit IRC05:15
*** diga has joined #openstack-containers05:19
*** unicell has joined #openstack-containers05:20
Kennaneliqiao: I used local dns server, still the kubectl get nodes -s https://vip:6443 cli would cost 42seconds05:24
*** david-lyle has quit IRC05:24
KennanI really did not find difference between your env and my :005:24
*** sdake has joined #openstack-containers05:26
*** achanda has quit IRC05:37
*** unicell has quit IRC05:38
*** unicell has joined #openstack-containers05:38
eliqiaoKennan: hmm..05:39
*** eghobo has quit IRC05:40
*** lyanchih has joined #openstack-containers05:44
*** eghobo has joined #openstack-containers05:48
*** achanda has joined #openstack-containers05:54
openstackgerritEli Qiao proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242106:01
eliqiaoping wanghua06:02
eliqiaohow about we get this merge https://review.openstack.org/#/c/238721/1 and back-port it to L release, then fix testcase error in another patch06:02
wanghuaeliqiao:Ihave merged it.06:06
eliqiaowanghua: ah ,thanks06:06
eliqiaowanghua:  I would like to cherry-pick it to L branch06:06
wanghuaeliqiao: thanks06:07
openstackgerritEli Qiao proposed openstack/magnum: Fix k8s CLI to work with Bay name  https://review.openstack.org/23872106:08
eliqiaooh... my bad..06:08
eliqiao wanghua: could you help +w06:08
wanghuaeliqiao:done06:10
eliqiaowanghua: thx06:10
eghoboeliqiao: are you going to do back-port to liberty?06:11
eliqiaoeghobo: yeah.06:11
eghoboeliqiao: great06:12
*** shuquan has joined #openstack-containers06:12
eliqiaoping eghobo:06:28
eghoboeliqiao: what's up?06:28
eliqiaoeghobo: testing bay-update, but failed to update06:29
eliqiaoboth k8s/swarm not working06:29
eghobowhat kind of errors?06:29
eliqiaoerror message is Port 0079c612-8747-496f-8a6d-ca9f6de5183c is still in use06:29
eliqiaoboth of them are same.06:29
eghoboi see, please create bugs06:30
eghobowhat about scale down?06:30
eliqiaoeghobo:  will do it06:31
*** shuquan has quit IRC06:31
*** diga has quit IRC06:39
*** suro-patz has joined #openstack-containers06:43
*** slotti has joined #openstack-containers06:44
*** suro-patz has quit IRC06:45
eliqiaoping hongbin?06:52
*** alex_klimov has quit IRC06:55
*** alex_klimov has joined #openstack-containers06:55
*** dims has joined #openstack-containers06:58
*** achanda has quit IRC07:00
*** dims has quit IRC07:03
*** achanda has joined #openstack-containers07:04
eliqiaoeghobo: also has bug :(07:05
*** suro-patz has joined #openstack-containers07:05
openstackgerritEli Qiao proposed openstack/magnum: Make retrieve_bay support retrieve_bay from bay.  https://review.openstack.org/23882207:20
*** eghobo has quit IRC07:24
*** Tango has quit IRC07:30
openstackgerritEli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing  https://review.openstack.org/22612507:35
*** achanda has quit IRC07:43
*** achanda has joined #openstack-containers07:47
*** achanda has quit IRC07:51
openstackgerritHua Wang proposed openstack/magnum: The default of filters should be an empty dict  https://review.openstack.org/23882907:54
*** alejandrito has joined #openstack-containers07:57
*** suro-patz has quit IRC07:57
*** suro-patz has joined #openstack-containers07:58
*** suro-patz has quit IRC07:58
*** mbound has joined #openstack-containers08:06
slottiHey guys, I'd like to try out magnum on my fresh installed liberty openstack. Should I use the master or stable/liberty branch?08:13
openstackgerritEli Qiao proposed openstack/magnum: Fix exception when create bay failed  https://review.openstack.org/23883508:13
wanghuaslotti: the master and liberty branch have little difference08:15
wanghuaslotti: you can use one of them08:15
slottiwanghua: ah ok, thank you. I just wanted to be sure that it is ok :-)08:17
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242108:18
openstackgerritHua Wang proposed openstack/magnum: Remove unnecessary parameter  https://review.openstack.org/23884108:44
*** lyanchih has quit IRC08:57
*** lyanchih has joined #openstack-containers09:04
*** i316653 has joined #openstack-containers09:18
openstackgerritMerged openstack/magnum: Fix k8s CLI to work with Bay name  https://review.openstack.org/23872109:18
i316653Hi, the magnum quick-start (kilo) is asking to run a command magnum service-create (kilo) but there is no such command? Any ideas whats wrong?09:19
wanghuai316653: service-create is replaced by coe-service-create09:22
wanghuanow09:22
*** i316653 has quit IRC09:25
*** meehanman has joined #openstack-containers09:26
eliqiaowanghua: would you please help to merge the backport patch https://review.openstack.org/#/c/238853/09:29
openstackgerritEli Qiao proposed openstack/magnum: Fix exception when create bay failed  https://review.openstack.org/23883509:31
wanghuaEliqiao:done09:32
eliqiao wanghua: thank you09:32
eliqiao wanghua: how about the pot-list bug?09:32
wanghuaI am writing the patch09:33
eliqiaowanghua: looking forward that , and still we need a patch for CLI09:33
wanghuaeliqiao: Yes, I will09:34
eliqiaohi yuanying there?09:35
*** shuquan has joined #openstack-containers09:40
*** achanda has joined #openstack-containers09:49
yuanyingeliqiao: sorry I must go home now09:51
eliqiaoyuanying:  sure, see you :)09:52
*** lyanchih has quit IRC09:54
*** achanda has quit IRC09:54
*** masterbound has joined #openstack-containers09:58
*** shuquan_ has joined #openstack-containers10:00
*** shuquan has quit IRC10:00
*** shuquan_ is now known as shuquan10:00
*** Shijia has joined #openstack-containers10:07
*** mbound has quit IRC10:07
*** manikanta_ has quit IRC10:07
*** zhenguo has quit IRC10:07
*** ArchiFleKs has quit IRC10:07
*** filler has quit IRC10:07
*** shuquan has quit IRC10:09
*** Shijia has quit IRC10:09
*** f1ller has joined #openstack-containers10:09
*** manikanta_ has joined #openstack-containers10:13
*** ArchiFleKs has joined #openstack-containers10:14
*** dims has joined #openstack-containers10:29
openstackgerritbharaththiruveedula proposed openstack/magnum: Monitor driver for k8s bay type  https://review.openstack.org/23481710:32
*** lyanchih has joined #openstack-containers10:37
*** lyanchih has quit IRC10:42
slottiis it possible to run magnum without barbican (for testing)?10:42
*** achanda has joined #openstack-containers10:52
eliqiaoslotti: yeah10:56
*** achanda has quit IRC10:58
*** exploreshaifali has joined #openstack-containers11:09
meehanmanThe command "magnum coe-service-create --manifest ~/kubernetes/examples/redis/v1beta3//redis-sentinel-service.yaml --bay bae" is showing up ERROR: Invalid resource state. (HTTP 409). Where to debug?11:17
meehanman*magnum coe-service-create --manifest ~/kubernetes/examples/redis/v1beta3/redis-sentinel-service.yaml --bay bae11:18
*** Shijia has joined #openstack-containers11:19
*** Shijia_ has joined #openstack-containers11:20
*** Shijia__ has joined #openstack-containers11:21
*** Shijia has quit IRC11:21
*** alejandrito has quit IRC11:22
eliqiaomeehanman: that is to say the service is not created.11:23
eliqiaomeehanman: can you check your conductor log ?11:23
*** Shijia_ has quit IRC11:24
*** zul has joined #openstack-containers11:25
*** sdake_ has joined #openstack-containers11:27
*** exploreshaifali has quit IRC11:28
*** sdake has quit IRC11:29
*** sdake has joined #openstack-containers11:31
*** sdake_ has quit IRC11:34
meehanmaneliqiao: The logs don't show much. Might it be a problem with kubectl? --> Logs for running that command: http://paste.openstack.org/show/477258/11:43
*** openstackgerrit has quit IRC11:46
*** exploreshaifali has joined #openstack-containers11:46
*** openstackgerrit has joined #openstack-containers11:47
*** pradk has joined #openstack-containers11:53
eliqiaomeehanman: sorry , i need to go, you may need to debug k8s cluster.11:59
openstackgerritEli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing  https://review.openstack.org/22612512:06
*** zul has quit IRC12:10
*** EricGonczer_ has joined #openstack-containers12:19
*** BhavyaM has joined #openstack-containers12:20
*** EricGonc_ has joined #openstack-containers12:21
*** EricGonczer_ has quit IRC12:24
*** fawadkhaliq has quit IRC12:25
*** tbh has quit IRC12:27
*** EricGonc_ has quit IRC12:27
*** EricGonczer_ has joined #openstack-containers12:29
*** manikanta_ has quit IRC12:29
*** EricGonczer_ has quit IRC12:29
*** manikanta has quit IRC12:29
*** alejandrito has joined #openstack-containers12:32
*** dims has quit IRC12:34
*** dims has joined #openstack-containers12:34
*** sdake has quit IRC12:48
*** wangqun has joined #openstack-containers12:50
*** eggshell has quit IRC12:53
*** achanda has joined #openstack-containers12:55
*** Tango has joined #openstack-containers12:58
*** eggshell has joined #openstack-containers12:58
*** achanda has quit IRC13:01
*** sdake has joined #openstack-containers13:01
*** rlrossit has joined #openstack-containers13:04
*** zz_dimtruck is now known as dimtruck13:07
*** sdake has quit IRC13:15
*** eghobo has joined #openstack-containers13:19
*** vimal has quit IRC13:37
*** hongbin has joined #openstack-containers13:40
*** dimtruck is now known as zz_dimtruck13:40
*** fawadkhaliq has joined #openstack-containers13:49
*** pradk has quit IRC13:56
*** pradk has joined #openstack-containers13:57
slottiIs it possible to start master and minions directly on a external network? Will I run into any problems there? I think I would just need to edit or create new heat templates.14:04
meehanmanslotti I can't think of any reason why not. If you can access other OS/DS services from outside your network, you can access all the API's14:09
slottiok, thank you. I will try it :-)14:11
*** manjeets has joined #openstack-containers14:15
*** lyanchih has joined #openstack-containers14:16
*** muralia has joined #openstack-containers14:18
*** muralia1 has joined #openstack-containers14:20
*** lyanchih has quit IRC14:21
*** fawadkhaliq has quit IRC14:23
*** muralia has quit IRC14:23
*** eghobo has quit IRC14:23
*** _navneet has joined #openstack-containers14:28
*** zz_dimtruck is now known as dimtruck14:28
*** v1k0d3n has joined #openstack-containers14:36
*** _navneet has quit IRC14:48
*** exploreshaifali has quit IRC14:50
*** Tango has quit IRC14:52
*** fawadkhaliq has joined #openstack-containers14:53
*** fawadkhaliq has quit IRC14:57
*** achanda has joined #openstack-containers14:58
*** Shijia__ has quit IRC15:03
*** Shijia__ has joined #openstack-containers15:03
*** achanda has quit IRC15:04
*** wangqun has quit IRC15:05
openstackgerritManjeet Singh Bhatia proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing  https://review.openstack.org/22612515:07
*** BertrandN has quit IRC15:15
meehanmanMagnum pod-show <POD UUID> <BAY NAME> is returning a 404. Any ideas?15:21
*** BhavyaM has quit IRC15:21
hongbinmeehanman: could you paste the full error message?15:28
meehanmanhongbin: >> http://paste.openstack.org/show/477273/ <<15:29
hongbinmeehanman: could you verify if the pod&bay exist: magnum pod-list & magnum bay-list15:31
meehanmanYeah, I have a testbay (894fb4ad-38e1-42bf-a197-7bad6626ab70) with 2 nodes showing CREATE_COMPLETE       and a pod showing called redis-master (1ac35763-772f-4f18-983f-a259dff643ae)15:33
meehanmanNote, I cannot run pod-show or pod-delete, only showing a 404 error15:33
hongbink. Let me try the command locally15:35
meehanmanThanks15:36
*** unicell1 has joined #openstack-containers15:37
meehanmanhongbin: If I run the curl command, it throws a 302 found, location www.get.com then a redirection request that returns 404 (http://paste.openstack.org/show/477274/)15:37
*** unicell has quit IRC15:38
*** fawadkhaliq has joined #openstack-containers15:39
hongbinmeehanman: there is a bug. It works if you type it this way: magnum pod-show redis-master $(uuidgen)15:40
meehanmanuuidgen?15:40
meehanmanhongbin: Okey, random UUID. I'm on SLES12! :)15:41
hongbinmeehanman: does it work if you replace the bay name with an uuid?15:42
*** fawadkhaliq has quit IRC15:43
meehanmanhongbin: Unfortunately not. (magnum pod-show 1ac35763-772f-4f18-983f-a259dff643ae 894fb4ad-38e1-42bf-a197-7bad6626ab70) still shows up as 40415:44
hongbinmeehanman: It works for me. Several things to verify:15:46
hongbin1. Make sure magnum is up-to-date15:46
hongbincd /opt/stack/magnum15:46
hongbingit pull origin master15:46
hongbin2. Make sure magnumclient is up-to-date15:46
meehanmanOkey, I'm sorry I never mentioned before also, I'm working on stable/kilo15:46
hongbinAre you able to upgrade to stable/liberty. I don't think anyone is testing the stable/kilo15:47
meehanmanNot currently15:47
hongbinThen, you need to make sure your magnumclient is in stable/kilo as well15:51
*** tbharath has joined #openstack-containers15:52
meehanmanhongbin: I need leave the office, but thanks for the help! I'll have a look further on Monday!15:54
*** meehanman has quit IRC15:55
hongbink15:55
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056616:00
*** Tango|2 has joined #openstack-containers16:02
*** achanda has joined #openstack-containers16:02
*** vilobhmm11 has joined #openstack-containers16:03
*** eghobo has joined #openstack-containers16:07
*** achanda has quit IRC16:08
*** eghobo_ has joined #openstack-containers16:10
*** exploreshaifali has joined #openstack-containers16:12
*** eghobo has quit IRC16:14
*** slotti has quit IRC16:15
*** gangil has joined #openstack-containers16:15
*** gangil has quit IRC16:15
*** gangil has joined #openstack-containers16:15
*** slagle has quit IRC16:19
*** pradk is now known as pradk-lunch16:22
*** unicell1 has quit IRC16:29
*** eghobo_ has quit IRC16:31
*** sthillma has joined #openstack-containers16:31
*** eghobo has joined #openstack-containers16:31
*** Shijia__ has quit IRC16:32
eghobohongbin: question?16:33
hongbineghobo: yes16:33
*** arsalan has joined #openstack-containers16:33
eghobodo you have any ideas about https://bugs.launchpad.net/magnum/+bug/1509198?16:33
openstackLaunchpad bug 1509198 in Magnum "Failed to scale-up cluster for both swarm, k8s cluster" [Undecided,New]16:34
*** sthillma_ has joined #openstack-containers16:34
eghoboit's affect liberty16:34
*** fawadkhaliq has joined #openstack-containers16:35
hongbineghobo: My best guess is that a heat parameter is changing between "stack-create" and "stack-update"16:35
hongbinwhich lead a replacement of a nova instance, thus resulting in that error16:36
*** sthillma has quit IRC16:36
*** sthillma_ is now known as sthillma16:36
eghobohmm, interesting never thought about it16:37
hongbinhere is a similar fix: https://review.openstack.org/#/c/233319/16:38
hongbinI guess the proxy-* parameter was changed somehow.16:38
*** gangil1 has joined #openstack-containers16:39
hongbinsince the non-proxy-* scenario has been tested by several ppl16:39
*** gangil has quit IRC16:39
eghoboI don't use proxy and I see the same error16:40
*** sthillma has quit IRC16:42
hongbin....16:43
hongbinbut I have tested the liberty several times. It works well16:43
eghobodo you mind try again? honestly I tested scale up/down only yesterday ):16:45
hongbineghobo: will do that. Against liberty or master?16:46
eghobothx, a lot. liberty16:46
hongbink16:46
*** Marga_ has joined #openstack-containers16:48
eghobothere is one more16:49
eghobomagnum bay-update k8sbay replace node_count=116:49
eghoboERROR: 'Bay' object has no attribute 'bay_uuid' (HTTP 500)16:49
eghobobut this one is easy to fix, vilobhmm11: any ideas?16:50
vilobhmm11eghobo : will take care of it…you have a bug16:50
vilobhmm11on the way to work …will fix it as soon as i reach work16:51
*** Marga_ has quit IRC16:52
*** Marga_ has joined #openstack-containers16:52
*** achanda has joined #openstack-containers16:52
eghobovilobhmm11: great, appreciate it16:53
vilobhmm11eghobo : you talking about https://bugs.launchpad.net/magnum/+bug/1509198 right ?16:53
openstackLaunchpad bug 1509198 in Magnum "Failed to scale-up cluster for both swarm, k8s cluster" [Undecided,Triaged]16:53
vilobhmm11eghobo : will ping you once i reach work16:53
eghobovilobhmm11: it's different one, I will creat16:54
vilobhmm11eghobo : ok please let me know once you have filed one16:55
*** vilobhmm11 has quit IRC16:59
*** unicell has joined #openstack-containers17:03
eghobovilobhmm11: https://bugs.launchpad.net/magnum/+bug/150943917:04
openstackLaunchpad bug 1509439 in Magnum "Failed to scale-down kub cluster" [Undecided,New]17:04
*** suro-patz has joined #openstack-containers17:07
*** Marga_ has quit IRC17:07
*** Marga_ has joined #openstack-containers17:08
*** achanda has quit IRC17:13
*** david-lyle has joined #openstack-containers17:23
*** harshs has joined #openstack-containers17:25
*** zul has joined #openstack-containers17:25
*** achanda has joined #openstack-containers17:25
*** david-lyle has quit IRC17:29
*** david-lyle has joined #openstack-containers17:34
tbharathhongbin, again, can you please review https://review.openstack.org/#/c/234817/ ?17:34
*** pradk-lunch is now known as pradk17:40
*** david-lyle has quit IRC17:43
*** vilobhmm11 has joined #openstack-containers17:47
vilobhmm11eghobo : hi you have the bug details ? reached work now ; can have a look17:48
*** sthillma has joined #openstack-containers17:51
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056617:54
openstackgerritMerged openstack/magnum: The default of filters should be an empty dict  https://review.openstack.org/23882917:55
eghobovilobhmm11: https://bugs.launchpad.net/magnum/+bug/150943917:56
openstackLaunchpad bug 1509439 in Magnum "Failed to scale-down kub cluster" [Undecided,New]17:56
openstackgerritOpenStack Proposal Bot proposed openstack/python-magnumclient: Updated from global requirements  https://review.openstack.org/23904017:58
vilobhmm11eghobo : ok17:58
*** sthillma has quit IRC18:12
*** david-lyle has joined #openstack-containers18:15
*** tbharath has quit IRC18:17
*** masterbound has quit IRC18:22
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056618:24
vilobhmm11eghobob : ping18:26
vilobhmm11eghobo : ^^18:26
eghobovilobhmm11: ?18:26
vilobhmm11http://paste.openstack.org/show/477282/ can you check this ; hopefully this should solve it18:26
*** rlrossit has left #openstack-containers18:26
*** david-lyle has quit IRC18:27
eghobovilobhmm11: are you going to submit patch?18:30
vilobhmm11yes in the process18:30
eghobogreat18:30
vilobhmm11just wanted to point you to the test18:30
vilobhmm11adrian_otto, hongbin : we will need it for stable/liberty as well18:31
eghobotest looks right, vilobhmm11: i believe so, it's base feature18:33
openstackgerritVilobh Meshram proposed openstack/magnum: Fix the failure to scale-down k8s cluster  https://review.openstack.org/23906218:36
vilobhmm11eghobo : ^^18:36
*** dims_ has joined #openstack-containers18:37
*** manjeets has quit IRC18:37
*** dims has quit IRC18:40
*** dims_ has quit IRC18:42
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056618:45
*** manjeets has joined #openstack-containers18:47
openstackgerritOpenStack Proposal Bot proposed openstack/python-magnumclient: Updated from global requirements  https://review.openstack.org/23904018:49
*** rlrossit has joined #openstack-containers18:52
*** rlrossit has left #openstack-containers18:53
*** dimtruck is now known as zz_dimtruck18:54
*** fawadkhaliq has quit IRC18:57
*** vilobhmm11 has quit IRC19:01
*** vilobhmm11 has joined #openstack-containers19:01
*** vilobhmm11 has quit IRC19:02
*** vilobhmm11 has joined #openstack-containers19:02
*** vilobhmm11 has quit IRC19:03
*** vilobhmm11 has joined #openstack-containers19:03
*** vilobhmm11 has quit IRC19:04
*** vilobhmm11 has joined #openstack-containers19:04
*** vilobhmm11 has quit IRC19:04
*** vilobhmm11 has joined #openstack-containers19:05
*** vilobhmm11 has quit IRC19:05
*** Tango|2 is now known as Tango19:07
*** vilobhmm11 has joined #openstack-containers19:07
*** vilobhmm11 has quit IRC19:08
*** vilobhmm11 has joined #openstack-containers19:08
*** vilobhmm11 has quit IRC19:08
eghobovilobhmm11: ?19:08
*** vilobhmm11 has joined #openstack-containers19:09
*** vilobhmm11 has quit IRC19:09
*** vilobhmm11 has joined #openstack-containers19:09
*** dims has joined #openstack-containers19:10
*** vilobhmm11 has quit IRC19:10
*** vilobhmm11 has joined #openstack-containers19:10
*** vilobhmm11 has quit IRC19:11
*** vilobhmm11 has joined #openstack-containers19:11
*** vilobhmm11 has quit IRC19:11
*** vilobhmm11 has joined #openstack-containers19:11
*** vilobhmm11 has quit IRC19:12
*** vilobhmm11 has joined #openstack-containers19:12
*** vilobhmm11 has quit IRC19:12
*** vilobhmm11 has joined #openstack-containers19:12
*** vilobhmm11 has quit IRC19:13
*** vilobhmm11 has joined #openstack-containers19:13
*** achanda has quit IRC19:17
*** dims has quit IRC19:17
*** vilobhmm11 has quit IRC19:26
*** eghobo_ has joined #openstack-containers19:28
*** rlrossit has joined #openstack-containers19:30
*** eghobo has quit IRC19:31
*** zz_dimtruck is now known as dimtruck19:40
*** harshs has quit IRC19:43
*** harshs has joined #openstack-containers19:54
*** alex_klimov has quit IRC19:59
*** vilobhmm11 has joined #openstack-containers19:59
*** rlrossit has left #openstack-containers20:04
*** vilobhmm11 has quit IRC20:07
*** vilobhmm11 has joined #openstack-containers20:07
*** vilobhmm11 has quit IRC20:08
*** vilobhmm11 has joined #openstack-containers20:08
*** vilobhmm11 has quit IRC20:08
*** vilobhmm11 has joined #openstack-containers20:09
*** vilobhmm11 has quit IRC20:09
*** vilobhmm11 has joined #openstack-containers20:10
*** Tango has quit IRC20:11
*** vilobhmm11 has quit IRC20:12
*** vilobhmm11 has joined #openstack-containers20:13
*** vilobhmm11 has quit IRC20:14
*** vilobhmm11 has joined #openstack-containers20:14
*** vilobhmm11 has quit IRC20:14
*** vilobhmm11 has joined #openstack-containers20:15
*** vilobhmm11 has quit IRC20:15
*** vilobhmm11 has joined #openstack-containers20:16
*** vilobhmm11 has quit IRC20:16
*** achanda has joined #openstack-containers20:17
*** achanda has quit IRC20:23
*** sthillma has joined #openstack-containers20:24
*** vilobhmm11 has joined #openstack-containers20:27
openstackgerritVilobh Meshram proposed openstack/magnum: Fix the failure to scale-down k8s cluster  https://review.openstack.org/23906220:28
*** vilobhmm11 has quit IRC20:32
*** pradk has quit IRC20:35
*** dims has joined #openstack-containers20:37
*** harshs has quit IRC20:37
*** mbound has joined #openstack-containers20:40
*** harlowja has joined #openstack-containers20:46
openstackgerritHongbin Lu proposed openstack/magnum: Combine k8s api tests into one  https://review.openstack.org/23910820:54
*** achanda has joined #openstack-containers20:59
*** harshs has joined #openstack-containers21:00
*** harlowja has quit IRC21:10
*** dimtruck is now known as zz_dimtruck21:24
*** gangil1 has quit IRC21:25
*** gangil has joined #openstack-containers21:26
*** gangil has quit IRC21:26
*** gangil has joined #openstack-containers21:26
*** eghobo_ has quit IRC21:29
*** eghobo has joined #openstack-containers21:29
*** muralia1 has quit IRC21:42
*** dims_ has joined #openstack-containers21:49
*** dims has quit IRC21:52
*** dims_ has quit IRC21:53
*** dims has joined #openstack-containers22:06
*** achanda has quit IRC22:07
*** exploreshaifali has quit IRC22:15
*** slagle has joined #openstack-containers22:21
*** manjeets has quit IRC22:23
*** eghobo has quit IRC22:26
*** achanda has joined #openstack-containers22:50
*** dims has quit IRC22:57
*** slagle has quit IRC23:05
*** zz_dimtruck is now known as dimtruck23:10
*** dims has joined #openstack-containers23:25
*** hongbin has quit IRC23:25
*** arsalan has quit IRC23:28
*** achanda has quit IRC23:29
*** achanda has joined #openstack-containers23:29
*** dims_ has joined #openstack-containers23:30
*** muralia has joined #openstack-containers23:32
*** _navneet has joined #openstack-containers23:33
*** _navneet has quit IRC23:33
*** dims has quit IRC23:34
*** dimtruck is now known as zz_dimtruck23:38
*** jongchoi has joined #openstack-containers23:38
*** zz_dimtruck is now known as dimtruck23:43
*** harshs has quit IRC23:49
*** harshs has joined #openstack-containers23:50
*** dimtruck is now known as zz_dimtruck23:58

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