[11:17:56] _joe_: do we have our own version of python3-urllib3 installed there? The one that our jessie docker image installs is missing an exception class referenced in the etcd driver [11:24:32] yeah, standard jessie only has 1.9.1, in jessie-wikimedia we're using 1.16-1~bpo8+1 (the last version that was in backports) [11:25:38] ah, I should have thought to check if the image included a sources.list entry for backports [11:28:48] <_joe_> yeah what moritzm said :) [11:36:35] cdanis: backports no longer exists, as jessie is LTS, but we've imported the debs which are still in use to jessie-wikimedia [11:36:49] adding jessie-wikimedia repo to the docker image should fix this [11:37:50] it is there [11:42:08] but I see only 1.9.1-3 (from mirrors.wikimedia.org) and 1.9.1-3+deb8u1 (from security.debian.org) available [11:44:05] https://phabricator.wikimedia.org/P9204 [11:45:53] let me checl [11:46:10] this has empty output: curl https://apt.wikimedia.org/wikimedia/dists/jessie-wikimedia/backports/binary-amd64/Packages https://apt.wikimedia.org/wikimedia/dists/jessie-wikimedia/main/binary-amd64/Packages https://apt.wikimedia.org/wikimedia/dists/jessie-wikimedia/thirdparty/binary-amd64/Packages | grep Package: | grep python3-urllib3 [11:46:13] no, that's not jessie-wikimedia [11:46:24] this is the jessie suites on the wikimedia mirror [11:46:41] yes, but what I'm saying is, I don't think python3-urllib3 is actually in jessie-wikimedia [11:47:06] <_joe_> cdanis: didn't I tell you to check the version of conftool installed on jessies? [11:47:18] <_joe_> I guess I didn't [11:47:21] cdanis: let me check, we might have it in some component [11:47:38] argh, I left my yubikey downstairs, will do _joe_ [11:48:18] <_joe_> cdanis: you can do it in debmonitor, and no, it's updated everywhere AFAICT [11:48:58] cdanis: so what happened: [11:49:54] the version that we had been using was solely pulled from jessie-backports, but then backports was shutoff in LTS stage, some of the bpo packages were needed by the OpenStack Mitaka packages [11:50:13] so they were imported from archive.debian.org into component openstack-mitaka-jessie [11:50:25] but they are not in jessie-wikimedia per se [11:50:35] is that needed for conftool on scb? [11:51:02] I am presently unsure how conftool works on scb [11:51:43] oh, it must be just happenstance of our configuration [11:51:45] https://gerrit.wikimedia.org/g/operations/software/conftool/+/290eebbd8f8174f5a967de7464d2f905b3c36054/conftool/drivers/etcd.py#53 [11:52:17] okay, in the configuration we ship in puppet, we do set suppress_san_warnings: false [11:52:42] <_joe_> sigh I completely forgot about that cdanis sorry [11:52:42] (urllib3.exceptions.SubjectAltNameWarning does not exist in the usual jessie version) [11:52:47] any way, if we need python3-urllib3 1.16 on jessie, we can copy it over to jessie-wikimedia [11:52:48] <_joe_> exactly [11:52:57] <_joe_> so we didn't need to suppress it [11:53:05] no, it's okay, I should have checked that my local configuration matched production [15:55:16] herron: could you update https://wikitech.wikimedia.org/wiki/Kafka with info about the kafka logging cluster? [15:55:31] ottomata: sure! [15:55:34] thank you! [16:48:29] _joe_: I can verify that your change so sudo -i is no longer required also works :)