Wednesday, 2019-09-25

*** goldyfruit_ has joined #openstack-sdks00:07
*** goldyfruit_ has quit IRC00:33
*** goldyfruit has joined #openstack-sdks00:35
openstackgerritguang-yee proposed openstack/keystoneauth master: Generate pdf documentation  https://review.opendev.org/68227200:52
*** mriedem has quit IRC01:00
*** goldyfruit has quit IRC01:00
*** goldyfruit has joined #openstack-sdks01:26
*** factor has joined #openstack-sdks02:07
*** ricolin has joined #openstack-sdks02:47
*** black_ant has joined #openstack-sdks03:13
*** goldyfruit has quit IRC04:24
*** enriquetaso has joined #openstack-sdks04:38
*** enriquetaso has quit IRC04:57
*** zbr|ruck has quit IRC05:43
*** zbr has joined #openstack-sdks05:45
openstackgerritShogo Saito proposed openstack/openstacksdk master: Adding basic implementation for Accelerator(Cyborg)  https://review.opendev.org/67991405:56
*** e0ne has joined #openstack-sdks06:16
*** enriquetaso has joined #openstack-sdks06:32
*** slaweq has joined #openstack-sdks06:55
*** e0ne has quit IRC06:56
*** gtema has joined #openstack-sdks07:11
*** enriquetaso has quit IRC07:34
*** enriquetaso has joined #openstack-sdks07:35
*** gtema_ has joined #openstack-sdks07:38
*** e0ne has joined #openstack-sdks07:39
*** jpena|off is now known as jpena07:46
*** ralonsoh has joined #openstack-sdks07:51
*** jpich has joined #openstack-sdks08:05
*** jangutter has joined #openstack-sdks08:20
*** cdent has joined #openstack-sdks08:20
*** e0ne has quit IRC08:28
*** zbr is now known as zbr|ruck08:40
openstackgerritVishakha Agarwal proposed openstack/keystoneauth master: Generate pdf documentation  https://review.opendev.org/68227209:02
*** gtema has quit IRC09:04
*** gtema has joined #openstack-sdks09:07
*** dtantsur has joined #openstack-sdks09:12
*** gtema has quit IRC09:12
*** ttsiouts has joined #openstack-sdks09:12
*** e0ne has joined #openstack-sdks09:31
*** gtema_ has quit IRC09:33
*** gtema has joined #openstack-sdks09:33
*** gtema_ has joined #openstack-sdks09:51
*** gtema_ has quit IRC09:59
*** enriquetaso has quit IRC10:02
*** gtema_ has joined #openstack-sdks10:26
*** enriquetaso has joined #openstack-sdks10:30
*** gtema_ has quit IRC10:39
*** cdent has quit IRC10:41
*** ttsiouts has quit IRC11:01
mordredefried: no - i version discovery endpoints should never require auth11:21
mordredgtema: nice photo :)11:22
*** ttsiouts has joined #openstack-sdks11:22
*** jpena is now known as jpena|lunch11:25
fricklermordred: iiuc efried was talking about the versioned endpoint. the discovery endpoint would seem to be just http://192.168.218.28/compute/ in his example11:31
*** gtema_ has joined #openstack-sdks11:32
*** goldyfruit has joined #openstack-sdks11:32
*** gtema_ has quit IRC11:32
*** cdent has joined #openstack-sdks11:37
*** gtema_ has joined #openstack-sdks11:38
mordredfrickler: yeah- but that versioned endpoint is still a version discovery endpoint (it's where the versioned discovery doc would be located) - and should never require auth11:39
mordredefried: ^^11:39
fricklermordred: efried: hmm, then at least cinder, glance and nova are broken in that respect11:48
fricklerthe only service where I see this working is identity11:49
cdentplacement does no auth for the version doc11:50
cdentor if it doesn't, then something is broken11:51
fricklercdent: placement seems special in that it runs directly under the main endpoint afaict, i.e. there is no /placement/v1.0/ path11:55
cdentthat's correct11:55
* cdent wishes everything else was the same11:55
cdentversion numbers ins URLs are icky11:56
mordredfrickler: *awesome*11:58
mordredfrickler: well, I guess it probably doens't break sdk most of the time because we're usually set up with auth anyway11:58
mordredbut in a perfect world no version discovery docs should be auth protected - as they do not present any user-specific or special info11:59
mordredthey should also be naturally aggressively cacheable11:59
cdenti was surprised to discover on the ML recently that some entries in the service catalog still have project ids?12:01
cdent(in the urls)12:01
mordredyeah. some people still haven't gotten rid of those12:11
mordredkeystoneauth version discovery knows how to strip them and add them back when it's looking for version discovery docs - so I stopped caring, even though it's ultimately a tragedy12:11
*** goldyfruit has quit IRC12:16
dtantsurmordred: an interesting topic came up on #release. with more and more projects relying on openstacksdk for x-project interaction, how do we prevent breakages?12:21
dtantsurwe cannot reasonably run so many jobs, can we?12:21
*** dave-mccowan has joined #openstack-sdks12:22
fricklerI think we can and we should. possibly most of them non-voting12:23
dtantsurokay, I'll add an ironic-inspector job then12:25
*** jpena|lunch is now known as jpena12:26
*** dave-mccowan has quit IRC12:26
mordreddtantsur: I think we might want to do some file matchers ...12:28
*** dave-mccowan has joined #openstack-sdks12:28
mordreddtantsur: you probably don't need to run ironic-inspector jobs on patches to openstack/image/* - for instance :)12:28
openstackgerritDmitry Tantsur proposed openstack/openstacksdk master: Add a non-voting ironic-inspector job  https://review.opendev.org/68472912:28
dtantsurmordred: that was my thought as well12:28
dtantsuralthough I'm not sure how to express it12:28
dtantsurI wonder to run it on e.g. openstack/resource.py12:29
*** gtema_ has quit IRC12:29
mordredyeah - I think openstack/{connection,resource,proxy}.py should likely run the world - but those should also be rare at this point12:29
mordredfwiw - I'm not opposed to these becomming voting if we figure out the right file matchers12:30
*** gtema_ has joined #openstack-sdks12:30
mordredbut one step at a time12:30
dtantsur++12:32
dtantsurto use matchers, do we need to inherit the jobs? or can I do it in project.jobs.<>?12:32
mordreddtantsur, Shrews, gtema_: the new hotness in ansible land is collections, and the intent is to split out modules from ansible core into externally managed collections. these can be hosted anywhere. so - I think we should host the openstack collection in opendev as a deliverable of the sdk project (since the overlap is very high)12:33
dtantsurI very much agree with that12:33
mordreddtantsur: you can do it in project.jobs.<>12:33
dtantsurnice12:33
mordredI'll get some patches up today for project creation and initial content import and whatnot12:34
dtantsurgreat! then we can add a bifrost job to verify ironic bits12:34
*** black_ant has quit IRC12:35
*** black_ant has joined #openstack-sdks12:35
*** cdent has quit IRC12:36
*** gtema_ has quit IRC12:37
*** dave-mccowan has quit IRC12:42
*** gtema has quit IRC12:44
*** gtema has joined #openstack-sdks12:46
*** mriedem has joined #openstack-sdks12:47
mordreddtantsur: it's going to be some amount of fun for bifrost - because the module names are going to change12:55
*** nicholas has joined #openstack-sdks12:55
dtantsurmordred: can we also re-engineer ironic modules then?12:56
dtantsurthey're awkward to say the least12:56
mordredtotally12:56
*** gtema has quit IRC12:56
dtantsurand we should be doing os_baremetal_node, not os_ironic, etc, etc12:56
mordredI'm going to start by importing the existing modules as they are - but I figure since the modules names are changing anyway, it's a good time to rework stuff we're annoyed by12:56
dtantsur\o/12:56
mordrednew names will be like 'openstack.cloud.ironic_node' instead of os_ironic_node - fwiw12:57
dtantsuropenstack.cloud.baremetal_node ;)12:57
*** gtema has joined #openstack-sdks12:57
mordred++12:58
gtemaoh cool. I like the idea. Let's do this12:59
*** slaweq has quit IRC13:54
*** slaweq has joined #openstack-sdks13:57
efriedmordred: Given that nova's versioned endpoint is requiring auth (I can fix that, but it's going to take time before we can rely on it), I'm seeing odd behavior in _validate_proxy.14:02
efriedin that it *seems* as though it's not using the Connection's auth when querying that URI14:03
efriedbecause I'm getting a 40114:03
*** cdent has joined #openstack-sdks14:13
*** gtema has quit IRC14:13
*** slaweq has quit IRC14:15
*** gtema has joined #openstack-sdks14:16
*** goldyfruit has joined #openstack-sdks14:16
*** slaweq has joined #openstack-sdks14:16
*** gtema has quit IRC14:22
*** goldyfruit has quit IRC14:46
*** enriquetaso has quit IRC14:51
*** e0ne has quit IRC14:59
*** e0ne has joined #openstack-sdks14:59
*** dtantsur is now known as dtantsur|afk15:00
*** ttsiouts has quit IRC15:13
*** ttsiouts has joined #openstack-sdks15:15
*** ttsiouts has quit IRC15:15
*** goldyfruit has joined #openstack-sdks15:18
*** ttsiouts has joined #openstack-sdks15:20
*** openstackgerrit has quit IRC15:21
*** ttsiouts has quit IRC15:24
*** gtema has joined #openstack-sdks15:26
*** openstackgerrit has joined #openstack-sdks15:33
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Add collections metadata info  https://review.opendev.org/68478715:33
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Import modules from ansible/ansible  https://review.opendev.org/68478815:33
mordredmnaser, dtantsur|afk: ^^15:33
mordredefried: ah. hrm. maybe there is an issue there we need to fix :(15:34
efriedmordred: let me resurrect the repro steps from yesterday...15:34
mordredmnaser, dtantsur|afk: we obviously need to add some zuul jobs and stuff15:34
cdent"add some zuul jobs and stuff"  is my mantra15:36
Shrewsmordred: what is the proposal for keeping the modules in sync (for the time being) between a-c-o and ansible/ansible?15:39
mordredShrews: mnaser and I were discussing just not doing that. saying that the a/a modules are good for 2.9 - and starting with 2.10 we just recommend people install the collection15:41
mordredShrews: and basically stopping accepting PRs in devel branch or something15:42
mnaseri think it's also neat if we added some sort of warning to repoint people too15:42
mnaser^ yeah and we should kill all issues/prs/etc15:42
Shrewsare collections compatible with older versions of ansible?15:43
mnasernope :<15:43
Shrewsthen i don't see how you can just tell people to install the collections15:43
mnaserwell i guess moving forwards the os_server will be frozen15:43
mnaserbut yeah i guessif someone jumps from 2.5 to 2.1015:43
mnaserit would magically disappear15:43
Shrewsand not accept bug fixes? i don't see that going over well15:44
mordredShrews: I think it's that older versions of ansible already have the built in modules in them15:44
mordredso we don't really need to do anything with those - it's only for ansible 2.10 and greater, which support collections, that anything would happen to the modules in a/a15:44
*** gtema has quit IRC15:45
mordredShrews: I think accepting stable branch bugfixes is totally a legit thing to do15:45
efriedmordred: okay, here we go:15:45
efried- Vanilla devstack running nova15:45
efried- Clone cyborg, pull down 682565 (to get proper opt registration) and pip install -e it15:45
efried- This /etc/cyborg/cyborg.conf: http://paste.openstack.org/show/779250/15:45
efried- Run this script: http://paste.openstack.org/show/779251/15:45
efried- Observe this output: http://paste.openstack.org/raw/779252/15:45
mordredefried: uh...15:46
Shrewsmordred: so i return to my original question... how are we going to keep those fixes in sync in both places?15:46
efriedmordred: just skip to the last paste :)15:47
Shrewsi'm guessing this is a problem all external collections are going to have. just wondering if there was talk about that process15:47
*** gtema has joined #openstack-sdks15:47
mordredShrews: magic?15:48
mordredShrews: I think we should be able to make a zuul job that runs on changes to those that proposes patches to gerrit15:48
mordredefried: yeah. like - that is not output we want to see - but it makes me wonder how anything would be working15:49
efriedmordred: the last ten lines or so of that output show the 401 for auth required for the versioned endpoint, which shouldn't be happening because a) endpoint shouldn't require auth, but even if it does, b) we're using a proper auth to set up the Connection (which can be proven by using strict_proxies=False and using the resulting proxy to do real things).15:49
efriedmordred: The most obvious guess is that version discovery is not using the auth I pass in.15:49
efriedit's using... some other auth, or no auth.15:49
efriedthat would cause this behavior.15:49
efriededit: this particular version discovery path15:50
mordredyeah. something seems very strange there. I need to dig in to that - but it's lunchtime15:51
efriedack15:51
mordredthat is definitely not behavior I expect :(15:52
*** gtema has quit IRC15:52
efriedI'll open a story for this, I suppose.15:53
mordredShrews: it's a topic we definitely need to wrap our heads around15:53
*** gtema has joined #openstack-sdks16:03
*** jpich has quit IRC16:08
efriedmordred: https://storyboard.openstack.org/#!/story/200661416:12
*** goldyfruit_ has joined #openstack-sdks16:12
*** efried is now known as efried_rollin16:14
*** goldyfruit has quit IRC16:15
*** gtema has quit IRC16:35
*** gtema has joined #openstack-sdks16:38
*** gtema has quit IRC16:41
*** jangutter has quit IRC16:47
*** jpena is now known as jpena|off16:57
*** e0ne has quit IRC16:59
*** cdent has quit IRC17:24
*** e0ne has joined #openstack-sdks18:25
*** jkulik has quit IRC18:30
*** jkulik has joined #openstack-sdks18:31
*** ricolin has quit IRC18:55
*** factor has quit IRC18:59
*** efried_rollin is now known as efried19:21
*** e0ne has quit IRC19:23
*** cdent has joined #openstack-sdks19:41
*** ralonsoh has quit IRC20:30
*** gtema has joined #openstack-sdks20:37
*** black_ant has quit IRC20:55
*** slaweq has quit IRC20:55
*** cdent has quit IRC21:12
efrieddtroyer: Whom can we bug to get https://review.opendev.org/#/c/664393/ merged? It's a dep of a couple of nova doc patches that would be nice to get into rc121:13
efrieduhm, then again... I suppose that doesn't really help us unless osc is going to re-release for train, huh?21:14
dtroyerefried: right, I was holding off on new features until I was reasonably sure we didn't need a 4.0.1.  But that means 4.0.0 is stable/train21:19
efriedokay, never mind then21:19
efried<waves hand> I was never here21:20
dtroyerbut that really only matters for distro packagers… everyone else should be using current anyway :)21:20
*** gtema_ has joined #openstack-sdks21:20
efriedpsshhht, distros <rolls eyes>21:21
*** gtema has quit IRC21:59
*** gtema_ has quit IRC22:07
*** gtema has joined #openstack-sdks22:19
*** gtema has quit IRC22:34
*** mriedem has quit IRC22:53
*** goldyfruit_ has quit IRC23:12
*** dave-mccowan has joined #openstack-sdks23:28
*** dave-mccowan has quit IRC23:33

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