*** mark_dunn has joined #openstack-kuryr | 00:01 | |
*** yuanying has quit IRC | 00:09 | |
*** yuanying has joined #openstack-kuryr | 00:16 | |
*** yuanying has quit IRC | 00:19 | |
*** yuanying has joined #openstack-kuryr | 00:22 | |
*** shashank_hegde has quit IRC | 01:08 | |
*** yuanying has quit IRC | 01:11 | |
*** yuanying has joined #openstack-kuryr | 01:12 | |
*** banix has joined #openstack-kuryr | 01:12 | |
*** yuanying has quit IRC | 01:21 | |
*** yuanying has joined #openstack-kuryr | 01:23 | |
*** banix has quit IRC | 01:33 | |
*** tfukushima has joined #openstack-kuryr | 01:40 | |
*** banix has joined #openstack-kuryr | 02:10 | |
*** tfukushima has quit IRC | 02:49 | |
*** tfukushima has joined #openstack-kuryr | 03:01 | |
*** banix has quit IRC | 03:04 | |
*** yuanying has quit IRC | 03:15 | |
*** yuanying has joined #openstack-kuryr | 03:19 | |
*** yuanying has quit IRC | 03:24 | |
*** yuanying has joined #openstack-kuryr | 03:35 | |
*** yuanying_ has joined #openstack-kuryr | 03:41 | |
*** yuanying has quit IRC | 03:44 | |
*** mark_dunn has quit IRC | 03:44 | |
*** shashank_hegde has joined #openstack-kuryr | 03:46 | |
*** salv-orl_ has joined #openstack-kuryr | 03:54 | |
*** salv-orlando has quit IRC | 03:58 | |
*** shashank_hegde has quit IRC | 04:04 | |
*** shashank_hegde has joined #openstack-kuryr | 04:05 | |
*** yuanying_ has quit IRC | 04:06 | |
*** yuanying has joined #openstack-kuryr | 04:07 | |
*** yuanying has quit IRC | 04:08 | |
*** yuanying has joined #openstack-kuryr | 04:08 | |
*** shashank_hegde has quit IRC | 04:14 | |
*** tfukushima has quit IRC | 04:34 | |
*** shashank_hegde has joined #openstack-kuryr | 04:44 | |
*** shashank_hegde has quit IRC | 05:26 | |
*** tfukushima has joined #openstack-kuryr | 05:34 | |
*** tfukushima has quit IRC | 05:40 | |
*** tfukushima has joined #openstack-kuryr | 05:44 | |
irenab | banix: cool! | 06:03 |
---|---|---|
gsagie | salv-orl_ : do you have any link for the closing announcement ? | 06:19 |
gsagie | fkautz: ping | 06:19 |
fkautz | gsagie: pong | 06:32 |
gsagie | fkautz: salv-orlando mentioned something about us not being able to use K8 watch APIs to read additional information from etcd that is not in the CNI API? | 06:35 |
fkautz | I'm not sure what info is watchable and what should end up in cni just yet, we should inventory these and work out if anything is missing that we need | 06:38 |
fkautz | I was told there is some info that is necessary that isn't in the standard cni interface | 06:39 |
gsagie | we can also directly watch etcd | 06:42 |
gsagie | probably not the best idea, but.. | 06:42 |
fkautz | i would expect that to eventually be locked down if it isn't already | 06:43 |
gsagie | sounds like they dont really want it to be pluggable | 06:43 |
fkautz | i think they do, but the interface would be centered around the watch api rather than etcd | 06:44 |
gsagie | at least from networking stand of point, you want to be able to recieve the services information at least | 06:44 |
gsagie | ok, just was under the impression they are closing the watch api | 06:44 |
fkautz | yea, i think tailing etcd will likely be restricted | 06:45 |
fkautz | a k8s watch api would allow more fine-grained acls to be implemented | 06:46 |
fkautz | i don't have all the details yet, so i want to be careful saying this is absolutely the direction it is heading | 06:47 |
fkautz | i have some confirming and digging to do | 06:47 |
fkautz | i'll make sure to let you know what i find out and add it to the k8s etherpad | 06:47 |
gsagie | thanks, do you have any link? | 06:50 |
fkautz | not yet, this was from conversations i had with a k8s dev | 06:50 |
gsagie | as long as we have some API to get the additional information its ok | 06:51 |
fkautz | agreed, it's a question i want to work out early so that we can get the ball rolling on k8s if upstream work needs to be done | 06:52 |
fkautz | https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/network/cni/cni.go | 06:57 |
fkautz | a quick overview, there are at least three things passed in | 06:57 |
fkautz | K8S_POD_NAMESPACE, K8S_POD_NAME, K8S_POD_INFRA_CONTAINER_ID | 06:57 |
fkautz | gsagie: so we'll need to ensure we handle those in addition to the standard CNI interface | 06:58 |
gsagie | fkautz: yep agreed | 07:00 |
gsagie | we talked about this in the meeting yesterday, the additional things we need | 07:01 |
gsagie | mostly regarding services at first stage, but then also regarding labels/annotations when we want more policy | 07:01 |
fkautz | great :) | 07:01 |
fkautz | also, i have time to contribute patches for this feature once we're ready to proceed | 07:03 |
gsagie | sounds good :) | 07:03 |
*** salv-orl_ has quit IRC | 07:13 | |
openstackgerrit | Liping Mao proposed openstack/kuryr: The device_id and device_owner of neutron port are null https://review.openstack.org/276078 | 07:47 |
*** apuimedo has joined #openstack-kuryr | 08:23 | |
irenab | gsagie: banix: apuimedo : I updated the k8s-kuryr integration blueprint: https://blueprints.launchpad.net/kuryr/+spec/kuryr-k8s-integration. Please check/fix if I missed anything based on our discussion | 08:30 |
apuimedo | thanks irenab | 08:31 |
apuimedo | Starting the morning strong! | 08:31 |
irenab | apuimedo: I planned to finish it yesterday …. | 08:32 |
apuimedo | shhhh, it sounds much better "I woke up early to do it" :-) | 08:32 |
irenab | apuimedo: he he | 08:41 |
openstackgerrit | Liping Mao proposed openstack/kuryr: The device_id and device_owner of neutron port are null https://review.openstack.org/276078 | 08:48 |
apuimedo | gsagie: look at this patch ^^ | 08:52 |
apuimedo | :-) | 08:52 |
reedip | Hey, any help in approval of this patch ? : https://review.openstack.org/#/c/272337/ | 09:01 |
reedip | it is a trivial-fix | 09:01 |
irenab | reedip: checking | 09:03 |
reedip | irenab : gr8, thanks :) | 09:03 |
irenab | reedip: should not it have basepython defined? | 09:05 |
apuimedo | irenab: you mean limao should add some rally test? | 09:05 |
irenab | at least it is defined for neutron | 09:05 |
irenab | apuimedo: even unit test that verifies that created port has all required fields will be good to catch it later if removed once again | 09:06 |
apuimedo | irenab: the problem was, I think, that were losing it on update | 09:06 |
reedip | irenab: I was unable to understand your above comment.... checking the tox.ini for neutron | 09:07 |
apuimedo | because I think we still created with a device owner | 09:07 |
irenab | apuimedo: so need test for update :-) | 09:07 |
irenab | but it should be more on the API requests level | 09:07 |
reedip | irenab: is it not optional ? | 09:07 |
apuimedo | leave a comment on that for limao so he finds it easier | 09:08 |
apuimedo | please | 09:08 |
reedip | irenab: "basepython = python2.7" | 09:08 |
irenab | reedip: yes, maybe its optional. I was not sure. Otherwise you patch is fine | 09:08 |
reedip | irenab: nova, for example, does not have it https://github.com/openstack/nova/blob/master/tox.ini | 09:09 |
irenab | apuimedo: I will let him decide what level test he adds | 09:09 |
apuimedo | ok | 09:09 |
reedip | irenab: neither does python-neutronclient https://github.com/openstack/python-neutronclient/blob/master/tox.ini | 09:10 |
irenab | reedip: ok, if there will be needed, can be added later | 09:10 |
reedip | irenab: ok, sure. Thanks | 09:10 |
*** openstackgerrit has quit IRC | 09:17 | |
*** openstackgerrit has joined #openstack-kuryr | 09:17 | |
*** devvesa has joined #openstack-kuryr | 09:24 | |
openstackgerrit | Liping Mao proposed openstack/kuryr: The device_id and device_owner of neutron port are null https://review.openstack.org/276078 | 09:32 |
*** tfukushima has quit IRC | 10:30 | |
*** tfukushima has joined #openstack-kuryr | 10:32 | |
*** salv-orlando has joined #openstack-kuryr | 10:54 | |
*** tfukushima has quit IRC | 11:04 | |
*** mark_dunn has joined #openstack-kuryr | 12:24 | |
*** salv-orlando has quit IRC | 12:32 | |
*** salv-orlando has joined #openstack-kuryr | 12:46 | |
*** banix has joined #openstack-kuryr | 13:34 | |
openstackgerrit | venkatamahesh proposed openstack/kuryr: Fix misspellings https://review.openstack.org/276255 | 14:12 |
*** salv-orlando has quit IRC | 14:20 | |
irenab | banix: hey | 14:22 |
banix | irenab: hi | 14:23 |
irenab | I wanted to ask your opinion on mapping of kube model with policies to neutron model | 14:23 |
*** salv-orlando has joined #openstack-kuryr | 14:24 | |
irenab | not sure if mapping services to networks is good , this was mentioned yesterday during the meeting | 14:24 |
banix | irenab: the new blueprint you proposed? | 14:25 |
irenab | banix: I didn’t add the mapping details yet | 14:25 |
banix | i haven’t had a chance to look at that but I think that is not covered there | 14:25 |
banix | yeah | 14:25 |
banix | Let me spend more time on this and get back to you | 14:26 |
irenab | sure, ping me if/once you want to discuss. | 14:27 |
banix | will do | 14:27 |
*** mark_dunn has quit IRC | 15:24 | |
*** mark_dunn has joined #openstack-kuryr | 15:37 | |
fkautz | irenab: how do we gain access to the spec? i get "Sorry, you don't have permission to access this page or the information in this page is not shared with you." | 16:13 |
*** salv-orlando has quit IRC | 16:37 | |
irenab | fkautz: https://docs.google.com/document/d/1qAm-_oSap-f1d6a-xRTj6xaH1sYQBfK36VyjB5XOZug/edit | 16:57 |
fkautz | thanks | 16:58 |
irenab | fkautz: does the link work you? | 16:58 |
fkautz | yea, that works | 16:58 |
*** shashank_hegde has joined #openstack-kuryr | 17:25 | |
*** shashank_hegde has quit IRC | 17:36 | |
*** salv-orlando has joined #openstack-kuryr | 17:39 | |
*** salv-orlando has quit IRC | 17:44 | |
*** salv-orlando has joined #openstack-kuryr | 18:24 | |
*** salv-orlando has quit IRC | 18:28 | |
*** devvesa has quit IRC | 18:39 | |
*** shashank_hegde has joined #openstack-kuryr | 18:41 | |
*** apuimedo has quit IRC | 18:49 | |
*** mspreitz_ has joined #openstack-kuryr | 19:08 | |
*** gsagie_ has joined #openstack-kuryr | 19:08 | |
mspreitz_ | Why is Kuryr concerned with creating new Neutron networks? That seems like an unnecessary heap of trouble, it would be better to just work with pre-existing Neutorn networks. | 19:09 |
mspreitz_ | @banix? | 19:22 |
mspreitz_ | @mestery? | 19:22 |
mspreitz_ | Is anybody alive in here? | 19:23 |
*** mspreitz_ has quit IRC | 19:31 | |
irenab | mspreitz_: you may want to check this https://review.openstack.org/#/c/254005/. Currently connecting to preexisting networks is not supported | 19:35 |
*** mark_dunn has quit IRC | 19:37 | |
openstackgerrit | Kyle Mestery proposed openstack/kuryr: Vagrant: Workaround shebang insanities https://review.openstack.org/276413 | 19:38 |
mestery | mspreitz has left :( | 19:39 |
*** salv-orlando has joined #openstack-kuryr | 19:54 | |
*** gsagie_ has quit IRC | 20:37 | |
*** lezbar has quit IRC | 20:38 | |
*** dingboopt_ has joined #openstack-kuryr | 20:47 | |
*** dingboopt has quit IRC | 20:47 | |
*** dingboopt_ is now known as dingboopt | 20:47 | |
*** dingboopt has quit IRC | 20:57 | |
*** salv-orl_ has joined #openstack-kuryr | 22:39 | |
*** salv-orlando has quit IRC | 22:42 | |
*** banix has quit IRC | 23:04 | |
*** banix has joined #openstack-kuryr | 23:05 | |
*** banix has quit IRC | 23:08 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!