Friday, 2018-12-21

*** rtjure has quit IRC00:14
*** Swami has quit IRC00:16
*** rtjure has joined #openstack-lbaas00:22
rm_worklol, i am tho00:29
cgoncalvesxgerman, both rhel/centos and ubuntu come install with rsyslog by default00:34
cgoncalveshttp://releases.ubuntu.com/18.04/ubuntu-18.04.1.0-live-server-amd64.manifest00:35
cgoncalveshttp://releases.ubuntu.com/16.04/ubuntu-16.04.5-server-amd64.manifest00:35
johnsomI can fix that00:35
cgoncalvesI know, Mr. DIB00:35
xgermanYeah, so I think Rsyslog might be good enough00:36
cgoncalvesinnocent until proven otherwise00:38
rm_workeugh00:42
rm_workdeciding if doing -2 for rsyslog would be abuse of power00:42
rm_workprobably00:42
rm_workbut i might -1 for it00:43
rm_workthere's enough cores to merge without me tho :P00:43
rm_workand I won't be *that* bitter00:43
johnsomI am not fully convinced either00:44
openstackgerritCarlos Goncalves proposed openstack/octavia-tempest-plugin master: Fix a spelling mistake  https://review.openstack.org/61709500:44
johnsomNot you too now?????  grin00:44
rm_workrofl00:44
cgoncalves3 cores +2'd it00:45
rm_work4 now :P00:45
johnsomOk, I could use your opinions....00:45
johnsomhttps://www.irccloud.com/pastebin/uF4bkv69/00:45
cgoncalvesI'm just cleaning the house00:45
rm_worki am fine with that00:45
cgoncalvesrm_work, nop, I didn't vote (but +A00:45
johnsomThe propose CLI patch for the provider capabilites currently dumps json. Should it default to dumping the table form?00:46
rm_workcgoncalves: I mean, I added my +2 after you said 3 :P00:46
cgoncalvesah00:46
rm_workjohnsom: ah i see, uhh00:46
johnsomThere are standard flags for switching it to json00:46
rm_workyeah it should table by default00:46
rm_work-f json should do what it's doing now00:46
rm_workyes00:46
cgoncalvesencouraging folks to waste CI resources...00:47
*** PagliaccisCloud has quit IRC00:47
rm_workis there a "capability list"?00:47
rm_worki feel like maybe what "show" is, is list00:48
rm_workdunno00:49
cgoncalvesjohnsom, yeah, table form00:49
rm_workwe're getting so nested, it's a little awkward00:49
rm_workbut like00:49
johnsomYou have a good point, really it is list00:49
cgoncalves"One of: SINGLE (one amphora per load balancer), ACTIVE_STANDBY (two amphora per load balancer)."00:49
rm_workopenstack loadbalancer provider capability list amphora00:49
rm_workor is it00:49
rm_workopenstack loadbalancer provider amphora capability list00:49
cgoncalves+1, list00:50
rm_workand yeah i wish somehow that was multiline00:50
rm_workor ... a list00:50
johnsomopenstack loadbalancer provider capability list amphora00:50
johnsomOk, I think I will  provide feedback along the table lines.00:50
rm_work"loadbalancer_topology": {"SINGLE": "One amphora per load balancer.", "ACTIVE_STANDBY": "Two amphora per load balancer."}00:51
rm_worknot possible with our DB structure, i'm guessing00:51
johnsomNo, it is "capability name" and "description"00:51
rm_workbut that's what i'd really expect back00:51
rm_work:(00:51
rm_workerr maybe00:51
johnsomIt's wordy warm-fuzzy00:52
rm_workopenstack loadbalancer provider amphora capability show loadbalancer_topology00:52
rm_work<_<00:52
rm_work>_>00:52
rm_workhow many words can we fit in there00:52
* johnsom Puts his head on the desk00:52
cgoncalves'olpacslt', easy00:52
rm_work+100:52
johnsomAh, I think I see why he didn't make it a table....00:54
rm_workguessing it's because of how we're storing the stuff00:54
rm_workoh you mean that00:54
johnsomhttps://www.irccloud.com/pastebin/eVdnxmGQ/00:54
rm_workerm, yeah probably because it's dumb and long?00:54
rm_workah right00:55
rm_workbut00:55
rm_workyou can fake it00:55
rm_workjust do "key"->"Name", "value" -> "Description"00:55
rm_worksince that's what it is00:55
johnsomWell, I could also just fix the API that is still under review00:55
rm_workyes :P00:55
rm_workyou could do that00:56
rm_workbut we are avoiding having actually enforced values for those fields, and just putting whatever in the description and letting the driver validate00:57
rm_work?00:57
rm_workper <rm_work> "loadbalancer_topology": {"SINGLE": "One amphora per load balancer.", "ACTIVE_STANDBY": "Two amphora per load balancer."}00:57
johnsomYes, this is for the meat to understand what options are available and what they mean. The driver then enforces.01:00
johnsomIt is built from this: https://review.openstack.org/#/c/621323/17/octavia/api/drivers/amphora_driver/flavor_schema.py01:00
johnsomSo we only have to change/add one place01:00
*** celebdor has joined #openstack-lbaas01:06
openstackgerritZhaoBo proposed openstack/octavia master: Support L7policy redirect http code  https://review.openstack.org/62500701:18
cgoncalvesrm_work, want to review this one quickly https://review.openstack.org/#/c/625836/ ? git blame blames you01:21
*** sapd1_x has joined #openstack-lbaas01:22
rm_worksure why not01:43
cgoncalvesthanks!01:59
*** hongbin has joined #openstack-lbaas02:00
*** celebdor has quit IRC02:33
*** psachin has joined #openstack-lbaas03:19
openstackgerritMichael Johnson proposed openstack/octavia master: Add provider driver capabilities API  https://review.openstack.org/62419003:42
*** PagliaccisCloud has joined #openstack-lbaas04:01
*** PagliaccisCloud has quit IRC04:35
openstackgerritMerged openstack/octavia-tempest-plugin master: Fix a spelling mistake  https://review.openstack.org/61709505:18
*** jackivanov has joined #openstack-lbaas05:50
*** hongbin has quit IRC05:55
*** ccamposr has joined #openstack-lbaas05:59
*** psachin has quit IRC06:16
openstackgerritMichael Johnson proposed openstack/octavia master: Add flavor docs and releae notes  https://review.openstack.org/62681906:18
openstackgerritMichael Johnson proposed openstack/octavia master: Add flavor docs and releae notes  https://review.openstack.org/62681906:18
openstackgerritMichael Johnson proposed openstack/octavia master: Add amphora statistics to the admin API  https://review.openstack.org/58503106:29
openstackgerritMichael Johnson proposed openstack/octavia master: Add flavor, flavor_profile table and their APIs  https://review.openstack.org/48649906:29
openstackgerritMichael Johnson proposed openstack/octavia master: Add flavors/flavor_profile api-ref  https://review.openstack.org/61832206:29
openstackgerritMichael Johnson proposed openstack/octavia master: Adds flavor support to the amphora driver  https://review.openstack.org/62132306:29
openstackgerritMichael Johnson proposed openstack/octavia master: Add provider driver capabilities API  https://review.openstack.org/62419006:29
openstackgerritMichael Johnson proposed openstack/octavia master: Add flavor docs and releae notes  https://review.openstack.org/62681906:29
johnsomAh, screwy depends-on, ok...06:29
*** psachin has joined #openstack-lbaas06:37
*** abaindur has joined #openstack-lbaas06:42
*** rcernin has quit IRC07:16
*** rpittau has joined #openstack-lbaas08:02
*** sapd1_x has quit IRC08:02
*** sapd1 has joined #openstack-lbaas08:03
*** abaindur has quit IRC08:07
openstackgerritOpenStack Proposal Bot proposed openstack/octavia-dashboard master: Imported Translations from Zanata  https://review.openstack.org/62685008:15
*** pcaruana has joined #openstack-lbaas08:19
*** velizarx has joined #openstack-lbaas08:31
*** dmellado has quit IRC08:44
*** dmellado has joined #openstack-lbaas08:46
openstackgerritMerged openstack/octavia-tempest-plugin master: Fix dependency on requests library version  https://review.openstack.org/62583609:06
*** psachin has quit IRC09:11
*** sapd1 has quit IRC09:20
*** sapd1 has joined #openstack-lbaas09:21
*** sapd1 has quit IRC09:28
*** psachin has joined #openstack-lbaas09:29
*** sapd1 has joined #openstack-lbaas09:41
*** celebdor has joined #openstack-lbaas09:53
*** phuoc_ has quit IRC10:06
*** phuoc_ has joined #openstack-lbaas10:06
*** PagliaccisCloud has joined #openstack-lbaas10:14
*** annp has quit IRC10:52
*** PagliaccisCloud has quit IRC11:24
*** PagliaccisCloud has joined #openstack-lbaas11:31
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add provider command support  https://review.openstack.org/62429411:36
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add provider command support  https://review.openstack.org/62429411:42
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add provider command support  https://review.openstack.org/62429411:50
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add provider command support  https://review.openstack.org/62429411:59
*** sapd1 has quit IRC12:10
*** velizarx has quit IRC12:18
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile  https://review.openstack.org/62468612:20
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile  https://review.openstack.org/62468612:25
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Fixed some typos  https://review.openstack.org/62538212:27
openstackgerritZhaoBo proposed openstack/octavia master: Add client_ca_tls_container_ref to Octavia v2 listener API  https://review.openstack.org/61226712:47
openstackgerritZhaoBo proposed openstack/octavia master: Add an option to the Octavia V2 listener API for client cert  https://review.openstack.org/61226812:47
openstackgerritZhaoBo proposed openstack/octavia master: Add crl-file option for certification  https://review.openstack.org/61226912:47
openstackgerritZhaoBo proposed openstack/python-octaviaclient master: Add 'client_ca_tls_container_ref' in Listener on client side  https://review.openstack.org/61615812:48
openstackgerritZhaoBo proposed openstack/python-octaviaclient master: Add 'client_auth_option' in Listener on client side  https://review.openstack.org/61687912:48
openstackgerritZhaoBo proposed openstack/python-octaviaclient master: Add client_crl_container_ref for Listener API in CLI  https://review.openstack.org/61761912:48
*** rpittau is now known as rpittau|lunch12:49
*** ccamposr has quit IRC12:54
*** velizarx has joined #openstack-lbaas12:59
*** amuller has joined #openstack-lbaas13:09
*** velizarx has quit IRC13:34
*** rpittau|lunch is now known as rpittau13:50
*** psachin has quit IRC13:53
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add provider command support  https://review.openstack.org/62429414:01
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile  https://review.openstack.org/62468614:14
*** velizarx has joined #openstack-lbaas14:44
*** sapd1 has joined #openstack-lbaas15:41
*** sapd1 has quit IRC15:46
*** jackivanov has quit IRC15:47
*** jackivanov has joined #openstack-lbaas15:47
*** jackivanov has quit IRC15:53
*** pcaruana has quit IRC16:18
*** velizarx has quit IRC16:19
*** jackivanov has joined #openstack-lbaas16:27
*** jackivanov has quit IRC16:56
*** sapd1__ has joined #openstack-lbaas17:11
*** sapd1_ has quit IRC17:12
*** PagliaccisCloud has quit IRC17:17
*** rpittau has quit IRC17:35
*** sapd1 has joined #openstack-lbaas17:37
*** sapd1 has quit IRC17:48
*** PagliaccisCloud has joined #openstack-lbaas17:56
*** jackivanov has joined #openstack-lbaas18:09
*** jackivanov has quit IRC18:41
*** celebdor has quit IRC19:33
*** jackivanov has joined #openstack-lbaas20:00
*** jackivanov has quit IRC20:32
*** jackivanov has joined #openstack-lbaas20:48
*** jackivanov has quit IRC20:53
rm_workjohnsom: looks like there was still some issue with the ipv6 gate?20:56
johnsomI think only the multi-node ones right?20:57
rm_workerr20:59
rm_workhttps://review.openstack.org/#/c/611980/20:59
rm_workno20:59
johnsomHmm, thought I fixed that, but maybe I didn’t push ot21:00
johnsomIt21:00
rm_workyou pushed PS821:00
rm_workand then commented in irc that you missed a noop21:00
rm_workso i thought you did21:00
*** jackivanov has joined #openstack-lbaas21:01
johnsomProbably just got distracted trying to figure out the multinode port plug issue with the neutron team21:03
johnsomI am not going to get back to that until after the holiday most likely21:04
*** abaindur has joined #openstack-lbaas21:06
johnsomYeah, that is a dumb mistake.21:09
*** abaindur has quit IRC21:18
*** salmankhan has joined #openstack-lbaas21:32
rm_workT_T21:35
*** jackivanov has quit IRC21:35
*** salmankhan has quit IRC21:37
*** salmankhan1 has joined #openstack-lbaas21:37
*** salmankhan1 is now known as salmankhan21:39
*** salmankhan has quit IRC22:03
*** PagliaccisCloud has quit IRC22:15
*** PagliaccisCloud has joined #openstack-lbaas22:24
*** PagliaccisCloud has quit IRC22:28
*** jackivanov has joined #openstack-lbaas22:54
*** aojea has joined #openstack-lbaas22:56
*** aojea has quit IRC22:56
-openstackstatus- NOTICE: the gerrit service on review.openstack.org is being restarted to pick up new configuration changes, and will return momentarily22:56
*** jackivanov has quit IRC23:26
*** dims has quit IRC23:33

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