*** altlogbot_2 has quit IRC | 00:50 | |
*** altlogbot_1 has joined #openstack-lbaas | 00:54 | |
*** altlogbot_1 has quit IRC | 00:54 | |
*** altlogbot_0 has joined #openstack-lbaas | 00:55 | |
*** ricolin has joined #openstack-lbaas | 02:22 | |
*** ricolin_ has joined #openstack-lbaas | 02:31 | |
*** ricolin has quit IRC | 02:33 | |
*** gcheresh has joined #openstack-lbaas | 03:11 | |
*** psachin has joined #openstack-lbaas | 03:19 | |
*** ricolin_ has quit IRC | 03:44 | |
*** gcheresh has quit IRC | 04:02 | |
*** ricolin_ has joined #openstack-lbaas | 04:03 | |
*** gcheresh has joined #openstack-lbaas | 04:20 | |
*** gcheresh has quit IRC | 04:25 | |
*** hongbin has quit IRC | 05:02 | |
*** ivve has quit IRC | 05:07 | |
*** ricolin_ has quit IRC | 05:31 | |
*** ricolin has joined #openstack-lbaas | 05:36 | |
*** AlexStaf has joined #openstack-lbaas | 05:44 | |
*** sapd1_x has joined #openstack-lbaas | 06:11 | |
*** pcaruana has joined #openstack-lbaas | 06:16 | |
*** ivve has joined #openstack-lbaas | 06:17 | |
*** gcheresh has joined #openstack-lbaas | 06:36 | |
*** ccamposr has joined #openstack-lbaas | 06:44 | |
*** gthiemonge has quit IRC | 06:49 | |
*** vishalmanchanda has joined #openstack-lbaas | 06:57 | |
*** rcernin has quit IRC | 07:06 | |
*** tesseract has joined #openstack-lbaas | 07:17 | |
*** rpittau|afk is now known as rpittau | 07:18 | |
*** yboaron has quit IRC | 07:24 | |
*** gthiemonge has joined #openstack-lbaas | 08:09 | |
*** ricolin has quit IRC | 08:15 | |
*** ricolin has joined #openstack-lbaas | 08:15 | |
*** ricolin has quit IRC | 08:19 | |
*** ricolin has joined #openstack-lbaas | 08:20 | |
*** yboaron has joined #openstack-lbaas | 08:20 | |
*** ricolin has quit IRC | 08:21 | |
*** mkuf_ has joined #openstack-lbaas | 08:27 | |
*** mkuf has quit IRC | 08:30 | |
rm_work | I just sent this: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006158.html | 08:37 |
---|---|---|
*** mkuf_ has quit IRC | 08:56 | |
*** sapd1_x has quit IRC | 08:57 | |
*** mkuf_ has joined #openstack-lbaas | 09:05 | |
cgoncalves | great, thanks! | 09:08 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Bandit test exclusions syntax change https://review.opendev.org/658763 | 09:13 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/rocky: Bandit test exclusions syntax change https://review.opendev.org/658764 | 09:13 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/queens: Bandit test exclusions syntax change https://review.opendev.org/658765 | 09:14 |
rm_work | ah man, that affected stable too? bleh | 09:16 |
rm_work | i was hoping stable had bandit pinned <_< | 09:16 |
rm_work | cgoncalves: ^^ | 09:17 |
cgoncalves | rm_work, I didn't test but since bandit is not capped it should also affect yes | 09:19 |
cgoncalves | rm_work, your fix was actually a better way of handling the regression than ways other projects doing, i.e. blacklisting 1.6.0 | 09:20 |
rm_work | lol | 09:20 |
rm_work | maybe they didn't actually bother to see what was wrong <_< | 09:20 |
cgoncalves | as they will need to fix stable branches and backporting {test,}requirements.txt isn't allowed | 09:20 |
*** sapd1_x has joined #openstack-lbaas | 09:24 | |
rm_work | cgoncalves: feel free to review: https://review.opendev.org/#/c/656707/ | 09:27 |
rm_work | ^_^ | 09:27 |
cgoncalves | confirmed, stable branches are also affected by bandit 1.6.0 | 09:27 |
rm_work | k | 09:28 |
rm_work | i'll walk through and +2 those in the morning as I assume they will pass | 09:28 |
rm_work | or michael can do a single-core +A since it's for gatefix stuff, though for stable we're not exactly in a huge hurry :D | 09:29 |
cgoncalves | I started reviewing last week. there were some leftover bits in devstack IIRC | 09:29 |
rm_work | yeah, I am imagining doing a second pass | 09:30 |
rm_work | this is for the bulk of it | 09:30 |
rm_work | i almost put "(phase 1)" in the commit message | 09:30 |
rm_work | I definitely didn't get absolutely everything | 09:31 |
cgoncalves | thank you for giving reviewers a purpose in life :) | 09:31 |
rm_work | But this way, it also opens it up for people to submit smaller patches for cleanup as follow-ups as they see stuff | 09:31 |
nmagnezi | rm_work, +85, -16736 --> seems legit. | 09:32 |
rm_work | I mean, neutron-lbaas is better :D | 09:34 |
rm_work | +15, -42594 | 09:34 |
rm_work | even dashboard beats octavia, with +15, -24931 | 09:34 |
*** h3rbz has joined #openstack-lbaas | 09:39 | |
h3rbz | Hi! I'm adding Octavia to a manually installed test setup. There is not a lot of documentation on how to set it all up, but I'm making progress... I'm stuck now, trying to get the loadbalancer CLI commands to become available. Is there any special procedure for making cli plugin comnads aviable, other than installing the appropriate packages. This is on Ubuntu | 09:42 |
cgoncalves | h3rbz, hi. do you have package python-octaviaclient installed? | 09:50 |
cgoncalves | https://packages.ubuntu.com/search?keywords=python-octaviaclient | 09:50 |
h3rbz | Hi cgoncalve. Yes, I have it installed | 09:51 |
h3rbz | python-octaviaclient 1.4.0-2 | 09:51 |
cgoncalves | h3rbz, I've just installed "python-octaviaclient" in an Ubuntu Bionic system and I got the loadbalancer CLI ($ openstack loadbalancer --help) | 09:55 |
cgoncalves | h3rbz, just to confirm, you don't have the "openstack loadbalancer" command? | 09:56 |
h3rbz | nah :( Just tried on another machine (one of the controllers without octavia config). apt install python-octaviaclient, openstack loadbalancer --help, Unknown command ['loadbalancer'] | 09:58 |
h3rbz | also bionic | 09:58 |
h3rbz | without config, i mean 'cleaner setup than the other host' aka 'before octavia' | 09:59 |
cgoncalves | h3rbz, was the 'openstack' CLI installed via other ways other than apt install? | 10:01 |
h3rbz | I did all installation steps through apt | 10:01 |
h3rbz | egad! `apt install python3-octaviaclient`, this seems to make it work.. | 10:04 |
h3rbz | is the ubuntu packages making some kind of transistion to python3? | 10:04 |
h3rbz | or using both 2.7 and 3? | 10:05 |
h3rbz | or, did I somewhere select that by makingr choices in aother areas? :P | 10:06 |
cgoncalves | h3rbz, packages for both 2.7 and 3 are available. could it be that you have mixed packages installed? | 10:06 |
h3rbz | it smells like it | 10:06 |
cgoncalves | try $ dpkg -l | egrep 'openstack|octavia' | 10:06 |
cgoncalves | http://paste.openstack.org/show/751286/ | 10:07 |
h3rbz | jah, I'll dig around some and check package installations on both nodes.. I guess I'll get it sorted out | 10:07 |
h3rbz | thx much!! | 10:07 |
cgoncalves | great. please let us know your findings :) | 10:08 |
h3rbz | btw.. I still need to sort out this lb management network in my specific setup. I'm using a self-service setup and I'm unsure about setting up that network. I was fixing this issue wirth the openstack CLI, so that I can check if things are working as I have it now. If not, I'll be checking in again ;) | 10:09 |
h3rbz | yes, I will be back with details if there is anything worth mentioning. thx again! | 10:09 |
h3rbz | quick definitely confirms almost everything python-* is installed for both 3 and 2.7 :] | 10:11 |
h3rbz | *quick checkup | 10:11 |
h3rbz | I'm blaming myself until more info is available. hehe | 10:12 |
*** gcheresh has quit IRC | 10:19 | |
*** gcheresh_ has joined #openstack-lbaas | 10:19 | |
*** gcheresh has joined #openstack-lbaas | 10:22 | |
*** gcheresh_ has quit IRC | 10:23 | |
*** gcheresh_ has joined #openstack-lbaas | 11:19 | |
*** gcheresh has quit IRC | 11:19 | |
*** gcheresh has joined #openstack-lbaas | 11:23 | |
*** gcheresh_ has quit IRC | 11:23 | |
*** bcafarel has quit IRC | 12:11 | |
*** bcafarel has joined #openstack-lbaas | 12:34 | |
openstackgerrit | sahid proposed openstack/octavia master: db: add missing primary key in spares_pool table https://review.opendev.org/656459 | 12:43 |
*** psachin has quit IRC | 12:46 | |
*** pcaruana|afk| has joined #openstack-lbaas | 12:55 | |
*** pcaruana has quit IRC | 12:57 | |
*** emccormick has quit IRC | 12:59 | |
*** rpittau has quit IRC | 12:59 | |
*** dmellado_ has joined #openstack-lbaas | 12:59 | |
*** emccormick has joined #openstack-lbaas | 13:00 | |
*** gthiemon1e has joined #openstack-lbaas | 13:00 | |
*** dmellado has quit IRC | 13:00 | |
*** dmellado_ is now known as dmellado | 13:00 | |
*** gthiemonge has quit IRC | 13:01 | |
*** rpittau has joined #openstack-lbaas | 13:02 | |
*** gthiemon1e is now known as gthiemonge | 13:07 | |
*** vishalmanchanda has quit IRC | 13:16 | |
*** gthiemon1e has joined #openstack-lbaas | 13:36 | |
*** gthiemonge has quit IRC | 13:37 | |
*** Vorrtex has joined #openstack-lbaas | 14:22 | |
*** pcaruana|afk| has quit IRC | 14:55 | |
*** gcheresh has quit IRC | 15:18 | |
*** yboaron has quit IRC | 15:19 | |
*** gthiemon1e has quit IRC | 15:32 | |
*** pcaruana|afk| has joined #openstack-lbaas | 15:44 | |
*** tesseract has quit IRC | 16:20 | |
*** rpittau is now known as rpittau|afk | 16:25 | |
*** gthiemonge has joined #openstack-lbaas | 16:26 | |
*** ivve has quit IRC | 16:48 | |
colin- | can i override healthmonitor port values? | 17:05 |
colin- | or does it have to explicitly follow the listener definition? | 17:05 |
johnsom | colin- You can set alternates on the member configuration | 17:10 |
colin- | "monitor_port" | 17:12 |
colin- | i see it | 17:12 |
colin- | thanks johnsom | 17:12 |
colin- | why _not_ an attr of healthmonitor? curious | 17:23 |
colin- | (a dev is looking at what an octavia driver for a hardware loadbalancer would entail and that sounds like it may be a point of divergence) | 17:24 |
johnsom | This gives more flexibility to the user in that different servers can be on different ports. For example if you are rolling in a new version of an application you might have it running on an alternate set of ports on each member. | 17:24 |
colin- | i see, that's fair | 17:24 |
johnsom | Hmm, most of the LB appliances I have seen support this model as well. | 17:25 |
colin- | ok, will look for a citation on it not working and come back if i can find one | 17:27 |
colin- | this helps in the interim | 17:27 |
*** sapd1_x has quit IRC | 17:56 | |
*** ivve has joined #openstack-lbaas | 18:19 | |
*** Vorrtex has quit IRC | 18:24 | |
johnsom | This will do: | 18:27 |
johnsom | https://www.irccloud.com/pastebin/Mfwv604n/ | 18:27 |
rm_work | johnsom: WAT | 18:50 |
rm_work | did you get access to a supetcomputer?! | 18:50 |
rm_work | *supercomputer | 18:50 |
johnsom | I built a workstation... | 18:50 |
rm_work | i figured that'd require like, a nitrogen-cooled rig, running on a RAMDisk, connected directly into an L3 spine network | 18:51 |
rm_work | oh wait, whar components are in that? did you remove all of the actual services? :D | 18:53 |
johnsom | It isn’t even on the SSD | 18:53 |
johnsom | It is an octavia stack, no tempest or bbq | 18:53 |
rm_work | the fastest octavia devstack run i've ever had was like 15m lol | 18:53 |
johnsom | Just built a fresh KVM devstack instance a gave it a go. The functionals are reasonable on it as well. Pretty happy with the outcome. | 18:57 |
*** Vorrtex has joined #openstack-lbaas | 19:01 | |
*** gthiemonge has quit IRC | 19:35 | |
*** dayou_ has quit IRC | 19:35 | |
*** dlundquist has quit IRC | 19:53 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/655042 | 19:59 |
*** dayou_ has joined #openstack-lbaas | 20:03 | |
colin- | does devstack track those in the project dir by default? | 20:26 |
rm_work | that is a good question, since it seems like that'd be much easier :D | 20:38 |
rm_work | just use a devstack var | 20:38 |
*** goldyfruit has joined #openstack-lbaas | 20:39 | |
rm_work | though a lot of them are readmes | 20:39 |
*** Vorrtex has quit IRC | 20:42 | |
*** pcaruana|afk| has quit IRC | 20:46 | |
*** Vorrtex has joined #openstack-lbaas | 20:50 | |
*** goldyfruit has quit IRC | 21:07 | |
*** openstackgerrit has quit IRC | 21:09 | |
johnsom | FYI, I have uploaded our presentation slides. | 22:13 |
rm_work | https://review.opendev.org/#/c/658494/ :) | 22:19 |
rm_work | https://review.opendev.org/#/c/658495/ :) | 22:19 |
rm_work | https://review.opendev.org/#/c/656707/ :D | 22:19 |
rm_work | daily reminder for reviews | 22:19 |
rm_work | the pre-reqs have all merged, those are what we're waiting on now | 22:20 |
johnsom | Ah you fixed the release job issue.... | 22:23 |
rm_work | yes | 22:26 |
rm_work | been working up the chain | 22:26 |
rm_work | lets get these merged! :D | 22:27 |
johnsom | 2x+2 nlbaas | 22:29 |
johnsom | The octavia one is a bit more work to reivew... grin | 22:29 |
rm_work | cgoncalves: ? :D | 22:29 |
rm_work | johnsom: yeah, again on that: I'm thinking that is part1, and we can follow up with more targeted cleanups | 22:29 |
rm_work | i'll definitely be doing more | 22:30 |
johnsom | Yeah, as long as this is sane and the tests pass, I will be fine with it. | 22:30 |
rm_work | well, they did, and, if I am insane, can anything i write be considered sane, or is the fruit of my efforts automatically tainted? | 22:32 |
rm_work | in which case, you may have to get over that other requirement | 22:32 |
johnsom | lol | 22:32 |
johnsom | Should I flag stuff we still need to cleanup on this patch? Just for tracking? | 22:33 |
rm_work | sure | 22:33 |
rm_work | if it's in the same files? | 22:33 |
rm_work | otherwise feel free to propose followups? | 22:33 |
rm_work | or, sure, just flag stuff and i'll get to it in MY followup | 22:34 |
rm_work | whatever you think is easier | 22:34 |
johnsom | Yeah, but I realized it's still ok to check for neutron... | 22:34 |
rm_work | wait, expound on that? | 22:36 |
johnsom | Man these must have been fun patches... "Yes, I can delete this cruft too!" | 22:36 |
rm_work | yep :P | 22:37 |
rm_work | which is why it's totally cool if you want to do some of that lol | 22:37 |
rm_work | is xgerman around? :D | 22:39 |
johnsom | Yeah, Carlos is probably done for the day | 22:40 |
rm_work | xgerman: still have core? :P | 22:40 |
johnsom | I should be too, but making an exception | 22:40 |
rm_work | ahh it's still early tho lol | 22:40 |
johnsom | Yeah, I started at 5:30 though | 22:40 |
johnsom | I really thought our coverage would go up more than it did...\ | 22:42 |
rm_work | :/ | 22:42 |
rm_work | i mean, we removed a lot of covered code too, so | 22:42 |
rm_work | averaged out | 22:43 |
johnsom | Yeah | 22:43 |
rm_work | but, the rest is easier stuff to add coverage for than the handler crap | 22:43 |
rm_work | err, controller-simulator? | 22:43 |
rm_work | was that it | 22:43 |
rm_work | anyway | 22:43 |
johnsom | That was the biggest stink in the project | 22:43 |
rm_work | do we not have more cores on? | 22:43 |
rm_work | I guess I can poke at carlos later today | 22:44 |
johnsom | Ok, +2 on that one too | 22:45 |
*** rcernin has joined #openstack-lbaas | 23:04 | |
*** rcernin has quit IRC | 23:07 | |
*** rcernin has joined #openstack-lbaas | 23:07 | |
xgerman | rm_work: I hope so | 23:22 |
rm_work | xgerman: great! +A plz :SD | 23:23 |
*** openstackgerrit has joined #openstack-lbaas | 23:24 | |
openstackgerrit | Merged openstack/neutron-lbaas master: Retiring neutron-lbaas https://review.opendev.org/658494 | 23:24 |
xgerman | ok, done | 23:25 |
openstackgerrit | Merged openstack/neutron-lbaas-dashboard master: Retiring neutron-lbaas-dashboard https://review.opendev.org/658495 | 23:26 |
rm_work | WELL LOOK AT THAT | 23:50 |
rm_work | ^_^ | 23:50 |
rm_work | no more neutron-lbaas | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!