Friday, 2020-03-27

*** iokiwi has joined #openstack-sdks00:02
openstackgerritMerged openstack/openstacksdk master: Change default image type in the OTC vendor profile  https://review.opendev.org/71518300:37
*** eandersson8 has joined #openstack-sdks01:00
*** eandersson has quit IRC01:01
*** eandersson8 is now known as eandersson01:01
*** diablo_rojo has quit IRC01:01
*** diablo_rojo has joined #openstack-sdks01:02
*** diablo_rojo has quit IRC01:06
*** gtema|afk has joined #openstack-sdks01:14
*** gtema|afk has quit IRC01:19
openstackgerritSam Morrison proposed openstack/openstacksdk master: Add availability zone and availability zone profile resources to load balancer  https://review.opendev.org/71434502:02
*** gkadam has joined #openstack-sdks03:03
*** gtema|afk has joined #openstack-sdks03:16
*** gkadam_ has joined #openstack-sdks03:16
*** gkadam has quit IRC03:16
*** gkadam_ has quit IRC03:17
*** gtema|afk has quit IRC03:20
*** gtema|afk has joined #openstack-sdks05:17
*** gtema|afk has quit IRC05:21
*** vphilippon has quit IRC05:29
*** evrardjp has quit IRC05:36
*** evrardjp has joined #openstack-sdks05:36
*** gtema|afk has joined #openstack-sdks07:01
*** ralonsoh has joined #openstack-sdks07:08
*** gtema|afk has quit IRC07:14
*** gtema|afk has joined #openstack-sdks07:14
*** factor has joined #openstack-sdks07:31
*** amoralej|off is now known as amoralej07:59
*** slaweq has joined #openstack-sdks08:00
*** nightmare_unreal has joined #openstack-sdks08:01
*** BakaKuna has joined #openstack-sdks08:03
*** BakaKuna has quit IRC08:04
*** BakaKuna has joined #openstack-sdks08:09
*** jpena|off is now known as jpena08:14
*** tkajinam has quit IRC08:18
*** rpittau|afk is now known as rpittau08:23
*** gtema|afk has quit IRC08:32
*** jpich has joined #openstack-sdks09:00
*** AJaeger has joined #openstack-sdks09:14
AJaegermordred: https://review.opendev.org/#/c/715243/ needs an update for requirements first - or done differently :( That's the py35 change09:14
*** dtantsur|afk is now known as dtantsur09:28
*** tosky has joined #openstack-sdks09:29
*** sshnaidm|afk is now known as sshnaidm|off09:50
*** jpena has quit IRC09:59
*** jpena has joined #openstack-sdks10:06
*** jpich has quit IRC10:39
*** jpich has joined #openstack-sdks10:40
*** tkajinam has joined #openstack-sdks11:04
*** BakaKuna has quit IRC11:13
openstackgerritStephen Finucane proposed openstack/python-openstackclient master: Add '--force; parameter to 'openstack quota set'  https://review.opendev.org/71388111:18
openstackgerritStephen Finucane proposed openstack/python-openstackclient master: Add '--force' parameter to 'openstack quota set'  https://review.opendev.org/71388111:19
*** gtema|afk has joined #openstack-sdks11:21
*** jamespage has joined #openstack-sdks11:31
*** rpittau is now known as rpittau|bbl11:32
openstackgerritMerged openstack/ansible-collections-openstack master: Ignore more things for the final artifact  https://review.opendev.org/71530211:36
openstackgerritMerged openstack/python-openstackclient master: Adding options to user cli  https://review.opendev.org/69744411:44
*** gtema|afk has quit IRC12:00
*** jpena is now known as jpena|lunch12:05
*** dtantsur is now known as dtantsur|brb12:15
smcginnisAJaeger, mordred: Actually, we might have an issue with that 3.5 patch.12:27
smcginnisSince OpenStack itself is dropping support, this will also need to do something about requirements constraints.12:27
smcginnisWe're only tracking 3.6 and 3.7 there now.12:27
AJaegersmcginnis: yeah, that's what I feared ;(12:35
smcginnisNot sure what the best option is here. We may need to track our own upper-constraints on this repo. Or at least for the "unofficial" python versions we want to still support.12:41
smcginnisWe can have py35 jobs in tox refer to a local file, so something like "deps = -c./py35upper-constraints.txt" or something.12:42
smcginnisThen each time the rest of openstack moves along to a new version, we would need to take a snapshot of the last supported u-c file and add it locally.12:43
smcginnisI don't really like that, but it's the simplest option I can think of at the moment.12:43
AJaegerWhat fun ;( Let's see what mordred thinks12:43
smcginnisAnother option. Mostly the same concept, but instead of keeping a local snapshot of u-c we point to the stable branch URL to grab it. Then is things get updated in stable/train to fix an issue, we automatically pick it up.12:56
smcginnisBut... we may also need multiple versions of [test-]requirements.txt, otherwise we will have conflicts between versions and the requirements-check job will fail...12:58
smcginnisThis isn't as easy as it first appears.12:59
*** openstackstatus has quit IRC13:01
*** openstack has joined #openstack-sdks13:05
*** ChanServ sets mode: +o openstack13:05
*** enriquetaso has joined #openstack-sdks13:08
*** rpittau|bbl is now known as rpittau13:10
*** dayou has joined #openstack-sdks13:14
*** tkajinam has quit IRC13:25
mordredhrm13:28
* mordred is working on grokking ...13:29
mordredoh! it's just the oslo.config issue in test-requirements that's the issue?13:29
mordredsmcginnis, AJaeger: what if we combine some of the above ideas ...13:31
mordredchange test-requirements to be normal (none of those markers)13:31
mordredthan add a second constraints file that _only_ has an oslo.config constraints in it - and add that to the py35 env13:32
smcginnisDefinitely need to fix the oslo.config thing for now. That's at least an easy one.13:34
smcginnisLonger term though, there will be more of a delta between what is officially supported in openstack/requirements and what we will need to be able to keep py35 testing going.13:34
*** gtema|afk has joined #openstack-sdks13:36
mordredyah. it might get easier if/when zuul drops python3.5 support ... but that's actually what we run in production at the moment, so it's a non-trivial step13:36
mordredsmcginnis: I think I have a reasonably simple fix for now13:37
mordredsmcginnis: make the py35 env use the lower-constraints.txt file that's already there13:37
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add requires-python entry indicating 3.5 is required  https://review.opendev.org/71524313:40
*** dtantsur|brb is now known as dtantsur13:40
mordredsmcginnis, AJaeger: ^^13:40
AJaegermordred: that's evil - or genius :) Not sure which one yet ;)13:43
mordred:)13:48
mordredI mean - I think it might even be the "right" thing to do in this case ...13:48
mordredwe're mostly just wanting to make sure we didn't increase a lower requirement past the point where it works with python3.5 - which is a thing lower-contraints already expresses13:49
AJaegeryeah - I just don't have the time right now to think it through. So, will let it take it's way ;)13:52
*** vphilippon has joined #openstack-sdks13:52
*** amoralej is now known as amoralej|lunch13:58
vphilipponmordred: Hello! Juste to let you know that openstacksdk 0.45.0 installs itselft on Py2 without issues!14:00
mordredvphilippon: woohoo! that's wonderful news14:01
smcginnisl-c is actually a pretty good idea.14:03
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Small cleanups after Python2 drop  https://review.opendev.org/71530914:25
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Re-add nodepool functional test  https://review.opendev.org/71524514:25
mordredjohnsom: https://review.opendev.org/#/c/714345/ look ok to you now?14:36
johnsommordred: Sam pinged me last night, I will take a look in the next hour14:37
mordredcool. thanks!14:37
johnsomMust get the coffee on first. Grin14:38
*** amoralej|lunch is now known as amoralej14:43
*** dave-mccowan has joined #openstack-sdks14:53
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Turn off test log capture for now  https://review.opendev.org/71544214:55
openstackgerritMark Chappell proposed openstack/ansible-collections-openstack master: New module: os_keystone_mapping_info  https://review.opendev.org/71368614:59
openstackgerritMark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_identity_provider  https://review.opendev.org/71463214:59
openstackgerritMark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_identity_provider_info  https://review.opendev.org/71463314:59
openstackgerritMark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_federation_protocol  https://review.opendev.org/71499114:59
openstackgerritMark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_federation_protocol_info  https://review.opendev.org/71499214:59
*** gtema|afk has quit IRC14:59
openstackgerritAndreas Jaeger proposed openstack/python-openstackclient master: Cleanup Python 2.7 support  https://review.opendev.org/71544615:32
openstackgerritTom Stappaerts proposed openstack/python-openstackclient master: Support for stateless security groups  https://review.opendev.org/71151516:10
*** melwitt is now known as jgwentworth16:12
*** slaweq has quit IRC16:18
*** gtema|afk has joined #openstack-sdks16:31
*** gtema|afk has quit IRC16:36
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add requires-python entry indicating 3.5 is required  https://review.opendev.org/71524316:36
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Turn off test log capture for now  https://review.opendev.org/71544216:36
*** smcginnis has quit IRC16:50
*** vphilippon has quit IRC17:12
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add python-requires entry indicating 3.5 is required  https://review.opendev.org/71524317:16
*** jpena is now known as jpena|off17:28
*** evrardjp has quit IRC17:36
*** evrardjp has joined #openstack-sdks17:36
*** jpich has quit IRC17:41
*** diablo_rojo has joined #openstack-sdks17:46
*** nightmare_unreal has quit IRC17:51
openstackgerritVishakha Agarwal proposed openstack/python-openstackclient master: [WIP] Add immutable option  https://review.opendev.org/71526917:58
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstacksdk stable/train: Add tests for Ansible built-in modules in 2.8,2.9  https://review.opendev.org/71408918:01
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Turn off test log capture for now  https://review.opendev.org/71544218:11
*** amoralej is now known as amoralej|off18:12
*** smcginnis has joined #openstack-sdks18:18
openstackgerritAndreas Jaeger proposed openstack/openstacksdk master: Small cleanups after Python2 drop  https://review.opendev.org/71530918:56
*** rpittau is now known as rpittau|afk18:57
*** gmann is now known as gmann_lunch18:59
*** dtantsur is now known as dtantsur|afk19:13
*** ralonsoh has quit IRC19:16
*** vphilippon has joined #openstack-sdks19:21
*** enriquetaso has quit IRC19:22
*** gmann_lunch is now known as gmann19:29
*** diablo_rojo has quit IRC19:31
*** diablo_rojo has joined #openstack-sdks19:33
*** iurygregory has quit IRC19:46
*** diablo_rojo has quit IRC19:51
openstackgerritAndreas Jaeger proposed openstack/osc-lib master: Update hacking for Python3  https://review.opendev.org/71553120:02
*** enriquetaso has joined #openstack-sdks20:02
openstackgerritAndreas Jaeger proposed openstack/openstackclient master: Update hacking for Python3  https://review.opendev.org/71553220:02
AJaegermordred: two repos with ancient hacking versions ^20:02
mordredawesome20:03
AJaegerI pushed ~ 10 changes and decided now to start with really ancient versions ;)20:04
*** diablo_rojo has joined #openstack-sdks20:07
openstackgerritMerged openstack/openstackclient master: Update hacking for Python3  https://review.opendev.org/71553220:22
*** gtema|afk has joined #openstack-sdks20:34
*** gtema|afk has quit IRC20:42
smcginnisWow, nice. 0.x releases20:47
*** enriquetaso has quit IRC22:44
*** vphilippon has quit IRC22:52
*** vphilippon has joined #openstack-sdks22:53
openstackgerritMerged openstack/openstacksdk master: Add python-requires entry indicating 3.5 is required  https://review.opendev.org/71524323:28
openstackgerritMerged openstack/openstacksdk master: Turn off test log capture for now  https://review.opendev.org/71544223:30
*** vphilippon has quit IRC23:34
mordred\o/23:48
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Small cleanups after Python2 drop  https://review.opendev.org/71530923:49

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