*** openstackgerrit has quit IRC | 00:01 | |
*** openstackgerrit has joined #openstack-containers | 00:01 | |
*** suro-patz has quit IRC | 00:02 | |
*** openstackstatus has quit IRC | 00:02 | |
*** openstack has joined #openstack-containers | 00:05 | |
*** banix has quit IRC | 00:06 | |
*** Tango has quit IRC | 00:07 | |
*** julim has joined #openstack-containers | 00:08 | |
*** devlaps has quit IRC | 00:09 | |
*** Drago has quit IRC | 00:13 | |
*** gangil has quit IRC | 00:25 | |
*** sdake_ has joined #openstack-containers | 00:38 | |
*** sdake has quit IRC | 00:43 | |
*** suro-patz has joined #openstack-containers | 00:45 | |
*** suro-patz1 has joined #openstack-containers | 00:48 | |
openstackgerrit | Surojit Pathak proposed openstack/magnum: Documentation update for 'magnum service-list' https://review.openstack.org/226133 | 00:49 |
---|---|---|
*** suro-patz has quit IRC | 00:51 | |
*** sdake_ has quit IRC | 00:53 | |
*** suro-patz1 has quit IRC | 00:55 | |
*** muralia1 has quit IRC | 01:00 | |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: Remove unused DB API get_rcs_by_bay_uuid https://review.openstack.org/217865 | 01:10 |
*** erkules_ has joined #openstack-containers | 01:11 | |
*** erkules has quit IRC | 01:14 | |
*** harshs has quit IRC | 01:16 | |
*** harshs has joined #openstack-containers | 01:20 | |
*** ganeshna_ has quit IRC | 01:21 | |
*** vilobhmm has quit IRC | 01:30 | |
*** muralia has joined #openstack-containers | 01:31 | |
*** fawadkhaliq has joined #openstack-containers | 01:33 | |
*** unicell has quit IRC | 01:35 | |
*** sthillma has quit IRC | 01:36 | |
Kennnan2 | eliqiao: ping | 01:37 |
*** Kennnan2 is now known as Kennan | 01:37 | |
eliqiao | Kennnan: pong | 01:39 |
eliqiao | Kennan: pong | 01:43 |
Kennan | eliqiao: I am reviewing your patch, I see it use insecure = true, is any known bugs for that ? | 01:44 |
eliqiao | Kennan: thanks, if you see PS 13(before using insecure = true, bay creataion failed) | 01:46 |
eliqiao | Kennan: check ps14 (adding insecure=True for tesing, and bay creation passed) | 01:47 |
eliqiao | Kennan: my plan is we need to add all kinds of combin to testing bay creation ( passing different parameter to _create_baymodel) | 01:47 |
eliqiao | so I disagree with tom's comments | 01:48 |
*** harshs has quit IRC | 01:48 | |
Kennan | eliqiao: any bugs for insecure = true case ? | 01:49 |
Kennan | is it brought by the new image? | 01:49 |
Kennan | or something else ? | 01:49 |
eliqiao | Kennan: for atomic-3, I don't do that testing yet, but I can testing it today. | 01:49 |
eliqiao | Kennan: for atomic-5 image, I reported a bug #link https://bugs.launchpad.net/magnum/+bug/1499607 | 01:50 |
openstack | Launchpad bug 1499607 in Magnum "Failed to start any docker instance on atomic-5 image" [Undecided,New] - Assigned to Eli Qiao (taget-9) | 01:50 |
eliqiao | Kennan: please take a look at that one ^^^ | 01:50 |
eliqiao | Kennan: I think this would be a critical one, it's blocking much. | 01:51 |
*** klindgren__ has joined #openstack-containers | 01:51 | |
Kennan | eliqiao: | 01:53 |
Kennan | I am not sure why docker dameon started with tls by default ? | 01:53 |
Kennan | isn't it controllered by our templates creation ? | 01:54 |
eliqiao | Kennan: if you see the last comments of mine in that bug, this is a bug of docker 1.7.1 | 01:54 |
eliqiao | Kennan: don't think so | 01:54 |
eliqiao | Kennan: I found a possible workaround of this issue(see the last comments of that bug) | 01:55 |
*** klindgren_ has quit IRC | 01:55 | |
Kennan | eliqiao: I could not find https://docs.docker.com/articles/https/ said docker started with tls enabled | 01:56 |
*** sdake has joined #openstack-containers | 01:58 | |
eliqiao | Kennan: yeah, default is insecure. | 01:58 |
eliqiao | Kennan: but I believe that magnum will prefer to use secure (tls) by default , right? | 01:58 |
Kennan | eliqiao: whether tls or not tls enabled, the point is you make test pass insecure = true, so who kicked secure mode for swarm ? | 01:59 |
eliqiao | this is suck, I just pull the latest code of master, and do a 'magnum baymodel-list', and got a 500 error!! | 02:00 |
*** eghobo_ has quit IRC | 02:00 | |
*** agireud has quit IRC | 02:00 | |
eliqiao | Kennan: insecure = true will be passed to baymodel, and that attr will be passed to swarm template. | 02:01 |
eliqiao | magnum/templates/docker-swarm/fragments/write-docker-service.sh will check insecure and passing extra options to docker daemon | 02:01 |
eliqiao | if [ $INSECURE == 'False' ]; then | 02:02 |
eliqiao | cat >> /etc/systemd/system/docker.service << END_TLS | 02:02 |
eliqiao | --tlsverify \\ | 02:02 |
eliqiao | --tlscacert="/etc/docker/ca.crt" \\ | 02:02 |
eliqiao | --tlskey="/etc/docker/server.key" \\ | 02:02 |
eliqiao | --tlscert="/etc/docker/server.crt" \\ | 02:02 |
eliqiao | END_TLS | 02:02 |
eliqiao | there are same logic in write-swarm-master-service.sh | 02:02 |
Kennan | so it is our templates did that | 02:03 |
Kennan | I think it was brought by TLS feature. let me check if 1.7.1 have such bugs in docker doc | 02:04 |
*** zhenguo has joined #openstack-containers | 02:06 | |
*** ganeshna has joined #openstack-containers | 02:09 | |
*** suro-patz has joined #openstack-containers | 02:09 | |
*** ganeshna has quit IRC | 02:14 | |
*** wanghua has joined #openstack-containers | 02:14 | |
Kennan | eliqiao: | 02:15 |
Kennan | it seems our templates has isse about tls case | 02:16 |
Kennan | as it docker run command all not pass tls | 02:16 |
Kennan | 1153 ExecStart=/usr/bin/docker run --name swarm-manager -v /etc/docker:/etc/docker -p 2376:2375 -e http_proxy=http://10.239.4.160:911/ -e https_proxy=https://10.239.4.160:911/ -e no_proxy=192.168.0.1,192.168.0.2,192.168.0.3,192.168.0.4,192.168.0.5 swarm:0.2.0 manage -H tcp://0.0.0.0:2375 token://877a154bf4ff1297d62f500a9b92f3ec (code=exited, status=1/FAILURE) | 02:16 |
Kennan | likt this one | 02:16 |
Kennan | I think our tls need much work for that | 02:16 |
*** ganeshna has joined #openstack-containers | 02:17 | |
eliqiao | Kennan: can you please check /etc/sysconfig/heat-parames first? | 02:18 |
eliqiao | cat /etc/sysconfig/heat-params | grep INSECURE | 02:18 |
eliqiao | Kennan: ^^ | 02:18 |
eliqiao | what's the output ? | 02:18 |
Kennan | I did not have the swarm env now, I just check your logs | 02:18 |
Kennan | and the log say clearly, it try connect tls enabled without tls parameter | 02:19 |
eliqiao | Kennan: I don't think there is issues when passing tls options. | 02:19 |
eliqiao | Kennan: can you show me the log's link? | 02:19 |
Kennan | eliqiao: it is your log http://paste.openstack.org/show/473987/ | 02:20 |
Kennan | let me ask you question, if you enabel swarm tls, how do you use docker cli ? | 02:20 |
Kennan | don't you pass tls option? | 02:20 |
Kennan | https://docs.docker.com/articles/https/ | 02:20 |
Kennan | this say clearly | 02:20 |
eliqiao | Kennan: uh.. yes, that enviroment is using atomic-5 image. | 02:21 |
Kennan | it need pass tls. only if configure tls default in cli | 02:21 |
Kennan | Secure by default | 02:21 |
Kennan | if you not configure secure by default | 02:21 |
Kennan | so every docker cli need pass tls parameters | 02:21 |
Kennan | I think | 02:21 |
eliqiao | Kennan: wait, let me explain this #link http://paste.openstack.org/show/473987/ | 02:22 |
*** ganeshna has quit IRC | 02:22 | |
eliqiao | 1 using atomic-5 image with insecure=True(which means I don't enable tls), this you can find by ps output. | 02:23 |
Kennan | I think insecure = true is OK, as swarm worked before for insecure | 02:23 |
eliqiao | yes, but the diference is I am using 'atomic-5' image | 02:23 |
eliqiao | 'atomic-5' image 's docker version is 1.7.1( this version don't works fine, see https://bugzilla.redhat.com/show_bug.cgi?id=1244124) | 02:24 |
openstack | bugzilla.redhat.com bug 1244124 in docker "Cannot link containers" [Unspecified,Closed: errata] - Assigned to lsm5 | 02:24 |
eliqiao | this link http://paste.openstack.org/show/473987/ shows I am not using tls, but docker server reports "Are you trying to connect to a TLS-enabled daemon without TLS?" , this is the bug of docker 1.7.1 | 02:26 |
Kennan | eliqiao: I did not find tls issue in docker community fix(in 1.8.1 realse also not talked about) | 02:27 |
Kennan | if tls issue, I think it is a serious issue, should be talked in docker new release fix | 02:27 |
eliqiao | okay, I would suggest that you read https://bugzilla.redhat.com/show_bug.cgi?id=1244124 | 02:27 |
openstack | bugzilla.redhat.com bug 1244124 in docker "Cannot link containers" [Unspecified,Closed: errata] - Assigned to lsm5 | 02:27 |
Kennan | yes I read it | 02:27 |
eliqiao | Kennan: okay, then if you don't believe it. then please do a testing with atomic-5. | 02:28 |
eliqiao | and please post comments on https://bugs.launchpad.net/magnum/+bug/1499607 | 02:28 |
openstack | Launchpad bug 1499607 in Magnum "Failed to start any docker instance on atomic-5 image" [Undecided,New] - Assigned to Eli Qiao (taget-9) | 02:28 |
Kennan | eliqiao: my point is I think inseucre=true not work in atomic-image5 | 02:28 |
Kennan | I think something not right in our templates | 02:28 |
Kennan | not docker itself | 02:29 |
eliqiao | Kennan: okay, get you, but my point is the issue is from docker 1.7.1(atomic-5). | 02:30 |
eliqiao | I would suggest that both we do more testing on atomic-5 | 02:30 |
Kennan | eliqiao: sure, I not have env now, I would try that later, if you have env, please try atomic-5 image with tls parameters passing when run following command | 02:31 |
Kennan | try this /usr/bin/docker run --name swarm-manager -v /etc/docker:/etc/docker -p 2376:2375 -e http_proxy=http://10.239.4.160:911/ -e https_proxy=https://10.239.4.160:911/ -e no_proxy=192.168.0.1,192.168.0.2,192.168.0.3,192.168.0.4,192.168.0.5 swarm:0.2.0 manage -H tcp://0.0.0.0:2375 token://877a154bf4ff1297d62f500a9b92f3ec --tls ** | 02:31 |
Kennan | if it can not start either, I think it is docker issue | 02:32 |
Kennan | if it can, it seems tls tempaltes not right | 02:32 |
eliqiao | Kennan: actually, I tried, I can not start the swarm-master service | 02:32 |
eliqiao | Kennan: if you have time, I can do a quick time in 30min | 02:32 |
eliqiao | I can do a quick test in 30min | 02:33 |
eliqiao | oh.. so bad, I just upgrade to latest master, and I can not last bay-model now !!! | 02:33 |
Kennan | eliqiao: if you tested swarm manager start even with tls parameters failde | 02:33 |
Kennan | I trust your test | 02:33 |
Kennan | so I go on review your patch. I think it is ok for insecure=true now for your test | 02:34 |
eliqiao | Kennan: I hate this, every time I pull latest code, I need to debuging.. | 02:34 |
Kennan | ^-^ | 02:34 |
eliqiao | Kennan: that's why I push fucntion testing cases. | 02:35 |
eliqiao | Kennan: we should keep that the basic function should works fine | 02:35 |
eliqiao | Kennan: a good infrusture is important before we go with new features... | 02:35 |
eliqiao | I mean , stability is first! | 02:36 |
Kennan | yes, I agree | 02:36 |
Kennan | usually tempest did that, but we not do that now | 02:36 |
Kennan | anyway, you kick a good start. Good job | 02:36 |
eliqiao | Kennan: thx | 02:37 |
eliqiao | Kennan: will you go to Tyoko/ | 02:38 |
Kennan | will try to go; what about you? eliqiao | 02:41 |
eliqiao | Kennan: good luck, yes, I will. | 02:41 |
Kennan | good to know that | 02:41 |
eliqiao | Kennan: hope we can meet in the summit. | 02:41 |
Kennan | :) | 02:41 |
*** achanda has joined #openstack-containers | 02:43 | |
Kennan | eliqiao: for kubernets, is insecure issue exist ? | 02:43 |
eliqiao | Kennan: I don't try k8s yet | 02:44 |
Kennan | ok | 02:44 |
*** gangil has joined #openstack-containers | 02:46 | |
*** wanghua has quit IRC | 02:53 | |
*** mathspanda has joined #openstack-containers | 02:54 | |
*** mathspanda has quit IRC | 02:55 | |
*** unicell has joined #openstack-containers | 02:56 | |
*** dims_ has quit IRC | 02:57 | |
*** suro-patz has quit IRC | 02:59 | |
*** eghobo has joined #openstack-containers | 03:02 | |
eliqiao | Kennan: testing with swarm atomic-5 image, insecure = False #link http://paste.openstack.org/show/474775/ | 03:05 |
*** dave-mccowan has quit IRC | 03:06 | |
*** sthillma has joined #openstack-containers | 03:07 | |
*** sthillma_ has joined #openstack-containers | 03:09 | |
*** suro-patz has joined #openstack-containers | 03:09 | |
*** sthillma has quit IRC | 03:12 | |
*** sthillma_ is now known as sthillma | 03:12 | |
*** kebray has joined #openstack-containers | 03:14 | |
*** kebray has quit IRC | 03:15 | |
*** wanghua has joined #openstack-containers | 03:15 | |
*** harshs has joined #openstack-containers | 03:16 | |
*** kebray has joined #openstack-containers | 03:16 | |
*** kebray has quit IRC | 03:17 | |
*** puranamr has joined #openstack-containers | 03:17 | |
*** kebray has joined #openstack-containers | 03:17 | |
*** eghobo has quit IRC | 03:18 | |
*** shuquan has joined #openstack-containers | 03:19 | |
openstackgerrit | Merged openstack/magnum: Documentation update for 'magnum service-list' https://review.openstack.org/226133 | 03:19 |
*** puranamr has quit IRC | 03:19 | |
*** puranamr has joined #openstack-containers | 03:20 | |
*** puranamr has quit IRC | 03:23 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Swarm: Fix NODE_SERVICES in template https://review.openstack.org/229230 | 03:23 |
*** puranamr has joined #openstack-containers | 03:24 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Swarm: Set to CREATE_FAILED status if swarm services not started https://review.openstack.org/228762 | 03:27 |
*** puranamr has quit IRC | 03:28 | |
*** chandankumar has joined #openstack-containers | 03:29 | |
*** agireud has joined #openstack-containers | 03:29 | |
*** wanghua has quit IRC | 03:33 | |
*** puranamr has joined #openstack-containers | 03:35 | |
*** sthillma has quit IRC | 03:36 | |
*** sdake has quit IRC | 03:38 | |
eliqiao | Kennan: test result pasted on https://bugs.launchpad.net/magnum/+bug/1499607 , please take a look on that when you are available. | 03:40 |
openstack | Launchpad bug 1499607 in Magnum "Failed to start any docker instance on atomic-5 image" [Undecided,New] | 03:40 |
*** deepthi has joined #openstack-containers | 03:41 | |
*** sdake has joined #openstack-containers | 03:41 | |
*** shuquan has quit IRC | 03:41 | |
*** shuquan has joined #openstack-containers | 03:44 | |
*** harshs has quit IRC | 03:45 | |
*** sdake has quit IRC | 03:46 | |
*** sdake has joined #openstack-containers | 03:49 | |
*** puranamr has quit IRC | 03:53 | |
*** kebray_ has joined #openstack-containers | 03:54 | |
*** Tango has joined #openstack-containers | 03:54 | |
*** wanghua has joined #openstack-containers | 03:54 | |
*** kebray has quit IRC | 03:57 | |
*** dims has joined #openstack-containers | 03:57 | |
*** sthillma has joined #openstack-containers | 03:59 | |
*** shuquan has quit IRC | 04:00 | |
*** shuquan has joined #openstack-containers | 04:02 | |
*** dims has quit IRC | 04:03 | |
*** vimal has joined #openstack-containers | 04:04 | |
*** diga has joined #openstack-containers | 04:04 | |
*** VikasC has joined #openstack-containers | 04:05 | |
*** ganeshna has joined #openstack-containers | 04:11 | |
*** eghobo has joined #openstack-containers | 04:12 | |
*** fawadkhaliq has quit IRC | 04:12 | |
*** chandankumar has quit IRC | 04:19 | |
*** wanghua has quit IRC | 04:20 | |
*** suro-patz has quit IRC | 04:21 | |
openstackgerrit | Murali Allada proposed openstack/magnum: Adding support for public baymodels https://review.openstack.org/226335 | 04:24 |
*** gangil has quit IRC | 04:24 | |
*** sdake has quit IRC | 04:28 | |
*** eghobo_ has joined #openstack-containers | 04:29 | |
*** tbh has joined #openstack-containers | 04:31 | |
openstackgerrit | Murali Allada proposed openstack/python-magnumclient: Support for public baymodels. https://review.openstack.org/229239 | 04:32 |
*** eghobo has quit IRC | 04:32 | |
*** fawadkhaliq has joined #openstack-containers | 04:34 | |
*** fawadkhaliq has quit IRC | 04:35 | |
*** fawadkhaliq has joined #openstack-containers | 04:35 | |
*** shaohe_robot2 has quit IRC | 04:37 | |
*** fawadkhaliq has quit IRC | 04:41 | |
*** tbh has quit IRC | 04:42 | |
*** sthillma has quit IRC | 04:44 | |
*** ganeshna has quit IRC | 04:44 | |
*** tbh has joined #openstack-containers | 04:54 | |
*** irenab has quit IRC | 04:54 | |
*** madhuri has joined #openstack-containers | 04:55 | |
*** ganeshna has joined #openstack-containers | 04:56 | |
*** ganeshna_ has joined #openstack-containers | 04:58 | |
*** ganeshna has quit IRC | 04:58 | |
*** tbh has quit IRC | 04:59 | |
madhuri | Kennan: Hi | 05:02 |
Kennan | hi madhuri: | 05:06 |
madhuri | Hi, about patch https://review.openstack.org/#/c/229035/ | 05:07 |
madhuri | Did you read my comment? | 05:07 |
Kennan | madhuri: I did not find that another patch address swarm changes | 05:09 |
madhuri | Kennan: I am sorry. | 05:10 |
madhuri | Yes you are right | 05:10 |
madhuri | Kennan: My patch is stucked due to this patch | 05:11 |
madhuri | I will commit the changes | 05:11 |
madhuri | Can you review? | 05:11 |
Kennan | sure madhuri: I am not sure which one is your patch ? | 05:11 |
madhuri | Let me get you the link | 05:12 |
madhuri | Kennan: Here https://review.openstack.org/#/c/202873/ | 05:12 |
*** shuquan has quit IRC | 05:13 | |
Kennan | madhuri: I saw some comments -1, will you send a new patch? | 05:13 |
madhuri | Yes but after rebasing to Toms patch | 05:13 |
*** shuquan has joined #openstack-containers | 05:14 | |
*** ganeshna_ has quit IRC | 05:15 | |
*** tbh has joined #openstack-containers | 05:15 | |
madhuri | Kennan: ^^ | 05:16 |
*** eghobo_ has quit IRC | 05:18 | |
*** eghobo has joined #openstack-containers | 05:20 | |
*** shuquan has quit IRC | 05:25 | |
*** shuquan has joined #openstack-containers | 05:26 | |
madhuri | Kennan: there | 05:33 |
Kennan | hi madhuri: | 05:37 |
*** gangil has joined #openstack-containers | 05:37 | |
madhuri | Kennan: ^ | 05:37 |
madhuri | Is there any core-reviewer present here? | 05:38 |
*** chandankumar has joined #openstack-containers | 05:39 | |
*** ganeshna has joined #openstack-containers | 05:41 | |
Kennan | I think yuanying maybe here as Japan timezone | 05:43 |
*** irenab has joined #openstack-containers | 05:48 | |
eghobo | tom will wake up soon ;) | 05:53 |
*** chandankumar has quit IRC | 05:54 | |
*** ganeshna has quit IRC | 06:00 | |
*** wanghua has joined #openstack-containers | 06:04 | |
eliqiao | madhuri: hi | 06:07 |
madhuri | Hi eliqiao | 06:07 |
eliqiao | could you help to give a +w on https://review.openstack.org/#/c/229230/ | 06:08 |
madhuri | Just let me have a look eliqiao | 06:11 |
eliqiao | madhuri: sure , thank you :) | 06:12 |
*** ganeshna has joined #openstack-containers | 06:14 | |
madhuri | eliqiao: Done | 06:17 |
eliqiao | madhuri: thank you. | 06:18 |
eliqiao | re - https://review.openstack.org/#/c/229035/ , I just replied madhuri on that patch | 06:18 |
eliqiao | did I miss something? | 06:18 |
madhuri | eliqiao: I posted my comment | 06:21 |
openstackgerrit | Merged openstack/magnum: Swarm: Fix NODE_SERVICES in template https://review.openstack.org/229230 | 06:21 |
eliqiao | madhuri: I do think we will still need a python-magnumclient for that renaming things.. | 06:22 |
eliqiao | is there anyone working on? | 06:23 |
madhuri | Yes I submitted patch in magnumclient also | 06:23 |
madhuri | Tom is working on it | 06:24 |
eliqiao | madhuri: cool, thanks | 06:24 |
madhuri | I would have submitted a new patch. But it will be of no use now, as no two core reviewers are online. | 06:24 |
*** kebray_ has quit IRC | 06:24 | |
*** suro-patz has joined #openstack-containers | 06:25 | |
*** sdake has joined #openstack-containers | 06:25 | |
madhuri | sdake: Hi | 06:26 |
madhuri | Long time. How are you? | 06:26 |
*** eghobo has quit IRC | 06:28 | |
*** sdake has quit IRC | 06:32 | |
*** chandankumar has joined #openstack-containers | 06:34 | |
*** shuquan has quit IRC | 06:35 | |
eliqiao | hello, do you think swarm-agent.service should depend on swarm-manager.service? | 06:54 |
*** BertrandN has joined #openstack-containers | 06:54 | |
*** wanghua has quit IRC | 06:55 | |
*** j___ has joined #openstack-containers | 06:55 | |
*** erkules_ is now known as erkules | 06:55 | |
*** erkules has quit IRC | 06:55 | |
*** erkules has joined #openstack-containers | 06:55 | |
*** Marga_ has quit IRC | 06:56 | |
*** Marga_ has joined #openstack-containers | 06:56 | |
*** Marga__ has joined #openstack-containers | 06:59 | |
*** ganeshna has quit IRC | 07:03 | |
*** Marga_ has quit IRC | 07:03 | |
*** jlvillal has quit IRC | 07:05 | |
*** ganeshna has joined #openstack-containers | 07:08 | |
*** Tango has quit IRC | 07:10 | |
*** BertrandN has quit IRC | 07:10 | |
*** Marga__ has quit IRC | 07:18 | |
*** ganeshna has quit IRC | 07:19 | |
*** suro-patz has quit IRC | 07:20 | |
*** Kennan has quit IRC | 07:23 | |
*** wenchma has quit IRC | 07:23 | |
*** wenchma has joined #openstack-containers | 07:23 | |
*** sdake has joined #openstack-containers | 07:25 | |
*** Kennan has joined #openstack-containers | 07:25 | |
*** BertrandN has joined #openstack-containers | 07:26 | |
*** tbh has quit IRC | 07:31 | |
*** mathspanda has joined #openstack-containers | 07:38 | |
*** mathspanda has quit IRC | 07:38 | |
*** tbh has joined #openstack-containers | 07:44 | |
*** alex_klimov has joined #openstack-containers | 07:46 | |
eliqiao | Kennan: ping | 07:47 |
*** achanda has quit IRC | 07:48 | |
Kennan | hi eliqiao: | 07:52 |
eliqiao | Kennan: I would like to know if we can use magnum CLi to create container in a TLS enabled cluster? | 07:54 |
Kennan | eliqiao: tls enabled was added by apmelton I think. I did not test it | 07:55 |
Kennan | I am not sure it now | 07:55 |
eliqiao | Kennan: hmm, okay thx. | 07:55 |
*** ganeshna has joined #openstack-containers | 07:59 | |
*** gangil has quit IRC | 08:25 | |
*** ganeshna has quit IRC | 08:52 | |
*** tcammann_ has quit IRC | 08:54 | |
*** agireud has quit IRC | 08:54 | |
*** chandankumar has quit IRC | 08:59 | |
*** deepthi has quit IRC | 09:00 | |
*** deepthi has joined #openstack-containers | 09:09 | |
*** tbh has quit IRC | 09:18 | |
*** j___ has quit IRC | 09:25 | |
*** j___ has joined #openstack-containers | 09:31 | |
*** dims has joined #openstack-containers | 09:32 | |
*** ganeshna has joined #openstack-containers | 09:36 | |
*** dims has quit IRC | 09:39 | |
*** dims has joined #openstack-containers | 09:42 | |
openstackgerrit | Merged openstack/magnum: Fix E251 unnecessarily ignored pep8 rule https://review.openstack.org/224198 | 09:42 |
openstackgerrit | Merged openstack/magnum: Add details to developer quick-start Mesos section https://review.openstack.org/228225 | 09:45 |
*** ganeshna has quit IRC | 10:02 | |
*** jasondotstar_afk is now known as jasondotstar | 10:19 | |
*** ganeshna has joined #openstack-containers | 10:23 | |
*** wanghua has joined #openstack-containers | 10:26 | |
*** wanghua has quit IRC | 10:26 | |
*** deepthi has quit IRC | 10:35 | |
*** VikasC has quit IRC | 10:53 | |
*** VikasC has joined #openstack-containers | 10:53 | |
*** ganeshna has quit IRC | 11:21 | |
*** madhuri has quit IRC | 11:30 | |
*** julim has quit IRC | 11:34 | |
*** zz_dimtruck is now known as dimtruck | 11:38 | |
*** chandankumar has joined #openstack-containers | 11:38 | |
*** chandankumar has quit IRC | 11:39 | |
*** chandankumar has joined #openstack-containers | 11:39 | |
*** julim has joined #openstack-containers | 11:39 | |
*** julim has quit IRC | 11:44 | |
*** jruano has joined #openstack-containers | 11:52 | |
*** julim has joined #openstack-containers | 12:03 | |
*** dimtruck is now known as zz_dimtruck | 12:17 | |
*** zz_dimtruck is now known as dimtruck | 12:18 | |
*** sdake has quit IRC | 12:22 | |
*** sdake has joined #openstack-containers | 12:23 | |
*** julim has quit IRC | 12:30 | |
*** VikasC has quit IRC | 12:31 | |
*** diga has quit IRC | 12:31 | |
*** jruano has quit IRC | 12:31 | |
*** julim has joined #openstack-containers | 12:34 | |
*** banix has joined #openstack-containers | 12:37 | |
*** j___ has quit IRC | 12:37 | |
*** Kennan has quit IRC | 12:38 | |
*** Kennan has joined #openstack-containers | 12:39 | |
*** j___ has joined #openstack-containers | 12:43 | |
*** achanda has joined #openstack-containers | 12:44 | |
*** dave-mccowan has joined #openstack-containers | 12:51 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Rename "insecure" to "tls_disabled" https://review.openstack.org/229035 | 12:55 |
*** Tango has joined #openstack-containers | 12:59 | |
*** achanda has quit IRC | 13:00 | |
*** rlrossit has joined #openstack-containers | 13:03 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Reduce complexity of filter methods https://review.openstack.org/229057 | 13:05 |
*** alex_klimov has quit IRC | 13:06 | |
*** julim has quit IRC | 13:13 | |
*** julim has joined #openstack-containers | 13:15 | |
*** julim has quit IRC | 13:16 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Remove unnecessary util method temporary_mutation https://review.openstack.org/229417 | 13:16 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Reduce complexity of poll_and_check method https://review.openstack.org/229418 | 13:16 |
*** banix has quit IRC | 13:23 | |
*** jay-lau-513 has joined #openstack-containers | 13:25 | |
*** julim has joined #openstack-containers | 13:27 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Reduce complexity of poll_and_check method https://review.openstack.org/229072 | 13:28 |
*** chandankumar has quit IRC | 13:30 | |
*** banix has joined #openstack-containers | 13:30 | |
*** alejandrito has joined #openstack-containers | 13:30 | |
*** dimtruck is now known as zz_dimtruck | 13:38 | |
*** alex_klimov has joined #openstack-containers | 13:42 | |
*** dane_leblanc has joined #openstack-containers | 13:44 | |
*** julim has quit IRC | 13:45 | |
*** dims has quit IRC | 13:49 | |
*** dims has joined #openstack-containers | 13:49 | |
*** julim has joined #openstack-containers | 13:51 | |
*** eghobo has joined #openstack-containers | 13:52 | |
*** pradk has joined #openstack-containers | 13:54 | |
*** rlrossit1 has joined #openstack-containers | 13:56 | |
*** rlrossit has quit IRC | 13:56 | |
*** banix has quit IRC | 13:56 | |
*** rpothier has joined #openstack-containers | 13:56 | |
*** julim has quit IRC | 14:00 | |
apmelton | eliqiao: Kennan: Magnum CLI will only work against an 'insecure' swarm cluster currently | 14:06 |
apmelton | eliqiao: Kennan: I'm in the middle of a patch to add TLS support to the contianer conductor handler | 14:07 |
apmelton | I'm going to try to have it up for review today | 14:07 |
*** julim has joined #openstack-containers | 14:07 | |
eghobo | apmelton: are planning to finish it in Liberty? | 14:09 |
apmelton | eghobo: yes, it needs to land in Liberty | 14:11 |
eghobo | great | 14:11 |
*** eghobo has quit IRC | 14:13 | |
*** gangil has joined #openstack-containers | 14:23 | |
*** jruano has joined #openstack-containers | 14:27 | |
*** irenab has quit IRC | 14:27 | |
*** ganeshna has joined #openstack-containers | 14:29 | |
*** kebray has joined #openstack-containers | 14:29 | |
*** zz_dimtruck is now known as dimtruck | 14:30 | |
*** ganeshna has quit IRC | 14:31 | |
*** adrian_otto has joined #openstack-containers | 14:32 | |
*** rlrossit1 has quit IRC | 14:33 | |
*** kebray has quit IRC | 14:34 | |
*** rlrossit has joined #openstack-containers | 14:35 | |
*** dave-mccowan has quit IRC | 14:41 | |
*** agireud has joined #openstack-containers | 14:41 | |
*** adrian_otto has quit IRC | 14:45 | |
*** banix has joined #openstack-containers | 14:49 | |
*** madhuri has joined #openstack-containers | 14:51 | |
*** chandankumar has joined #openstack-containers | 14:54 | |
*** chandankumar has left #openstack-containers | 14:54 | |
*** klindgren__ has quit IRC | 14:56 | |
*** dave-mccowan has joined #openstack-containers | 14:57 | |
*** klindgren__ has joined #openstack-containers | 14:58 | |
*** sdake has quit IRC | 15:08 | |
*** adrian_otto has joined #openstack-containers | 15:08 | |
*** Drago has joined #openstack-containers | 15:09 | |
*** Drago has quit IRC | 15:09 | |
*** Drago has joined #openstack-containers | 15:09 | |
*** sdake has joined #openstack-containers | 15:10 | |
*** suro-patz has joined #openstack-containers | 15:16 | |
*** dims_ has joined #openstack-containers | 15:16 | |
*** dims has quit IRC | 15:20 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Remove unnecessary util method temporary_mutation https://review.openstack.org/229417 | 15:21 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Reduce complexity of poll_and_check method https://review.openstack.org/229072 | 15:21 |
openstackgerrit | Tom Cammann proposed openstack/magnum: Reduce complexity of filter methods https://review.openstack.org/229057 | 15:21 |
*** julim has quit IRC | 15:28 | |
*** j___ has quit IRC | 15:31 | |
*** julim has joined #openstack-containers | 15:31 | |
*** tbh has joined #openstack-containers | 15:33 | |
openstackgerrit | Murali Allada proposed openstack/magnum: Adding support for public baymodels https://review.openstack.org/226335 | 15:36 |
*** julim has quit IRC | 15:36 | |
*** julim has joined #openstack-containers | 15:37 | |
*** madhuri_ has joined #openstack-containers | 15:38 | |
*** jay-lau-513 has quit IRC | 15:39 | |
madhuri_ | hongbin: Hi, can you please review this https://review.openstack.org/#/c/229074/ ? | 15:39 |
*** jay-lau-513 has joined #openstack-containers | 15:39 | |
hongbin | madhuri_: lgtm | 15:40 |
openstackgerrit | Merged openstack/magnum: Rename "insecure" to "tls_disabled" https://review.openstack.org/229035 | 15:40 |
klindgren__ | Good Morning. I can create a bay in magnum using the fedora-atomic-21-3 distro. However, under the kilo version, a pod create following the example for kubernetes doesn't work. It never moves past "pending". | 15:40 |
klindgren__ | when I use kubectl to define the redis-master - it seems to say pods/redis-master as the return. but a kubectl pods get - shows nothing | 15:41 |
klindgren__ | any idea where to look? On the master I keep seeing something about pod2 removed because timestamp blah is ahead of timestamp blah - but they are like 0.0001seconds apart | 15:42 |
openstackgerrit | Bradley Jones proposed openstack/magnum-ui: API for Bays https://review.openstack.org/228905 | 15:43 |
*** rlrossit1 has joined #openstack-containers | 15:44 | |
*** rlrossit has quit IRC | 15:44 | |
*** rlrossit has joined #openstack-containers | 15:46 | |
*** manjeets has joined #openstack-containers | 15:47 | |
*** rlrossit1 has quit IRC | 15:48 | |
*** BertrandN has quit IRC | 15:49 | |
*** madhuri has quit IRC | 15:52 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/magnum: WIP: Add Functional Tests for mesos cluster https://review.openstack.org/225212 | 15:54 |
*** suro-patz has quit IRC | 15:54 | |
*** manjeets has quit IRC | 15:55 | |
*** jwcroppe has quit IRC | 16:05 | |
*** eghobo has joined #openstack-containers | 16:06 | |
*** dims_ has quit IRC | 16:06 | |
*** sthillma has joined #openstack-containers | 16:09 | |
*** kebray has joined #openstack-containers | 16:09 | |
*** sthillma_ has joined #openstack-containers | 16:10 | |
*** jlvillal has joined #openstack-containers | 16:10 | |
*** manjeets has joined #openstack-containers | 16:12 | |
*** eghobo_ has joined #openstack-containers | 16:13 | |
*** zhenguo has quit IRC | 16:14 | |
*** sthillma has quit IRC | 16:14 | |
*** sthillma_ is now known as sthillma | 16:14 | |
*** kebray has quit IRC | 16:15 | |
*** eghobo has quit IRC | 16:16 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Add TLS support in heat kubernetes https://review.openstack.org/202873 | 16:23 |
*** madhuri_ has quit IRC | 16:25 | |
*** banix has quit IRC | 16:29 | |
*** kebray has joined #openstack-containers | 16:33 | |
*** dims_ has joined #openstack-containers | 16:33 | |
*** harshs has joined #openstack-containers | 16:36 | |
*** jay-lau-513 has quit IRC | 16:38 | |
*** unicell has quit IRC | 16:39 | |
openstackgerrit | Murali Allada proposed openstack/python-magnumclient: Support for public baymodels. https://review.openstack.org/229519 | 16:43 |
*** banix has joined #openstack-containers | 16:44 | |
*** suro-patz has joined #openstack-containers | 16:44 | |
*** jwcroppe has joined #openstack-containers | 16:44 | |
*** alex_klimov has quit IRC | 16:45 | |
*** devlaps has joined #openstack-containers | 16:50 | |
*** Tango has quit IRC | 16:50 | |
*** harlowja has quit IRC | 16:52 | |
*** achanda has joined #openstack-containers | 16:58 | |
*** suro-patz has quit IRC | 17:00 | |
*** tbh has quit IRC | 17:00 | |
*** achanda has quit IRC | 17:01 | |
*** suro-patz has joined #openstack-containers | 17:02 | |
*** adrian_otto has quit IRC | 17:03 | |
*** gangil has quit IRC | 17:06 | |
*** annegentle has joined #openstack-containers | 17:06 | |
*** tbh has joined #openstack-containers | 17:07 | |
*** rpothier has quit IRC | 17:11 | |
*** unicell has joined #openstack-containers | 17:12 | |
*** vimal has quit IRC | 17:12 | |
*** manjeets has quit IRC | 17:15 | |
*** suro-patz has quit IRC | 17:17 | |
*** vilobhmm has joined #openstack-containers | 17:21 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Add TLS support in heat kubernetes https://review.openstack.org/202873 | 17:23 |
*** madhuri has joined #openstack-containers | 17:31 | |
*** shakamunyi has quit IRC | 17:35 | |
*** Tango has joined #openstack-containers | 17:36 | |
*** banix has quit IRC | 17:36 | |
*** sthillma has quit IRC | 17:36 | |
*** achanda has joined #openstack-containers | 17:37 | |
*** rlrossit has quit IRC | 17:43 | |
*** rlrossit has joined #openstack-containers | 17:49 | |
*** gangil has joined #openstack-containers | 17:50 | |
*** klindgren__ is now known as klindgren | 17:54 | |
*** adrian_otto has joined #openstack-containers | 17:55 | |
*** Drago has quit IRC | 17:58 | |
*** Marga_ has joined #openstack-containers | 17:59 | |
*** Marga_ has quit IRC | 17:59 | |
*** Marga_ has joined #openstack-containers | 18:00 | |
*** shakamunyi has joined #openstack-containers | 18:01 | |
*** banix has joined #openstack-containers | 18:01 | |
*** kebray has quit IRC | 18:01 | |
*** madhuri has quit IRC | 18:02 | |
*** chandankumar has joined #openstack-containers | 18:02 | |
openstackgerrit | Madhuri Kumari proposed openstack/python-magnumclient: Rename 'insecure' baymodel attribute to 'tls_disabled'. https://review.openstack.org/229074 | 18:03 |
*** madhuri has joined #openstack-containers | 18:04 | |
madhuri | hongbin: Kennan Can you please help merging this patch? | 18:05 |
madhuri | This patch is necessary for https://review.openstack.org/#/c/202873/ to pass | 18:05 |
madhuri | tcammann1: ^^ | 18:06 |
vilobhmm | madhuri : +1 lgtm | 18:06 |
madhuri | Thanks vilobhmm | 18:06 |
*** madhuri has quit IRC | 18:10 | |
*** suro-patz has joined #openstack-containers | 18:12 | |
*** harlowja has joined #openstack-containers | 18:13 | |
*** openstackgerrit has quit IRC | 18:16 | |
*** openstackgerrit has joined #openstack-containers | 18:16 | |
*** kebray has joined #openstack-containers | 18:17 | |
*** Drago has joined #openstack-containers | 18:29 | |
*** Drago has quit IRC | 18:29 | |
*** Drago has joined #openstack-containers | 18:29 | |
*** ioni is now known as ionut | 18:33 | |
*** ionut is now known as wonder | 18:33 | |
*** jwang_ has quit IRC | 18:34 | |
*** harshs has quit IRC | 18:35 | |
*** Drago has quit IRC | 18:36 | |
*** Drago1 has joined #openstack-containers | 18:36 | |
*** harshs has joined #openstack-containers | 18:38 | |
*** julim has quit IRC | 18:41 | |
*** julim has joined #openstack-containers | 18:43 | |
*** dims_ has quit IRC | 18:46 | |
*** openstackgerrit has quit IRC | 18:46 | |
*** openstackgerrit has joined #openstack-containers | 18:46 | |
*** dims_ has joined #openstack-containers | 18:46 | |
*** chandankumar has quit IRC | 18:50 | |
*** achanda has quit IRC | 18:50 | |
*** sthillma has joined #openstack-containers | 18:52 | |
*** achanda has joined #openstack-containers | 18:53 | |
*** david-lyle has quit IRC | 18:55 | |
*** david-lyle has joined #openstack-containers | 18:55 | |
*** kebray has quit IRC | 18:57 | |
*** annegentle has quit IRC | 18:57 | |
vilobhmm | hongbin : ping | 19:00 |
hongbin | vilobhmm: hey | 19:00 |
*** annegentle has joined #openstack-containers | 19:00 | |
vilobhmm | hongbin : as part of this review https://review.openstack.org/#/c/228110/ we discovered that right now at the controller level baymodel only accepts "uuid" for update | 19:01 |
vilobhmm | wouldn't it be better than we don't restrict to just uuid but also allow logical name | 19:01 |
vilobhmm | https://github.com/openstack/magnum/blob/master/magnum/api/controllers/v1/baymodel.py#L345 | 19:01 |
hongbin | agree | 19:01 |
vilobhmm | cool | 19:01 |
vilobhmm | will submit a patch | 19:01 |
hongbin | feel free | 19:01 |
*** achanda has quit IRC | 19:02 | |
openstackgerrit | Merged openstack/python-magnumclient: Rename 'insecure' baymodel attribute to 'tls_disabled'. https://review.openstack.org/229074 | 19:08 |
*** dave-mccowan has quit IRC | 19:11 | |
*** gangil has quit IRC | 19:19 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/magnum: WIP: Adding Documentation for use of proxies in magnum. https://review.openstack.org/228634 | 19:20 |
*** gangil has joined #openstack-containers | 19:20 | |
*** david-lyle has quit IRC | 19:22 | |
*** david-lyle has joined #openstack-containers | 19:22 | |
*** alex_klimov has joined #openstack-containers | 19:33 | |
*** david-lyle has quit IRC | 19:35 | |
*** dave-mccowan has joined #openstack-containers | 19:42 | |
*** Guest34201 has quit IRC | 19:42 | |
*** Guest34201 has joined #openstack-containers | 19:42 | |
*** Guest34201 is now known as preilly | 19:42 | |
*** sthillma has quit IRC | 19:48 | |
*** annegentle has quit IRC | 19:48 | |
*** Marga_ has quit IRC | 19:50 | |
*** david-lyle has joined #openstack-containers | 19:52 | |
*** eghobo_ has quit IRC | 19:57 | |
*** david-ly_ has joined #openstack-containers | 20:07 | |
*** david-lyle has quit IRC | 20:07 | |
*** david-ly_ is now known as david-lyle | 20:08 | |
*** harshs has quit IRC | 20:11 | |
*** harshs has joined #openstack-containers | 20:13 | |
*** Marga_ has joined #openstack-containers | 20:15 | |
hongbin | adrian_otto: Hi Adrian, I remembered you said the release was cut yesterday. Then, I wonder if what is the plan in the next two weeks. Do you want a repo freeze? or should we continue to approve patches? or selectively approve patches? | 20:15 |
*** sthillma has joined #openstack-containers | 20:15 | |
*** banix has quit IRC | 20:18 | |
adrian_otto | hongbin: one approach is to branch the release, and only backport bugs into that | 20:19 |
adrian_otto | and we continue approving patches in master | 20:20 |
hongbin | you like this approach? | 20:20 |
hongbin | If you want to proceed this way, then we should stop approving patches until you create the stable/liberty branch | 20:22 |
openstackgerrit | Murali Allada proposed openstack/python-magnumclient: Support for public baymodels. https://review.openstack.org/229519 | 20:22 |
hongbin | adrian_otto: ^^ | 20:26 |
adrian_otto | hongbin: I want to get all the TLS work in first | 20:29 |
adrian_otto | did all of that merge yet? | 20:29 |
adrian_otto | it looks like we merged a ton of code in the past day ;-) | 20:30 |
hongbin | adrian_otto: I am not sure. Need to confirm by maduri and andrew | 20:30 |
adrian_otto | https://review.openstack.org/#/q/status:open+project:openstack/magnum+branch:master+topic:bp/secure-kubernetes,n,z | 20:31 |
hongbin | Yes, yesterday has over 20 commits. | 20:31 |
adrian_otto | seems we have more revisions to land there | 20:31 |
hongbin | I see. Then the cutting day needs to be postponse | 20:31 |
adrian_otto | right. | 20:32 |
hongbin | k. get that. I will give priority to review the tls patches. | 20:32 |
adrian_otto | thanks hongbin! | 20:33 |
hongbin | np | 20:33 |
openstackgerrit | Merged openstack/magnum: Add TLS support in Magnum. https://review.openstack.org/194905 | 20:47 |
*** apuimedo has quit IRC | 20:56 | |
*** sthillma_ has joined #openstack-containers | 21:00 | |
*** apuimedo has joined #openstack-containers | 21:00 | |
openstackgerrit | Merged openstack/magnum: Remove unused DB API get_rcs_by_bay_uuid https://review.openstack.org/217865 | 21:01 |
*** gangil has quit IRC | 21:02 | |
*** gangil has joined #openstack-containers | 21:02 | |
*** sthillma has quit IRC | 21:03 | |
*** sthillma_ is now known as sthillma | 21:03 | |
*** david-lyle has quit IRC | 21:03 | |
*** david-ly_ has joined #openstack-containers | 21:03 | |
*** david-ly_ is now known as david-lyle | 21:05 | |
openstackgerrit | Andrew Melton proposed openstack/magnum: Use dockerpy logs operation instead of attach https://review.openstack.org/229627 | 21:08 |
openstackgerrit | Andrew Melton proposed openstack/magnum: Set up temp files containing client TLS certs https://review.openstack.org/229628 | 21:08 |
*** kebray has joined #openstack-containers | 21:08 | |
openstackgerrit | Andrew Melton proposed openstack/magnum: Add TLS support to container handler https://review.openstack.org/229629 | 21:08 |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: Remove name from test token https://review.openstack.org/229631 | 21:09 |
openstackgerrit | Adrian Otto proposed openstack/magnum: Adding Documentation for use of proxies in magnum. https://review.openstack.org/228634 | 21:13 |
*** kebray has quit IRC | 21:13 | |
openstackgerrit | Adrian Otto proposed openstack/magnum: Adding Documentation for use of proxies in magnum. https://review.openstack.org/228634 | 21:15 |
*** dimtruck is now known as zz_dimtruck | 21:17 | |
openstackgerrit | Adrian Otto proposed openstack/magnum: Adding Documentation for use of proxies in magnum. https://review.openstack.org/228634 | 21:17 |
openstackgerrit | Adrian Otto proposed openstack/magnum: Adding Documentation for use of proxies in magnum. https://review.openstack.org/228634 | 21:19 |
*** david-lyle has quit IRC | 21:26 | |
*** Marga_ has quit IRC | 21:26 | |
*** david-lyle has joined #openstack-containers | 21:29 | |
adrian_otto | muralia: ping | 21:29 |
adrian_otto | could you please rebase https://review.openstack.org/226335 | 21:30 |
adrian_otto | and you will ned to bump the object version | 21:31 |
*** eghobo has joined #openstack-containers | 21:32 | |
*** rlrossit has left #openstack-containers | 21:32 | |
*** sthillma_ has joined #openstack-containers | 21:33 | |
*** sthillma has quit IRC | 21:35 | |
*** sthillma_ is now known as sthillma | 21:35 | |
openstackgerrit | Adrian Otto proposed openstack/magnum: Add versioned objects to docs.openstack.org https://review.openstack.org/229641 | 21:47 |
*** david-lyle has quit IRC | 21:48 | |
*** Marga_ has joined #openstack-containers | 21:48 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Allow container memory size to be specified https://review.openstack.org/229645 | 21:49 |
*** david-lyle has joined #openstack-containers | 21:54 | |
*** banix has joined #openstack-containers | 21:55 | |
*** sdake has quit IRC | 21:55 | |
*** sdake has joined #openstack-containers | 21:57 | |
*** pradk has quit IRC | 22:02 | |
klindgren | adrian_otto, I got the changes to the heat-template to have magnum nova-network vs's neutron - but the hcanges are against the kilo code base. Looks like htings have changed pretty significantly in liberty. Wondering what should I do here? Since LBaaS doesn't exist in nova-network, would be forced to do something like spinup an haproxy node or some other thing to act as an LB for a multi-node master cluster. | 22:03 |
klindgren | Or change it back to where only a single master is done under nova-network? | 22:04 |
adrian_otto | hi klindgren. I'm thinking about your question. | 22:05 |
adrian_otto | klindgren: have you seen the recent work that Tango has been doing for this blueprint? https://blueprints.launchpad.net/magnum/+spec/external-lb | 22:06 |
klindgren | in kilo the change was pretty trivial. - I have not. Been pretty heads down on trying to get a POC of magnum working in our lab environments that are configured like our prod. | 22:07 |
adrian_otto | that addresses the LB concern for apps that run on magnum k8s bays | 22:07 |
adrian_otto | yes, Getting HA bays to work in kilo will be tricky | 22:08 |
adrian_otto | I would consider any work you to on that topic to be temporary in nature | 22:09 |
adrian_otto | so maybe a hack like launching an haproxy container in your bay might be appropriate | 22:10 |
*** jruano has quit IRC | 22:10 | |
adrian_otto | you could adapt your template a bit to include that, perhaps? | 22:10 |
klindgren | Seems like that change still requires neutron+lbaas, just not in the heat template? | 22:11 |
adrian_otto | the advantage of the external-lb feature is that it uses the neutron lbaas api so if you have a hardware load balancer connected there, you can leverage that for your k8s bays | 22:11 |
adrian_otto | no, not necessarily. I understand you are trying to make things work without neutron. | 22:12 |
klindgren | so the idea being that you have a neutron install + lbaas specifically for handling the lb create requests | 22:14 |
klindgren | and kube will call that to setup a vip and use that | 22:14 |
adrian_otto | yes, that should work | 22:14 |
*** david-lyle has quit IRC | 22:15 | |
openstackgerrit | Hongbin Lu proposed openstack/python-magnumclient: Add an option to specify container memory size https://review.openstack.org/229663 | 22:17 |
adrian_otto | hongbin: aha, there it is! | 22:18 |
hongbin | you means the magnumclient patch? Yes, I just submitted it | 22:19 |
vilobhmm | hongbin : just saw it | 22:21 |
vilobhmm | thanks! | 22:21 |
*** devlaps has quit IRC | 22:30 | |
*** dims__ has joined #openstack-containers | 22:30 | |
*** ganeshna has joined #openstack-containers | 22:31 | |
eghobo | hongbin: "memory limit" is it for Liberty? | 22:31 |
*** ganeshna has quit IRC | 22:32 | |
hongbin | eghobo: not necessary, but not hurt to let it be | 22:32 |
*** ganeshna has joined #openstack-containers | 22:32 | |
eghobo | ok, but it will work only with swarm, right? | 22:33 |
hongbin | right | 22:33 |
*** dims_ has quit IRC | 22:33 | |
eghobo | and it's optional, isn't it? i don't see any test for this case | 22:35 |
*** david-lyle has joined #openstack-containers | 22:36 | |
*** ganeshna has quit IRC | 22:36 | |
hongbin | it is optional. Let me double-check the test cases | 22:38 |
hongbin | eghobo: you are right. A test case is needed. | 22:39 |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Allow container memory size to be specified https://review.openstack.org/229645 | 22:50 |
adrian_otto | hongbin, dims__, sdake, Kennan, yuanying, tcammann1: Please vote for new core reviewers (vilobhmm, and mumble00) http://lists.openstack.org/pipermail/openstack-dev/2015-September/075911.html | 22:51 |
adrian_otto | eghobo: you are suggesting a unit test that proves that you can create a container without the memory attribute set? | 22:54 |
eghobo | yes | 22:54 |
adrian_otto | ok | 22:54 |
*** dane_leblanc has quit IRC | 22:54 | |
eghobo | feel free to ignore it, I just don't know how client deal with optional ): | 22:55 |
adrian_otto | it's a good suggestion, thanks. | 22:56 |
dims__ | adrian_otto: ack thanks! | 22:59 |
*** suro-patz has quit IRC | 23:00 | |
*** suro-patz has joined #openstack-containers | 23:00 | |
harlowja | sdake hmmmm, challenge, hmmm | 23:04 |
harlowja | dun dun dun, lol | 23:04 |
*** alejandrito has quit IRC | 23:04 | |
harlowja | ;) | 23:05 |
*** hongbin has quit IRC | 23:08 | |
*** jruano has joined #openstack-containers | 23:08 | |
sdake | sup | 23:16 |
sdake | figure of speech harlowja :) | 23:16 |
harlowja | ;) | 23:16 |
harlowja | haha | 23:16 |
harlowja | i know | 23:16 |
harlowja | but but i just added multi-tenancy to k8s | 23:17 |
harlowja | challenge accepted, ha | 23:17 |
sdake | k8s has multitenancy but it isn't secure | 23:17 |
sdake | it offers no softwre defined isolation | 23:17 |
harlowja | gotcha | 23:18 |
sdake | to do that means integrating with openstack directly in k8s | 23:18 |
sdake | which would be interesting as I said but painful I suspect :) | 23:19 |
harlowja | ya, i wonder how that would work out | 23:19 |
harlowja | (if it would work out) | 23:21 |
*** suro-patz has quit IRC | 23:29 | |
*** suro-patz has joined #openstack-containers | 23:29 | |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: Baymodel update should accept both uuid and name https://review.openstack.org/229678 | 23:33 |
adrian_otto | yuanying: ping | 23:35 |
adrian_otto | yuanying: any chance you could revise https://review.openstack.org/202881 today? | 23:35 |
adrian_otto | vilobhmm: please revisit https://review.openstack.org/223384 | 23:38 |
*** jwcroppe has quit IRC | 23:40 | |
*** jwcroppe has joined #openstack-containers | 23:41 | |
vilobhmm | adrian_otto : sure...should have an updated patch by tommorow | 23:43 |
adrian_otto | thanks vilobhmm | 23:45 |
*** jwcroppe has quit IRC | 23:45 | |
openstackgerrit | Adrian Otto proposed openstack/magnum: Add guide for TLS support in Magnum. https://review.openstack.org/206467 | 23:49 |
vilobhmm | adrian_otto : with/wo barbican have same image for above review | 23:54 |
openstackgerrit | Murali Allada proposed openstack/magnum: Adding support for public baymodels https://review.openstack.org/226335 | 23:54 |
adrian_otto | vilobhmm: which review number are you referring to? | 23:57 |
vilobhmm | adrian_otto : https://review.openstack.org/206467 | 23:58 |
vilobhmm | secure_k8sapi_with_barbican and secure_k8sapi_wo_barbican | 23:59 |
vilobhmm | images are same | 23:59 |
adrian_otto | vilobhmm: nice catch. I'll revise it. | 23:59 |
vilobhmm | adrian_otto : sure | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!