Wednesday, 2020-10-28

*** tkajinam has quit IRC03:10
*** hindret has quit IRC03:22
*** hindret has joined #openstack-barbican03:23
*** openstackgerrit has quit IRC05:46
*** tkajinam has joined #openstack-barbican06:53
*** openstackgerrit has joined #openstack-barbican07:05
openstackgerritOpenStack Proposal Bot proposed openstack/barbican master: Imported Translations from Zanata  https://review.opendev.org/76006007:05
*** Luzi has joined #openstack-barbican08:55
*** tosky has joined #openstack-barbican08:57
*** openstack has quit IRC09:21
*** openstack has joined #openstack-barbican09:22
*** ChanServ sets mode: +o openstack09:22
*** JohnnyRainbow has joined #openstack-barbican12:12
JohnnyRainbowjohnsom I've upgraded barbican and octavia to stein release as we discussed lastly, but seems the issue still exist there. I was trying to debug more about it but I cannot find a root cause for it, seems like maybe issue with keystone(?), but all other barbican requests are working fine. Anyway I just made a brief listing of what seems for me12:17
JohnnyRainbowvalid, maybe you can check quickly in a spare time and have some ideas? https://paste.ofcode.org/8MRyZjLSFUTtDx3YtVVzap Thanks for your help! :)12:17
*** raildo has joined #openstack-barbican12:41
johnsomJohnnyRainbow Did you make sure you have the correct version of python-barbicanclient on the Octavia instances?12:57
JohnnyRainbowlet me check it12:59
johnsomJohnnyRainbow Did that help?13:57
JohnnyRainbownot fully, indeed I had a mismatch between python-barbicanclient, but it seems it can be correlated with octavia.conf which is probably not correctly configured to support barbican13:59
JohnnyRainbowI'm googling for  some configuration hints for octavia.conf and I need to try it...at least I have some ideas...or if you have octavia.conf file which is working with barbican and you can share it, it would be more than welcome :)14:00
openstackgerritDouglas Mendizábal proposed openstack/barbican master: DNM: Victoria health check  https://review.opendev.org/76013914:00
johnsomJohnnyRainbow Here is an example configuration file for our testing jobs: https://zuul.opendev.org/t/openstack/build/ce884c4e02364f4a8e9291f691921f78/log/controller/logs/etc/octavia/octavia_conf.txt14:02
openstackgerritDouglas Mendizábal proposed openstack/barbican master: DNM: Ussuri health check  https://review.opendev.org/76014014:03
openstackgerritDouglas Mendizábal proposed openstack/barbican stable/train: DNM: Train health check  https://review.opendev.org/76014114:04
JohnnyRainbowjohnsom thanks! Is there anything which change this value: # cert_manager = barbican_cert_manager? Cause I see it commented, what is strange for me, but maybe I'm wrong14:05
johnsomCommented lines that have settings after them reflect what the default value is for the setting14:06
johnsomSo "# cert_manager = barbican_cert_manager" means that the default value for cert_manager is barbican_cert_manager14:06
*** d34dh0r53 has quit IRC14:07
JohnnyRainbowok, I thought default is local_cert_manager, but maybe I'm wrong or depand on version14:09
johnsomhttps://github.com/openstack/octavia/blob/master/octavia/common/config.py#L57714:10
JohnnyRainbowthanks!14:10
*** d34dh0r53 has joined #openstack-barbican14:11
openstackgerritDouglas Mendizábal proposed openstack/barbican stable/train: Use serial number or label for PKCS#11 tokens  https://review.opendev.org/76015414:50
JohnnyRainbowjohnsom seems still something with ACLs for octavia, shouldn't be done automatically without need to add ACL manually? https://paste.ofcode.org/3hJJneUvK4CjxfCjKxhCAY14:54
johnsomJohnnyRainbow Yes, as of the Rocky release we were able to make the ACL management automatic.14:55
johnsomJohnnyRainbow Oh that log is interesting: format_exception14:56
JohnnyRainbowand is it done automatically by barbican? Cause I have barbican and octavia upgraded to stein, but not the others14:56
johnsomSo what is stored in barbican is not valid14:56
johnsomIt's handled by Octavia14:57
JohnnyRainbowhmm...can I somehow validate it why it not valid?14:57
johnsomTake a look at these steps: https://docs.openstack.org/octavia/latest/user/guides/basic-cookbook.html#deploy-a-tls-terminated-https-load-balancer14:58
johnsomIt could be the format is wrong, or the way it is stored in barbican is not right. (notes, we should improve the user messaging in that use case for the CLI)14:59
JohnnyRainbowyes, that is what I'm doing currently...and I've tried in parallel with this: https://wiki.openstack.org/wiki/Network/LBaaS/docs/how-to-create-tls-loadbalancer14:59
johnsomThat wiki is using the old method. It should still work, but might have some bugs.15:00
johnsomThe docs are the best approach15:00
JohnnyRainbowok, I was using the wiki method because it contains all steps for creation of certificate chain and key15:01
JohnnyRainbowHmm...same thing with method from docs, but format looks more or less valid: https://paste.ofcode.org/Qh8BP4Q9fcXefXbKKdzzzJ15:09
johnsomJohnnyRainbow it looks like there is a passphrase in the content15:19
JohnnyRainbowlet me check, maybe it's my fault, I need to double check15:28
*** raildo has quit IRC15:42
*** raildo has joined #openstack-barbican15:42
*** JohnnyRainbow has quit IRC16:20
*** JohnnyRainbow has joined #openstack-barbican16:34
JohnnyRainbowjohnsom you were right, certificate was with password, now it works...I mean, it is step ahead :)  https://paste.ofcode.org/uQxn2NgDE4sm6LCSAAMBDK Thanks for your help!16:35
johnsomJohnnyRainbow Glad you are up and running.16:35
*** Luzi has quit IRC16:47
*** tosky has quit IRC17:20
openstackgerritDouglas Mendizábal proposed openstack/barbican stable/ussuri: Update .gitreview for stable/ussuri  https://review.opendev.org/72295319:37
openstackgerritDouglas Mendizábal proposed openstack/barbican stable/ussuri: Update TOX_CONSTRAINTS_FILE for stable/ussuri  https://review.opendev.org/72295419:43
openstackgerritDouglas Mendizábal proposed openstack/barbican stable/ussuri: Rebase alembic migrations  https://review.opendev.org/76021819:52
*** tosky has joined #openstack-barbican20:39
*** rm_work has quit IRC21:59
*** rm_work has joined #openstack-barbican21:59
openstackgerritMerged openstack/python-barbicanclient master: Add Python3 wallaby unit tests  https://review.opendev.org/75154622:12
openstackgerritMerged openstack/python-barbicanclient master: bump py37 to py38 in tox.ini  https://review.opendev.org/75261222:12
openstackgerritMerged openstack/barbican master: Update hacking for Python3  https://review.opendev.org/71673022:18
openstackgerritMerged openstack/barbican master: Delete deprecated url of readme.rst ask.openstack.org is read-only and cannot raise a new question  https://review.opendev.org/75645522:18
*** raildo has quit IRC22:37
*** JohnnyRainbow has quit IRC23:40

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!