*** limao has joined #openstack-kuryr | 00:49 | |
*** kiennt has joined #openstack-kuryr | 00:54 | |
*** caowei has joined #openstack-kuryr | 01:31 | |
*** hongbin has joined #openstack-kuryr | 01:54 | |
*** yamamoto_ has joined #openstack-kuryr | 02:09 | |
*** wangbo has joined #openstack-kuryr | 02:27 | |
*** wangbo has quit IRC | 03:11 | |
*** wangbo has joined #openstack-kuryr | 03:13 | |
*** wangbo has quit IRC | 03:33 | |
*** wangbo has joined #openstack-kuryr | 03:34 | |
*** wangbo has quit IRC | 03:36 | |
*** wangbo has joined #openstack-kuryr | 03:37 | |
*** wangbo has quit IRC | 03:38 | |
*** wangbo has joined #openstack-kuryr | 03:41 | |
*** c00281451_ has joined #openstack-kuryr | 03:56 | |
*** zengchen has quit IRC | 03:56 | |
*** wangbo has quit IRC | 04:12 | |
*** ashishb_ has joined #openstack-kuryr | 04:19 | |
*** yamamot__ has joined #openstack-kuryr | 04:20 | |
*** yamamoto_ has quit IRC | 04:21 | |
*** ashishb has quit IRC | 04:21 | |
*** hongbin has quit IRC | 04:26 | |
*** gouthamr has quit IRC | 04:31 | |
*** dims has quit IRC | 04:40 | |
*** janki has joined #openstack-kuryr | 04:55 | |
*** caowei has quit IRC | 05:00 | |
*** lihi has quit IRC | 05:06 | |
*** yamamot__ has quit IRC | 05:07 | |
*** lihi has joined #openstack-kuryr | 05:07 | |
*** yamamoto_ has joined #openstack-kuryr | 05:07 | |
*** pcaruana has joined #openstack-kuryr | 05:15 | |
*** caowei has joined #openstack-kuryr | 05:46 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add Pool Manager to handle subports https://review.openstack.org/498698 | 05:53 |
---|---|---|
*** oanson has quit IRC | 05:58 | |
*** oanson has joined #openstack-kuryr | 05:59 | |
irenab | ltomasbo, checking the patch now | 06:00 |
ltomasbo | great! thanks! | 06:00 |
irenab | ltomasbo, do you have some scenarios ? | 06:01 |
ltomasbo | with the last patch, it should be configurable in the overcloud, to be directly started | 06:01 |
ltomasbo | irenab, it is just for the nested case | 06:01 |
ltomasbo | to handle the subports | 06:02 |
irenab | I see, I run it in the the nested one | 06:02 |
ltomasbo | and the main idea is that you can precreate X amount of ports | 06:02 |
irenab | devstsck option are great, we need it for the rest of the settings too | 06:02 |
ltomasbo | that way you can pre-populate given pools (trunk ports with subports) | 06:02 |
ltomasbo | so that you can save more time when booting nested-pods | 06:03 |
irenab | ltomasbo, the tool is not added to the execution path, right? | 06:03 |
ltomasbo | no, I used it directly from contrib/pool-manager | 06:05 |
ltomasbo | I included a README there to show how to use it, though maybe I should add the information about how to deploy it directly with devstack, right? | 06:06 |
ltomasbo | or maybe that should go inside the nested deployment info | 06:07 |
irenab | this can be useful, and yes, I think its chapter for nested deployment | 06:07 |
ltomasbo | irenab, great, I'll add it after your review, let me know of any issues | 06:11 |
irenab | ltomasbo, https://pastebin.com/cs3ANs9U | 06:11 |
irenab | brb | 06:12 |
ltomasbo | umm | 06:12 |
ltomasbo | irenab, does it work with: curl --unix-socket /etc/kuryr/kuryr_manage.sock http://localhost/populatePool -H "Content-Type: application/json" -X POST -d '{"trunks": ["10.11.0.9"]}' | 06:13 |
ltomasbo | also, I think I have a gap into the docummentation, it is not --trunk, but --trunks | 06:14 |
irenab | I get 'empty reply from server' | 06:16 |
ltomasbo | is 10.11.0.9 a parent port? | 06:17 |
ltomasbo | and do you have the pool driver enabled? nested instead of noop? | 06:17 |
ltomasbo | irenab, ^^ | 06:17 |
irenab | yes, it is parent | 06:18 |
irenab | but it the same port with FIP | 06:18 |
irenab | ltomasbo, I forgot to setup neutron defaults in config .. | 06:19 |
irenab | let me fix it | 06:19 |
ltomasbo | if the driver is noop, the pool manager is not started | 06:20 |
ltomasbo | as there will be no pool to manage | 06:20 |
ltomasbo | that explains the empty response | 06:20 |
ltomasbo | though I should add something for the first case where the parameters are wrong! it should not call the manager | 06:21 |
ltomasbo | umm, though it failed because the manager was not up, right? and it did not receive any response | 06:31 |
*** ajo has quit IRC | 06:34 | |
irenab | I was missing neutron default setting | 06:39 |
*** yboaron__ has joined #openstack-kuryr | 07:00 | |
*** limao has quit IRC | 07:11 | |
*** aojea has joined #openstack-kuryr | 07:13 | |
*** aojea has quit IRC | 07:13 | |
*** aojea has joined #openstack-kuryr | 07:13 | |
irenab | ltomasbo, it works, will try to check it a bit more | 07:13 |
ltomasbo | irenab, great! | 07:17 |
ltomasbo | thanks! | 07:17 |
*** limao has joined #openstack-kuryr | 07:36 | |
*** limao has quit IRC | 07:37 | |
*** yboaron__ has quit IRC | 07:38 | |
*** limao has joined #openstack-kuryr | 07:38 | |
*** egonzalez has joined #openstack-kuryr | 07:41 | |
*** premsankar has quit IRC | 07:51 | |
*** Snacker has joined #openstack-kuryr | 07:52 | |
irenab | ltomasbo, maybe worth to add show capability to the tool to see how many available ports ther | 07:54 |
ltomasbo | irenab, sounds good, what information will you include? port_id and ips? just the total number? | 07:55 |
ltomasbo | though I would like to add that in a follow up patch | 07:56 |
*** pgadige has joined #openstack-kuryr | 08:47 | |
irenab | sure, just something I thought while playing with it | 09:18 |
*** yamamoto_ has quit IRC | 09:28 | |
*** limao has quit IRC | 09:37 | |
*** c00281451_ is now known as zengchen | 09:39 | |
*** ajo has joined #openstack-kuryr | 09:45 | |
*** yamamoto has joined #openstack-kuryr | 09:46 | |
*** yboaron has joined #openstack-kuryr | 09:53 | |
*** kiennt has quit IRC | 09:58 | |
*** yamamoto has quit IRC | 10:14 | |
*** oanson has quit IRC | 10:16 | |
*** oanson has joined #openstack-kuryr | 10:18 | |
*** yamamoto has joined #openstack-kuryr | 10:19 | |
*** livelace has joined #openstack-kuryr | 10:23 | |
*** caowei has quit IRC | 10:29 | |
*** reedip is now known as reed_afk | 10:53 | |
*** reed_afk is now known as reedip_afk | 10:53 | |
*** ajo has quit IRC | 10:57 | |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-kubernetes master: Add support for service type=LoadBalancer https://review.openstack.org/498253 | 11:57 |
*** dims has joined #openstack-kuryr | 12:07 | |
*** ajo has joined #openstack-kuryr | 12:27 | |
*** yboaron_ has joined #openstack-kuryr | 12:27 | |
*** yboaron has quit IRC | 12:30 | |
*** yboaron_ has quit IRC | 13:20 | |
*** gouthamr has joined #openstack-kuryr | 13:30 | |
*** pgadige has quit IRC | 13:37 | |
*** yboaron_ has joined #openstack-kuryr | 13:45 | |
yboaron_ | ping irenab | 14:01 |
*** apuimedo has joined #openstack-kuryr | 14:12 | |
apuimedo | yboaron_: | 14:12 |
yboaron_ | min | 14:13 |
yboaron_ | I’ll be glad to hear your feedback about https://review.openstack.org/#/c/498253/ | 14:13 |
yboaron_ | Some doubts were raised about the lbass/ServicePubIp driver’s architecture/structure. | 14:14 |
yboaron_ | Briefly, there are two suggested options: | 14:14 |
yboaron_ | 1. ServicePubIp driver as a separate driver 2. ServicePubIp driver as part of lbaas driver | 14:14 |
yboaron_ | I'll be more than glad to hear your opinion | 14:15 |
yboaron_ | current patch implement option#1 | 14:15 |
apuimedo | yboaron_: what did the rest of the people say? | 14:16 |
yboaron_ | ltomasbo, would you like to add your input ? | 14:16 |
yboaron_ | I can see that ivc is offline | 14:16 |
apuimedo | irenab: ^^ | 14:17 |
yboaron_ | ltomasbo, ivc vote for '1' | 14:18 |
yboaron_ | ltomasbo, ivc vote for '2' | 14:18 |
yboaron_ | sorry | 14:18 |
apuimedo | what do you think yboaron_ ? | 14:23 |
yboaron_ | if we"ll need to implement service public IP in other ways than floating IP in future I'll go with 1 | 14:24 |
yboaron_ | otherwise '2' | 14:24 |
*** aojea has quit IRC | 14:27 | |
*** yboaron_ has quit IRC | 14:36 | |
*** janki has quit IRC | 14:36 | |
*** hongbin has joined #openstack-kuryr | 14:42 | |
*** limao has joined #openstack-kuryr | 14:54 | |
*** limao_ has joined #openstack-kuryr | 14:58 | |
*** limao has quit IRC | 14:59 | |
*** dougbtv has quit IRC | 15:01 | |
*** irenab has quit IRC | 15:12 | |
*** irenab has joined #openstack-kuryr | 15:12 | |
irenab | apuimedo: yboaron: I will check the patch , but from your summary seems option 2 fits better current design where parts that can be performed differently are in Drivers | 15:15 |
*** dougbtv has joined #openstack-kuryr | 15:15 | |
*** limao has joined #openstack-kuryr | 15:20 | |
*** limao_ has quit IRC | 15:21 | |
*** egonzalez has quit IRC | 16:03 | |
*** limao has quit IRC | 16:12 | |
*** limao has joined #openstack-kuryr | 16:12 | |
*** limao has quit IRC | 16:17 | |
*** Snacker has left #openstack-kuryr | 16:25 | |
*** ajo has quit IRC | 16:55 | |
*** limao has joined #openstack-kuryr | 17:13 | |
*** limao has quit IRC | 17:18 | |
*** gouthamr has quit IRC | 17:33 | |
*** livelace has quit IRC | 17:38 | |
*** livelace has joined #openstack-kuryr | 17:50 | |
*** livelace has quit IRC | 17:56 | |
*** gouthamr has joined #openstack-kuryr | 18:01 | |
*** livelace has joined #openstack-kuryr | 18:13 | |
*** egonzalez has joined #openstack-kuryr | 18:21 | |
*** dims has quit IRC | 18:34 | |
*** dims has joined #openstack-kuryr | 18:36 | |
*** dims has quit IRC | 18:41 | |
*** dims has joined #openstack-kuryr | 18:45 | |
*** aojea has joined #openstack-kuryr | 18:54 | |
*** aojea has quit IRC | 18:58 | |
*** limao has joined #openstack-kuryr | 19:14 | |
*** limao has quit IRC | 19:19 | |
*** dougbtv has quit IRC | 19:20 | |
*** dougbtv has joined #openstack-kuryr | 19:24 | |
*** dougbtv has quit IRC | 19:25 | |
*** dougbtv has joined #openstack-kuryr | 19:25 | |
*** pcaruana has quit IRC | 19:31 | |
*** dmellado has quit IRC | 19:45 | |
*** aojea has joined #openstack-kuryr | 20:02 | |
*** ajo has joined #openstack-kuryr | 20:22 | |
openstackgerrit | Hongbin Lu proposed openstack/kuryr master: Introduce a SR-IOV binding driver https://review.openstack.org/500420 | 21:00 |
*** egonzalez has quit IRC | 21:06 | |
*** ajo has quit IRC | 21:36 | |
*** aojea has quit IRC | 22:47 | |
*** gouthamr has quit IRC | 23:09 | |
*** limao has joined #openstack-kuryr | 23:16 | |
*** limao has quit IRC | 23:20 | |
*** hongbin has quit IRC | 23:24 | |
*** dougbtv_ has joined #openstack-kuryr | 23:35 | |
*** gouthamr has joined #openstack-kuryr | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!