*** kiennt has joined #openstack-zun | 00:44 | |
*** zhurong has joined #openstack-zun | 01:12 | |
*** dixiaoli has joined #openstack-zun | 01:16 | |
*** openstackgerrit has joined #openstack-zun | 01:42 | |
openstackgerrit | Shunli Zhou proposed openstack/zun master: Add detach network server side. https://review.openstack.org/493787 | 01:42 |
---|---|---|
kiseok7 | mkrai: hi, are you working on "a patch to make image validation confiurable"? if you are not, can i upload a patch for this? | 01:45 |
*** hongbin has joined #openstack-zun | 02:10 | |
openstackgerrit | Shunli Zhou proposed openstack/zun master: Add detach network server side. https://review.openstack.org/493787 | 02:23 |
kiennt | hongbin: hi, the multinode gate failed because KuryrException and I found you have worked in the related bug: https://bugs.launchpad.net/zun/+bug/1690284 | 02:37 |
openstack | Launchpad bug 1690284 in Zun "Docker do not allow create network with same cidr" [High,Triaged] - Assigned to hongbin (hongbin034) | 02:37 |
hongbin | kiennt: hey | 02:38 |
kiennt | I tried to fix it and asked Kuryr team. They said in multi-host scenario, capability_scope conf should be global | 02:38 |
hongbin | i see | 02:38 |
kiennt | default it is local | 02:38 |
hongbin | i think we should switch to global based on their advice | 02:38 |
hongbin | kiennt: thanks for looking into this issue | 02:39 |
kiennt | I try to do this, but seems like my approach is wrong | 02:40 |
kiennt | you can see in patch https://review.openstack.org/#/c/494111/ | 02:40 |
kiennt | i change config in devstack/plugin.sh | 02:40 |
kiennt | *change kuryr config | 02:40 |
kiennt | but the gate still failed | 02:41 |
* hongbin looks into the logs | 02:41 | |
kiennt | seems like the gate install zun before kuryr-libnetwork, so the fix doesn't work as expect. | 02:42 |
*** rockit has quit IRC | 02:42 | |
kiennt | could you give some advices? Do you think we should change in project-config? | 02:43 |
kiennt | i get stuck in this :( | 02:44 |
hongbin | kuryr failed with this error: http://logs.openstack.org/11/494111/10/experimental/gate-tempest-dsvm-zun-multinode-docker-sql-ubuntu-xenial-nv/3e1c24e/logs/screen-kuryr-libnetwork.txt.gz#_Aug_17_08_56_39_291796 | 02:45 |
kiennt | yes, and i found the related bug #493787 which was assigned to you | 02:46 |
openstack | bug 493787 in Percona-XtraDB "innodb_io_patches.patch fails on 5.1.41 + 1.0.6" [Undecided,Invalid] https://launchpad.net/bugs/493787 - Assigned to Aleksandr Kuzminsky (akuzminsky) | 02:46 |
kiennt | Oh wrong number https://bugs.launchpad.net/zun/+bug/1690284 | 02:46 |
openstack | Launchpad bug 1690284 in Zun "Docker do not allow create network with same cidr" [High,Triaged] | 02:46 |
hongbin | this bug cannot be fixed in zun side | 02:47 |
kiennt | is this issue from tempest? or kuryr? | 02:49 |
hongbin | it seems the issue is from kuryr or the way we use kuryr | 02:50 |
kiennt | the way we use kuryr, I think. | 02:51 |
kiennt | I will propose a patch to config kuryr-libnetwork capability_scope conf in project-config side. The fix in Zun side doesn't work | 02:52 |
kiennt | Somehow, etc/kuryr/kuryr.conf doesn't exist in gate logs. | 02:53 |
hongbin | that is wierd | 02:53 |
hongbin | kiennt: another thing we can do is to enable the debug mode of kuryr | 02:56 |
hongbin | if the debug mode is turned on, it might have more information | 02:57 |
hongbin | kiennt: propose a patch to config capability_scope is definitely a good idea | 02:57 |
kiennt | hongbin: i will propose it (include turn on debug) and add you | 02:58 |
hongbin | kiennt: thx | 02:59 |
hongbin | sorry, i couldn't figure out exactly what was wrong at this moment | 02:59 |
kiennt | hongbin: the patch https://review.openstack.org/#/c/494774/ | 03:05 |
kiennt | Hope the debug mode can get us more information | 03:05 |
hongbin | kiennt: ack | 03:07 |
hongbin | kiennt: this is from kuryr docs: "CAPABILITY_SCOPE can be "local" or "global", the latter being for when there is a cluster store plugged into the docker engine." | 03:12 |
hongbin | kiennt: that means we need to configure a cluster store | 03:12 |
hongbin | there is an option in devstack-plugin-container for that: https://github.com/openstack/devstack-plugin-container/blob/master/devstack/lib/docker#L26 | 03:13 |
hongbin | simply set it to the etcd cluster will work: https://github.com/openstack/kuryr-libnetwork/blob/master/devstack/settings#L23 | 03:14 |
kiennt | but in the devstack.log, DOCKER_CLUSTER_STORE is already set to etcd | 03:16 |
kiennt | http://logs.openstack.org/11/494111/10/experimental/gate-tempest-dsvm-zun-multinode-docker-sql-ubuntu-xenial-nv/3e1c24e/logs/devstacklog.txt.gz#_2017-08-17_08_17_36_255 | 03:17 |
kiennt | as kuryr devstack settings | 03:17 |
hongbin | i see | 03:18 |
hongbin | kiennt: i think another way to resolve the problem is to help kuryr-libnetwork to setup a multi-node gate first | 03:22 |
kiennt | hongbin: +1, great idea! Good for both sides! | 03:23 |
hongbin | ok | 03:23 |
hongbin | after kuryr multinode gate is setup, we might know where the problem is coming from | 03:25 |
*** nicolasbock_ has joined #openstack-zun | 03:25 | |
kiennt | yep, should we create a blueprint/bug for this? To get approve from Kuryr team. | 03:26 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/zun master: Remove deprecated usage of CORS.set_latent https://review.openstack.org/494780 | 03:33 |
hongbin | kiennt: i don't know, this depends on the kuryr team | 03:35 |
hongbin | kiennt: but i think they will be happy to take the patch | 03:35 |
kiennt | hongbin: ok, i will propose the patch to setup multinode. | 03:37 |
hongbin | kiennt: ack | 03:38 |
*** hongbin has quit IRC | 03:50 | |
*** gkadam has joined #openstack-zun | 04:09 | |
*** dixiaoli has quit IRC | 04:48 | |
*** adisky__ has joined #openstack-zun | 04:55 | |
*** dixiaoli has joined #openstack-zun | 05:19 | |
*** janki has joined #openstack-zun | 05:22 | |
*** zhurong has quit IRC | 05:38 | |
*** zhurong has joined #openstack-zun | 05:42 | |
*** kiennt has quit IRC | 05:42 | |
*** kiennt has joined #openstack-zun | 06:05 | |
openstackgerrit | Merged openstack/zun master: Update reno for stable/pike https://review.openstack.org/494568 | 06:23 |
*** XueFeng has quit IRC | 06:25 | |
*** XueFeng has joined #openstack-zun | 06:29 | |
openstackgerrit | Kien Nguyen proposed openstack/python-zunclient master: [Refactor code] Support dynamic load Client module depend on given version https://review.openstack.org/494965 | 06:31 |
openstackgerrit | Kien Nguyen proposed openstack/python-zunclient master: [Refactor code] Support dynamic load Client module https://review.openstack.org/494965 | 06:32 |
openstackgerrit | Kien Nguyen proposed openstack/python-zunclient master: [Refactor code] Backward compatibility. https://review.openstack.org/494967 | 06:42 |
openstackgerrit | Kien Nguyen proposed openstack/python-zunclient master: [Refactor code] Update client v1 https://review.openstack.org/494969 | 06:52 |
openstackgerrit | Merged openstack/zun master: Remove deprecated usage of CORS.set_latent https://review.openstack.org/494780 | 06:57 |
openstackgerrit | Kien Nguyen proposed openstack/python-zunclient master: [Refactor code] Update shell https://review.openstack.org/494972 | 07:03 |
*** gkadam is now known as gkadam-afk | 07:18 | |
*** egonzalez has joined #openstack-zun | 07:40 | |
*** gkadam-afk is now known as gkadam | 07:46 | |
*** XueFeng has quit IRC | 07:47 | |
*** XueFeng has joined #openstack-zun | 07:48 | |
*** dixiaoli has quit IRC | 08:02 | |
*** dixiaoli has joined #openstack-zun | 08:07 | |
*** XueFeng has quit IRC | 08:09 | |
*** XueFeng has joined #openstack-zun | 08:10 | |
*** nicolasbock_ has quit IRC | 08:14 | |
*** dixiaoli has quit IRC | 08:36 | |
*** dixiaoli has joined #openstack-zun | 08:39 | |
*** rockit has joined #openstack-zun | 08:58 | |
rockit | hi | 08:58 |
rockit | i deployed openstack zun using https://docs.openstack.org/zun/latest/contributor/quickstart.html | 08:59 |
rockit | how can i use a docker node with openstack zun to create containers | 08:59 |
rockit | how can i use other container technologies | 09:00 |
*** XueFeng has quit IRC | 09:03 | |
*** c06 has joined #openstack-zun | 09:32 | |
egonzalez | rockit, zun-compute should be running in a host with docker | 09:48 |
egonzalez | rockit, zun now only support docker or nova docker-driver | 09:48 |
*** kiennt has quit IRC | 10:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zun-ui master: Imported Translations from Zanata https://review.openstack.org/494466 | 10:15 |
*** spn has quit IRC | 10:39 | |
*** spn has joined #openstack-zun | 10:44 | |
*** zhurong has quit IRC | 11:01 | |
rockit | egonzalez: is their any plan to support other docker technologies like mesos, kubernetes | 11:28 |
rockit | sorry | 11:28 |
rockit | other container technologies | 11:28 |
egonzalez | rockit, kubernetes was planed irrc | 11:29 |
rockit | according to wiki: "It aims to provide an OpenStack API for launching and managing containers backed by different container technologies." | 11:31 |
*** adisky__ has quit IRC | 11:31 | |
rockit | egonzalez: so it should support various COEs | 11:32 |
c06 | Magnum.!! | 11:34 |
*** gkadam has quit IRC | 11:50 | |
*** gkadam has joined #openstack-zun | 11:51 | |
*** gkadam has quit IRC | 11:53 | |
*** gkadam has joined #openstack-zun | 11:54 | |
*** c06 has left #openstack-zun | 12:18 | |
*** catintheroof has joined #openstack-zun | 12:40 | |
*** catinthe_ has joined #openstack-zun | 12:41 | |
*** catintheroof has quit IRC | 12:41 | |
*** dixiaoli has quit IRC | 12:43 | |
*** diga has joined #openstack-zun | 13:10 | |
*** XueFeng has joined #openstack-zun | 14:00 | |
*** janki has quit IRC | 14:07 | |
*** diga has quit IRC | 14:36 | |
*** egonzalez has quit IRC | 15:16 | |
*** kiennt has joined #openstack-zun | 16:18 | |
*** gkadam has quit IRC | 16:41 | |
*** catinthe_ has quit IRC | 16:43 | |
*** catintheroof has joined #openstack-zun | 16:45 | |
*** hongbin has joined #openstack-zun | 17:04 | |
*** XueFeng has quit IRC | 17:37 | |
*** XueFeng has joined #openstack-zun | 17:37 | |
*** kiennt has quit IRC | 17:38 | |
*** catinthe_ has joined #openstack-zun | 18:33 | |
*** catinth__ has joined #openstack-zun | 18:33 | |
*** catintheroof has quit IRC | 18:35 | |
*** catinthe_ has quit IRC | 18:37 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP][NOT_READY_FOR_REVIEW] Cinder integration https://review.openstack.org/473115 | 20:48 |
*** catintheroof has joined #openstack-zun | 21:22 | |
*** catinth__ has quit IRC | 21:25 | |
*** XueFeng has quit IRC | 21:44 | |
*** catintheroof has quit IRC | 21:57 | |
*** hongbin has quit IRC | 22:56 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP][NOT_READY_FOR_REVIEW] Cinder integration https://review.openstack.org/473115 | 22:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!