Monday, 2018-01-29

*** rstarmer has quit IRC01:01
*** b_bezak has joined #openstack-lbaas01:59
*** b_bezak has quit IRC02:04
*** armax has joined #openstack-lbaas02:14
*** yamamoto has joined #openstack-lbaas02:58
*** rcernin has quit IRC03:08
*** harlowja has joined #openstack-lbaas03:11
*** harlowja has quit IRC03:18
*** annp has joined #openstack-lbaas03:40
*** qwebirc60103 has joined #openstack-lbaas03:47
*** rcernin has joined #openstack-lbaas04:04
*** gans has joined #openstack-lbaas04:41
*** armax has quit IRC04:49
*** AlexeyAbashkin has joined #openstack-lbaas05:06
*** AlexeyAbashkin has quit IRC05:10
*** AlexeyAbashkin has joined #openstack-lbaas05:31
*** rstarmer has joined #openstack-lbaas05:31
openstackgerritGanpat Agarwal proposed openstack/octavia master: Active-Active: ExaBGP amphora L3 distributor driver  https://review.openstack.org/53784205:38
*** AlexeyAbashkin has quit IRC05:46
*** rstarmer has quit IRC05:50
*** ivveh has joined #openstack-lbaas05:59
openstackgerritMichael Johnson proposed openstack/neutron-lbaas master: DO NOT MERGE: Debug tearDownClass  https://review.openstack.org/53876206:06
*** rstarmer has joined #openstack-lbaas06:07
*** bbzhao has quit IRC06:11
*** bbzhao has joined #openstack-lbaas06:12
*** qwebirc60103 has quit IRC06:14
*** feimingc has joined #openstack-lbaas06:15
*** AlexeyAbashkin has joined #openstack-lbaas06:17
openstackgerritOpenStack Proposal Bot proposed openstack/octavia-dashboard master: Imported Translations from Zanata  https://review.openstack.org/53776506:35
*** kobis has joined #openstack-lbaas06:52
*** kobis has quit IRC06:56
*** kobis has joined #openstack-lbaas06:56
*** kobis has quit IRC07:00
*** rcernin has quit IRC07:11
*** ivveh has quit IRC07:14
*** rstarmer has quit IRC07:14
openstackgerritHengqing Hu proposed openstack/octavia master: Add custom.css to avoid text overflow in toc  https://review.openstack.org/53854207:18
*** gcheresh has joined #openstack-lbaas07:20
openstackgerritHengqing Hu proposed openstack/octavia master: Add custom.css to avoid text overflow in toc  https://review.openstack.org/53854207:31
*** pcaruana has joined #openstack-lbaas07:44
*** kobis has joined #openstack-lbaas07:48
openstackgerritHengqing Hu proposed openstack/octavia master: Add custom.css to avoid text overflow in toc  https://review.openstack.org/53854207:51
*** AlexeyAbashkin has quit IRC07:55
*** Alex_Staf has joined #openstack-lbaas08:03
openstackgerritHoang Trung Hieu proposed openstack/neutron-lbaas master: Zuul: Remove project name  https://review.openstack.org/53882108:08
*** b_bezak has joined #openstack-lbaas08:09
*** links has joined #openstack-lbaas08:09
bbzhaohello, help to answer a question: I post a listener, and its request body is:08:25
bbzhao{08:25
bbzhao    "listener": {08:25
bbzhao        "description": "XXXXXXXXX",08:25
bbzhao        "admin_state_up": true,08:25
bbzhao        "loadbalancer_id": "a82e7aa2-e930-46a9-80f9-4a48a5ae4ccb",08:25
bbzhao        "name": "A",08:25
bbzhao        "protocol": "UDP",08:25
bbzhao        "protocol_port": "9876",08:25
bbzhao        "default_pool": {08:25
bbzhao        "protocol": "UDP",08:25
bbzhao        "name": "default_poolA",08:25
bbzhao        "lb_algorithm": "ROUND_ROBIN",08:25
bbzhao        "session_persistence": {08:26
bbzhao        "type": "ONE_PACKET_SCHEDULING"08:26
bbzhao        },08:26
bbzhao        "healthmonitor": {08:26
*** tesseract has joined #openstack-lbaas08:26
bbzhao        "name": "healthmonitorA",08:26
bbzhao        "type": "TCP",08:26
bbzhao        "delay": 11,08:26
bbzhao        "timeout": 30,08:26
bbzhao        "admin_state_up": true,08:26
bbzhao        "max_retries": 1008:26
bbzhao        },08:26
bbzhao        "members": [08:26
openstackgerritHengqing Hu proposed openstack/octavia master: Able to set frontend network for loadbalancer  https://review.openstack.org/52993608:26
bbzhao        {08:26
bbzhao        "name": "memberA",08:26
bbzhao        "address": "1.1.1.1",08:26
bbzhao        "protocol_port": "1111",08:26
bbzhao        "weight": "1"08:26
bbzhao        },08:26
bbzhao        {08:26
bbzhao        "name": "memberB",08:26
bbzhao        "address": "2.2.2.2",08:26
bbzhao        "protocol_port": "2222",08:26
bbzhao        "weight": "2"08:26
bbzhao        }08:26
bbzhao08:26
bbzhao        ]08:26
bbzhao        }08:26
bbzhao    }08:26
bbzhao}08:26
bbzhaoJust a question here, current V2 API allow this kind request body, and it will raise 500. Why we allow access the default_pool or other fields defined in a single request body. Also I check the code now, there is no logic to process.08:27
bbzhaoIf anyone see this, could you please help to tell me the reason? Thanks08:29
*** AlexeyAbashkin has joined #openstack-lbaas08:35
*** AlexeyAbashkin has quit IRC08:40
openstackgerritHengqing Hu proposed openstack/octavia master: Able to set frontend network for loadbalancer  https://review.openstack.org/52993608:59
dayoubbzhao, might be related to this: https://github.com/openstack/octavia/commit/fb0da76c27735a965340e02cebff8be46271f57909:08
dayouIt has some api exapmles in that commit also09:09
bbzhaodayou, Thanks very much. Looking. :)09:09
dayoubbzhao, my pleasure09:09
bbzhaodayou, oh I see, it only works with the full request during post LoadBalancer resource..:) Thank you, dayou. It's very helpful to me.09:19
dayoubbzhao, glad to see you figured it out09:20
*** AlexeyAbashkin has joined #openstack-lbaas09:22
bbzhaodayou, :). I can imagine a ton of permutation and combination.09:22
*** yamamoto has quit IRC09:30
*** gans has quit IRC09:34
*** gans has joined #openstack-lbaas09:36
*** yamamoto has joined #openstack-lbaas09:47
*** salmankhan has joined #openstack-lbaas09:57
*** AlexeyAbashkin has quit IRC10:13
*** AlexeyAbashkin has joined #openstack-lbaas10:13
*** threestrands_ has joined #openstack-lbaas10:33
*** threestrands has quit IRC10:36
*** jappleii__ has joined #openstack-lbaas10:37
*** jappleii__ has quit IRC10:38
*** jappleii__ has joined #openstack-lbaas10:39
*** threestrands_ has quit IRC10:41
*** gans has quit IRC10:42
*** annp has quit IRC11:01
-openstackstatus- NOTICE: Zuul is currently under heavy load. Do not *recheck* or *approve* any changes.11:03
*** gans has joined #openstack-lbaas11:05
*** gans has quit IRC11:17
*** AlexeyAbashkin has quit IRC11:23
openstackgerritchao liu proposed openstack/octavia-dashboard master: Deprecated error method  https://review.openstack.org/53888511:35
openstackgerritchao liu proposed openstack/neutron-lbaas-dashboard master: Deprecated error method  https://review.openstack.org/53888811:47
*** AlexeyAbashkin has joined #openstack-lbaas11:59
openstackgerritchao liu proposed openstack/octavia master: use . instead of source.  https://review.openstack.org/53891013:11
-openstackstatus- NOTICE: Zuul is currently under heavy load. Do not *recheck* or *approve* any changes until we give the go ahead.13:32
*** ChanServ changes topic to "Zuul is currently under heavy load. Do not *recheck* or *approve* any changes until we give the go ahead."13:32
*** fnaval has quit IRC13:34
openstackgerritchao liu proposed openstack/octavia-dashboard master: use . instead of source.  https://review.openstack.org/53892413:34
*** fnaval has joined #openstack-lbaas13:35
*** fnaval has quit IRC13:39
*** isp_ has joined #openstack-lbaas13:40
isp_hi, is there any easy way to help to develop octavia upstream, for example, consulting the open requests?13:57
*** fnaval has joined #openstack-lbaas13:57
*** yamamoto has quit IRC14:01
*** issp has joined #openstack-lbaas14:06
*** issp has quit IRC14:09
openstackgerritchao liu proposed openstack/octavia-dashboard master: use . instead of source.  https://review.openstack.org/53892414:16
*** yamamoto has joined #openstack-lbaas14:18
openstackgerritchao liu proposed openstack/octavia master: use . instead of source.  https://review.openstack.org/53891014:21
openstackgerritchao liu proposed openstack/octavia master: use . instead of source.  https://review.openstack.org/53891014:22
openstackgerritchao liu proposed openstack/octavia-dashboard master: use . instead of source.  https://review.openstack.org/53892414:25
*** isp__ has joined #openstack-lbaas14:26
-openstackstatus- NOTICE: we've been able to restart zuul, and re-enqueue changes for gate. Please hold off on recheck or approves, we are still recovering. More info shortly.14:29
*** isp__ has quit IRC14:30
*** gcheresh has quit IRC15:46
*** b_bezak has quit IRC15:57
*** salmankhan has quit IRC15:57
*** salmankhan has joined #openstack-lbaas16:00
*** tesseract has quit IRC16:03
*** jappleii__ has quit IRC16:05
*** salmankhan has quit IRC16:07
*** salmankhan has joined #openstack-lbaas16:09
johnsomisp_ Hi and welcome16:10
johnsomisp_ We can certainly use help, we are a small group of folks.  Any area of interest?16:10
xgerman_+116:12
*** salmankhan has quit IRC16:13
*** salmankhan has joined #openstack-lbaas16:16
*** links has quit IRC16:20
*** ChanServ changes topic to "Welcome to LBaaS / Octavia - Queens priority review etherpad https://etherpad.openstack.org/p/Octavia-Queens-Priority-Review"16:21
-openstackstatus- NOTICE: zuul.o.o is back online, feel free to recheck / approve patches.16:21
*** pcaruana has quit IRC16:25
*** kobis has quit IRC16:26
*** yamamoto has quit IRC16:28
openstackgerritMichael Johnson proposed openstack/neutron-lbaas master: DO NOT MERGE: Debug tearDownClass  https://review.openstack.org/53876216:32
*** Alex_Staf has quit IRC16:34
*** slaweq has joined #openstack-lbaas16:34
isp_johnsom perfect, thanks, Im integrating octavia with neutron, and I would like to start having a look with kubernetes if possible16:41
johnsomisp_ Are you using neutron-lbaas?16:42
*** yamamoto has joined #openstack-lbaas16:43
*** sanfern has joined #openstack-lbaas16:44
isp_yes im using neutron-lbaas16:45
*** tesseract has joined #openstack-lbaas16:47
johnsomisp_ Ok, we would advise against using neutron-lbaas if you can.  It's on the path to deprecation and has a number of issues, especially if you are using containers and have a high rate of update.16:47
*** yamamoto has quit IRC16:48
johnsomYou can use Octavia without neutron-lbaas (native) instead.16:48
*** yamamoto has joined #openstack-lbaas16:51
*** yamamoto has quit IRC16:51
isp_I was playing also with octavia trying to migrate it, still working as a test environment, but i would like to be farther16:53
johnsomFeel free to ask questions here.  We are here to help.16:54
*** rstarmer has joined #openstack-lbaas17:03
*** gcheresh has joined #openstack-lbaas17:06
*** aojea_ has joined #openstack-lbaas17:07
*** aojea__ has joined #openstack-lbaas17:13
*** armax has joined #openstack-lbaas17:14
*** aojea_ has quit IRC17:16
*** aojea has joined #openstack-lbaas17:18
*** aojea__ has quit IRC17:21
*** aojea_ has joined #openstack-lbaas17:23
*** aojea has quit IRC17:26
*** aojea has joined #openstack-lbaas17:28
*** aojea_ has quit IRC17:30
*** aojea_ has joined #openstack-lbaas17:33
*** AlexeyAbashkin has quit IRC17:34
*** aojea has quit IRC17:36
*** AlexeyAbashkin has joined #openstack-lbaas17:37
*** aojea has joined #openstack-lbaas17:38
*** aojea_ has quit IRC17:40
*** AlexeyAbashkin has quit IRC17:41
*** aojea_ has joined #openstack-lbaas17:43
*** aojea has quit IRC17:46
*** aojea has joined #openstack-lbaas17:49
*** aojea_ has quit IRC17:52
*** yamamoto has joined #openstack-lbaas17:52
*** krypto has joined #openstack-lbaas17:53
*** krypto has quit IRC17:53
*** krypto has joined #openstack-lbaas17:53
*** aojea_ has joined #openstack-lbaas17:53
*** kobis has joined #openstack-lbaas17:55
*** aojea has quit IRC17:56
*** yamamoto has quit IRC18:01
*** aojea__ has joined #openstack-lbaas18:01
*** sshank has joined #openstack-lbaas18:02
*** aojea_ has quit IRC18:02
*** sanfern has quit IRC18:02
*** sanfern has joined #openstack-lbaas18:02
*** sanfern has quit IRC18:03
*** sanfern has joined #openstack-lbaas18:03
*** sanfern has quit IRC18:04
*** kobis has quit IRC18:05
*** aojea_ has joined #openstack-lbaas18:06
*** slaweq has quit IRC18:07
*** slaweq has joined #openstack-lbaas18:08
openstackgerritMerged openstack/octavia-dashboard master: Imported Translations from Zanata  https://review.openstack.org/53776518:09
*** aojea__ has quit IRC18:09
*** aojea has joined #openstack-lbaas18:12
*** Alex_Staf has joined #openstack-lbaas18:14
*** aojea_ has quit IRC18:14
*** aojea_ has joined #openstack-lbaas18:16
*** Swami has joined #openstack-lbaas18:17
*** aojea has quit IRC18:19
*** Alex_Staf has quit IRC18:20
*** aojea has joined #openstack-lbaas18:22
*** slaweq has quit IRC18:23
*** slaweq has joined #openstack-lbaas18:23
*** aojea_ has quit IRC18:25
*** aojea_ has joined #openstack-lbaas18:27
*** aojea has quit IRC18:29
*** aojea__ has joined #openstack-lbaas18:32
*** gcheresh has quit IRC18:35
*** aojea_ has quit IRC18:35
*** aojea_ has joined #openstack-lbaas18:37
*** aojea__ has quit IRC18:40
*** gcheresh has joined #openstack-lbaas18:41
*** aojea__ has joined #openstack-lbaas18:42
*** aojea_ has quit IRC18:44
*** gcheresh has quit IRC18:45
*** kobis has joined #openstack-lbaas18:46
*** aojea_ has joined #openstack-lbaas18:47
*** aojea__ has quit IRC18:50
*** aojea_ has quit IRC18:50
*** kobis has quit IRC18:53
*** ivve has quit IRC18:57
*** krypto has quit IRC18:59
*** gcheresh has joined #openstack-lbaas19:05
*** AlexeyAbashkin has joined #openstack-lbaas19:11
*** ivve has joined #openstack-lbaas19:11
*** gcheresh has quit IRC19:15
*** rstarmer has quit IRC19:17
*** kobis has joined #openstack-lbaas19:18
*** rstarmer has joined #openstack-lbaas19:19
*** kobis has quit IRC19:22
*** salmankhan has quit IRC19:23
*** harlowja has joined #openstack-lbaas19:25
*** gcheresh has joined #openstack-lbaas19:30
*** tesseract has quit IRC19:31
*** gcheresh has quit IRC19:38
*** rstarmer has quit IRC19:39
*** rstarmer has joined #openstack-lbaas19:39
*** kobis has joined #openstack-lbaas19:43
*** kobis has quit IRC19:45
*** kobis has joined #openstack-lbaas19:47
openstackgerritBar Elharar proposed openstack/python-octaviaclient master: Improve unit tests results with subTest  https://review.openstack.org/53125719:51
*** ivve has quit IRC20:03
*** kobis has quit IRC20:07
*** Swami has quit IRC20:09
*** Swami has joined #openstack-lbaas20:15
*** ivve has joined #openstack-lbaas20:15
*** rstarmer has quit IRC20:17
*** AlexeyAbashkin has quit IRC20:25
*** Swami has quit IRC20:31
*** sshank has quit IRC20:38
*** sshank has joined #openstack-lbaas20:53
*** Swami has joined #openstack-lbaas20:53
*** salmankhan has joined #openstack-lbaas20:54
*** sshank has quit IRC20:56
*** salmankhan has quit IRC20:58
*** sshank has joined #openstack-lbaas21:02
*** sshank has quit IRC21:10
*** sshank has joined #openstack-lbaas21:11
*** aojea_ has joined #openstack-lbaas21:22
*** aojea__ has joined #openstack-lbaas21:27
*** aojea_ has quit IRC21:29
*** aojea has joined #openstack-lbaas21:33
*** aojea__ has quit IRC21:35
*** aojea_ has joined #openstack-lbaas21:37
*** aojea has quit IRC21:40
*** aojea has joined #openstack-lbaas21:43
*** aojea_ has quit IRC21:45
*** aojea_ has joined #openstack-lbaas21:48
*** aojea has quit IRC21:50
*** aojea has joined #openstack-lbaas21:52
*** aojea_ has quit IRC21:55
*** aojea_ has joined #openstack-lbaas21:58
*** aojea has quit IRC22:01
*** aojea_ has quit IRC22:04
*** threestrands has joined #openstack-lbaas22:05
*** threestrands has quit IRC22:05
*** threestrands has joined #openstack-lbaas22:05
*** threestrands_ has joined #openstack-lbaas22:07
*** threestrands has quit IRC22:08
*** threestrands_ has quit IRC22:08
*** threestrands has joined #openstack-lbaas22:08
*** threestrands has quit IRC22:08
*** threestrands has joined #openstack-lbaas22:08
*** rstarmer has joined #openstack-lbaas22:17
*** dmellado has quit IRC22:17
*** dmellado has joined #openstack-lbaas22:20
*** threestrands_ has joined #openstack-lbaas22:21
*** threestrands has quit IRC22:23
*** jappleii__ has joined #openstack-lbaas22:35
*** jappleii__ has quit IRC22:36
*** jappleii__ has joined #openstack-lbaas22:37
*** threestrands_ has quit IRC22:37
*** rcernin has joined #openstack-lbaas22:46
*** rstarmer has quit IRC22:47
*** kobis has joined #openstack-lbaas22:56
*** kobis has quit IRC22:56
*** rstarmer has joined #openstack-lbaas22:58
*** rstarmer has quit IRC23:26
*** fnaval has quit IRC23:37
*** logan- has quit IRC23:45
*** logan- has joined #openstack-lbaas23:51
*** sapd_ has quit IRC23:57

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