Monday, 2017-02-27

openstackgerritMerged openstack/zun master: Change sandbox flavor from 'm1.small' to 'm1.tiny'  https://review.openstack.org/43817200:00
*** alenavolk has quit IRC00:11
*** alenavolk has joined #openstack-zun00:12
*** irenab has quit IRC00:23
*** irenab has joined #openstack-zun00:33
*** alenavolk has quit IRC01:10
*** zhangjl has joined #openstack-zun01:16
*** caowei has joined #openstack-zun01:28
*** yanyanhu has joined #openstack-zun01:35
*** alenavolk has joined #openstack-zun02:14
*** alenavolk has quit IRC02:19
*** zhangjl has quit IRC02:41
*** vikasc has joined #openstack-zun02:52
*** sudipto has joined #openstack-zun03:05
*** sudipto_ has joined #openstack-zun03:05
*** sudipto has quit IRC03:12
*** sudipto_ has quit IRC03:12
openstackgerritKevin Zhao proposed openstack/zun master: [WIP]Introduce container composition  https://review.openstack.org/43775903:26
*** hongbin has joined #openstack-zun04:01
*** hongbin has quit IRC04:14
*** yanyanhu has quit IRC04:26
*** adisky_ has joined #openstack-zun04:31
*** trinaths has joined #openstack-zun04:56
*** sudipto_ has joined #openstack-zun04:57
*** sudipto has joined #openstack-zun04:57
*** diga has joined #openstack-zun04:59
*** zhangjl has joined #openstack-zun05:27
openstackgerritSudipta Biswas proposed openstack/zun master: Add ComputeNode Tracker  https://review.openstack.org/43657205:58
*** bunny_ has joined #openstack-zun06:00
*** janki has joined #openstack-zun06:02
openstackgerritSudipta Biswas proposed openstack/zun master: Add ComputeNode Tracker  https://review.openstack.org/43657206:06
*** jchhatbar has joined #openstack-zun06:18
*** janki has quit IRC06:21
openstackgerritSudipta Biswas proposed openstack/zun master: Introduce cpu-policy for container deployment  https://review.openstack.org/42700706:37
*** yanyanhu has joined #openstack-zun06:58
*** vikasc has quit IRC07:36
*** vikasc has joined #openstack-zun07:41
*** pcastets has joined #openstack-zun08:37
*** kevinz has joined #openstack-zun09:17
*** yanyanhu has quit IRC09:41
*** pksingh has joined #openstack-zun09:48
*** pksingh has quit IRC10:06
*** trinaths1 has joined #openstack-zun10:12
*** trinaths has quit IRC10:14
*** kevinz has quit IRC10:17
*** strigazi_ is now known as strigazi10:35
*** strigazi has quit IRC10:56
*** strigazi has joined #openstack-zun10:56
*** zhangjl has quit IRC10:58
*** pksingh has joined #openstack-zun11:09
*** pksingh has quit IRC11:19
*** caowei has quit IRC11:23
*** caowei has joined #openstack-zun11:32
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Container logs is not good user experience  https://review.openstack.org/43845311:37
*** caowei has quit IRC11:38
openstackgerritfeng.shengqin proposed openstack/zun master: Container logs is not good user experience  https://review.openstack.org/43845711:49
*** pcastets has quit IRC11:57
*** sudipto_ has quit IRC11:58
*** sudipto has quit IRC11:58
*** trinaths1 has quit IRC12:50
*** sudipto has joined #openstack-zun12:50
*** sudipto_ has joined #openstack-zun12:50
*** trinaths has joined #openstack-zun12:50
*** pcastets has joined #openstack-zun12:56
*** jwcroppe has quit IRC13:44
openstackgerritduhu proposed openstack/zun master: Add test to enforce object version  https://review.openstack.org/43849613:52
openstackgerritduhu proposed openstack/zun master: Add test to enforce object version  https://review.openstack.org/43849614:01
*** lakerzhou has joined #openstack-zun14:24
*** jchhatbar has quit IRC14:36
*** diga has quit IRC14:37
*** hongbin has joined #openstack-zun14:57
*** trinaths has quit IRC14:58
*** pcastets has quit IRC15:01
*** trinaths has joined #openstack-zun15:03
*** trinaths has quit IRC15:05
*** pksingh has joined #openstack-zun15:05
*** pcastets has joined #openstack-zun15:05
lakerzhouHi There, I am trying to test Zun API but not being successful yet. I can retrieve the endpoints, for example, RegionOne | zun          | container      | True    | public    | http://192.168.122.70:9517/v1. But url such as {{IPADDR}}:9517/v1/containers/ doesn't work for me.15:54
lakerzhouBTW, API for other project seems work fine. For example {{IPADDR}}:9696/v2.0/networks works fine.15:55
lakerzhouCan anyone help me here? What the correct URL to use at postman?15:57
*** jwcroppe has joined #openstack-zun16:14
sudiptohongbin, https://github.com/kubernetes/kubernetes/issues/10570 - this seems interesting. Few of the requirements are very similar to the cpuset feature.16:17
sudiptolakerzhou, ^16:17
sudiptoSorry this does not probably answer your question.16:17
hongbinsudipto: yes, i remembered i read that in before, that is why i leaned to cpu-policy instead of direct pinning16:18
hongbinlakerzhou: there is a bug that might confused users to setup the port16:19
hongbinlakerzhou: how to setup zun (via devstack?)16:20
hongbinlakerzhou: perhaps trying port 951216:21
hongbinlakerzhou: fyi: https://review.openstack.org/#/c/437190/16:21
lakerzhouHongbin: yes, I am using devstack16:22
hongbinlakerzhou: then, 9517 should be the right port16:22
hongbinlakerzhou: do you see any error if manually access http://192.168.122.70:9517/v1 ?16:23
lakerzhousudipto: I will review your spec before our IRC meeting16:23
lakerzhouhongbin: yes, I got something  http://192.168.122.70:9517/v1 from the local host. but I got nothing if use external IP. let me dig more.16:26
*** pksingh has quit IRC16:33
hongbinlakerzhou: perhaps it can be fixed by setting the host_ip config: https://github.com/openstack/zun/blob/master/devstack/lib/zun#L21416:33
lakerzhoulet me try it, thanks16:34
*** pcastets has quit IRC16:34
*** pcastets has joined #openstack-zun16:44
lakerzhouhongbin: I managed to make it work. I manually change /etc/zun/zun.conf, updated the api.host_ip to my external IP, and restarted the api service.16:59
hongbinlakerzhou: good to hear17:00
lakerzhouhongbin: I looked a bit more. It seems other services bind to 0.0.0.0, while zun binds to api.host_ip.17:04
hongbinlakerzhou: i guess you can set host_ip to 0.0.0.0 ?17:05
hongbinlakerzhou: perhaps zun should set it to 0.0.0.0 on devstack17:06
lakerzhouhongbin: let me test it and let you know17:09
*** sudipto_ has quit IRC17:15
*** sudipto has quit IRC17:15
lakerzhouhongbin: I agree with you, 0.0.0.0 should be set on devstack. I just confirmed it working well.17:20
*** adisky_ has quit IRC17:49
*** pcastets has quit IRC18:26
*** sudipto_ has joined #openstack-zun18:40
*** sudipto has joined #openstack-zun18:40
hongbinlakerzhou: ok18:41
openstackgerritHongbin Lu proposed openstack/zun master: Let API listen to 0.0.0.0 in devstack  https://review.openstack.org/43867018:43
*** sudipto_ has quit IRC19:17
*** sudipto has quit IRC19:17
*** sudipto_ has joined #openstack-zun19:27
*** sudipto has joined #openstack-zun19:27
*** sudipto_ has quit IRC19:32
*** sudipto has quit IRC19:32
*** sudipto has joined #openstack-zun19:39
*** sudipto_ has joined #openstack-zun19:39
*** sudipto has quit IRC19:46
*** sudipto_ has quit IRC19:46
*** lakerzhou has quit IRC21:51
openstackgerritHongbin Lu proposed openstack/zun master: [WIP] Enable Kuryr-libnetwork in devstack  https://review.openstack.org/43871521:54
*** catintheroof has joined #openstack-zun22:15
openstackgerritHongbin Lu proposed openstack/zun master: Add wsgi script file and sample config  https://review.openstack.org/43719022:17
*** catintheroof has quit IRC23:44
*** jwcroppe has quit IRC23:59
*** jwcroppe has joined #openstack-zun23:59

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