*** muralia has joined #openstack-containers | 00:08 | |
openstackgerrit | Egor Guz proposed openstack/magnum: Kubectl configuration for certificates https://review.openstack.org/238726 | 00:09 |
---|---|---|
*** EricGonczer_ has joined #openstack-containers | 00:11 | |
*** harshs has joined #openstack-containers | 00:12 | |
*** EricGonczer_ has quit IRC | 00:16 | |
*** EricGonczer_ has joined #openstack-containers | 00:16 | |
*** julim has quit IRC | 00:21 | |
*** sdake has quit IRC | 00:22 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 00:33 |
*** vimal has quit IRC | 00:33 | |
*** sdake has joined #openstack-containers | 00:38 | |
*** Tango has joined #openstack-containers | 00:39 | |
*** sthillma has quit IRC | 00:44 | |
*** lyanchih has joined #openstack-containers | 00:46 | |
*** suro-patz has quit IRC | 00:48 | |
*** lyanchih has quit IRC | 00:51 | |
*** harlowja_ has quit IRC | 00:51 | |
*** hongbin has joined #openstack-containers | 00:57 | |
*** EricGonczer_ has quit IRC | 00:58 | |
*** vimal has joined #openstack-containers | 00:59 | |
*** sdake has quit IRC | 00:59 | |
*** zul has quit IRC | 01:01 | |
*** mbound has quit IRC | 01:09 | |
*** zhenguo has joined #openstack-containers | 01:10 | |
openstackgerrit | Merged openstack/magnum: Reduce complexity of poll_and_check method https://review.openstack.org/229072 | 01:11 |
openstackgerrit | Merged openstack/magnum: Refactor periodic task sync_bay_status https://review.openstack.org/235897 | 01:12 |
openstackgerrit | Eli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing https://review.openstack.org/226125 | 01:12 |
openstackgerrit | Merged openstack/magnum: Refactor config setup to reduce complexity https://review.openstack.org/235898 | 01:13 |
openstackgerrit | Merged openstack/magnum: Refactor MagnumException to reduce complexity https://review.openstack.org/235899 | 01:13 |
*** EricGonczer_ has joined #openstack-containers | 01:18 | |
*** sdake has joined #openstack-containers | 01:18 | |
*** wanghua_ has quit IRC | 01:19 | |
openstackgerrit | Egor Guz proposed openstack/magnum: Kubectl configuration for certificates https://review.openstack.org/238726 | 01:24 |
*** EricGonczer_ has quit IRC | 01:29 | |
*** wanghua has joined #openstack-containers | 01:34 | |
Kennan | eliqiao: | 01:36 |
Kennan | ping | 01:36 |
eliqiao | hi | 01:40 |
eliqiao | Kennan: pong | 01:40 |
Kennan | could you show your minion and master iptables ? | 01:40 |
*** tbh has joined #openstack-containers | 01:42 | |
eliqiao | Kennan: sure | 01:43 |
*** ljianbj has joined #openstack-containers | 01:44 | |
eliqiao | Kennan: no rules in iptables | 01:44 |
Kennan | eliqiao: minion node ? | 01:44 |
eliqiao | http://paste.openstack.org/show/477223/ | 01:45 |
Kennan | eliqiao: strange. did you try sudo iptables-save ? | 01:46 |
*** lyanchih has joined #openstack-containers | 01:47 | |
eliqiao | Kennan: hmm, there are some output, I will show you | 01:47 |
eliqiao | http://paste.openstack.org/show/477224/ | 01:48 |
eliqiao | Kennan: ^^ | 01:48 |
Kennan | eliqiao: did you use latest atomic-5 image ? | 01:50 |
eliqiao | yes. | 01:50 |
Kennan | my master iptables not same as yours | 01:50 |
*** gangil has quit IRC | 01:50 | |
eliqiao | Kennan: wait a min | 01:50 |
eliqiao | Kennan: let me double check. | 01:51 |
Kennan | also eliqiao: not sure why your master node have docker0 related. if I remmeber correctly. docker not run on master node | 01:51 |
eliqiao | Kennan: hmm.. seem's it is started by add-proxy.sh | 01:52 |
*** dims has quit IRC | 01:53 | |
eliqiao | Kennan: this is new image http://paste.openstack.org/show/477225/ | 01:53 |
eliqiao | Kennan: 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#L17 | 01:54 |
eliqiao | Kennan: I don't know docker will not start on k8s master, if so , that's a mistake. | 01:55 |
*** achanda has quit IRC | 01:55 | |
Kennan | eliqiao: what you give me seems add-proxy.sh | 01:56 |
Kennan | I did not find iptables related with that. did I miss something ? | 01:56 |
Kennan | for master node; eliqiao: for service in etcd kube-apiserver kube-scheduler kube-controller-manager; | 01:56 |
Kennan | it not include docker | 01:56 |
Kennan | so docker should not enable on master node | 01:56 |
eliqiao | Kennan: yes, I mean add-proxy will start docker service, no change will be involved in iptables. | 01:57 |
eliqiao | Kennan: we can remove this line https://github.com/openstack/magnum/blob/master/magnum/templates/heat-kubernetes/fragments/add-proxy.sh#L17 | 01:57 |
eliqiao | if ther are docker service running, it will reload the config file itself, we don't need to restart it right? | 01:58 |
eliqiao | Kennan: BTW, we need this patch https://review.openstack.org/#/c/238721/ | 01:59 |
Kennan | eliqiao: I am not sure. right now, what I have discovered in my env, iptables in master very different from yours | 02:00 |
*** eghobo has quit IRC | 02:00 | |
Kennan | eliqiao: it is just magnum in api change | 02:00 |
eliqiao | 172.24.4.30 is master | 02:00 |
Kennan | that patch seems not related with k8s itself | 02:00 |
eliqiao | Kennan: yeah, it's another thread, we may need backport it to L release. | 02:00 |
eliqiao | Kennan: sorry to mix them up, but seem it is a hurry patch | 02:01 |
eliqiao | Kennan: yes, my master may different with yours, since I start dockder0 by mistake. | 02:02 |
Kennan | ok eliqiao: I have verified both on VM env and BM env, all hit same issue, which means k8s can not work well for kubectl commands | 02:02 |
Kennan | I am curious why others not hit | 02:03 |
eliqiao | Kennan: do you use this image https://fedorapeople.org/groups/magnum/fedora-21-atomic-5.qcow2 ? | 02:03 |
Kennan | yes eliqiao | 02:04 |
Kennan | since I all followed dev-quick gudei | 02:04 |
Kennan | and devstack download that for me | 02:04 |
eliqiao | how you create your bay/baymodel and what's your devstack localrc looks like? | 02:05 |
Kennan | ok eliqiao: let me show you | 02:06 |
Kennan | eliqiao: http://paste.openstack.org/show/477227/ | 02:07 |
Kennan | here is the baymodel | 02:08 |
Kennan | http://paste.openstack.org/show/477228/ | 02:08 |
Kennan | for proxy setting, I used your instruction | 02:09 |
*** mbound has joined #openstack-containers | 02:10 | |
*** unicell has quit IRC | 02:11 | |
eliqiao | the difference is dns_nameserver , but seems no related at all right? | 02:11 |
Kennan | yes, I think so eliqiao: the dev-guide not said dns_nameserver special setting | 02:12 |
openstackgerrit | Motohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 02:13 |
*** david-lyle has quit IRC | 02:13 | |
Kennan | eliqiao: so you said if enabled docker in master service, it would flow with such iptables | 02:14 |
Kennan | right? | 02:14 |
Kennan | and is docker still running on your master node ? | 02:14 |
eliqiao | Kennan: yes, but that doesn't matter | 02:15 |
*** mbound has quit IRC | 02:15 | |
*** muralia has quit IRC | 02:16 | |
*** sdake has quit IRC | 02:17 | |
*** harshs has quit IRC | 02:18 | |
Kennan | hi eliqiao: | 02:22 |
Kennan | could you try one command on your minion node ? | 02:22 |
*** muralia has joined #openstack-containers | 02:23 | |
eliqiao | Kennan: sure | 02:31 |
*** Marga_ has quit IRC | 02:34 | |
*** Marga_ has joined #openstack-containers | 02:34 | |
*** Marga_ has quit IRC | 02:39 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/230566 | 02:40 |
*** muralia has quit IRC | 02:43 | |
*** sdake has joined #openstack-containers | 02:48 | |
*** hongbin has quit IRC | 02:59 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing https://review.openstack.org/226125 | 03:02 |
*** david-lyle has joined #openstack-containers | 03:15 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 03:15 |
*** david-lyle has quit IRC | 03:23 | |
*** sdake has quit IRC | 03:28 | |
*** david-lyle has joined #openstack-containers | 03:31 | |
*** tbh has quit IRC | 03:32 | |
*** sdake has joined #openstack-containers | 03:38 | |
*** Bhavani has quit IRC | 03:52 | |
*** dims has joined #openstack-containers | 03:53 | |
*** achanda has joined #openstack-containers | 03:55 | |
*** eghobo has joined #openstack-containers | 03:55 | |
*** mbound has joined #openstack-containers | 03:57 | |
eghobo | eliqiao: hi, do you mind retest cluster scale up/down for swarm/kub for liberty? | 03:58 |
eliqiao | eghobo: I didn't test cluser scale up down | 03:58 |
eliqiao | eghobo: I can try | 03:59 |
*** dims has quit IRC | 03:59 | |
eghobo | eliqiao: thx | 04:00 |
*** achanda has quit IRC | 04:00 | |
eliqiao | eghobo: wanghua found a bug when doing pod/rc/service list. | 04:01 |
eliqiao | eghobo: we are trying to fix it. | 04:01 |
*** mbound has quit IRC | 04:01 | |
eghobo | yes, saw email | 04:04 |
*** lyanchih has quit IRC | 04:05 | |
eghobo | does it mean list will show all rcs? | 04:05 |
*** fawadkhaliq has joined #openstack-containers | 04:18 | |
eliqiao | eghobo: yeah | 04:18 |
eliqiao | clinet has bug and also m-api doesn't work well. | 04:18 |
eghobo | bad, definitely need fix in liberty. is it just for rc? what about pod and service? | 04:19 |
*** sdake has quit IRC | 04:21 | |
*** achanda has joined #openstack-containers | 04:21 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 04:26 |
eliqiao | hi yuanying | 04:28 |
eliqiao | thanks for updating the patch about, you are cool. | 04:28 |
*** chandankumar_awa is now known as chandankumar | 04:29 | |
*** sdake has joined #openstack-containers | 04:40 | |
*** achanda_ has joined #openstack-containers | 04:40 | |
*** achanda_ has quit IRC | 04:41 | |
*** achanda_ has joined #openstack-containers | 04:42 | |
*** achanda has quit IRC | 04:43 | |
*** achanda_ has quit IRC | 04:44 | |
*** sdake has quit IRC | 04:44 | |
*** sdake has joined #openstack-containers | 04:45 | |
*** achanda has joined #openstack-containers | 04:45 | |
*** Marga_ has joined #openstack-containers | 04:46 | |
*** Marga_ has joined #openstack-containers | 04:47 | |
*** Marga_ has quit IRC | 04:52 | |
*** dave-mccowan has quit IRC | 04:53 | |
*** dave-mccowan has joined #openstack-containers | 04:53 | |
*** tbh has joined #openstack-containers | 05:00 | |
*** lyanchih has joined #openstack-containers | 05:02 | |
*** eghobo has quit IRC | 05:05 | |
*** manikanta has joined #openstack-containers | 05:07 | |
*** manikanta_ has joined #openstack-containers | 05:08 | |
*** eghobo has joined #openstack-containers | 05:10 | |
*** sdake has quit IRC | 05:13 | |
*** lyanchih has quit IRC | 05:15 | |
*** diga has joined #openstack-containers | 05:19 | |
*** unicell has joined #openstack-containers | 05:20 | |
Kennan | eliqiao: I used local dns server, still the kubectl get nodes -s https://vip:6443 cli would cost 42seconds | 05:24 |
*** david-lyle has quit IRC | 05:24 | |
Kennan | I really did not find difference between your env and my :0 | 05:24 |
*** sdake has joined #openstack-containers | 05:26 | |
*** achanda has quit IRC | 05:37 | |
*** unicell has quit IRC | 05:38 | |
*** unicell has joined #openstack-containers | 05:38 | |
eliqiao | Kennan: hmm.. | 05:39 |
*** eghobo has quit IRC | 05:40 | |
*** lyanchih has joined #openstack-containers | 05:44 | |
*** eghobo has joined #openstack-containers | 05:48 | |
*** achanda has joined #openstack-containers | 05:54 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 06:01 |
eliqiao | ping wanghua | 06:02 |
eliqiao | how 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 patch | 06:02 |
wanghua | eliqiao:Ihave merged it. | 06:06 |
eliqiao | wanghua: ah ,thanks | 06:06 |
eliqiao | wanghua: I would like to cherry-pick it to L branch | 06:06 |
wanghua | eliqiao: thanks | 06:07 |
openstackgerrit | Eli Qiao proposed openstack/magnum: Fix k8s CLI to work with Bay name https://review.openstack.org/238721 | 06:08 |
eliqiao | oh... my bad.. | 06:08 |
eliqiao | wanghua: could you help +w | 06:08 |
wanghua | eliqiao:done | 06:10 |
eliqiao | wanghua: thx | 06:10 |
eghobo | eliqiao: are you going to do back-port to liberty? | 06:11 |
eliqiao | eghobo: yeah. | 06:11 |
eghobo | eliqiao: great | 06:12 |
*** shuquan has joined #openstack-containers | 06:12 | |
eliqiao | ping eghobo: | 06:28 |
eghobo | eliqiao: what's up? | 06:28 |
eliqiao | eghobo: testing bay-update, but failed to update | 06:29 |
eliqiao | both k8s/swarm not working | 06:29 |
eghobo | what kind of errors? | 06:29 |
eliqiao | error message is Port 0079c612-8747-496f-8a6d-ca9f6de5183c is still in use | 06:29 |
eliqiao | both of them are same. | 06:29 |
eghobo | i see, please create bugs | 06:30 |
eghobo | what about scale down? | 06:30 |
eliqiao | eghobo: will do it | 06:31 |
*** shuquan has quit IRC | 06:31 | |
*** diga has quit IRC | 06:39 | |
*** suro-patz has joined #openstack-containers | 06:43 | |
*** slotti has joined #openstack-containers | 06:44 | |
*** suro-patz has quit IRC | 06:45 | |
eliqiao | ping hongbin? | 06:52 |
*** alex_klimov has quit IRC | 06:55 | |
*** alex_klimov has joined #openstack-containers | 06:55 | |
*** dims has joined #openstack-containers | 06:58 | |
*** achanda has quit IRC | 07:00 | |
*** dims has quit IRC | 07:03 | |
*** achanda has joined #openstack-containers | 07:04 | |
eliqiao | eghobo: also has bug :( | 07:05 |
*** suro-patz has joined #openstack-containers | 07:05 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Make retrieve_bay support retrieve_bay from bay. https://review.openstack.org/238822 | 07:20 |
*** eghobo has quit IRC | 07:24 | |
*** Tango has quit IRC | 07:30 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing https://review.openstack.org/226125 | 07:35 |
*** achanda has quit IRC | 07:43 | |
*** achanda has joined #openstack-containers | 07:47 | |
*** achanda has quit IRC | 07:51 | |
openstackgerrit | Hua Wang proposed openstack/magnum: The default of filters should be an empty dict https://review.openstack.org/238829 | 07:54 |
*** alejandrito has joined #openstack-containers | 07:57 | |
*** suro-patz has quit IRC | 07:57 | |
*** suro-patz has joined #openstack-containers | 07:58 | |
*** suro-patz has quit IRC | 07:58 | |
*** mbound has joined #openstack-containers | 08:06 | |
slotti | Hey 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 |
openstackgerrit | Eli Qiao proposed openstack/magnum: Fix exception when create bay failed https://review.openstack.org/238835 | 08:13 |
wanghua | slotti: the master and liberty branch have little difference | 08:15 |
wanghua | slotti: you can use one of them | 08:15 |
slotti | wanghua: ah ok, thank you. I just wanted to be sure that it is ok :-) | 08:17 |
openstackgerrit | Motohiro/Yuanying Otsuka proposed openstack/magnum: [WIP]Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 08:18 |
openstackgerrit | Hua Wang proposed openstack/magnum: Remove unnecessary parameter https://review.openstack.org/238841 | 08:44 |
*** lyanchih has quit IRC | 08:57 | |
*** lyanchih has joined #openstack-containers | 09:04 | |
*** i316653 has joined #openstack-containers | 09:18 | |
openstackgerrit | Merged openstack/magnum: Fix k8s CLI to work with Bay name https://review.openstack.org/238721 | 09:18 |
i316653 | Hi, 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 |
wanghua | i316653: service-create is replaced by coe-service-create | 09:22 |
wanghua | now | 09:22 |
*** i316653 has quit IRC | 09:25 | |
*** meehanman has joined #openstack-containers | 09:26 | |
eliqiao | wanghua: would you please help to merge the backport patch https://review.openstack.org/#/c/238853/ | 09:29 |
openstackgerrit | Eli Qiao proposed openstack/magnum: Fix exception when create bay failed https://review.openstack.org/238835 | 09:31 |
wanghua | Eliqiao:done | 09:32 |
eliqiao | wanghua: thank you | 09:32 |
eliqiao | wanghua: how about the pot-list bug? | 09:32 |
wanghua | I am writing the patch | 09:33 |
eliqiao | wanghua: looking forward that , and still we need a patch for CLI | 09:33 |
wanghua | eliqiao: Yes, I will | 09:34 |
eliqiao | hi yuanying there? | 09:35 |
*** shuquan has joined #openstack-containers | 09:40 | |
*** achanda has joined #openstack-containers | 09:49 | |
yuanying | eliqiao: sorry I must go home now | 09:51 |
eliqiao | yuanying: sure, see you :) | 09:52 |
*** lyanchih has quit IRC | 09:54 | |
*** achanda has quit IRC | 09:54 | |
*** masterbound has joined #openstack-containers | 09:58 | |
*** shuquan_ has joined #openstack-containers | 10:00 | |
*** shuquan has quit IRC | 10:00 | |
*** shuquan_ is now known as shuquan | 10:00 | |
*** Shijia has joined #openstack-containers | 10:07 | |
*** mbound has quit IRC | 10:07 | |
*** manikanta_ has quit IRC | 10:07 | |
*** zhenguo has quit IRC | 10:07 | |
*** ArchiFleKs has quit IRC | 10:07 | |
*** filler has quit IRC | 10:07 | |
*** shuquan has quit IRC | 10:09 | |
*** Shijia has quit IRC | 10:09 | |
*** f1ller has joined #openstack-containers | 10:09 | |
*** manikanta_ has joined #openstack-containers | 10:13 | |
*** ArchiFleKs has joined #openstack-containers | 10:14 | |
*** dims has joined #openstack-containers | 10:29 | |
openstackgerrit | bharaththiruveedula proposed openstack/magnum: Monitor driver for k8s bay type https://review.openstack.org/234817 | 10:32 |
*** lyanchih has joined #openstack-containers | 10:37 | |
*** lyanchih has quit IRC | 10:42 | |
slotti | is it possible to run magnum without barbican (for testing)? | 10:42 |
*** achanda has joined #openstack-containers | 10:52 | |
eliqiao | slotti: yeah | 10:56 |
*** achanda has quit IRC | 10:58 | |
*** exploreshaifali has joined #openstack-containers | 11:09 | |
meehanman | The 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 bae | 11:18 |
*** Shijia has joined #openstack-containers | 11:19 | |
*** Shijia_ has joined #openstack-containers | 11:20 | |
*** Shijia__ has joined #openstack-containers | 11:21 | |
*** Shijia has quit IRC | 11:21 | |
*** alejandrito has quit IRC | 11:22 | |
eliqiao | meehanman: that is to say the service is not created. | 11:23 |
eliqiao | meehanman: can you check your conductor log ? | 11:23 |
*** Shijia_ has quit IRC | 11:24 | |
*** zul has joined #openstack-containers | 11:25 | |
*** sdake_ has joined #openstack-containers | 11:27 | |
*** exploreshaifali has quit IRC | 11:28 | |
*** sdake has quit IRC | 11:29 | |
*** sdake has joined #openstack-containers | 11:31 | |
*** sdake_ has quit IRC | 11:34 | |
meehanman | eliqiao: 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 IRC | 11:46 | |
*** exploreshaifali has joined #openstack-containers | 11:46 | |
*** openstackgerrit has joined #openstack-containers | 11:47 | |
*** pradk has joined #openstack-containers | 11:53 | |
eliqiao | meehanman: sorry , i need to go, you may need to debug k8s cluster. | 11:59 |
openstackgerrit | Eli Qiao proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing https://review.openstack.org/226125 | 12:06 |
*** zul has quit IRC | 12:10 | |
*** EricGonczer_ has joined #openstack-containers | 12:19 | |
*** BhavyaM has joined #openstack-containers | 12:20 | |
*** EricGonc_ has joined #openstack-containers | 12:21 | |
*** EricGonczer_ has quit IRC | 12:24 | |
*** fawadkhaliq has quit IRC | 12:25 | |
*** tbh has quit IRC | 12:27 | |
*** EricGonc_ has quit IRC | 12:27 | |
*** EricGonczer_ has joined #openstack-containers | 12:29 | |
*** manikanta_ has quit IRC | 12:29 | |
*** EricGonczer_ has quit IRC | 12:29 | |
*** manikanta has quit IRC | 12:29 | |
*** alejandrito has joined #openstack-containers | 12:32 | |
*** dims has quit IRC | 12:34 | |
*** dims has joined #openstack-containers | 12:34 | |
*** sdake has quit IRC | 12:48 | |
*** wangqun has joined #openstack-containers | 12:50 | |
*** eggshell has quit IRC | 12:53 | |
*** achanda has joined #openstack-containers | 12:55 | |
*** Tango has joined #openstack-containers | 12:58 | |
*** eggshell has joined #openstack-containers | 12:58 | |
*** achanda has quit IRC | 13:01 | |
*** sdake has joined #openstack-containers | 13:01 | |
*** rlrossit has joined #openstack-containers | 13:04 | |
*** zz_dimtruck is now known as dimtruck | 13:07 | |
*** sdake has quit IRC | 13:15 | |
*** eghobo has joined #openstack-containers | 13:19 | |
*** vimal has quit IRC | 13:37 | |
*** hongbin has joined #openstack-containers | 13:40 | |
*** dimtruck is now known as zz_dimtruck | 13:40 | |
*** fawadkhaliq has joined #openstack-containers | 13:49 | |
*** pradk has quit IRC | 13:56 | |
*** pradk has joined #openstack-containers | 13:57 | |
slotti | Is 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 |
meehanman | slotti 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's | 14:09 |
slotti | ok, thank you. I will try it :-) | 14:11 |
*** manjeets has joined #openstack-containers | 14:15 | |
*** lyanchih has joined #openstack-containers | 14:16 | |
*** muralia has joined #openstack-containers | 14:18 | |
*** muralia1 has joined #openstack-containers | 14:20 | |
*** lyanchih has quit IRC | 14:21 | |
*** fawadkhaliq has quit IRC | 14:23 | |
*** muralia has quit IRC | 14:23 | |
*** eghobo has quit IRC | 14:23 | |
*** _navneet has joined #openstack-containers | 14:28 | |
*** zz_dimtruck is now known as dimtruck | 14:28 | |
*** v1k0d3n has joined #openstack-containers | 14:36 | |
*** _navneet has quit IRC | 14:48 | |
*** exploreshaifali has quit IRC | 14:50 | |
*** Tango has quit IRC | 14:52 | |
*** fawadkhaliq has joined #openstack-containers | 14:53 | |
*** fawadkhaliq has quit IRC | 14:57 | |
*** achanda has joined #openstack-containers | 14:58 | |
*** Shijia__ has quit IRC | 15:03 | |
*** Shijia__ has joined #openstack-containers | 15:03 | |
*** achanda has quit IRC | 15:04 | |
*** wangqun has quit IRC | 15:05 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/magnum: [WIP]Add functional test cases for swarm baymodel/bay/dockerAPI testing https://review.openstack.org/226125 | 15:07 |
*** BertrandN has quit IRC | 15:15 | |
meehanman | Magnum pod-show <POD UUID> <BAY NAME> is returning a 404. Any ideas? | 15:21 |
*** BhavyaM has quit IRC | 15:21 | |
hongbin | meehanman: could you paste the full error message? | 15:28 |
meehanman | hongbin: >> http://paste.openstack.org/show/477273/ << | 15:29 |
hongbin | meehanman: could you verify if the pod&bay exist: magnum pod-list & magnum bay-list | 15:31 |
meehanman | Yeah, 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 |
meehanman | Note, I cannot run pod-show or pod-delete, only showing a 404 error | 15:33 |
hongbin | k. Let me try the command locally | 15:35 |
meehanman | Thanks | 15:36 |
*** unicell1 has joined #openstack-containers | 15:37 | |
meehanman | hongbin: 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 IRC | 15:38 | |
*** fawadkhaliq has joined #openstack-containers | 15:39 | |
hongbin | meehanman: there is a bug. It works if you type it this way: magnum pod-show redis-master $(uuidgen) | 15:40 |
meehanman | uuidgen? | 15:40 |
meehanman | hongbin: Okey, random UUID. I'm on SLES12! :) | 15:41 |
hongbin | meehanman: does it work if you replace the bay name with an uuid? | 15:42 |
*** fawadkhaliq has quit IRC | 15:43 | |
meehanman | hongbin: Unfortunately not. (magnum pod-show 1ac35763-772f-4f18-983f-a259dff643ae 894fb4ad-38e1-42bf-a197-7bad6626ab70) still shows up as 404 | 15:44 |
hongbin | meehanman: It works for me. Several things to verify: | 15:46 |
hongbin | 1. Make sure magnum is up-to-date | 15:46 |
hongbin | cd /opt/stack/magnum | 15:46 |
hongbin | git pull origin master | 15:46 |
hongbin | 2. Make sure magnumclient is up-to-date | 15:46 |
meehanman | Okey, I'm sorry I never mentioned before also, I'm working on stable/kilo | 15:46 |
hongbin | Are you able to upgrade to stable/liberty. I don't think anyone is testing the stable/kilo | 15:47 |
meehanman | Not currently | 15:47 |
hongbin | Then, you need to make sure your magnumclient is in stable/kilo as well | 15:51 |
*** tbharath has joined #openstack-containers | 15:52 | |
meehanman | hongbin: I need leave the office, but thanks for the help! I'll have a look further on Monday! | 15:54 |
*** meehanman has quit IRC | 15:55 | |
hongbin | k | 15:55 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/230566 | 16:00 |
*** Tango|2 has joined #openstack-containers | 16:02 | |
*** achanda has joined #openstack-containers | 16:02 | |
*** vilobhmm11 has joined #openstack-containers | 16:03 | |
*** eghobo has joined #openstack-containers | 16:07 | |
*** achanda has quit IRC | 16:08 | |
*** eghobo_ has joined #openstack-containers | 16:10 | |
*** exploreshaifali has joined #openstack-containers | 16:12 | |
*** eghobo has quit IRC | 16:14 | |
*** slotti has quit IRC | 16:15 | |
*** gangil has joined #openstack-containers | 16:15 | |
*** gangil has quit IRC | 16:15 | |
*** gangil has joined #openstack-containers | 16:15 | |
*** slagle has quit IRC | 16:19 | |
*** pradk is now known as pradk-lunch | 16:22 | |
*** unicell1 has quit IRC | 16:29 | |
*** eghobo_ has quit IRC | 16:31 | |
*** sthillma has joined #openstack-containers | 16:31 | |
*** eghobo has joined #openstack-containers | 16:31 | |
*** Shijia__ has quit IRC | 16:32 | |
eghobo | hongbin: question? | 16:33 |
hongbin | eghobo: yes | 16:33 |
*** arsalan has joined #openstack-containers | 16:33 | |
eghobo | do you have any ideas about https://bugs.launchpad.net/magnum/+bug/1509198? | 16:33 |
openstack | Launchpad bug 1509198 in Magnum "Failed to scale-up cluster for both swarm, k8s cluster" [Undecided,New] | 16:34 |
*** sthillma_ has joined #openstack-containers | 16:34 | |
eghobo | it's affect liberty | 16:34 |
*** fawadkhaliq has joined #openstack-containers | 16:35 | |
hongbin | eghobo: My best guess is that a heat parameter is changing between "stack-create" and "stack-update" | 16:35 |
hongbin | which lead a replacement of a nova instance, thus resulting in that error | 16:36 |
*** sthillma has quit IRC | 16:36 | |
*** sthillma_ is now known as sthillma | 16:36 | |
eghobo | hmm, interesting never thought about it | 16:37 |
hongbin | here is a similar fix: https://review.openstack.org/#/c/233319/ | 16:38 |
hongbin | I guess the proxy-* parameter was changed somehow. | 16:38 |
*** gangil1 has joined #openstack-containers | 16:39 | |
hongbin | since the non-proxy-* scenario has been tested by several ppl | 16:39 |
*** gangil has quit IRC | 16:39 | |
eghobo | I don't use proxy and I see the same error | 16:40 |
*** sthillma has quit IRC | 16:42 | |
hongbin | .... | 16:43 |
hongbin | but I have tested the liberty several times. It works well | 16:43 |
eghobo | do you mind try again? honestly I tested scale up/down only yesterday ): | 16:45 |
hongbin | eghobo: will do that. Against liberty or master? | 16:46 |
eghobo | thx, a lot. liberty | 16:46 |
hongbin | k | 16:46 |
*** Marga_ has joined #openstack-containers | 16:48 | |
eghobo | there is one more | 16:49 |
eghobo | magnum bay-update k8sbay replace node_count=1 | 16:49 |
eghobo | ERROR: 'Bay' object has no attribute 'bay_uuid' (HTTP 500) | 16:49 |
eghobo | but this one is easy to fix, vilobhmm11: any ideas? | 16:50 |
vilobhmm11 | eghobo : will take care of it…you have a bug | 16:50 |
vilobhmm11 | on the way to work …will fix it as soon as i reach work | 16:51 |
*** Marga_ has quit IRC | 16:52 | |
*** Marga_ has joined #openstack-containers | 16:52 | |
*** achanda has joined #openstack-containers | 16:52 | |
eghobo | vilobhmm11: great, appreciate it | 16:53 |
vilobhmm11 | eghobo : you talking about https://bugs.launchpad.net/magnum/+bug/1509198 right ? | 16:53 |
openstack | Launchpad bug 1509198 in Magnum "Failed to scale-up cluster for both swarm, k8s cluster" [Undecided,Triaged] | 16:53 |
vilobhmm11 | eghobo : will ping you once i reach work | 16:53 |
eghobo | vilobhmm11: it's different one, I will creat | 16:54 |
vilobhmm11 | eghobo : ok please let me know once you have filed one | 16:55 |
*** vilobhmm11 has quit IRC | 16:59 | |
*** unicell has joined #openstack-containers | 17:03 | |
eghobo | vilobhmm11: https://bugs.launchpad.net/magnum/+bug/1509439 | 17:04 |
openstack | Launchpad bug 1509439 in Magnum "Failed to scale-down kub cluster" [Undecided,New] | 17:04 |
*** suro-patz has joined #openstack-containers | 17:07 | |
*** Marga_ has quit IRC | 17:07 | |
*** Marga_ has joined #openstack-containers | 17:08 | |
*** achanda has quit IRC | 17:13 | |
*** david-lyle has joined #openstack-containers | 17:23 | |
*** harshs has joined #openstack-containers | 17:25 | |
*** zul has joined #openstack-containers | 17:25 | |
*** achanda has joined #openstack-containers | 17:25 | |
*** david-lyle has quit IRC | 17:29 | |
*** david-lyle has joined #openstack-containers | 17:34 | |
tbharath | hongbin, again, can you please review https://review.openstack.org/#/c/234817/ ? | 17:34 |
*** pradk-lunch is now known as pradk | 17:40 | |
*** david-lyle has quit IRC | 17:43 | |
*** vilobhmm11 has joined #openstack-containers | 17:47 | |
vilobhmm11 | eghobo : hi you have the bug details ? reached work now ; can have a look | 17:48 |
*** sthillma has joined #openstack-containers | 17:51 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/230566 | 17:54 |
openstackgerrit | Merged openstack/magnum: The default of filters should be an empty dict https://review.openstack.org/238829 | 17:55 |
eghobo | vilobhmm11: https://bugs.launchpad.net/magnum/+bug/1509439 | 17:56 |
openstack | Launchpad bug 1509439 in Magnum "Failed to scale-down kub cluster" [Undecided,New] | 17:56 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-magnumclient: Updated from global requirements https://review.openstack.org/239040 | 17:58 |
vilobhmm11 | eghobo : ok | 17:58 |
*** sthillma has quit IRC | 18:12 | |
*** david-lyle has joined #openstack-containers | 18:15 | |
*** tbharath has quit IRC | 18:17 | |
*** masterbound has quit IRC | 18:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/230566 | 18:24 |
vilobhmm11 | eghobob : ping | 18:26 |
vilobhmm11 | eghobo : ^^ | 18:26 |
eghobo | vilobhmm11: ? | 18:26 |
vilobhmm11 | http://paste.openstack.org/show/477282/ can you check this ; hopefully this should solve it | 18:26 |
*** rlrossit has left #openstack-containers | 18:26 | |
*** david-lyle has quit IRC | 18:27 | |
eghobo | vilobhmm11: are you going to submit patch? | 18:30 |
vilobhmm11 | yes in the process | 18:30 |
eghobo | great | 18:30 |
vilobhmm11 | just wanted to point you to the test | 18:30 |
vilobhmm11 | adrian_otto, hongbin : we will need it for stable/liberty as well | 18:31 |
eghobo | test looks right, vilobhmm11: i believe so, it's base feature | 18:33 |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: Fix the failure to scale-down k8s cluster https://review.openstack.org/239062 | 18:36 |
vilobhmm11 | eghobo : ^^ | 18:36 |
*** dims_ has joined #openstack-containers | 18:37 | |
*** manjeets has quit IRC | 18:37 | |
*** dims has quit IRC | 18:40 | |
*** dims_ has quit IRC | 18:42 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/230566 | 18:45 |
*** manjeets has joined #openstack-containers | 18:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-magnumclient: Updated from global requirements https://review.openstack.org/239040 | 18:49 |
*** rlrossit has joined #openstack-containers | 18:52 | |
*** rlrossit has left #openstack-containers | 18:53 | |
*** dimtruck is now known as zz_dimtruck | 18:54 | |
*** fawadkhaliq has quit IRC | 18:57 | |
*** vilobhmm11 has quit IRC | 19:01 | |
*** vilobhmm11 has joined #openstack-containers | 19:01 | |
*** vilobhmm11 has quit IRC | 19:02 | |
*** vilobhmm11 has joined #openstack-containers | 19:02 | |
*** vilobhmm11 has quit IRC | 19:03 | |
*** vilobhmm11 has joined #openstack-containers | 19:03 | |
*** vilobhmm11 has quit IRC | 19:04 | |
*** vilobhmm11 has joined #openstack-containers | 19:04 | |
*** vilobhmm11 has quit IRC | 19:04 | |
*** vilobhmm11 has joined #openstack-containers | 19:05 | |
*** vilobhmm11 has quit IRC | 19:05 | |
*** Tango|2 is now known as Tango | 19:07 | |
*** vilobhmm11 has joined #openstack-containers | 19:07 | |
*** vilobhmm11 has quit IRC | 19:08 | |
*** vilobhmm11 has joined #openstack-containers | 19:08 | |
*** vilobhmm11 has quit IRC | 19:08 | |
eghobo | vilobhmm11: ? | 19:08 |
*** vilobhmm11 has joined #openstack-containers | 19:09 | |
*** vilobhmm11 has quit IRC | 19:09 | |
*** vilobhmm11 has joined #openstack-containers | 19:09 | |
*** dims has joined #openstack-containers | 19:10 | |
*** vilobhmm11 has quit IRC | 19:10 | |
*** vilobhmm11 has joined #openstack-containers | 19:10 | |
*** vilobhmm11 has quit IRC | 19:11 | |
*** vilobhmm11 has joined #openstack-containers | 19:11 | |
*** vilobhmm11 has quit IRC | 19:11 | |
*** vilobhmm11 has joined #openstack-containers | 19:11 | |
*** vilobhmm11 has quit IRC | 19:12 | |
*** vilobhmm11 has joined #openstack-containers | 19:12 | |
*** vilobhmm11 has quit IRC | 19:12 | |
*** vilobhmm11 has joined #openstack-containers | 19:12 | |
*** vilobhmm11 has quit IRC | 19:13 | |
*** vilobhmm11 has joined #openstack-containers | 19:13 | |
*** achanda has quit IRC | 19:17 | |
*** dims has quit IRC | 19:17 | |
*** vilobhmm11 has quit IRC | 19:26 | |
*** eghobo_ has joined #openstack-containers | 19:28 | |
*** rlrossit has joined #openstack-containers | 19:30 | |
*** eghobo has quit IRC | 19:31 | |
*** zz_dimtruck is now known as dimtruck | 19:40 | |
*** harshs has quit IRC | 19:43 | |
*** harshs has joined #openstack-containers | 19:54 | |
*** alex_klimov has quit IRC | 19:59 | |
*** vilobhmm11 has joined #openstack-containers | 19:59 | |
*** rlrossit has left #openstack-containers | 20:04 | |
*** vilobhmm11 has quit IRC | 20:07 | |
*** vilobhmm11 has joined #openstack-containers | 20:07 | |
*** vilobhmm11 has quit IRC | 20:08 | |
*** vilobhmm11 has joined #openstack-containers | 20:08 | |
*** vilobhmm11 has quit IRC | 20:08 | |
*** vilobhmm11 has joined #openstack-containers | 20:09 | |
*** vilobhmm11 has quit IRC | 20:09 | |
*** vilobhmm11 has joined #openstack-containers | 20:10 | |
*** Tango has quit IRC | 20:11 | |
*** vilobhmm11 has quit IRC | 20:12 | |
*** vilobhmm11 has joined #openstack-containers | 20:13 | |
*** vilobhmm11 has quit IRC | 20:14 | |
*** vilobhmm11 has joined #openstack-containers | 20:14 | |
*** vilobhmm11 has quit IRC | 20:14 | |
*** vilobhmm11 has joined #openstack-containers | 20:15 | |
*** vilobhmm11 has quit IRC | 20:15 | |
*** vilobhmm11 has joined #openstack-containers | 20:16 | |
*** vilobhmm11 has quit IRC | 20:16 | |
*** achanda has joined #openstack-containers | 20:17 | |
*** achanda has quit IRC | 20:23 | |
*** sthillma has joined #openstack-containers | 20:24 | |
*** vilobhmm11 has joined #openstack-containers | 20:27 | |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: Fix the failure to scale-down k8s cluster https://review.openstack.org/239062 | 20:28 |
*** vilobhmm11 has quit IRC | 20:32 | |
*** pradk has quit IRC | 20:35 | |
*** dims has joined #openstack-containers | 20:37 | |
*** harshs has quit IRC | 20:37 | |
*** mbound has joined #openstack-containers | 20:40 | |
*** harlowja has joined #openstack-containers | 20:46 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Combine k8s api tests into one https://review.openstack.org/239108 | 20:54 |
*** achanda has joined #openstack-containers | 20:59 | |
*** harshs has joined #openstack-containers | 21:00 | |
*** harlowja has quit IRC | 21:10 | |
*** dimtruck is now known as zz_dimtruck | 21:24 | |
*** gangil1 has quit IRC | 21:25 | |
*** gangil has joined #openstack-containers | 21:26 | |
*** gangil has quit IRC | 21:26 | |
*** gangil has joined #openstack-containers | 21:26 | |
*** eghobo_ has quit IRC | 21:29 | |
*** eghobo has joined #openstack-containers | 21:29 | |
*** muralia1 has quit IRC | 21:42 | |
*** dims_ has joined #openstack-containers | 21:49 | |
*** dims has quit IRC | 21:52 | |
*** dims_ has quit IRC | 21:53 | |
*** dims has joined #openstack-containers | 22:06 | |
*** achanda has quit IRC | 22:07 | |
*** exploreshaifali has quit IRC | 22:15 | |
*** slagle has joined #openstack-containers | 22:21 | |
*** manjeets has quit IRC | 22:23 | |
*** eghobo has quit IRC | 22:26 | |
*** achanda has joined #openstack-containers | 22:50 | |
*** dims has quit IRC | 22:57 | |
*** slagle has quit IRC | 23:05 | |
*** zz_dimtruck is now known as dimtruck | 23:10 | |
*** dims has joined #openstack-containers | 23:25 | |
*** hongbin has quit IRC | 23:25 | |
*** arsalan has quit IRC | 23:28 | |
*** achanda has quit IRC | 23:29 | |
*** achanda has joined #openstack-containers | 23:29 | |
*** dims_ has joined #openstack-containers | 23:30 | |
*** muralia has joined #openstack-containers | 23:32 | |
*** _navneet has joined #openstack-containers | 23:33 | |
*** _navneet has quit IRC | 23:33 | |
*** dims has quit IRC | 23:34 | |
*** dimtruck is now known as zz_dimtruck | 23:38 | |
*** jongchoi has joined #openstack-containers | 23:38 | |
*** zz_dimtruck is now known as dimtruck | 23:43 | |
*** harshs has quit IRC | 23:49 | |
*** harshs has joined #openstack-containers | 23:50 | |
*** dimtruck is now known as zz_dimtruck | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!