| openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for pools https://review.openstack.org/405922 | 00:00 |
|---|---|---|
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for listeners https://review.openstack.org/405060 | 00:04 |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for pools https://review.openstack.org/405922 | 00:05 |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for listeners https://review.openstack.org/405060 | 00:06 |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for pools https://review.openstack.org/405922 | 00:06 |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for Members https://review.openstack.org/405932 | 00:08 |
| *** harlowja has quit IRC | 00:09 | |
| *** pck has quit IRC | 00:11 | |
| *** pck has joined #openstack-lbaas | 00:11 | |
| *** ctracey has quit IRC | 00:11 | |
| *** johnsom has quit IRC | 00:12 | |
| *** HenryG has quit IRC | 00:12 | |
| *** afranc has quit IRC | 00:12 | |
| *** Dave_____ has joined #openstack-lbaas | 00:14 | |
| *** HenryG has joined #openstack-lbaas | 00:15 | |
| *** ctracey has joined #openstack-lbaas | 00:17 | |
| *** afranc has joined #openstack-lbaas | 00:18 | |
| *** fnaval has quit IRC | 00:19 | |
| *** Dave has quit IRC | 00:19 | |
| *** johnsom has joined #openstack-lbaas | 00:22 | |
| johnsom | rm_work Are you on the afternoon schedule or just buried in meetings all day? | 00:23 |
| rm_work | ah kinda afternoon schedule | 00:25 |
| johnsom | Nice | 00:25 |
| *** johnsom has quit IRC | 00:25 | |
| *** johnsom has joined #openstack-lbaas | 00:25 | |
| *** harlowja has joined #openstack-lbaas | 00:25 | |
| *** woodster_ has quit IRC | 00:35 | |
| rm_work | anyway, turns out I don't need to do the IPSEC thing after all | 00:40 |
| *** Vorrtex has quit IRC | 00:41 | |
| johnsom | Oh, cool | 00:45 |
| rm_work | our default security model should be good, and i can plug two ports per amp | 00:48 |
| rm_work | (on the same network) | 00:48 |
| johnsom | Nice | 00:48 |
| rm_work | but I need to add a thing... | 00:48 |
| rm_work | so this'll be fun | 00:49 |
| rm_work | I need to also create and manage a FLIP, and use that to switch between amps instead of AAP | 00:49 |
| johnsom | That will be interesting | 00:49 |
| rm_work | I think that might have been what rax was going to do | 00:49 |
| rm_work | pretty sure it was | 00:50 |
| rm_work | but it means that if the FLIP layer supports Active/Active somehow, then we can do that transparently | 00:52 |
| openstackgerrit | Michael Johnson proposed openstack/octavia: Add quota support to Octavia https://review.openstack.org/360794 | 01:27 |
| *** xgerman has joined #openstack-lbaas | 01:32 | |
| *** kevo has quit IRC | 01:59 | |
| *** bana_k has quit IRC | 02:05 | |
| openstackgerrit | Merged openstack/octavia: Remove OSC deprecation warnings https://review.openstack.org/415950 | 02:11 |
| *** chlong has quit IRC | 02:32 | |
| *** bdeschenes has quit IRC | 03:18 | |
| *** amotoki has quit IRC | 03:21 | |
| *** amotoki has joined #openstack-lbaas | 03:29 | |
| *** amotoki has quit IRC | 03:33 | |
| *** kbyrne has quit IRC | 03:45 | |
| *** links has joined #openstack-lbaas | 03:47 | |
| *** gongysh has joined #openstack-lbaas | 03:47 | |
| *** kbyrne has joined #openstack-lbaas | 03:48 | |
| *** bana_k has joined #openstack-lbaas | 04:20 | |
| *** bana_k has quit IRC | 04:28 | |
| *** cody-somerville has joined #openstack-lbaas | 04:43 | |
| *** cody-somerville has quit IRC | 04:43 | |
| *** cody-somerville has joined #openstack-lbaas | 04:43 | |
| *** csomerville has quit IRC | 04:43 | |
| reedip | Hi guys , can someone review https://review.openstack.org/#/c/404774/ ??? | 04:58 |
| johnsom | reedip Hi. | 05:13 |
| reedip | johnsom: hello | 05:13 |
| johnsom | reedip We need to be very careful with adding dns names to ports. I have commented on the patch. | 05:14 |
| reedip | johnsom : okay (?) | 05:15 |
| johnsom | We had to explicitly remove the auto-added dns name from neutron ports because it blocked us from moving the port between instances. | 05:15 |
| johnsom | https://review.openstack.org/#/c/337939/ | 05:16 |
| reedip | johnsom : the patch I worked upon, also checks if the dns-integration extension is enabled. How do you suggest I modify the tests ? Any advice would be good | 05:18 |
| johnsom | Well, I think we just need to do manual testing. The issue is if a dns name is bound to the port, it can't be attached to nova instances without error | 05:18 |
| reedip | johnsom : so, should I remove the tests ???? Or delete the ports which I created after the test and fail the test if the port deletion is unsuccesful | 05:21 |
| reedip | port deletion can be automated in the cleanup | 05:21 |
| johnsom | None of the above. I am just saying we need to manually test the failover cases, where lbaas needs to move the VIP to a new host, with this patch installed. In the past we saw that nova would not allow the port to be attached with a non-matching dns name. | 05:23 |
| johnsom | I am not asking for any changes, just noting that we need to very carefully test this during the review process to make sure the failover case still works. | 05:23 |
| reedip | aaaah , thats clearer now | 05:23 |
| reedip | and this use case is interesting to note ( w.r.t failover ) | 05:24 |
| johnsom | Yes, we don't have good scenario test coverage for failover right now. Both for neutron-lbaas and for octavia. | 05:25 |
| johnsom | In neutron-lbaas it's the agent failure/rescheduled code path we need to test. | 05:26 |
| johnsom | In octavia it is just a amphora failover and failover with spares pool. | 05:27 |
| reedip | couldnt that be done in tempest ( just thinking out loud ) | 05:30 |
| *** bana_k has joined #openstack-lbaas | 05:33 | |
| johnsom | It can. Work started on it. But, it's a bit tricky as the gate hosts have very limited resources. | 05:33 |
| johnsom | Ok, I need to sign off for the night. | 05:36 |
| reedip | Good night johnsom .. thanks for your help and advice :) | 05:37 |
| *** gongysh has quit IRC | 05:54 | |
| *** gcheresh_ has joined #openstack-lbaas | 06:18 | |
| *** gongysh has joined #openstack-lbaas | 06:21 | |
| *** pcaruana has joined #openstack-lbaas | 06:25 | |
| *** gongysh has quit IRC | 06:39 | |
| *** csomerville has joined #openstack-lbaas | 06:59 | |
| *** cody-somerville has quit IRC | 07:02 | |
| *** kobis has joined #openstack-lbaas | 07:08 | |
| *** tesseract has joined #openstack-lbaas | 07:08 | |
| *** anilvenkata has joined #openstack-lbaas | 07:20 | |
| *** amotoki has joined #openstack-lbaas | 07:28 | |
| *** eezhova has joined #openstack-lbaas | 07:39 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 07:42 | |
| openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Distributor Noop Driver https://review.openstack.org/313006 | 07:48 |
| *** gcheresh has joined #openstack-lbaas | 07:49 | |
| *** gcheresh_ has quit IRC | 07:49 | |
| *** bana_k has quit IRC | 08:08 | |
| *** strigazi_AFK is now known as strigazi | 08:13 | |
| *** amotoki has quit IRC | 08:16 | |
| *** eezhova has quit IRC | 08:28 | |
| *** eezhova has joined #openstack-lbaas | 08:51 | |
| *** kevo has joined #openstack-lbaas | 08:54 | |
| *** Dave_____ is now known as Dave | 08:55 | |
| *** amotoki has joined #openstack-lbaas | 09:22 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/418794 | 09:30 |
| *** saju_m has joined #openstack-lbaas | 09:35 | |
| *** kevo has quit IRC | 10:16 | |
| *** Alexey_Abashkin has joined #openstack-lbaas | 10:18 | |
| *** AlexeyAbashkin has quit IRC | 10:19 | |
| *** Alexey_Abashkin has quit IRC | 10:31 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 11:02 | |
| *** Alexey_Abashkin has joined #openstack-lbaas | 11:06 | |
| *** AlexeyAbashkin has quit IRC | 11:07 | |
| *** Alexey_Abashkin_ has joined #openstack-lbaas | 11:09 | |
| *** Alexey_Abashkin has quit IRC | 11:11 | |
| *** gcheresh_ has joined #openstack-lbaas | 11:21 | |
| *** gcheresh has quit IRC | 11:21 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 11:58 | |
| *** Alexey_Abashkin_ has quit IRC | 11:59 | |
| *** amotoki has quit IRC | 12:14 | |
| *** AlexeyAbashkin has quit IRC | 12:20 | |
| *** amotoki has joined #openstack-lbaas | 12:26 | |
| *** bdeschenes has joined #openstack-lbaas | 12:42 | |
| *** amotoki has quit IRC | 12:50 | |
| *** amotoki has joined #openstack-lbaas | 13:00 | |
| *** amotoki has quit IRC | 13:02 | |
| *** amotoki has joined #openstack-lbaas | 13:05 | |
| *** yamamoto has joined #openstack-lbaas | 13:06 | |
| *** chlong has joined #openstack-lbaas | 13:08 | |
| *** ducttape_ has quit IRC | 13:14 | |
| *** ducttape_ has joined #openstack-lbaas | 13:17 | |
| *** amotoki has quit IRC | 13:28 | |
| *** bdeschenes has quit IRC | 13:35 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 13:35 | |
| *** amotoki has joined #openstack-lbaas | 13:39 | |
| *** AlexeyAbashkin has quit IRC | 13:57 | |
| *** amotoki has quit IRC | 13:59 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 13:59 | |
| *** yamamoto has quit IRC | 14:01 | |
| *** yamamoto has joined #openstack-lbaas | 14:02 | |
| *** links has quit IRC | 14:02 | |
| *** yamamoto has quit IRC | 14:07 | |
| *** beardedeagle has joined #openstack-lbaas | 14:10 | |
| *** ducttape_ has quit IRC | 14:14 | |
| *** matt-borland has joined #openstack-lbaas | 14:21 | |
| *** yamamoto has joined #openstack-lbaas | 14:30 | |
| *** yamamoto has quit IRC | 14:34 | |
| *** yamamoto has joined #openstack-lbaas | 14:35 | |
| *** chlong has quit IRC | 14:37 | |
| *** amotoki has joined #openstack-lbaas | 14:39 | |
| *** yamamoto has quit IRC | 14:40 | |
| *** yamamoto has joined #openstack-lbaas | 14:43 | |
| *** ducttape_ has joined #openstack-lbaas | 14:45 | |
| *** yamamoto has quit IRC | 14:49 | |
| *** gcheresh_ has quit IRC | 15:23 | |
| *** gcheresh_ has joined #openstack-lbaas | 15:24 | |
| *** fnaval has joined #openstack-lbaas | 15:32 | |
| *** jsheeren has joined #openstack-lbaas | 15:39 | |
| *** jsheeren has left #openstack-lbaas | 15:40 | |
| *** gcheresh_ has quit IRC | 15:46 | |
| *** yamamoto has joined #openstack-lbaas | 15:50 | |
| *** saju_m has quit IRC | 15:51 | |
| *** armax has joined #openstack-lbaas | 15:52 | |
| *** Vorrtex has joined #openstack-lbaas | 15:55 | |
| diltram | morning | 16:01 |
| *** Vorrtex has left #openstack-lbaas | 16:02 | |
| *** yamamoto has quit IRC | 16:02 | |
| openstackgerrit | Lubosz Kosnik (diltram) proposed openstack/octavia: Introduce Octavia v2 API for Health Monitor https://review.openstack.org/406256 | 16:06 |
| openstackgerrit | Lubosz Kosnik (diltram) proposed openstack/octavia: Introduce Octavia v2 API for Health Monitor https://review.openstack.org/406256 | 16:08 |
| *** anilvenkata has quit IRC | 16:08 | |
| johnsom | Morning | 16:09 |
| *** chlong has joined #openstack-lbaas | 16:11 | |
| johnsom | Diltram I am still working on the sorting/pagination review btw | 16:15 |
| diltram | johnsom: ok :) | 16:15 |
| diltram | I'm working on this health monitor right now | 16:15 |
| diltram | so ping me after sending all comments | 16:15 |
| johnsom | Will do | 16:16 |
| *** kobis has quit IRC | 16:25 | |
| xgerman | o/ | 16:26 |
| *** eezhova has quit IRC | 16:30 | |
| *** _beardedeagle has joined #openstack-lbaas | 16:31 | |
| openstackgerrit | German Eichberger proposed openstack/neutron-lbaas: [WIP] Octavia Proxy Plugin https://review.openstack.org/418530 | 16:32 |
| *** AlexeyAbashkin has quit IRC | 16:32 | |
| xgerman | johnsom does pagination actually do something? | 16:34 |
| johnsom | Ha, it is supposed to.... | 16:34 |
| xgerman | in my tests it seems to be ignored or applied at a higher level | 16:34 |
| *** beardedeagle has quit IRC | 16:34 | |
| xgerman | well, in https://review.openstack.org/#/c/418530/2/neutron_lbaas/services/loadbalancer/proxy_plugin.py filters and fileds are always [] or {} regardless if the test does sorting or whatever | 16:35 |
| *** reedip_outofmemo has joined #openstack-lbaas | 16:40 | |
| *** kobis has joined #openstack-lbaas | 16:47 | |
| *** _beardedeagle has quit IRC | 17:01 | |
| *** beardedeagle has joined #openstack-lbaas | 17:01 | |
| *** bana_k has joined #openstack-lbaas | 17:06 | |
| *** pcaruana has quit IRC | 17:12 | |
| *** eezhova has joined #openstack-lbaas | 17:19 | |
| *** tesseract has quit IRC | 17:20 | |
| *** eezhova has quit IRC | 17:21 | |
| *** strigazi is now known as strigazi_AFK | 17:29 | |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Types Directory https://review.openstack.org/403912 | 17:34 |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Types Directory https://review.openstack.org/403912 | 17:35 |
| ankur-gupta-f | johnsom: ping | 17:35 |
| johnsom | ankur-gupta-f pong | 17:36 |
| ankur-gupta-f | That patchset above. Could you take a look at it. | 17:36 |
| johnsom | Yep | 17:36 |
| ankur-gupta-f | We are cracking out one of the controllers and it needs the base files and dir initialized | 17:37 |
| *** eezhova has joined #openstack-lbaas | 17:40 | |
| johnsom | ankur-gupta-f +2 from me | 17:48 |
| *** kevo has joined #openstack-lbaas | 17:50 | |
| ankur-gupta-f | johnsom: thanks | 17:50 |
| *** AlexeyAbashkin has joined #openstack-lbaas | 17:55 | |
| *** kobis has quit IRC | 17:57 | |
| *** AlexeyAbashkin has quit IRC | 17:58 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 17:58 | |
| *** reedip_outofmemo has quit IRC | 18:11 | |
| diltram | ankur-gupta-f: mergingg | 18:11 |
| *** Alexey_Abashkin has joined #openstack-lbaas | 18:21 | |
| *** AlexeyAbashkin has quit IRC | 18:24 | |
| *** reedip_outofmemo has joined #openstack-lbaas | 18:27 | |
| *** amotoki has quit IRC | 18:32 | |
| *** Alex_Staf has joined #openstack-lbaas | 18:32 | |
| *** bana_k has quit IRC | 18:34 | |
| *** Alex_Staf has quit IRC | 18:37 | |
| ankur-gupta-f | sindhu: there is no need to make a dependency on the Types patch since the types should be merged today. | 18:45 |
| *** chlong has quit IRC | 18:46 | |
| sindhu | ankur-gupta-f: ah ok | 18:52 |
| *** csomerville has quit IRC | 18:58 | |
| *** csomerville has joined #openstack-lbaas | 18:58 | |
| *** chlong has joined #openstack-lbaas | 18:59 | |
| *** reedip_outofmemo has quit IRC | 19:02 | |
| *** eezhova has quit IRC | 19:04 | |
| *** amotoki has joined #openstack-lbaas | 19:32 | |
| *** eezhova has joined #openstack-lbaas | 19:33 | |
| *** nmagnezi has joined #openstack-lbaas | 19:44 | |
| *** Alexey_Abashkin has quit IRC | 19:48 | |
| *** m-greene has joined #openstack-lbaas | 19:49 | |
| *** AlexeyAbashkin has joined #openstack-lbaas | 19:51 | |
| *** eezhova has quit IRC | 19:51 | |
| nmagnezi | johnsom, hi, i will be few minutes late to the meeting | 19:54 |
| johnsom | Ok | 19:55 |
| *** Alexey_Abashkin has joined #openstack-lbaas | 19:56 | |
| *** AlexeyAbashkin has quit IRC | 19:57 | |
| *** bana_k has joined #openstack-lbaas | 20:01 | |
| *** Alexey_Abashkin_ has joined #openstack-lbaas | 20:11 | |
| *** Alexey_Abashkin has quit IRC | 20:13 | |
| *** Alexey_Abashkin_ has quit IRC | 20:20 | |
| *** gcheresh_ has joined #openstack-lbaas | 20:22 | |
| *** cody-somerville has joined #openstack-lbaas | 20:24 | |
| *** cody-somerville has quit IRC | 20:24 | |
| *** cody-somerville has joined #openstack-lbaas | 20:24 | |
| *** csomerville has quit IRC | 20:26 | |
| *** Alexey_Abashkin_ has joined #openstack-lbaas | 20:28 | |
| *** bana_k has quit IRC | 20:35 | |
| openstackgerrit | Nir Magnezi proposed openstack/neutron-lbaas: Implements ProcessMonitor in the haproxy driver https://review.openstack.org/344658 | 20:36 |
| openstackgerrit | Nir Magnezi proposed openstack/neutron-lbaas: Implements ProcessMonitor in the haproxy driver https://review.openstack.org/344658 | 20:37 |
| nmagnezi | diltram, johnsom, ^^ I had to fix a single unit test due to a name change, please take another look when you can :) (I just changed a name in the test) | 20:39 |
| johnsom | Ok | 20:39 |
| *** gcheresh_ has quit IRC | 20:41 | |
| johnsom | diltram ^^^ same | 20:41 |
| diltram | checking | 20:44 |
| openstackgerrit | Merged openstack/octavia: Introduce Types Directory https://review.openstack.org/403912 | 20:54 |
| *** Alexey_Abashkin_ has quit IRC | 21:00 | |
| *** m-greene has quit IRC | 21:04 | |
| openstackgerrit | Ankur proposed openstack/octavia: Introduce Handlers for V2 API https://review.openstack.org/405562 | 21:51 |
| openstackgerrit | Michael Johnson proposed openstack/octavia: Fix the v2 API base types unit test https://review.openstack.org/419154 | 21:54 |
| *** m-greene has joined #openstack-lbaas | 22:01 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/418794 | 22:11 |
| *** nmagnezi has quit IRC | 22:22 | |
| *** kevo has quit IRC | 22:27 | |
| *** m-greene has quit IRC | 22:34 | |
| *** kberger has joined #openstack-lbaas | 22:41 | |
| *** kevo has joined #openstack-lbaas | 22:41 | |
| *** catintheroof has quit IRC | 22:50 | |
| *** catintheroof has joined #openstack-lbaas | 22:51 | |
| *** chlong has quit IRC | 22:55 | |
| *** catintheroof has quit IRC | 22:55 | |
| *** m-greene has joined #openstack-lbaas | 22:58 | |
| *** m-greene has quit IRC | 23:08 | |
| *** fnaval has quit IRC | 23:09 | |
| *** beardedeagle has quit IRC | 23:18 | |
| *** m-greene has joined #openstack-lbaas | 23:26 | |
| *** matt-borland has quit IRC | 23:28 | |
| *** m-greene has quit IRC | 23:33 | |
| openstackgerrit | Merged openstack/neutron-lbaas: Implements ProcessMonitor in the haproxy driver https://review.openstack.org/344658 | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!