Monday, 2018-09-03

*** hongbin has joined #openstack-requirements02:26
*** openstackgerrit has joined #openstack-requirements03:16
openstackgerritTony Breeds proposed openstack/requirements master: Always install ceilometer  https://review.openstack.org/59927703:16
openstackgerritTony Breeds proposed openstack/requirements master: Remove bogus comment  https://review.openstack.org/59927803:17
*** hongbin has quit IRC03:19
tonybprometheanfire: Turns out was *can't* remove them because of the way the test is written03:22
tonybwe need to work decide if that job still has value the way it's written, but at least it's all branched and inrepo now we at some level we can do what we need03:23
prometheanfireloke the hack03:35
prometheanfires/loke/like03:35
*** udesale has joined #openstack-requirements04:02
*** udesale has quit IRC04:06
*** udesale has joined #openstack-requirements04:06
*** udesale has quit IRC04:06
*** udesale has joined #openstack-requirements04:08
tonybprometheanfire: we'll have to see what zuul thinks of it ;P04:44
tonybprometheanfire: Well it failed but befoer we get to the integration check so I'm looking into it04:46
prometheanfirek04:50
prometheanfireI'm upgrading my home openstack to rocky04:51
prometheanfireseems to be going well so far...04:51
prometheanfireevery project that uses oslo.log needs to update their minimum (likely to 3.37) as that contains deprecated_since=versionutils.deprecated.ROCKY,04:51
tonybprometheanfire: Oh rats :(04:59
prometheanfiretonyb: yay for testing minimums :P05:02
prometheanfireit was bound to happen05:02
tonybprometheanfire: how did that get past the lc jobs?05:02
prometheanfirenot sure, I ran into it while running keystone-manage db_sync and doctor05:09
prometheanfireso they probably don't do that05:09
tonybokay05:11
prometheanfireatm that's the only thing, upgrading my 2 compute nodes so I can verify if novnc is still having problems05:13
*** snapiri has joined #openstack-requirements05:24
tonybprometheanfire: Well the job failed in exactly the same way :(05:38
tonybprometheanfire: Hmm it didn't apply the hack so I clearly got something wrong05:38
openstackgerritTony Breeds proposed openstack/requirements master: Always install ceilometer  https://review.openstack.org/59927705:46
tonyb^^^ at least 3 things wrong :(05:47
prometheanfire:|06:03
*** snapiri has quit IRC06:12
*** shachar has joined #openstack-requirements06:12
*** CrayZee has joined #openstack-requirements06:14
*** CrayZee is now known as Guest8111506:14
*** shachar has quit IRC06:17
*** snapiri has joined #openstack-requirements06:18
*** Guest81115 has quit IRC06:20
openstackgerritTony Breeds proposed openstack/requirements master: Always install ceilometer  https://review.openstack.org/59927706:23
tonyb^^^ and at least one more ;P06:23
tonybI think that an average of 1 per line I added ;P06:24
tonybstill at least it's all in the open ;P06:24
*** olivierb_ has joined #openstack-requirements07:25
*** jpich has joined #openstack-requirements07:54
openstackgerritWitold Bedyk proposed openstack/requirements master: Remove PyKafka from global-requirements  https://review.openstack.org/58539808:43
openstackgerritWitold Bedyk proposed openstack/requirements master: Add confluent-kafka to global-requirements  https://review.openstack.org/58540408:48
*** snapiri has quit IRC08:58
*** r-mibu has joined #openstack-requirements09:02
*** dtantsur|afk is now known as dtantsur09:19
*** snapiri has joined #openstack-requirements09:38
*** snapiri has quit IRC09:38
*** ccamacho has joined #openstack-requirements10:41
*** ccamacho has quit IRC10:41
*** udesale has quit IRC10:56
*** ccamacho has joined #openstack-requirements11:06
*** ccamacho has quit IRC11:50
*** ccamacho has joined #openstack-requirements11:50
*** dtantsur is now known as dtantsur|brb12:32
*** udesale has joined #openstack-requirements12:39
*** dtantsur|brb is now known as dtantsur13:30
*** amotoki has joined #openstack-requirements15:17
*** r-mibu has quit IRC15:21
*** udesale has quit IRC15:26
*** dtantsur is now known as dtantsur|afk15:32
dhellmannprometheanfire : I only see keystone using a rocky deprecation; why would anyone else need to update their mins? http://codesearch.openstack.org/?q=versionutils.deprecated.ROCKY&i=nope&files=&repos=15:34
*** jpich has quit IRC16:01
*** ccamacho has quit IRC16:20
*** tonyb has quit IRC16:31
*** dhellmann has quit IRC16:39
*** dhellmann has joined #openstack-requirements16:39
*** dhellmann has quit IRC16:44
*** dhellmann has joined #openstack-requirements16:45
*** dhellmann has quit IRC16:54
*** dhellmann has joined #openstack-requirements16:54
prometheanfiredhellmann: sorry, was just an assumption18:30
*** olivierb_ has quit IRC18:32
prometheanfiredhellmann: shouldn't these be defined in the downstream libs and not in oslo.db?  https://github.com/openstack/oslo.db/compare/4.33.1...4.40.0#diff-b4ef698db8ca845e5845c4618278f29aR1519:06
*** lamt has quit IRC19:10
*** kmalloc has quit IRC19:10
*** kmalloc has joined #openstack-requirements19:15
*** olivierb has joined #openstack-requirements20:02
*** tonyb has joined #openstack-requirements20:51
dhellmannprometheanfire: I'm not sure what "these" you mean -- there are a lot of changes in that diff set21:56
prometheanfiredhellmann: the highlighted line from requirements.txt?21:57
prometheanfirethe link should take you straight there21:57
dhellmannthat link shows me a list of 42 changes21:57
prometheanfire# these are used by downstream libraries that require21:58
prometheanfire# oslo.db as one of their test requirements - do not remove!21:58
prometheanfiretestresources>=2.0.0 # Apache-2.0/BSD21:58
prometheanfiretestscenarios>=0.4 # Apache-2.0/BSD21:58
prometheanfireguess that's a bug in their site21:58
dhellmannif something uses oslo.db as a test requirement to get a fixture, and the fixture depends on those libs, then it seems right to put them in oslo.db21:58
dhellmannbut I'm not sure what the situation is, I'd have to check how they're actually being used21:59
prometheanfireah, ok21:59
prometheanfiresounds like that should be gated behind a pip flag (or whatever it's called)21:59
dhellmannprometheanfire : https://review.openstack.org/#/c/553801/21:59
dhellmannsetuptools extras?21:59
dhellmannmaybe22:00
prometheanfireya, extras22:00
dhellmannmaybe suggest that to zzzeek and bnemec22:01
prometheanfiredhellmann: atm I'm trying to figure out why nova-compute isn't starting22:02
prometheanfirebacktrace shows files that don't exist22:04
dhellmannsounds like maybe some pyc files were compiled in one dir and installed in another?22:05
dhellmanntime for dinner, ttyl22:06
prometheanfirenope22:06
prometheanfiredhellmann: in a venv, no pyc pyo or pycache files22:06
prometheanfiredhellmann: basically the python channel, the gentoo python channel and the nova channel have been no help22:12

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