Monday, 2015-12-07

*** salv-orlando has joined #openstack-kuryr00:37
*** mestery_ has joined #openstack-kuryr00:40
*** mestery has quit IRC00:41
*** mestery_ is now known as mestery00:41
*** salv-orlando has quit IRC00:44
*** mestery has quit IRC01:01
*** mestery has joined #openstack-kuryr01:02
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Adding plug/unplug for OVS  https://review.openstack.org/25328501:18
apuimedobanix: sorry for the nitpicky review to https://review.openstack.org/#/c/253285/01:27
apuimedoI'm happy to see the code in gerrit :-)01:28
banixapuimedo: no problem. requested changes make sense. will spin a new version. thanks.01:29
*** mestery has quit IRC01:30
apuimedo:-)01:31
openstackgerritMerged openstack/kuryr: Change ETCD version  https://review.openstack.org/25392101:32
*** tfukushima has joined #openstack-kuryr01:33
*** mestery has joined #openstack-kuryr01:36
*** mestery has quit IRC01:37
*** mestery has joined #openstack-kuryr01:38
*** mestery has quit IRC01:40
*** mestery has joined #openstack-kuryr01:40
*** tfukushima has quit IRC01:41
*** mestery_ has joined #openstack-kuryr01:42
*** tfukushima has joined #openstack-kuryr01:44
*** mestery has quit IRC02:23
*** mestery_ is now known as mestery02:23
*** tfukushima has quit IRC02:52
openstackgerritvikas choudhary proposed openstack/kuryr: /NetworkDriver.CreateEndpoint cleanup  https://review.openstack.org/25332303:01
*** vikasc__ has joined #openstack-kuryr03:01
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Completing the basic configuration for Kuryr  https://review.openstack.org/25153203:01
*** vikasc__ has quit IRC03:10
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Adding plug/unplug for OVS  https://review.openstack.org/25328503:32
*** banix has quit IRC03:48
openstackgerritTaku Fukushima proposed openstack/kuryr: [WIP] Add spec of blueprint existing-neutron-network  https://review.openstack.org/25400504:37
*** tfukushima has joined #openstack-kuryr04:37
*** tfukushima has quit IRC04:43
openstackgerritKenji Yasui proposed openstack/kuryr: Use assertIn and assertNotIn  https://review.openstack.org/25401205:17
*** tfukushima has joined #openstack-kuryr05:35
*** tfukushima has quit IRC05:37
*** tfukushima has joined #openstack-kuryr06:00
*** irenab has quit IRC06:08
*** irenab has joined #openstack-kuryr06:48
*** openstackgerrit_ has joined #openstack-kuryr06:51
openstackgerritKenji Yasui proposed openstack/kuryr: Fix H405 violations  https://review.openstack.org/25403306:56
tfukushimayasui_: Hi Yasui-san, thanks for your patch. Could you add some reviewers when you submit your patch?07:03
tfukushimaPlease see this patch for instance. https://review.openstack.org/#/c/254005/07:03
tfukushimaWe need the group to make it easy to add everyone in the same loop.07:04
gsagietfukushima: You can use: git add-reviewer -r gerrit 164686 gal.sagie@huawei.com07:10
gsagieand maybe add it to your git-review script :)07:10
tfukushimagsagie: Ah, nice. I didn't know that.07:11
openstackgerritKenji Yasui proposed openstack/kuryr: Delete python bytecode before every test run  https://review.openstack.org/25403807:14
openstackgerritBaohua Yang proposed openstack/kuryr: Fix unnecessary defined internal variable  https://review.openstack.org/25403907:18
openstackgerritBaohua Yang proposed openstack/kuryr: Fix typo in error msg: happend --> happened  https://review.openstack.org/25404207:22
gsagieapuimedo: ping07:36
openstackgerritMerged openstack/kuryr: Fix typo in error msg: happend --> happened  https://review.openstack.org/25404207:38
openstackgerritMerged openstack/kuryr: Fix unnecessary defined internal variable  https://review.openstack.org/25403907:52
openstackgerritBaohua Yang proposed openstack/kuryr: Fix typo in binding.py: Neutorn --> Neutron  https://review.openstack.org/25405608:01
*** salv-orlando has joined #openstack-kuryr08:09
*** salv-orlando has quit IRC08:12
tfukushimayasui_: I'm putting reviewers in your patches because I noticed you patches by the notifications on this channel. But I'd appreciate if you could add reviewers next time.08:20
yasui_tfukushima: Hi Fukushima-san, I'm sorry my late response.08:21
yasui_when I'll submit next patch,  I'll  reflect your advice .08:23
openstackgerritMerged openstack/kuryr: Fix typo in binding.py: Neutorn --> Neutron  https://review.openstack.org/25405608:24
tfukushimayasui_: NP. I just wanted to let you know about adding reviewers is important to get attentions. Your patches look nice and I'd like to have reviewers on it.08:24
yasui_tfukushima: thank you :)08:25
openstackgerritMerged openstack/kuryr: Use assertIn and assertNotIn  https://review.openstack.org/25401208:38
openstackgerritBaohua Yang proposed openstack/kuryr: Using dictionary literal to create new dict  https://review.openstack.org/25407108:40
openstackgerritTaku Fukushima proposed openstack/kuryr: Remove unnecessary constants  https://review.openstack.org/25407708:49
apuimedogsagie: pong08:55
openstackgerritBaohua Yang proposed openstack/kuryr: Using dictionary literal to create new dict  https://review.openstack.org/25407109:03
openstackgerritMerged openstack/kuryr: Fix H405 violations  https://review.openstack.org/25403309:07
*** tfukushima has quit IRC09:16
*** tfukushima has joined #openstack-kuryr09:16
*** tfukushima has quit IRC09:17
*** tfukushima has joined #openstack-kuryr09:17
*** salv-orlando has joined #openstack-kuryr09:22
apuimedotfukushima: https://review.openstack.org/#/c/254077/1/kuryr/common/constants.py09:36
apuimedothere is no Join command anymore?09:36
tfukushimaThere is but they're for the mock data in the initial commit and obsolete.09:37
tfukushimaThe actual data is returned in kuryr/controllers.py.09:37
tfukushimaThe name "SCHEMA" was actually confused. It's the mock data.09:38
apuimedook09:38
tfukushimaIt's the legacy leftover and I'm ashamed of leaving them so long time. :-(09:39
tfukushimaSchemata are defined under kuryr/schemata as JSON schema.09:40
tfukushimaThey're for the requests though.09:41
apuimedounderstood ;-)09:41
openstackgerritMerged openstack/kuryr: Remove unnecessary constants  https://review.openstack.org/25407709:42
apuimedotfukushima: yasui_ gsagie: please look at my comment to https://review.openstack.org/#/c/254038/09:44
gsagieapuimedo: ok09:44
gsagieapuimedo: kexiaodong is working with me and he is going to work on Kuryr , wanted to introduce him to the team09:44
gsagiekexiaodong: we have an alternating IRC meeting for Kuryr as well, i believe at least one timezone will fit you so you are welcome to join09:46
apuimedokexiaodong: nice!09:46
kexiaodonghi everyone, I am online and join this channel for 2 weeks.09:46
apuimedotoday's meeting is too late though ;-)09:46
gsagieyeah, you can probably join next week, todays meeting is in 5 hours which is late for you09:47
gsagienext week its earlier09:47
apuimedokexiaodong: yes, I saw your nick in the irc, but I didn't know the relation ;-)09:47
apuimedoajo: did you try the cap_net_admin launcher thingie?09:47
kexiaodongMy timezone is almost the same as fukushima, I will join the Tuesday meeting09:48
tfukushimakexiaodong: Hi, the next meeting in the next week should be good in your timezone.09:48
apuimedo:-)09:49
apuimedothe more the merrier09:49
openstackgerritTaku Fukushima proposed openstack/kuryr: Replace hardcoded port name generation with funciton  https://review.openstack.org/25410310:03
tfukushimaapuimedo: Commented back on https://review.openstack.org/#/c/254038/.10:16
tfukushimaapuimedo, gsagie: So I would not attend the IRC meeting tonight and I just let you know I submitted the spec draft for the blueprint of reusing the existing network. https://review.openstack.org/#/c/254005/10:18
*** openstackgerrit_ has quit IRC10:23
*** salv-orlando has quit IRC10:23
apuimedotfukushima: cool10:47
openstackgerritGal Sagie proposed openstack/kuryr: Replace hardcoded port name generation with function  https://review.openstack.org/25410311:17
gsagietfukushima: thanks11:19
*** tfukushima has quit IRC11:28
openstackgerritMerged openstack/kuryr: Replace hardcoded port name generation with function  https://review.openstack.org/25410311:57
*** salv-orlando has joined #openstack-kuryr12:03
*** salv-orlando has quit IRC12:03
*** salv-orlando has joined #openstack-kuryr12:04
irenabapuimedo: is there already agenda for today’s meeting?12:17
apuimedotalking about ipam, network reusing and binding12:18
apuimedooh, and capabilities12:18
gsagieand testing12:19
apuimedoindeed, thanks gsagie12:19
irenabapuimedo: so basically discussing specs?12:22
irenabI already submitted my comments on network reusing spec12:22
irenabapuimedo: It can be helpful to have links to the relevant reviews for today’s meeting. Where is the agenda usually mintained?12:23
irenabmaintained12:23
gsagieapuimedo: i see this with Kuryr right now, do you happen to know :12:24
gsagiegal@gal-ThinkPad-X230:/opt/stack/kuryr$ sudo docker run --net=foo -itd --name=container1 busybox12:24
gsagie2e8f78bd3ec21f2be54df7a3b944421965b9db0ac4162b4893b9924add6ab53212:24
gsagiegal@gal-ThinkPad-X230:/opt/stack/kuryr$ docker ps12:24
gsagieCONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES12:24
gsagiecant see the containers list, but i can delete them12:24
gsagieso they are there12:24
apuimedommm12:25
apuimedomaybe a lack of sync with etcd12:25
apuimedoirenab: there is a place on the wiki12:25
apuimedobut I'm not usually posting an agenda12:25
irenabapuimedo: shall we start doing so?12:26
irenabhelps to set expectations from the meeting and come prepared :-)12:26
apuimedoirenab: I guess we should keep a bit more order and I should maintain the good trello board gsagie did12:29
irenabI will update the today’s agenda on the wiki, we can later link trello board there12:29
apuimedothanks irenab12:30
irenabapuimedo: for some reason I do not see that I can add section on the wiki. I can only edit existing.12:35
apuimedowait12:35
irenabapuimedo: found it, sorry12:35
apuimedohttps://wiki.openstack.org/wiki/Meetings/Kuryr12:36
irenabapuimedo: gsagie : I added initial agenda https://wiki.openstack.org/wiki/Meetings/Kuryr#Meeting_December_7_.28December_8.29.2C_2015, please add more12:45
*** kexiaodong_ has joined #openstack-kuryr12:56
*** kexiaodong has quit IRC12:57
*** kexiaodong_ is now known as kexiaodong12:57
openstackgerritBaohua Yang proposed openstack/kuryr: Using direct kwargs instead of a dict creation/destroy  https://review.openstack.org/25407114:18
*** irenab has quit IRC14:22
*** banix has joined #openstack-kuryr14:25
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Completing the basic configuration for Kuryr  https://review.openstack.org/25153214:34
gsagiehi banix14:39
banixgsagie: hi14:39
gsagiebanix: i am seeing some strange behaivour, when ever i run a container i see them exit immediatly with exit code 127, ever saw it?14:41
banixgsagie: not that i can recall14:42
gsagiek, thanks14:42
*** fawadkhaliq has joined #openstack-kuryr14:44
*** baohua has joined #openstack-kuryr14:45
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Adding plug/unplug for OVS  https://review.openstack.org/25328514:48
*** irenab has joined #openstack-kuryr15:05
*** banix has quit IRC15:13
*** baohua has quit IRC15:16
openstackgerritMerged openstack/kuryr: Completing the basic configuration for Kuryr  https://review.openstack.org/25153215:41
*** fawadkhaliq has quit IRC15:51
openstackgerritMerged openstack/kuryr: Adding plug/unplug for OVS  https://review.openstack.org/25328515:53
*** fawadkhaliq has joined #openstack-kuryr16:24
*** diga has joined #openstack-kuryr16:34
digaHi apuimedo16:35
*** salv-orl_ has joined #openstack-kuryr17:25
*** salv-orlando has quit IRC17:28
*** fawadkhaliq has quit IRC17:52
*** banix has joined #openstack-kuryr17:55
*** fawadkhaliq has joined #openstack-kuryr18:02
*** salv-orlando has joined #openstack-kuryr18:35
*** salv-orl_ has quit IRC18:35
*** mestery has quit IRC19:06
*** mestery has joined #openstack-kuryr19:07
*** fawadkhaliq has quit IRC19:54
*** diga has quit IRC20:14
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Passing the interaface name to unbind  https://review.openstack.org/25441722:30
*** diogogmt has joined #openstack-kuryr22:32
*** salv-orl_ has joined #openstack-kuryr23:25
*** banix has quit IRC23:28
*** salv-orlando has quit IRC23:28
*** vikasc__ has joined #openstack-kuryr23:36

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