*** pmannidi has joined #openstack-kuryr | 00:04 | |
openstackgerrit | Hongbin Lu proposed openstack/kuryr-libnetwork master: Add fullstack test for containers with dual-net https://review.openstack.org/444661 | 00:08 |
---|---|---|
*** yamamoto has joined #openstack-kuryr | 00:39 | |
*** limao has joined #openstack-kuryr | 01:09 | |
*** yamamoto has quit IRC | 01:25 | |
*** salv-orlando has joined #openstack-kuryr | 01:41 | |
*** salv-orlando has quit IRC | 01:45 | |
*** Guest4562 has joined #openstack-kuryr | 01:53 | |
*** yamamoto has joined #openstack-kuryr | 02:05 | |
*** Guest4562 has quit IRC | 02:40 | |
*** yuvalb has quit IRC | 02:43 | |
*** irenab has quit IRC | 02:43 | |
*** irenab_ is now known as irenab | 02:43 | |
*** yuvalb has joined #openstack-kuryr | 02:43 | |
*** irenab_ has joined #openstack-kuryr | 02:44 | |
*** lihi has quit IRC | 02:55 | |
*** lihi has joined #openstack-kuryr | 02:56 | |
*** salv-orlando has joined #openstack-kuryr | 03:42 | |
*** salv-orlando has quit IRC | 03:46 | |
*** aojea has joined #openstack-kuryr | 04:06 | |
*** aojea has quit IRC | 04:11 | |
*** yedongcan1 has joined #openstack-kuryr | 05:19 | |
openstackgerrit | Dongcan Ye proposed openstack/kuryr-libnetwork master: Add support kuryr IPv6 subnet https://review.openstack.org/442294 | 05:26 |
*** salv-orlando has joined #openstack-kuryr | 05:43 | |
*** salv-orlando has quit IRC | 05:47 | |
*** salv-orlando has joined #openstack-kuryr | 06:02 | |
openstackgerrit | Dongcan Ye proposed openstack/kuryr-libnetwork master: Add support kuryr IPv6 subnet https://review.openstack.org/442294 | 06:34 |
openstackgerrit | Dongcan Ye proposed openstack/kuryr-libnetwork master: Add support kuryr IPv6 subnet https://review.openstack.org/442294 | 06:50 |
*** danil has joined #openstack-kuryr | 06:55 | |
*** saneax-_-|AFK is now known as saneax | 07:17 | |
*** salv-orl_ has joined #openstack-kuryr | 07:24 | |
*** salv-orlando has quit IRC | 07:26 | |
*** salv-orl_ has quit IRC | 07:33 | |
openstackgerrit | Dongcan Ye proposed openstack/kuryr-libnetwork master: Make port bind on dual-stack port https://review.openstack.org/442525 | 07:53 |
*** salv-orlando has joined #openstack-kuryr | 08:04 | |
*** aojea has joined #openstack-kuryr | 08:17 | |
*** openstackgerrit has quit IRC | 08:18 | |
*** aojea has quit IRC | 08:19 | |
*** aojea has joined #openstack-kuryr | 08:19 | |
*** pmannidi has quit IRC | 08:22 | |
*** pcaruana has joined #openstack-kuryr | 08:25 | |
*** aojea_ has joined #openstack-kuryr | 08:25 | |
*** aojea has quit IRC | 08:29 | |
dmellado | apuimedo: o/ morning | 08:46 |
apuimedo | dmellado: morning | 08:46 |
dmellado | apuimedo: I was having a look at the meetings' page | 08:47 |
dmellado | and it looks *way* outdated | 08:47 |
dmellado | i.e. https://wiki.openstack.org/wiki/Meetings/Kuryr#Meeting_September_26th.2C_2016 | 08:48 |
dmellado | is there any current agenda that I can have a look into? | 08:48 |
*** openstackgerrit has joined #openstack-kuryr | 09:03 | |
openstackgerrit | Dongcan Ye proposed openstack/kuryr-libnetwork master: Make port bind on dual-stack port https://review.openstack.org/442525 | 09:03 |
irenab_ | yedongcan1, hi | 09:06 |
yedongcan1 | irenab_: hi | 09:08 |
*** yamamoto has quit IRC | 09:10 | |
irenab_ | yedongcan1, I wanted to ask you regarding the patches for IPv6 | 09:16 |
irenab_ | is there any dependency between them? | 09:16 |
yedongcan1 | irenab_: yes, if we create a network with v4 and v6 subnets, we should process port correctly. | 09:20 |
*** limao has quit IRC | 09:21 | |
irenab_ | worth to add dependency. I was trying to verify the https://review.openstack.org/#/c/442294/, but it failed with 2 ports | 09:22 |
irenab_ | yedongcan1, https://review.openstack.org/#/c/442525/ should me merged first? | 09:23 |
*** yedongcan1 has quit IRC | 09:24 | |
*** yedongcan has joined #openstack-kuryr | 09:25 | |
apuimedo | dmellado: there is not | 09:51 |
apuimedo | I'm still not sure I'll be able to hold the meeting. My son has a bit of fever | 09:51 |
apuimedo | I'll make the call before 12 utc | 09:51 |
irenab_ | apuimedo, hope your son will feel better soon | 09:53 |
*** alvico has joined #openstack-kuryr | 09:54 | |
*** garyloug has joined #openstack-kuryr | 09:54 | |
apuimedo | thanks | 09:54 |
irenab_ | yedongcan, can you share the command you invoke to create IPv6 net? | 09:56 |
irenab_ | yedongcan, I used this command 'docker -H tcp://0.0.0.0:2375 network create --driver kuryr --ipam-driver kuryr --ipv6 --subnet=192.168.0.0/24 --gateway 192.168.0.1 --subnet=2001:db8:a0b:12f0::/64 --gateway 2001:db8:a0b:12f0::1 my_net | 09:58 |
irenab_ | ' | 09:58 |
irenab_ | but when checking the created network, it shows two subnet and gateway sets, not IPv6 | 09:59 |
*** alvico has quit IRC | 10:01 | |
dmellado | apuimedo: ack | 10:04 |
dmellado | irenab_: it's just the crazy weather at apuimedo hometown xD | 10:04 |
yedongcan | irenab_: how about this: docker network create --driver=kuryr --ipam-driver=kuryr --subnet 10.20.0.0/24 --gateway 10.20.0.1 --ip-range 10.20.0.0/24 --ipv6 --subnet fe80::/64 --gateway fe80::1 --ip-range fe80::/64 test_net1 | 10:05 |
irenab_ | yedongcan, let me check | 10:05 |
irenab_ | yedongcan, getting this: http://paste.openstack.org/show/602463/ | 10:09 |
yedongcan | irenab_: see it, is this the result you want? | 10:12 |
irenab_ | I expected to see v6 for the second one, but | 10:15 |
irenab_ | network in neutron created properly | 10:16 |
yedongcan | you mean two networks? | 10:18 |
*** yedongcan has left #openstack-kuryr | 11:21 | |
*** saneax is now known as saneax-_-|AFK | 12:14 | |
*** dougbtv has joined #openstack-kuryr | 12:22 | |
*** garyloug has quit IRC | 12:29 | |
*** salv-orlando has quit IRC | 12:50 | |
alraddarla | apuimedo, any decision on the meeting? also is it still at 1UTC or 2UTC? My calendar switched it to 2UTC due to the time change over the weekend | 12:54 |
alraddarla | sorry i mean 13UTC and 14UTC * | 12:55 |
*** garyloug has joined #openstack-kuryr | 12:55 | |
apuimedo | alraddarla: it's happening | 13:03 |
apuimedo | 14utc | 13:03 |
apuimedo | it's been 14utc for more than a year | 13:03 |
alraddarla | doh....i forgot utc doesn't change even though my time changed. apologies | 13:04 |
*** salv-orlando has joined #openstack-kuryr | 13:15 | |
irenab_ | alraddarla, time change? Already? | 13:18 |
alraddarla | Daylight savings time here in Illinois, USA :) | 13:22 |
apuimedo | DST must die | 13:22 |
*** salv-orl_ has joined #openstack-kuryr | 13:24 | |
*** danil has quit IRC | 13:24 | |
*** salv-orlando has quit IRC | 13:26 | |
*** hongbin has joined #openstack-kuryr | 13:45 | |
*** salv-orl_ has quit IRC | 13:51 | |
*** irenab has quit IRC | 13:56 | |
*** irenab_ is now known as irenab | 13:56 | |
*** irenab_ has joined #openstack-kuryr | 13:59 | |
*** ltomasboz is now known as ltomasbo | 14:02 | |
*** limao has joined #openstack-kuryr | 14:11 | |
*** limao_ has joined #openstack-kuryr | 14:14 | |
*** limao has quit IRC | 14:15 | |
*** janki has joined #openstack-kuryr | 14:35 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Add Kuryr development policy link to README file. https://review.openstack.org/443598 | 14:46 |
ivc_ | ltomasbo my current understanding was that we could use device_owner for bare-metal and node.ip->trunk->subports for nested | 14:58 |
ltomasbo | irenab, ivc_: what I meant for the baremetal case is that we use the device_owner to discover the previously created ports | 14:58 |
irenab_ | ltomasbo: ivc_ : Can you please explain why CNI pool will change this for BM? | 14:58 |
apuimedo | ivc_: same here | 14:58 |
irenab_ | or maybe what you mean by CNI pool | 14:58 |
ltomasbo | ivc_, yes, device_owner for baremetal and node.ip for neste | 14:59 |
ltomasbo | agreed on that | 14:59 |
ltomasbo | the thing with the baremetal is the next | 14:59 |
ltomasbo | we should use device_owner to get all the ports | 14:59 |
ivc_ | ltomasbo apuimedo but i must say i don't like the idea differentiating the baremetal and nested cases, so i'd give it a second thought | 14:59 |
ltomasbo | but then, once the cni pool is there, those ports are associated to certain servers (where the veth device is) | 15:00 |
irenab_ | ivc_: agree, and seems this will may work differently for nested macvlan/ipvlan | 15:00 |
ivc_ | ltomasbo you have node id in port | 15:00 |
ivc_ | ltomasbo and pools are per-node, right? | 15:01 |
ltomasbo | ivc_, we will have it when we keep the port active with the cni pool | 15:01 |
ltomasbo | but right now, without having it, the port will not be linked, so there will be a change in that before and after the cni pool patch | 15:02 |
irenab_ | ltomasbo: controller will still responsible to manage the pool or it is on worker node? | 15:02 |
ivc_ | ltomasbo i keep forgetting that your pool is not per-node :) | 15:02 |
apuimedo | ivc_: I'd just have the vif driver or something responsible for fetching its part | 15:02 |
apuimedo | so that it is driver based | 15:02 |
apuimedo | rather than having a util catch all | 15:03 |
ltomasbo | what I understood is that controller keeps the ports, but the cni will be the one mainating the veth devices | 15:03 |
ltomasbo | ivc_, the pool is per node (but at the controller) | 15:03 |
irenab_ | ltomasbo: so you will have host_id set to the node_id in neutron port | 15:05 |
ivc_ | ltomasbo now i feel out of sync. i need to go over patches. i remember i proposed cni (veth) pooling, but i thought for this iteration you only implemented port pooling (i.e. not bound to the node) | 15:05 |
ltomasbo | ivc_, you are right | 15:05 |
ltomasbo | that was the main reason for my question | 15:05 |
ltomasbo | as we don't have cni | 15:05 |
ltomasbo | the ports created will not belong to any node | 15:06 |
irenab_ | ltomasbo: having node_id in the neutron port would be enough? | 15:06 |
ltomasbo | anyway, I think the main problem was to look too much ahead in the future | 15:06 |
ltomasbo | what I can do for now is just discover the ports, as use them regardless of the node, as they don't belong to any node once the pod release them (until the cni pooling will be there) | 15:07 |
irenab_ | ltomasbo: I will go through the patches, may ping you tomorrow if have some questions | 15:08 |
*** irenab_ has quit IRC | 15:08 | |
ltomasbo | great! | 15:08 |
ltomasbo | thanks! | 15:08 |
ivc_ | ltomasbo same | 15:09 |
ltomasbo | ivc_, thanks! | 15:09 |
ivc_ | ltomasbo not sure if today/tomorrow/smth.else. certainly this decade :) | 15:09 |
ltomasbo | xD | 15:10 |
ltomasbo | I hope is before pike-2! as it is schedule for that :D | 15:10 |
ivc_ | ltomasbo aye. my biggest concern for is for it to be somewhat compatible with the planned cni pooling, but from the very brief look at it i think its ok | 15:17 |
ltomasbo | great! | 15:20 |
*** garyloug has quit IRC | 15:31 | |
*** janki has quit IRC | 15:34 | |
*** limao_ has quit IRC | 15:36 | |
mchiappero | Hey is anyone going to KubeCon in Berlin? | 16:15 |
apuimedo | irenab is | 16:26 |
apuimedo | mchiappero: ^^ | 16:26 |
*** salv-orlando has joined #openstack-kuryr | 16:35 | |
*** pcaruana has quit IRC | 16:38 | |
openstackgerrit | Darla Ahlert proposed openstack/kuryr-kubernetes master: Spec for adding contrail support in kuryr-k8s https://review.openstack.org/444998 | 16:45 |
openstackgerrit | Darla Ahlert proposed openstack/kuryr-kubernetes master: Spec for adding contrail support in kuryr-k8s https://review.openstack.org/444998 | 16:59 |
*** openstackgerrit has quit IRC | 17:18 | |
*** ltomasbo is now known as ltomasbo|away | 17:28 | |
*** salv-orlando has quit IRC | 17:43 | |
*** salv-orlando has joined #openstack-kuryr | 17:43 | |
*** aojea_ has quit IRC | 17:56 | |
mchiappero | cool! I'll be there! | 18:18 |
mchiappero | maybe we'll manage to have a chat :) | 18:19 |
mchiappero | apuimedo: has your paper/presentation been accepted? | 18:19 |
*** aojea has joined #openstack-kuryr | 18:23 | |
*** aojea has quit IRC | 18:53 | |
*** salv-orl_ has joined #openstack-kuryr | 19:24 | |
*** salv-orlando has quit IRC | 19:27 | |
*** openstackgerrit has joined #openstack-kuryr | 19:30 | |
*** salv-orl_ has quit IRC | 19:45 | |
openstackgerrit | Frederick F. Kautz IV proposed openstack/kuryr-kubernetes master: Adding vagrant configs to kuryr-kubernetes https://review.openstack.org/445162 | 20:04 |
*** aojea has joined #openstack-kuryr | 20:09 | |
*** 07EAAIRVF has joined #openstack-kuryr | 20:23 | |
*** aojea has quit IRC | 20:39 | |
*** 07EAAIRVF has quit IRC | 20:52 | |
*** aojea has joined #openstack-kuryr | 20:59 | |
*** salv-orlando has joined #openstack-kuryr | 21:30 | |
*** aojea has quit IRC | 22:30 | |
*** aojea has joined #openstack-kuryr | 22:31 | |
*** aojea has quit IRC | 22:35 | |
*** hongbin has quit IRC | 23:15 | |
*** saneax-_-|AFK is now known as saneax | 23:35 | |
*** pmannidi has joined #openstack-kuryr | 23:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!