Earlier  
Posted Nick Remark
#openstack-sdks - 2018-03-02
07:46:11 mordred slaweq, frickler: I've found the actual issue ^^ so I think we'll be in a position to just land a fix ratherthan a revert and a revert ...
07:47:18 mordred slaweq, frickler: I'm not sure I had an *actual* plan with the twopatches - as much as ansible inventory was broken for some people and that seemed like a thing that should be fixed quickly - but luckily the real problem isn't too bad
07:47:39 mordred and also yes ... should fix it on master too :)
07:52:11 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Fix private_v4 selection related to floating ip matching https://review.openstack.org/549116
07:52:55 mordred slaweq, frickler: ^^ and that should fix the 2 tests that the fix broke (yay for nova network!)
07:54:01 slaweq mordred: thx, +2 already :)
07:54:25 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix private_v4 selection related to floating ip matching https://review.openstack.org/549117
07:54:26 slaweq please remember to cherry-pick it to openstacksdk also as it is there as well
07:54:35 mordred slaweq: done! :)
07:54:47 mordred slaweq: I will be happy when we no longer need to cherry-pick between the two
07:54:59 slaweq me too but for now we have to
07:56:49 mordred mtreinish, dtroyer: I guess the osc-functional-devstack-tips failure is what you were looking at yesterday - any luck finding the issue yet (other than narrowing down to the entrypoint issue) or should I start digging?
08:05:28 mordred mtreinish, dtroyer: also - it occurs to me that we have an assymetrical gate going there and that perhaps we should add osc-functional-devstack-tips to keystoneauth, os-client-config and cliff
08:06:03 mordred although actually I'll probably write a patch today to go ahead and remove the os-client-config depend from osc and just use the sdk version that's already there
09:23:37 dtroyer mordred: I've narroed it down to the last global req review in osc-lib. I can't explain why yet, doing it locally I get the same things installed with and without it, but I haven't had a contiguous block to look at this yet
10:13:26 openstackgerrit melissaml proposed openstack/python-openstackclient master: Update links in README https://review.openstack.org/549159
13:24:20 mordred dtroyer: kk. same here - I put in an auto hold with zuul - cause I can't make it fail locally
13:27:23 mordred dtroyer: oh - you know what - I haven't tried a full from-scratch install using constraints yet
13:28:59 mordred dtroyer: I've got a node held from a failed job - do you want me to put an ssh key for you on it?
13:29:44 dtroyer mordred: yes…
13:30:50 mordred dtroyer: zuul@ubuntu-xenial-ovh-gra1-0002764775:~/src/git.openstack.org/openstack/python-openstackclient$ .tox/functional/bin/openstack help
13:30:58 mordred is definitely unhapy in a way it's not for me loocally :)
13:31:28 dtroyer I've duplicated it locally, or found another way of achieving the same result anyway
13:31:36 mordred dtroyer: did you get this:
13:31:40 mordred ContextualVersionConflict: (openstacksdk 0.11.1.dev64 (/home/zuul/src/git.openstack.org/openstack/python-openstacksdk), Requirement.parse('openstacksdk>=0.11.2'), set(['osc-lib']))
13:32:22 dtroyer I do not see that locally, but I'm just running the functional-tips against a pre-built devstack on a differnet node
13:34:31 mordred nod. so - I got that from running openstack --debug -v help ... so I'm very confused by why soomething is getting 0.11.1.dev64 on master
13:35:55 dtroyer that narrows things down, my local failure is with 0.11.2 in requirements.txt. with 0.9.xx there it works. and of course that shouldn't matter at all since we're installing from source. but I don't see any transitive deps change either
13:37:16 mordred dtroyer: so - I think this points to something being slightly off with tags, pbr, branches and tox-siblings
13:38:11 mordred dtroyer: I'm 99% sure this will go away if we cut a release on the master branch - but I think digging in to why it's broken it worthwhile - since this is the first release we've cut with tox-siblings in play
13:38:38 mordred dtroyer: which is to say - I think it's a gate issue and not an actual bug in the wild
13:40:05 dtroyer so I have mixed feelings there :) then I am misunderstanding something for my local problem
13:43:17 mordred dtroyer: oh - it's possible there is a second problem that is being masked by the tag issue
14:03:48 mordred dtroyer: if I add a tag to the sdk repo it fixes the tox functional job
14:05:40 mordred dtroyer: however - there's another fun issue I'm going ot see if I can come up with a slution for ... which is that the functional-tips tox env in osc might not be producing the same results as what's happening in the gate due to the logic in tox-siblings ... I'm going to see if I can extract that logic in a consumable fashion so that we can have functional-tips be a completely accurate local
14:05:42 mordred reproduction
14:07:42 dtroyer mordred: that is probably why I'm having similar-but-different symptoms
14:08:05 mordred yah. I don't like local reproduction cases being similar but different
14:08:41 dtroyer although I have also narrowed it to sdk 0.11.1+
14:09:08 mordred dtroyer: is yours still an entrypoints loading error? or are you seeing a different error altogether?
14:10:07 dtroyer it is the same entrypoint errors
14:10:08 mordred dtroyer: (and if you did something like 'git tag 0.11.5' in the openstacksdk dir, does your error go away?)
14:10:18 dtroyer I'll try that
14:10:31 mordred if that fixes it - it's the same underlying issue
14:11:57 mordred ALSO - while we're on the topic - I think we can remove the branch exclusions from the tips jobs - it would actually be nice to make sure patches to stable/queens don't break against stable queens of the other projects and the code should actually work ... now that we have a stable/queens with the jobs defined and whatnot
14:12:18 mordred but Ilet's get master working first :)
14:15:50 dtroyer yup, that works
14:16:27 dtroyer agreed, we should test HEAD on stable/*
14:18:12 cdent dtroyer: HEAD on TABLE?
14:19:35 dtroyer "Little bobby Tables" to be specific
14:41:16 mordred dtroyer: every project should have a little bobby tables test
15:12:13 openstackgerrit Jens Harbott (frickler) proposed openstack/python-openstackclient master: Add dns-domain support to Network object https://review.openstack.org/516701
15:20:08 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/549258
18:49:10 mordred dtroyer: I've got fixes for the siblings issue. I'm going to request a new sdk get cut on master now that we've collected all the data so that the gate jobs can get unbroken
19:09:18 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Prepare for os-client-config wrapper https://review.openstack.org/549306
19:09:49 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Replace guts with openstack.config https://review.openstack.org/549307
19:20:34 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix private_v4 selection related to floating ip matching https://review.openstack.org/549117
19:20:35 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Revert "Temporarily disable osc-functional-devstack-tips" https://review.openstack.org/549309
19:20:35 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Temporarily disable osc-functional-devstack-tips https://review.openstack.org/549308
20:06:08 openstackgerrit Merged openstack-infra/shade master: Fix private_v4 selection related to floating ip matching https://review.openstack.org/549116
#openstack-sdks - 2018-03-03
14:27:15 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Prepare for os-client-config wrapper https://review.openstack.org/549306
14:32:16 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Make shade-tox-tips actually run shade tests https://review.openstack.org/549472
14:38:07 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Replace guts with openstack.config https://review.openstack.org/549307
14:38:08 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Add os-client-config tips jobs https://review.openstack.org/549473
14:42:01 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Prepare for os-client-config wrapper https://review.openstack.org/549306
14:42:02 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Run os-client-config tests on sdk changes https://review.openstack.org/549474
14:53:55 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Run os-client-config tests on sdk changes https://review.openstack.org/549474
14:53:56 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Prepare for os-client-config wrapper https://review.openstack.org/549306
15:33:43 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix private_v4 selection related to floating ip matching https://review.openstack.org/549117
15:33:43 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Temporarily disable osc-functional-devstack-tips https://review.openstack.org/549308
15:33:44 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Prepare for os-client-config wrapper https://review.openstack.org/549306
15:33:44 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Run os-client-config tests on sdk changes https://review.openstack.org/549474
16:29:20 openstackgerrit Merged openstack-infra/shade master: Make shade-tox-tips actually run shade tests https://review.openstack.org/549472
19:04:13 openstackgerrit Merged openstack/python-openstackclient master: Imported Translations from Zanata https://review.openstack.org/548850
#openstack-sdks - 2018-03-04
10:00:51 openstackgerrit OpenStack Proposal Bot proposed openstack/cliff master: Updated from global requirements https://review.openstack.org/548672
10:06:28 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/549536
10:20:56 openstackgerrit OpenStack Proposal Bot proposed openstack/os-api-ref master: Updated from global requirements https://review.openstack.org/549554
10:21:15 openstackgerrit OpenStack Proposal Bot proposed openstack/os-client-config master: Updated from global requirements https://review.openstack.org/549556
10:27:20 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/549258
13:16:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Prepare for os-client-config wrapper https://review.openstack.org/549306
13:50:07 openstackgerrit Merged openstack/python-openstacksdk master: Temporarily disable osc-functional-devstack-tips https://review.openstack.org/549308
13:50:52 openstackgerrit Dongcan Ye proposed openstack/python-openstacksdk master: Network: Add tag support for QoS policy https://review.openstack.org/547372
13:51:23 openstackgerrit Dongcan Ye proposed openstack/python-openstacksdk master: Network: Add tag support for security group https://review.openstack.org/547369
13:51:42 openstackgerrit Dongcan Ye proposed openstack/python-openstacksdk master: Network: Add tag support for floating ip https://review.openstack.org/547366
14:38:01 openstackgerrit Merged openstack/os-client-config master: Updated from global requirements https://review.openstack.org/549556
14:38:02 openstackgerrit Merged openstack/os-client-config master: Add os-client-config tips jobs https://review.openstack.org/549473
17:15:20 openstackgerrit Merged openstack/python-openstacksdk master: Fix private_v4 selection related to floating ip matching https://review.openstack.org/549117
17:15:21 openstackgerrit Merged openstack/python-openstacksdk master: Network: Add tag support for QoS policy https://review.openstack.org/547372
17:15:22 openstackgerrit Merged openstack/python-openstacksdk master: Network: Add tag support for security group https://review.openstack.org/547369
17:15:23 openstackgerrit Merged openstack/python-openstacksdk master: Network: Add tag support for floating ip https://review.openstack.org/547366
17:42:18 openstackgerrit Merged openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/549258
18:08:46 openstackgerrit Merged openstack/os-api-ref master: Updated from global requirements https://review.openstack.org/549554
22:39:29 openstackgerrit Robin Cernin proposed openstack/python-openstackclient master: Adds missing Project information in server list https://review.openstack.org/548733
#openstack-sdks - 2018-03-05
07:15:26 openstackgerrit Kairat Kushaev proposed openstack/keystoneauth master: use defusedxml for XML parsing https://review.openstack.org/536761
09:27:23 openstackgerrit Kairat Kushaev proposed openstack/keystoneauth master: use defusedxml for XML parsing https://review.openstack.org/536761
10:51:42 openstackgerrit Kairat Kushaev proposed openstack/keystoneauth master: use defusedxml for XML parsing https://review.openstack.org/536761
11:56:37 openstackgerrit Tobias Brox proposed openstack-infra/shade master: Allow grant_role to select users in a different domain https://review.openstack.org/549744
12:14:47 frickler dtroyer: mordred: did you already look at these two failures that seem to be persistent since a week? not sure that this is the same issue you discussed earlier http://logs.openstack.org/33/548733/7/check/osc-functional-devstack/e765851/job-output.txt.gz#_2018-03-04_23_14_37_113844
12:15:32 frickler after a recent discussion in #-neutron, this might be related to these features having been pulled from python-novaclient, see https://review.openstack.org/532999 https://review.openstack.org/532989
12:16:28 dtroyer frickler: we currently have 2 issues, the first one I though mordred addressed in the SDK, it needed a tag on master. The second one appeared about the time that tag did too, upper-constraints has novaclient >10.0 again which totally breaks OSC functional tests

Earlier   Later