Wednesday, 2016-06-15

*** prithiv1 has quit IRC00:02
*** banix has joined #openstack-kuryr00:42
*** abhiraut has quit IRC00:45
*** diogogmt has quit IRC00:48
*** limao_ has joined #openstack-kuryr00:51
*** abhiraut has joined #openstack-kuryr00:55
*** abhiraut has quit IRC00:59
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972901:01
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972901:21
openstackgerritMerged openstack/kuryr: Fixes problem with flask 0.11  https://review.openstack.org/32962001:22
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972901:49
*** diogogmt has joined #openstack-kuryr01:52
*** huikang has quit IRC02:40
*** yuanying has quit IRC02:50
*** yuanying has joined #openstack-kuryr02:53
*** hongbin has joined #openstack-kuryr03:13
*** tfukushima has joined #openstack-kuryr03:27
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr: Updated from global requirements  https://review.openstack.org/32389503:44
*** banix has quit IRC03:46
*** hongbin has quit IRC03:47
*** yuanying_ has joined #openstack-kuryr03:48
*** yuanying has quit IRC03:49
openstackgerritTaku Fukushima proposed openstack/kuryr: Add trailing commans to follow the coding standard  https://review.openstack.org/25449304:24
*** oanson has joined #openstack-kuryr04:28
openstackgerritTaku Fukushima proposed openstack/kuryr: Fix typos in the watcher desing devref  https://review.openstack.org/32805904:30
*** vikasc has joined #openstack-kuryr04:32
*** salv-orl_ has quit IRC04:54
*** salv-orlando has joined #openstack-kuryr04:54
vikasctfukushima, Hi,  https://review.openstack.org/#/c/328656/ PTAL once you got some time.04:58
*** yamamot__ has joined #openstack-kuryr05:01
openstackgerritTaku Fukushima proposed openstack/kuryr: Add trailing commas to follow the coding standard  https://review.openstack.org/25449305:13
*** salv-orlando has quit IRC05:17
*** salv-orlando has joined #openstack-kuryr05:17
*** salv-orl_ has joined #openstack-kuryr05:29
*** salv-orlando has quit IRC05:32
*** tfukushima has quit IRC05:40
*** tfukushima has joined #openstack-kuryr05:41
*** diga has joined #openstack-kuryr05:50
*** tfukushima has quit IRC05:51
*** yuanying has joined #openstack-kuryr06:03
*** yuanying_ has quit IRC06:05
*** irenab has quit IRC06:05
*** irenab has joined #openstack-kuryr06:05
openstackgerritMerged openstack/kuryr: Fix style issues in existing-neutron-network spec  https://review.openstack.org/32933706:07
*** openstackgerrit has quit IRC06:18
*** openstackgerrit has joined #openstack-kuryr06:18
*** yuanying has quit IRC06:21
*** salv-orlando has joined #openstack-kuryr06:24
*** yuanying has joined #openstack-kuryr06:28
*** salv-orl_ has quit IRC06:28
*** irenab has quit IRC06:28
*** salv-orlando has quit IRC06:29
*** tfukushima has joined #openstack-kuryr06:34
*** irenab has joined #openstack-kuryr06:44
*** yuanying has quit IRC07:05
*** yuanying has joined #openstack-kuryr07:08
*** diga has quit IRC07:21
*** openstackgerrit has quit IRC07:33
*** openstackgerrit has joined #openstack-kuryr07:33
*** salv-orlando has joined #openstack-kuryr07:41
*** diga has joined #openstack-kuryr07:59
*** diga has quit IRC08:30
openstackgerritvikas choudhary proposed openstack/kuryr: Releasing address for the gateway address  https://review.openstack.org/32940408:40
*** diga has joined #openstack-kuryr09:05
*** tfukushima has quit IRC09:37
*** tfukushima has joined #openstack-kuryr09:38
*** salv-orlando has quit IRC09:47
*** salv-orlando has joined #openstack-kuryr09:48
*** vikasc has quit IRC09:58
*** vikasc has joined #openstack-kuryr10:10
*** limao_ has quit IRC10:13
*** limao_ has joined #openstack-kuryr10:14
*** limao_ has quit IRC10:18
*** tfukushima has quit IRC10:18
vikascirenab, ping10:19
irenabvikasc: pong10:19
vikascpinged you regarding your comment on release address10:19
vikascthis case will hit only when release_address is called for releasing gw ip. This will happen at network deletion time. Subnet will be deleted in delete_network api.10:20
vikascPlease note that, we dont even create neutron port for gw ip address received from libnetwork.10:20
vikascWas just about to post this comment, then thought of pinging directly10:20
vikascirenab,10:23
irenabvikasc: so, you are sying there is explicit call for release GW ip without explicit call to allocate it?10:26
vikascirenab, we dont create port when request_address is invoked for gw ip10:28
irenabwhat I just want to make sure that kuryr handles the Network IPAM Driver calls properly, making the proper translations to neutron.10:28
irenabvikasc: from neutron perspective, it should assign gw ip for the subnet, not create port10:28
irenabvikasc: may I ask you to check the kuryr devref for the libnetwork driver mapping and see if we have the required translation up to date10:29
vikascirenab, to reserve address we create ports in neutron10:29
irenabvikasc: this is for the container attachment port10:29
irenabin neutron gw_ip is actually property of the subnet10:29
vikascirenab, for gw we just pass 'gateway' paarmeter to subnet creation api10:30
vikascyes10:30
vikascirenab, i will check devref also10:31
vikascirenab, is your concern is we reserved gw ip address and not releasing it?10:32
irenabthis seems correct to just handle gracefully the gw ip release request incase subnet is already removed, so I will + 1 your fix. Just lets make sure that the libnetwork calls are handled properly10:32
vikascirenab, I will think more on your words10:33
irenabvikasc: my concern was the opposite, that libnetwork still assumes it is reserved, but we actually already deleted the subnet with gw10:33
vikascirenab, but why libnetwork will think so. I mean at network delete only gw ip release request will be recieved and gw ip allocate was done at network creation. So libnetwork should not be assuming so.10:34
irenabso it seems wierd that release gw ip comes after delete network10:35
vikascyes10:35
vikascirenab, agreed, it weird from libnetwork side10:36
irenabI am just afraid there can be some assumptions10:36
irenabbut anyway your fix is correct, just wanted to kick a discussion :-)10:36
vikascirenab, I appreciate that :)10:36
vikascanyways I will think more on your points10:37
irenablets merge the fix and verify the devref to reflect the libnetwork calls handling10:37
vikascirenab, sure10:37
irenabvikasc: thanks a lot for taking care of this issue10:37
gsagieirenab: i saw you presenting Kuryr tommorow :)10:51
irenabyea …10:51
irenabAre you going to attend?10:51
gsagienope10:51
irenabI am trying to make most of the agenda in 20 mins I was given10:52
gsagieonly 20?10:52
irenaband 2 mins for questions :-)10:52
gsagieHow was Budapest? :)10:52
irenabgenerally ok, just my talk was rescheduled at last moment10:53
gsagieohhh :(10:53
irenabso I received the slot after lunch…10:53
irenabsome guy was sleeping on the first row10:53
*** salv-orlando has quit IRC10:56
*** salv-orlando has joined #openstack-kuryr10:57
gsagie:[11:01
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972911:03
gsagieirenab: Good luck tommorrow..11:05
*** limao_ has joined #openstack-kuryr11:05
*** salv-orlando has quit IRC11:06
irenabgsagie: thanks11:06
*** yamamot__ has quit IRC11:10
*** limao_ has quit IRC11:31
*** limao_ has joined #openstack-kuryr11:32
*** limao_ has quit IRC11:36
*** yamamoto has joined #openstack-kuryr11:48
*** vikasc has quit IRC11:50
*** banix has joined #openstack-kuryr11:56
*** vikasc has joined #openstack-kuryr11:57
*** banix has quit IRC12:00
*** vikasc has quit IRC12:02
*** diga has quit IRC12:03
*** prithiv has joined #openstack-kuryr12:16
*** salv-orlando has joined #openstack-kuryr12:56
*** salv-orlando has quit IRC12:56
*** salv-orlando has joined #openstack-kuryr12:56
*** prithiv has quit IRC12:57
*** limao_ has joined #openstack-kuryr12:59
*** limao_ has quit IRC12:59
*** limao_ has joined #openstack-kuryr13:00
*** diogogmt has quit IRC13:21
*** yamamoto has quit IRC13:25
*** yamamoto has joined #openstack-kuryr13:28
*** diogogmt has joined #openstack-kuryr13:31
*** yamamoto has quit IRC13:32
*** yamamoto has joined #openstack-kuryr13:32
*** yamamoto has quit IRC13:46
*** yamamoto has joined #openstack-kuryr13:48
*** yamamoto has quit IRC13:53
*** yamamoto has joined #openstack-kuryr13:53
*** diogogmt has quit IRC13:53
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr: Updated from global requirements  https://review.openstack.org/32389513:58
openstackgerritMerged openstack/kuryr: Fix typos in the watcher desing devref  https://review.openstack.org/32805914:01
*** diogogmt has joined #openstack-kuryr14:04
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr: Updated from global requirements  https://review.openstack.org/32389514:08
openstackgerritMerged openstack/kuryr: Fix the style of Raven devref  https://review.openstack.org/31912514:11
*** diogogmt has quit IRC14:15
*** hongbin has joined #openstack-kuryr14:15
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr: Updated from global requirements  https://review.openstack.org/32389514:18
*** oanson has quit IRC14:19
openstackgerritMerged openstack/kuryr: Eliminate unecessary ", or" in watcher design devref  https://review.openstack.org/32806114:43
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr: Updated from global requirements  https://review.openstack.org/32389514:46
*** yamamoto has quit IRC14:46
*** diogogmt has joined #openstack-kuryr15:08
*** yamamoto has joined #openstack-kuryr15:12
*** banix has joined #openstack-kuryr15:18
*** oanson has joined #openstack-kuryr15:21
*** limao_ has quit IRC15:25
banixapuimedo: gsagie you guys around?15:27
gsagiehere15:28
banixhi; there is a problem with what we want to add to the fullstack tests; i was wondering if you can think of a solution15:28
banixessentially the ipdb stuff don’t seem to run properly and i think it is due to not having the correct permissions/privilidge15:29
banixi triesd a simple minded change here but that didn’t help:15:29
banixhttps://review.openstack.org/#/c/329729/4/kuryr/tests/contrib/post_test_hook.sh15:30
gsagiebanix: i think you need to run the Kuryr process with root15:31
gsagiedont see how this change can help with that15:31
banixyes, how do i that?15:31
gsagiefrom plugin.sh15:31
banixis that part of our tree?15:32
gsagierun_process kuryr "sudo PYTHONPATH=$PYTHONPATH:$DEST...15:32
gsagieyes but i see its already started with sudo15:32
gsagieits in kuryr/devstack/plugin.sh15:32
gsagiethis is what is running the kuryr process15:32
gsagieahh ops15:33
gsagiemaybe need another sudo before "python $DEST/kuryr/scripts/run_server.py"15:33
gsagiethis line maybe needs some fix15:33
gsagiebut is it running ok in your setup?15:33
banixno for the new stuff we want to add that do binding etc; the current tests now work fine.15:34
banixby current tests i mean those already in tree15:34
banixthx for the pointer let me look into it15:35
gsagiewhere is it failing?15:35
gsagiein the binding script?15:35
banixyes15:35
gsagiemaybe we dont run that as root15:35
gsagiei think apuimedo was doing some work there with capabilities, or at least checking that part15:36
gsagieapuimedo ?15:36
banixwell, it is the binding.py15:36
banixso it is kuryr itself15:36
*** yamamoto has quit IRC15:36
banixthe veth pair creation returns null15:36
*** yamamoto has joined #openstack-kuryr15:36
banixso not the script;  we dont get to that point yet.15:37
*** yamamoto has quit IRC15:40
*** yamamoto has joined #openstack-kuryr15:48
*** vikasc has joined #openstack-kuryr15:55
*** oanson has quit IRC16:01
*** vikasc has quit IRC16:19
openstackgerritvikas choudhary proposed openstack/kuryr: Add test case for two containers on same network  https://review.openstack.org/32823616:30
*** hongbin has quit IRC16:34
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972916:39
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972916:49
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972917:04
*** hongbin has joined #openstack-kuryr17:42
*** banix has quit IRC18:04
*** oanson has joined #openstack-kuryr18:08
*** banix has joined #openstack-kuryr18:09
*** hongbin has quit IRC18:15
*** hongbin has joined #openstack-kuryr18:16
*** abhiraut has joined #openstack-kuryr18:20
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972918:20
*** abhiraut has quit IRC18:23
*** abhiraut has joined #openstack-kuryr18:35
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972918:36
*** salv-orlando has quit IRC18:43
*** salv-orlando has joined #openstack-kuryr18:44
*** salv-orl_ has joined #openstack-kuryr18:55
*** salv-orlando has quit IRC18:58
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972919:06
*** abhiraut has quit IRC19:11
*** abhiraut has joined #openstack-kuryr19:16
*** abhiraut has quit IRC19:26
*** abhiraut has joined #openstack-kuryr19:28
*** openstackgerrit has quit IRC19:33
*** openstackgerrit has joined #openstack-kuryr19:33
*** oanson has quit IRC19:35
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Allowing ip operations in fullstack test  https://review.openstack.org/32972919:45
*** salv-orl_ has quit IRC19:45
*** salv-orlando has joined #openstack-kuryr19:45
*** abhiraut has quit IRC20:05
*** abhiraut has joined #openstack-kuryr20:17
banixapuimedo: interesting enough the binding “script” gets executed nicely and creates the interfaces and the linux bridge, etc without any problems21:23
banixapuimedo: the main veth pair that gets created in the binding.py file using pyroute2, does not get created21:24
*** banix has quit IRC21:29
apuimedommm21:39
*** openstackgerrit has quit IRC22:02
*** openstackgerrit has joined #openstack-kuryr22:05
*** salv-orlando has quit IRC22:25
*** salv-orlando has joined #openstack-kuryr22:26
*** abhiraut has quit IRC22:30
*** limao_ has joined #openstack-kuryr22:31
*** banix has joined #openstack-kuryr22:44
*** hongbin has quit IRC22:56

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