*** rtjure has quit IRC | 00:14 | |
*** Swami has quit IRC | 00:16 | |
*** rtjure has joined #openstack-lbaas | 00:22 | |
rm_work | lol, i am tho | 00:29 |
---|---|---|
cgoncalves | xgerman, both rhel/centos and ubuntu come install with rsyslog by default | 00:34 |
cgoncalves | http://releases.ubuntu.com/18.04/ubuntu-18.04.1.0-live-server-amd64.manifest | 00:35 |
cgoncalves | http://releases.ubuntu.com/16.04/ubuntu-16.04.5-server-amd64.manifest | 00:35 |
johnsom | I can fix that | 00:35 |
cgoncalves | I know, Mr. DIB | 00:35 |
xgerman | Yeah, so I think Rsyslog might be good enough | 00:36 |
cgoncalves | innocent until proven otherwise | 00:38 |
rm_work | eugh | 00:42 |
rm_work | deciding if doing -2 for rsyslog would be abuse of power | 00:42 |
rm_work | probably | 00:42 |
rm_work | but i might -1 for it | 00:43 |
rm_work | there's enough cores to merge without me tho :P | 00:43 |
rm_work | and I won't be *that* bitter | 00:43 |
johnsom | I am not fully convinced either | 00:44 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Fix a spelling mistake https://review.openstack.org/617095 | 00:44 |
johnsom | Not you too now????? grin | 00:44 |
rm_work | rofl | 00:44 |
cgoncalves | 3 cores +2'd it | 00:45 |
rm_work | 4 now :P | 00:45 |
johnsom | Ok, I could use your opinions.... | 00:45 |
johnsom | https://www.irccloud.com/pastebin/uF4bkv69/ | 00:45 |
cgoncalves | I'm just cleaning the house | 00:45 |
rm_work | i am fine with that | 00:45 |
cgoncalves | rm_work, nop, I didn't vote (but +A | 00:45 |
johnsom | The propose CLI patch for the provider capabilites currently dumps json. Should it default to dumping the table form? | 00:46 |
rm_work | cgoncalves: I mean, I added my +2 after you said 3 :P | 00:46 |
cgoncalves | ah | 00:46 |
rm_work | johnsom: ah i see, uhh | 00:46 |
johnsom | There are standard flags for switching it to json | 00:46 |
rm_work | yeah it should table by default | 00:46 |
rm_work | -f json should do what it's doing now | 00:46 |
rm_work | yes | 00:46 |
cgoncalves | encouraging folks to waste CI resources... | 00:47 |
*** PagliaccisCloud has quit IRC | 00:47 | |
rm_work | is there a "capability list"? | 00:47 |
rm_work | i feel like maybe what "show" is, is list | 00:48 |
rm_work | dunno | 00:49 |
cgoncalves | johnsom, yeah, table form | 00:49 |
rm_work | we're getting so nested, it's a little awkward | 00:49 |
rm_work | but like | 00:49 |
johnsom | You have a good point, really it is list | 00:49 |
cgoncalves | "One of: SINGLE (one amphora per load balancer), ACTIVE_STANDBY (two amphora per load balancer)." | 00:49 |
rm_work | openstack loadbalancer provider capability list amphora | 00:49 |
rm_work | or is it | 00:49 |
rm_work | openstack loadbalancer provider amphora capability list | 00:49 |
cgoncalves | +1, list | 00:50 |
rm_work | and yeah i wish somehow that was multiline | 00:50 |
rm_work | or ... a list | 00:50 |
johnsom | openstack loadbalancer provider capability list amphora | 00:50 |
johnsom | Ok, 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_work | not possible with our DB structure, i'm guessing | 00:51 |
johnsom | No, it is "capability name" and "description" | 00:51 |
rm_work | but that's what i'd really expect back | 00:51 |
rm_work | :( | 00:51 |
rm_work | err maybe | 00:51 |
johnsom | It's wordy warm-fuzzy | 00:52 |
rm_work | openstack loadbalancer provider amphora capability show loadbalancer_topology | 00:52 |
rm_work | <_< | 00:52 |
rm_work | >_> | 00:52 |
rm_work | how many words can we fit in there | 00:52 |
* johnsom Puts his head on the desk | 00:52 | |
cgoncalves | 'olpacslt', easy | 00:52 |
rm_work | +1 | 00:52 |
johnsom | Ah, I think I see why he didn't make it a table.... | 00:54 |
rm_work | guessing it's because of how we're storing the stuff | 00:54 |
rm_work | oh you mean that | 00:54 |
johnsom | https://www.irccloud.com/pastebin/eVdnxmGQ/ | 00:54 |
rm_work | erm, yeah probably because it's dumb and long? | 00:54 |
rm_work | ah right | 00:55 |
rm_work | but | 00:55 |
rm_work | you can fake it | 00:55 |
rm_work | just do "key"->"Name", "value" -> "Description" | 00:55 |
rm_work | since that's what it is | 00:55 |
johnsom | Well, I could also just fix the API that is still under review | 00:55 |
rm_work | yes :P | 00:55 |
rm_work | you could do that | 00:56 |
rm_work | but we are avoiding having actually enforced values for those fields, and just putting whatever in the description and letting the driver validate | 00:57 |
rm_work | ? | 00:57 |
rm_work | per <rm_work> "loadbalancer_topology": {"SINGLE": "One amphora per load balancer.", "ACTIVE_STANDBY": "Two amphora per load balancer."} | 00:57 |
johnsom | Yes, this is for the meat to understand what options are available and what they mean. The driver then enforces. | 01:00 |
johnsom | It is built from this: https://review.openstack.org/#/c/621323/17/octavia/api/drivers/amphora_driver/flavor_schema.py | 01:00 |
johnsom | So we only have to change/add one place | 01:00 |
*** celebdor has joined #openstack-lbaas | 01:06 | |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Support L7policy redirect http code https://review.openstack.org/625007 | 01:18 |
cgoncalves | rm_work, want to review this one quickly https://review.openstack.org/#/c/625836/ ? git blame blames you | 01:21 |
*** sapd1_x has joined #openstack-lbaas | 01:22 | |
rm_work | sure why not | 01:43 |
cgoncalves | thanks! | 01:59 |
*** hongbin has joined #openstack-lbaas | 02:00 | |
*** celebdor has quit IRC | 02:33 | |
*** psachin has joined #openstack-lbaas | 03:19 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add provider driver capabilities API https://review.openstack.org/624190 | 03:42 |
*** PagliaccisCloud has joined #openstack-lbaas | 04:01 | |
*** PagliaccisCloud has quit IRC | 04:35 | |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Fix a spelling mistake https://review.openstack.org/617095 | 05:18 |
*** jackivanov has joined #openstack-lbaas | 05:50 | |
*** hongbin has quit IRC | 05:55 | |
*** ccamposr has joined #openstack-lbaas | 05:59 | |
*** psachin has quit IRC | 06:16 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add flavor docs and releae notes https://review.openstack.org/626819 | 06:18 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add flavor docs and releae notes https://review.openstack.org/626819 | 06:18 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add amphora statistics to the admin API https://review.openstack.org/585031 | 06:29 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add flavor, flavor_profile table and their APIs https://review.openstack.org/486499 | 06:29 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add flavors/flavor_profile api-ref https://review.openstack.org/618322 | 06:29 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Adds flavor support to the amphora driver https://review.openstack.org/621323 | 06:29 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add provider driver capabilities API https://review.openstack.org/624190 | 06:29 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add flavor docs and releae notes https://review.openstack.org/626819 | 06:29 |
johnsom | Ah, screwy depends-on, ok... | 06:29 |
*** psachin has joined #openstack-lbaas | 06:37 | |
*** abaindur has joined #openstack-lbaas | 06:42 | |
*** rcernin has quit IRC | 07:16 | |
*** rpittau has joined #openstack-lbaas | 08:02 | |
*** sapd1_x has quit IRC | 08:02 | |
*** sapd1 has joined #openstack-lbaas | 08:03 | |
*** abaindur has quit IRC | 08:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia-dashboard master: Imported Translations from Zanata https://review.openstack.org/626850 | 08:15 |
*** pcaruana has joined #openstack-lbaas | 08:19 | |
*** velizarx has joined #openstack-lbaas | 08:31 | |
*** dmellado has quit IRC | 08:44 | |
*** dmellado has joined #openstack-lbaas | 08:46 | |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Fix dependency on requests library version https://review.openstack.org/625836 | 09:06 |
*** psachin has quit IRC | 09:11 | |
*** sapd1 has quit IRC | 09:20 | |
*** sapd1 has joined #openstack-lbaas | 09:21 | |
*** sapd1 has quit IRC | 09:28 | |
*** psachin has joined #openstack-lbaas | 09:29 | |
*** sapd1 has joined #openstack-lbaas | 09:41 | |
*** celebdor has joined #openstack-lbaas | 09:53 | |
*** phuoc_ has quit IRC | 10:06 | |
*** phuoc_ has joined #openstack-lbaas | 10:06 | |
*** PagliaccisCloud has joined #openstack-lbaas | 10:14 | |
*** annp has quit IRC | 10:52 | |
*** PagliaccisCloud has quit IRC | 11:24 | |
*** PagliaccisCloud has joined #openstack-lbaas | 11:31 | |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add provider command support https://review.openstack.org/624294 | 11:36 |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add provider command support https://review.openstack.org/624294 | 11:42 |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add provider command support https://review.openstack.org/624294 | 11:50 |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add provider command support https://review.openstack.org/624294 | 11:59 |
*** sapd1 has quit IRC | 12:10 | |
*** velizarx has quit IRC | 12:18 | |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile https://review.openstack.org/624686 | 12:20 |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile https://review.openstack.org/624686 | 12:25 |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Fixed some typos https://review.openstack.org/625382 | 12:27 |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Add client_ca_tls_container_ref to Octavia v2 listener API https://review.openstack.org/612267 | 12:47 |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Add an option to the Octavia V2 listener API for client cert https://review.openstack.org/612268 | 12:47 |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Add crl-file option for certification https://review.openstack.org/612269 | 12:47 |
openstackgerrit | ZhaoBo proposed openstack/python-octaviaclient master: Add 'client_ca_tls_container_ref' in Listener on client side https://review.openstack.org/616158 | 12:48 |
openstackgerrit | ZhaoBo proposed openstack/python-octaviaclient master: Add 'client_auth_option' in Listener on client side https://review.openstack.org/616879 | 12:48 |
openstackgerrit | ZhaoBo proposed openstack/python-octaviaclient master: Add client_crl_container_ref for Listener API in CLI https://review.openstack.org/617619 | 12:48 |
*** rpittau is now known as rpittau|lunch | 12:49 | |
*** ccamposr has quit IRC | 12:54 | |
*** velizarx has joined #openstack-lbaas | 12:59 | |
*** amuller has joined #openstack-lbaas | 13:09 | |
*** velizarx has quit IRC | 13:34 | |
*** rpittau|lunch is now known as rpittau | 13:50 | |
*** psachin has quit IRC | 13:53 | |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add provider command support https://review.openstack.org/624294 | 14:01 |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile https://review.openstack.org/624686 | 14:14 |
*** velizarx has joined #openstack-lbaas | 14:44 | |
*** sapd1 has joined #openstack-lbaas | 15:41 | |
*** sapd1 has quit IRC | 15:46 | |
*** jackivanov has quit IRC | 15:47 | |
*** jackivanov has joined #openstack-lbaas | 15:47 | |
*** jackivanov has quit IRC | 15:53 | |
*** pcaruana has quit IRC | 16:18 | |
*** velizarx has quit IRC | 16:19 | |
*** jackivanov has joined #openstack-lbaas | 16:27 | |
*** jackivanov has quit IRC | 16:56 | |
*** sapd1__ has joined #openstack-lbaas | 17:11 | |
*** sapd1_ has quit IRC | 17:12 | |
*** PagliaccisCloud has quit IRC | 17:17 | |
*** rpittau has quit IRC | 17:35 | |
*** sapd1 has joined #openstack-lbaas | 17:37 | |
*** sapd1 has quit IRC | 17:48 | |
*** PagliaccisCloud has joined #openstack-lbaas | 17:56 | |
*** jackivanov has joined #openstack-lbaas | 18:09 | |
*** jackivanov has quit IRC | 18:41 | |
*** celebdor has quit IRC | 19:33 | |
*** jackivanov has joined #openstack-lbaas | 20:00 | |
*** jackivanov has quit IRC | 20:32 | |
*** jackivanov has joined #openstack-lbaas | 20:48 | |
*** jackivanov has quit IRC | 20:53 | |
rm_work | johnsom: looks like there was still some issue with the ipv6 gate? | 20:56 |
johnsom | I think only the multi-node ones right? | 20:57 |
rm_work | err | 20:59 |
rm_work | https://review.openstack.org/#/c/611980/ | 20:59 |
rm_work | no | 20:59 |
johnsom | Hmm, thought I fixed that, but maybe I didn’t push ot | 21:00 |
johnsom | It | 21:00 |
rm_work | you pushed PS8 | 21:00 |
rm_work | and then commented in irc that you missed a noop | 21:00 |
rm_work | so i thought you did | 21:00 |
*** jackivanov has joined #openstack-lbaas | 21:01 | |
johnsom | Probably just got distracted trying to figure out the multinode port plug issue with the neutron team | 21:03 |
johnsom | I am not going to get back to that until after the holiday most likely | 21:04 |
*** abaindur has joined #openstack-lbaas | 21:06 | |
johnsom | Yeah, that is a dumb mistake. | 21:09 |
*** abaindur has quit IRC | 21:18 | |
*** salmankhan has joined #openstack-lbaas | 21:32 | |
rm_work | T_T | 21:35 |
*** jackivanov has quit IRC | 21:35 | |
*** salmankhan has quit IRC | 21:37 | |
*** salmankhan1 has joined #openstack-lbaas | 21:37 | |
*** salmankhan1 is now known as salmankhan | 21:39 | |
*** salmankhan has quit IRC | 22:03 | |
*** PagliaccisCloud has quit IRC | 22:15 | |
*** PagliaccisCloud has joined #openstack-lbaas | 22:24 | |
*** PagliaccisCloud has quit IRC | 22:28 | |
*** jackivanov has joined #openstack-lbaas | 22:54 | |
*** aojea has joined #openstack-lbaas | 22:56 | |
*** aojea has quit IRC | 22:56 | |
-openstackstatus- NOTICE: the gerrit service on review.openstack.org is being restarted to pick up new configuration changes, and will return momentarily | 22:56 | |
*** jackivanov has quit IRC | 23:26 | |
*** dims has quit IRC | 23:33 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!