Thursday, 2016-12-22

*** dimtruck is now known as zz_dimtruck00:00
gmannZer0Byte__: may be murano team can debug in case of existing bug or race.00:00
Zer0Byte__ok gmann question00:01
Zer0Byte__where is the page for jenkins status?00:01
gmanni have no idea about murano00:01
gmannZer0Byte__:  you can check here   -http://status.openstack.org/zuul/00:01
Zer0Byte__thanks gmann00:01
gmannnp!00:01
dharinicmtreinish, gmann : Since we are introducing changes in image visibility, 'private' visibility will not mean "non-public" visibility anymore. Instead we have "shared" visibility for images with members. This will obviously have an API impact which is recognized by Glance in the spec.00:03
dharinicfor reference: https://github.com/openstack/glance-specs/blob/master/specs/newton/approved/glance/community_visibility.rst00:03
mtreinishZer0Byte__: to me that error looks like a poorly written functional test. Just a guess (I haven't actually looked at the code) but it looks like it's comparing timestamps and if there is anything that causes a slow down that can cause intermittent failures00:03
dharinicThis in specific that talks about the change in default visibility: https://github.com/openstack/glance-specs/blob/master/specs/newton/approved/glance/community_visibility.rst#default-visibility00:04
*** yangyapeng has quit IRC00:05
mtreinishdharinic: so it's recognized, but that doesn't mean it's not breaking the existing api semantics. You need to have a backwards compatible api you can't just change that on users00:05
stevellemtreinish: can you describe the semantics which are broken?00:05
stevelleif we start from there, perhaps we can make progress on how to proceed00:05
dharinicThe link i just pasted describes how it will not be backward incompatible00:06
openstackrecheckConsole logs not available after 15:25s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 377074,26,1342c6d00:06
mtreinishbecause you're ignoring the case where private is explicitly being used. Which is what tempest is doing.00:07
stevellemtreinish: it is not ignored.00:07
mtreinishregardless of whether you think that's correct or not, that's something end users can do today. Add members to a private image00:07
mtreinishstevelle: then how does that work after the implementation of the spec?00:08
mtreinishbecause if it did tempest wouldn't be failing on your patch, and we wouldn't be talking about this00:09
stevelleignored is loaded language00:09
stevellea choice was made to change behavior around 'private' visibility by breaking it into two distinct visibility settings: shared and private.00:10
mtreinishstevelle: and I'm saying tempest is correctly blocking you from implementing that because it violates api change guidelines and breaks your api contract with users00:11
mtreinishI agree it's a good thing to do, but you can't change the past. The api isn't tied to your released code00:11
gmannsecond point in this says about that  -https://github.com/openstack/glance-specs/blob/master/specs/newton/approved/glance/community_visibility.rst#default-visibility00:11
mtreinishit goes both directions00:11
*** hongbin has quit IRC00:12
stevellegmann: that is why I'm arguing for tempest tests to use default visibility, since visibility is a policy-restricted option and images default to non-public00:12
mtreinishstevelle: you need some way to signal users the behavior changed, and make the default work the same (which is what microversions provides a framework to projects)00:12
mtreinishstevelle: and I think that's probably a fair change to discuss independently, but it's decoupled from the change in question which you pushed to unblock the bp00:13
stevellemtreinish: I'm here to ask for a way to proceed00:14
stevelleI don't want to debate00:14
gmannstevelle:  i agree without specifying the visibility it is ok but by specifying the visibility as private is something it breaks00:16
* mtreinish has to run00:17
stevellethat the breaking test around shared images was just recently merged in tempest, without any review by anyone in the glance community, and in direct conflict with a newton spec carried over to ocata, is leaving us with hands tied00:17
dharinicgmann: If the default visibility is not changed to shared and a n image has private visbility, creating a member will fail. thats what happened with the one tempest test that was failing. This BP porposes to change the default visibility to shared. and in that case, private images can add members 00:18
gmanndharinic: i agree but before it was allowed to add member with explicit visibility as private00:19
stevelleI have to beg the question of why, thouh00:19
stevellethat was an arbitrary choice00:20
gmannstevelle: i think they were as per the current behavior even that is wrong API usage which we left to allowed in API00:20
dhariniceven now it will be allowed gmann. That is why we changing the default to "shared" and that is why the tempest test should also pick up that new default00:21
gmanndharinic: with default i got it but with specifying private visibility explicitly00:22
openstackrecheckConsole logs not available after 15:20s for gate-neutron-pep8-ubuntu-xenial 398004,3,7a5a63800:22
gmannwhat the test does right now00:22
stevellegmann: sorry, trying to still understand your last reply to me00:22
stevellecan you rephrase?00:22
dharinicgmann: visibility value of private will actually mean "private" instead of "private or shared"00:24
*** zz_dimtruck is now known as dimtruck00:24
gmannstevelle:  i meant the tests got added in tempest about image visibility behavior was as per current API behavior so tests were not wrong00:24
*** mtanino has quit IRC00:25
gmanndharinic:  yea but we cannot add member in that without changing it to shared00:25
stevellegmann: understanding both the glance v1 and v2 apis, specifying visibility=private was always testing the wrong thing. in v1 the field would be is_public, and as noted in the spec that is policy limited to admins00:27
stevellegmann: I don't expect that to matter to you in this context, but this matters to the actual users of glance00:27
stevellethey do not provide a visibility param when creating images unless they are admins creating public images00:27
*** Zer0Byte__ has quit IRC00:28
*** amoralej|off has quit IRC00:28
*** ajo has quit IRC00:29
stevellegmann: even if adding a member to a private image was allowed, the distinction between a shared and private image post-spec says the test as written will still fail because a private image with a member added will still not be visible to the alt user00:29
*** dmellado has quit IRC00:29
*** jpena|off has quit IRC00:30
stevellegmann: is there any way you can conceive of altering the introduced test so we can model the right things? creating an image with default visibility for the shared images test faces the same logical API change objection but I'm open to any ideas00:30
gmannstevelle: alt user should be able to see that like in - test_list_images_param_member_status L35100:32
stevellegmann: private images will, after the introduction of shared status, not be visible to other members.  the alternative would be a security issue00:33
stevelleso the test, as written, is actually impossible to pass00:33
gmannstevelle: i am not denying about changes and security issue but we should not change the current behavior also00:36
openstackrecheckConsole logs not available after 15:17s for gate-senlin-dsvm-tempest-api 413050,1,a9edf5f00:37
gmanni feel it should be with old behavior in v2 and can be done with micorversion mechanism00:37
stevellegmann: how, when the current tests don't distinguish glance microversion?00:38
*** fnaval has joined #openstack-qa00:39
gmannstevelle:  yea current test will run for v2 as it is and should pass00:39
*** ramishra has quit IRC00:40
gmannfor microversion we run diff set of tests with new behavior verification00:40
stevellegmann: we already have microversions for glance, have for years, and are not at v2.0 -- we just don't have it implemented exactly like nova, and the solution predates api-wg existing00:40
gmannstevelle: that should be fine from tests pov, we can have separate tests with call with microversion00:41
stevelleif we can add the correct microversion support to the current test, and write a new test for the following microversion that would be going the right direction but I feel like at this point even that might get rejected and we are losing time in ocata00:41
gmannstevelle:  so this change also will go with microversion ?00:42
*** ramishra has joined #openstack-qa00:42
*** gfidente has quit IRC00:42
gmannstevelle:  yes but that will be right direction at least to make sure all backward comp or interop changes00:43
*** jesusaur has quit IRC00:45
*** fnaval_ has quit IRC00:45
*** lbeliveau_ has quit IRC00:45
*** kragniz has quit IRC00:45
*** gfidente has joined #openstack-qa00:45
stevellegmann: We will try to talk through the options tomorrow at the glance meeting. We might settle on trying to submit microversion specific code for this, but since none of the images tests do that now, I'm not sure how much heavy lifting that would be and we are light on contributors.00:46
stevellemicroversion specific ^test code00:47
*** kragniz has joined #openstack-qa00:47
*** fnaval has quit IRC00:48
*** lbeliveau has joined #openstack-qa00:48
gmannstevelle: ok, i think microversion tests should not be hard. I am off from tomorrow and ll back on 6th jan. I can help if that is not too late00:49
gmannstevelle:  but i am confuse that if that change is with microversion then it preserve the old behavior right and no backward incompatibility issue ?00:50
*** nadya has joined #openstack-qa00:50
stevellegmann: that is absolutely too late, but I appreciate your taking the time to think through it and comment, also to mtreinish00:50
*** ramishra has quit IRC00:51
stevellegmann: the problem is purely that the current Tempest tests don't lock the microversion00:51
stevellein that case00:51
gmannstevelle:  i see00:51
gmannstevelle:  lock you mean is there anything extra header etc to add ? should not v2 call will be default to base microversion?00:52
gmannsorry i do not know the microversion way glance did00:52
openstackrecheckConsole logs not available after 15:43s for gate-karbor-python27-ubuntu-xenial 352748,17,06fd34200:53
stevelleglance defaults to latest, not base00:53
gmannbut anyways, if that change going with microversion and old microversion preserve the old behavior then it should not be issue and tempest can consume the microversion bits in tests00:53
gmannstevelle: ahh00:54
*** jesusaur has joined #openstack-qa00:54
stevelleit hasn't been a problem to default to latest, to date.00:54
*** nadya has quit IRC00:54
gmannstevelle:  and user to lock the version if they do not want to consume new version changes00:55
*** Kevin_Zheng has joined #openstack-qa00:55
stevellegmann: that was the model as I understand00:56
*** ajo has joined #openstack-qa00:56
*** tuanluong has joined #openstack-qa00:56
gmannstevelle: yea, i also do not think any issue in that - either ask user to bump version (like nova) or lock version to consuming the version changes00:57
*** dimtruck has quit IRC00:57
*** scottda has quit IRC00:57
*** sweston has quit IRC00:57
*** gfidente has quit IRC00:57
gmannstevelle:  i think we just need to adopt that in tempest tests and should not be very hard. if that locking is with some header etc00:58
stevelleyes, header00:58
gmannstevelle: ok, so it should eb like this- 1. run all existing tests with base microversion(lock the version with base version)01:00
gmann2. keep adding microversion specific tests which glance thinks worth to do.01:01
gmannsame way we do on nova tests. so that we keep verifying the base version works perfectly without any backward comp issue01:01
*** jpena|off has joined #openstack-qa01:01
*** amoralej has joined #openstack-qa01:01
openstackgerritMerged openstack/tempest: Define v3 domains_client as library  https://review.openstack.org/36655401:02
gmannand microversion changes also can be tested with their behvaior/interface changes01:02
stevellegmann: just to share, this was the mailing list thread around this api change: [openstack-dev] [Glance] [api] Community Images Impasse01:02
stevellejust dug it out.01:02
*** dmellado has joined #openstack-qa01:03
gmannstevelle: thanks, ll check that01:03
stevellewe're basically beyond that point now, but that the supporting argument that the current tests are evaluating the wrong thing01:04
stevelleand that led to the final amendment to the spec you scanned through01:05
gmannok01:05
gmannstevelle:  i agree and its always worth to improve the API but with version mechanism.01:06
*** zz_dimtruck has joined #openstack-qa01:07
*** scottda has joined #openstack-qa01:07
*** sweston has joined #openstack-qa01:07
gmannonly thing here is time to adopt microversion framework in tempest01:07
gmannI can try to do that during vacation if getting time but cannot commit to that01:08
stevellethat should be as simple as grabbing the cls.client* and pushing the glance microversion header as of Newton in, I assume01:08
openstackrecheckConsole logs not available after 15:04s for gate-horizon-python27-ubuntu-xenial 412478,7,04c60a401:08
stevellethen on future tests letting that be explicitly set to later versions as needed01:08
stevellehmm, actually would be more complex than that I suspect01:09
stevellegiven our implementation01:09
gmannstevelle:  all existing tests with base microversion not as of Newton but we can keep that a configurable options adn devstack keep bumping that on each release if all tests ok01:11
stevelleok, that's totally not going to work smoothly01:11
gmannmicroversion framework is all there ion tempest we just need to see if that can be consumed for glance tests also. only thing i can see is we need to reverse  the min and max version01:12
stevellebut that is the nova microversion framework01:12
gmannstevelle:  not just nova its all, cinder ironic use that01:12
*** yangyapeng has joined #openstack-qa01:13
stevelleglance didn't wait for nova to settle to introduce theirs01:13
gmannwe have like - based on range of tests microversion and configured microversions, tests will run with specific microversion01:13
stevelleinternally there seems to be some other rough spots that are different, and the fact that new tests were added to Tempest images coverage already suggests that we are probably already testing features which are not available in base 2.001:14
stevelleI'll leave that to another moment.01:15
gmannstevelle:  well that should be separated with microversion then01:15
*** mtanino has joined #openstack-qa01:16
stevellejust a question of how much yak shaving we have to do to get the existing tests to behave with differing mvs, given where we are now01:17
stevelleit possibly becomes a non-starter right there01:17
stevelleJan 23 is coming fast when we have other whole features blocked on this01:18
stevellecode complete but review shouldn't be rushed01:19
gmannactually its worth and right way to do and should not take time, if glance has good doc for microversion mechanism and changes of all microversions01:19
*** amoralej has quit IRC01:19
*** jpena|off has quit IRC01:19
gmannany link where glance maintain such info01:20
*** ajo has quit IRC01:20
stevelleNot that I can pinpoint01:20
*** dmellado has quit IRC01:21
stevellechanges otherwise should be additive, in actuality, but I don't know where to document those additions singly. It should all be captured in specs and lite-specs but it might require heavy review to collect from there.01:21
openstackrecheckConsole logs not available after 14:06s for gate-zun-devstack-dsvm-docker 412521,6,bfc5b4e01:22
stevelleall the other api changes which are not additive would be changes in error status codes allowed by api-wg)01:22
gmanni see01:23
*** zz_dimtruck is now known as dimtruck01:24
*** dmellado has joined #openstack-qa01:30
*** jpena|off has joined #openstack-qa01:31
*** ajo has joined #openstack-qa01:32
openstackrecheckConsole logs not available after 15:02s for gate-dragonflow-python27-ubuntu-xenial 413046,1,68f700001:37
*** amoralej has joined #openstack-qa01:38
*** yangyape_ has joined #openstack-qa01:47
*** wlhc has joined #openstack-qa01:47
*** yangyap__ has joined #openstack-qa01:48
*** yangyapeng has quit IRC01:49
*** lbeliveau_ has joined #openstack-qa01:49
openstackrecheckConsole logs not available after 13:47s for gate-nova-pep8-ubuntu-xenial 411942,2,ae94e2e01:51
*** yangyape_ has quit IRC01:51
*** yamahata has quit IRC01:53
*** ramishra has joined #openstack-qa01:54
*** hichihara has joined #openstack-qa01:58
*** dimtruck is now known as zz_dimtruck02:00
*** tqtran has quit IRC02:04
openstackrecheckConsole logs not available after 13:59s for gate-manila-python27-db-ubuntu-xenial 410366,12,d9e63b802:05
*** ramishra has quit IRC02:11
*** guoyunxian has joined #openstack-qa02:13
*** gvrangan has quit IRC02:15
openstackrecheckConsole logs not available after 13:21s for gate-trove-scenario-dsvm-mysql-single-ubuntu-xenial 406315,3,b96a43d02:18
gmannstevelle:  in case you are around, what i understood from glance API version is, it keep adding minor version like /v2.1, /v2.4 etc02:21
gmannstevelle: and user can put those in request and glance will redirect it to v2 code base02:21
gmannstevelle: where glance does not differentiate the behavior changes/code base based on minor version02:22
gmannwith that, all minor version should be backward compatible right?02:23
stevellegmann: and they have been, as I suggested, with the changes being additions and response code refinements02:23
gmannstevelle: humm, what is header name user can lock minor version ?02:24
stevelleit would be a url var02:24
stevellewe would have to tweak our community images implementation to split based on minor version02:24
gmannstevelle:  but if u request with /v2 it would run on latest changes done in v2.402:24
gmannstevelle:  so i did not get how user can lock the version and get the old behavior02:25
* stevelle waves hands in the air02:25
stevelleold behavior was deemed compatible02:25
gmannor to protect them self from backward incompatible changes02:25
gmanni was checking this https://review.openstack.org/#/c/324012/402:26
stevellethere is limited support individual resources having variant formats, each resource gets a content-type header that can be versioned. that was done with 2.0 and 2.1 in some cases02:26
gmannwhere 2.4 version keep returning 409 and this will be same if user request /v202:27
stevellewe don't want to have to continue that02:27
*** guoyunxian has quit IRC02:31
openstackgerritzhufl proposed openstack/tempest: Do not use same function name in ScenarioTest and NetworkScenarioTest  https://review.openstack.org/41386302:31
*** guoyunxian has joined #openstack-qa02:31
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27-db-ubuntu-xenial 332158,4,1f9da1102:32
stevellethe current OpenStack understanding and expectations around api microversion and compatibility don't map directly to historical Glance behavior and we did not prioritize a shift to the shard understanding in this cycle.02:33
stevelleshared*02:33
stevellewe have other work selected, some of which was prioritized wrt defcore and operator demand02:34
gmannstevelle: i see, its been since 4 year around where v2.0 got into current state02:34
stevellethe bp for community images goes back 2 years or more iirc02:35
gmannstevelle: so for me it seems backward compatibility should be honor by glance in either mechanism whether by minor version with all compatible way and major version when any backward incompatible changes02:35
gmannif we do incompatible changes in minor version then user does not have choice to avoid such changes02:36
*** yangyapeng has joined #openstack-qa02:37
stevellegmann: the problem is that nobody, but nobody, uses visibility=private expicitly02:38
gmannstevelle:  but we never knows who use :)02:39
*** yangyap__ has quit IRC02:39
stevellewe are talking about a boundary condition rather than a use case, and that boundary was deemed to produce undesirable impacts02:39
gmannstevelle: if tempest use it means it can be used and anyone someone might be using02:39
stevelleI'm sure we'll find an operator impacted at a summit in Q or R cycle who would be mad, validating your concern.02:40
stevellebecause it will take that long for Ocata to be in use02:40
stevelleI'm working on documenting things so the Glance community can choose which evil to embrace here.02:40
stevellethere are NO good options.02:40
gmannbut till that time they might be broken as this is backward incompatible change02:41
stevellethe current api is bad, missing ocata release is another bad, maintaining a backwards compat that Tempest folks like is another form of bad.02:41
gmannyea i agree with your point but it should other way around. check with operator if that can be desirable change and nobody is impacted and then introduced changes based on feedback02:41
stevellewe have feedback, over 2 years02:42
stevelleas I said, I'm gonna work on documenting things for tomorrow's meeting (11 hours away)02:43
stevellewe have maybe 2 weeks to figure this out or we will lose a major feature in ocata02:43
stevelleeven then we might02:43
gmannstevelle:  ok, i think that feedback from operator and meeting decision will be helpful in tempest patch02:44
*** wlhc has quit IRC02:44
stevellegmann: I did abandon that patch because I can see that it was too large an impact, as suggested.02:44
gmannstevelle: but as of now tempest have to block backward incompatible changes till it is all agreed with all stack holders02:44
stevelleI will leave it open to perhaps choose a more pointed fix.02:45
stevellebut that will be one of a few options I will offer02:45
*** wlhc has joined #openstack-qa02:45
openstackrecheckConsole logs not available after 13:22s for gate-python-manilaclient-docs-ubuntu-xenial 412587,2,bcd355102:45
gmannstevelle:  ok02:45
*** fnaval has joined #openstack-qa02:47
*** guoyunxian has quit IRC02:48
*** guoyunxian has joined #openstack-qa02:49
*** nadya has joined #openstack-qa02:51
*** wlhc has quit IRC02:53
*** mriedem has joined #openstack-qa02:53
*** wlhc has joined #openstack-qa02:53
gmannstevelle: i just added comment in patch also02:54
*** nadya has quit IRC02:55
stevellegmann: thanks02:58
openstackrecheckConsole logs not available after 13:21s for gate-keystone-python27-db-ubuntu-xenial 324769,29,112152002:58
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for cinder vol backup bug 1635643  https://review.openstack.org/41387503:09
openstackbug 1635643 in Cinder "test_volume_backup_create_get_detailed_list_restore_delete failed with "iscsiadm: Could not execute operation on all records: encountered iSCSI database failure" in c-bak log" [Undecided,New] https://launchpad.net/bugs/163564303:09
*** asselin_ has joined #openstack-qa03:09
*** asselin has quit IRC03:09
*** asselin__ has joined #openstack-qa03:10
*** mtanino has quit IRC03:10
openstackrecheckConsole logs not available after 13:22s for gate-neutron-pep8-ubuntu-xenial 413045,1,c83c15603:12
*** asselin_ has quit IRC03:13
*** ramishra has joined #openstack-qa03:15
*** e has quit IRC03:19
*** gvrangan has joined #openstack-qa03:21
stevellegmann: and yes, you bring up the problem with a default-latest strategy on the api version resolution and glance just never bothered to implement a backwards-locked implementation03:23
stevellewedging something in now is an option. and repeating myself, there are NO good options.03:24
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 396679,25,786c30a03:25
*** gvrangan has quit IRC03:26
*** amotoki has joined #openstack-qa03:36
openstackrecheckConsole logs not available after 13:27s for gate-heat-python27-db-ubuntu-xenial 413060,1,b2ca48d03:39
*** zz_dimtruck is now known as dimtruck03:45
*** yamamoto_ has joined #openstack-qa03:46
*** gouthamr has quit IRC03:47
*** lbeliveau_ has quit IRC03:50
openstackrecheckConsole logs not available after 13:29s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 412500,2,a4aaf9903:52
*** frontrunner has quit IRC03:58
*** fnaval has quit IRC04:03
*** hongbin has joined #openstack-qa04:05
*** jerryz has quit IRC04:05
openstackrecheckConsole logs not available after 13:27s for gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial 412486,2,2f88af304:06
openstackgerritHuan Xie proposed openstack-dev/devstack: Support neutron VxLAN with XenServer  https://review.openstack.org/37296004:08
*** yamahata has joined #openstack-qa04:10
openstackrecheckConsole logs not available after 13:34s for gate-tempest-dsvm-ironic-ipa-partition-agent_ipmitool-tinyipa-ubuntu-xenial 404239,10,8d98ec504:19
*** tuanluong has quit IRC04:23
openstackrecheckConsole logs not available after 13:30s for gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-ubuntu-xenial 397126,12,f50ccc704:33
*** yamamoto_ has quit IRC04:36
*** yamamoto_ has joined #openstack-qa04:43
*** mtreinish has quit IRC04:44
*** mtreinish has joined #openstack-qa04:45
openstackgerritMasayuki Igawa proposed openstack/openstack-health: Add py35 to tox.ini envlist  https://review.openstack.org/40231304:46
openstackrecheckConsole logs not available after 13:38s for gate-tempest-dsvm-ironic-ipa-wholedisk-pxe_ipmitool-tinyipa-ubuntu-xenial 406915,2,af3de1804:46
*** yamamoto_ has quit IRC04:53
*** pgadiya has joined #openstack-qa04:54
*** yamamoto_ has joined #openstack-qa04:57
*** yamamoto_ has quit IRC04:57
*** hongbin has quit IRC04:58
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-ironic-ipa-wholedisk-pxe_ipmitool-tinyipa-ubuntu-xenial 382476,22,8bbccfb05:00
*** tqtran has joined #openstack-qa05:04
openstackgerritMerged openstack/tempest: Use lower value to create flavor for creating server  https://review.openstack.org/41283905:06
*** tqtran has quit IRC05:08
openstackrecheckConsole logs not available after 13:56s for gate-trove-scenario-dsvm-pxc-single-ubuntu-xenial 412655,4,3368ae705:14
openstackrecheckConsole logs not available after 13:51s for gate-trove-scenario-dsvm-mysql-single-ubuntu-xenial 406326,4,aa0f34705:28
*** chkumar|off is now known as chandankumar05:31
*** yamamoto_ has joined #openstack-qa05:39
openstackrecheckConsole logs not available after 13:49s for gate-tempest-dsvm-ironic-ipa-partition-pxe_ipmitool-tinyipa-ubuntu-xenial 356541,32,5c0483505:41
*** amotoki has quit IRC05:47
openstackrecheckConsole logs not available after 13:50s for gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-ubuntu-xenial 404240,11,100347705:55
openstackrecheckConsole logs not available after 13:46s for gate-trove-scenario-dsvm-pxc-single-ubuntu-xenial 406286,3,7f5216f06:09
*** salv-orlando has joined #openstack-qa06:12
*** pcaruana has joined #openstack-qa06:17
*** tuanluong has joined #openstack-qa06:21
*** DotanSoko has joined #openstack-qa06:23
openstackrecheckConsole logs not available after 13:48s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 366554,12,8ae6f6706:23
*** sridharg has joined #openstack-qa06:34
openstackrecheckConsole logs not available after 13:47s for gate-neutron-pep8-ubuntu-xenial 348177,17,d870e7e06:37
openstackgerritYAMAMOTO Takashi proposed openstack-infra/devstack-gate: Add save_* functions for clearer saving of artifacts  https://review.openstack.org/33450406:39
openstackgerritYAMAMOTO Takashi proposed openstack-infra/devstack-gate: Add save_* functions for clearer saving of artifacts  https://review.openstack.org/33450406:40
*** yfried has joined #openstack-qa06:41
*** armax has joined #openstack-qa06:42
*** dimtruck is now known as zz_dimtruck06:44
*** openstackgerrit has quit IRC06:48
*** zhufl has quit IRC06:48
*** zhufl has joined #openstack-qa06:49
openstackrecheckConsole logs not available after 13:52s for gate-trove-scenario-dsvm-postgresql-single-ubuntu-xenial 406327,3,df0ba0406:51
*** e0ne has joined #openstack-qa06:52
*** tesseract has joined #openstack-qa06:58
*** tesseract has quit IRC06:58
*** tesseract has joined #openstack-qa06:59
*** tesseract is now known as Guest4733706:59
*** openstackgerrit has joined #openstack-qa07:01
openstackgerritOpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/41393507:01
*** salv-orlando has quit IRC07:04
openstackrecheckConsole logs not available after 13:46s for gate-trove-scenario-dsvm-pxc-single-ubuntu-xenial 406269,3,f07819c07:04
*** amotoki has joined #openstack-qa07:08
*** edannon has joined #openstack-qa07:14
openstackgerritOksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip  https://review.openstack.org/40444807:18
openstackrecheckConsole logs not available after 13:50s for gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-ubuntu-xenial 381743,22,2a2d04707:18
*** nadya has joined #openstack-qa07:19
openstackgerritGhanshyam Mann proposed openstack/tempest: Making all identity service clients as tempest available  https://review.openstack.org/41394307:23
gmannandreaf: ^^ more cleanup for identity clients.07:23
gmannandreaf: for token client we might need to trick partial_class little bit07:23
*** armax has quit IRC07:24
*** amotoki_ has joined #openstack-qa07:26
*** amotoki has quit IRC07:28
openstackrecheckConsole logs not available after 13:39s for gate-tempest-dsvm-ironic-ipa-partition-agent_ipmitool-tinyipa-ubuntu-xenial 412606,3,7e292b007:32
*** guoyunxian has quit IRC07:32
*** eantyshev has joined #openstack-qa07:38
*** yangyape_ has joined #openstack-qa07:38
*** yangyapeng has quit IRC07:41
openstackrecheckConsole logs not available after 13:48s for gate-rally-dsvm-neutron-neutron-ubuntu-xenial 360908,36,235508607:46
*** openstackgerrit has quit IRC07:48
*** jpena|off is now known as jpena07:50
*** openstackgerrit has joined #openstack-qa07:52
openstackgerritMasayuki Igawa proposed openstack/tempest: Add accounts.yaml to .gitignore  https://review.openstack.org/41395207:52
openstackrecheckConsole logs not available after 13:48s for gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial 412486,2,f9bd02b08:00
*** itzikb has joined #openstack-qa08:00
*** jpena is now known as jpena|off08:01
*** guoyunxian has joined #openstack-qa08:02
*** sshwarts has joined #openstack-qa08:02
openstackgerritVasyl Saienko proposed openstack-dev/grenade: Use same tempest.conf for base and target  https://review.openstack.org/41395608:04
*** hichihara has quit IRC08:08
*** gvrangan has joined #openstack-qa08:09
openstackrecheckConsole logs not available after 13:48s for gate-trove-scenario-dsvm-postgresql-single-ubuntu-xenial 406258,17,fa3214808:13
*** shardy has joined #openstack-qa08:26
openstackrecheckConsole logs not available after 13:45s for gate-kolla-dsvm-build-oraclelinux-source-centos-7 413097,1,c37983808:27
*** amotoki_ has quit IRC08:30
*** Serlex has joined #openstack-qa08:30
*** salv-orlando has joined #openstack-qa08:30
*** salv-orlando has quit IRC08:35
*** lezbar has joined #openstack-qa08:37
openstackgerritOksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip  https://review.openstack.org/40444808:39
openstackrecheckConsole logs not available after 13:50s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 412783,1,1b6d40b08:41
*** salv-orlando has joined #openstack-qa08:44
*** e0ne has quit IRC08:45
openstackrecheckConsole logs not available after 13:57s for gate-gnocchi-tox-db-py35-mysql-ubuntu-xenial 413017,2,091ec0c08:55
*** pgadiya has quit IRC09:01
*** amotoki has joined #openstack-qa09:02
openstackrecheckConsole logs not available after 13:56s for gate-gnocchi-tox-db-py35-mysql-ubuntu-xenial 413014,2,53d403b09:09
*** gfidente has joined #openstack-qa09:10
*** wlhc has quit IRC09:11
*** amotoki has quit IRC09:15
openstackgerritJordan Pittier proposed openstack/tempest: WIP: port object_storage tests to Py3.  https://review.openstack.org/41373909:16
*** pgadiya has joined #openstack-qa09:17
*** eantyshev has left #openstack-qa09:18
openstackgerritJordan Pittier proposed openstack/tempest: WIP: port object_storage tests to Py3.  https://review.openstack.org/41373909:18
*** markvoelker has quit IRC09:20
*** lucas-afk is now known as lucasagomes09:23
openstackrecheckConsole logs not available after 14:02s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 405185,3,c39d9f709:23
*** rossella_s has joined #openstack-qa09:24
openstackrecheckConsole logs not available after 13:58s for gate-gnocchi-tox-db-py35-mysql-ubuntu-xenial 413016,2,5d3368d09:37
*** pgadiya has quit IRC09:46
*** nishaYadav has joined #openstack-qa09:48
*** nishaYadav is now known as Guest8390509:49
*** Guest83905 is now known as nishaYadav_09:50
*** jpena|off is now known as jpena09:50
*** jpena is now known as jpena|brb09:51
openstackrecheckConsole logs not available after 14:06s for gate-trove-scenario-dsvm-mysql-single-ubuntu-xenial 406268,4,8178c3c09:51
*** amotoki has joined #openstack-qa09:51
*** e0ne has joined #openstack-qa09:56
*** pgadiya has joined #openstack-qa09:58
*** OferBarber has joined #openstack-qa10:00
openstackrecheckConsole logs not available after 14:04s for gate-rally-pep8-ubuntu-xenial 412550,5,de423d710:05
*** hieulq has quit IRC10:07
openstackgerritMerged openstack-dev/devstack: Placement service only using default HTTPd ports  https://review.openstack.org/41311810:08
*** rossella_s has quit IRC10:11
*** rossella_s has joined #openstack-qa10:12
*** yamahata has quit IRC10:14
*** nishaYadav_ has quit IRC10:17
openstackrecheckConsole logs not available after 14:12s for gate-kolla-dsvm-build-centos-source-centos-7 412231,11,d1e66f510:19
*** amotoki has quit IRC10:20
*** markvoelker has joined #openstack-qa10:21
openstackgerritOksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip  https://review.openstack.org/40444810:25
*** markvoelker has quit IRC10:26
andreafgmann: uhm yeah I remember token client is a strange beast - I thought I sorted out that at some point but I may be wrong10:26
andreafgmann: the clients are getting really close to being all stable now - yay10:26
openstackgerritPawel Koniszewski proposed openstack/tempest: Test live migration back and forth  https://review.openstack.org/37963810:30
openstackgerritPawel Koniszewski proposed openstack-dev/devstack: Add new configuration option for LM+grenade job  https://review.openstack.org/38245110:31
openstackgerritPawel Koniszewski proposed openstack-infra/devstack-gate: Set LIVE_MIGRATE_BACK_AND_FORTH to True in LM+grenade job  https://review.openstack.org/38245610:31
openstackrecheckConsole logs not available after 14:03s for gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial 244489,50,8dca9c610:33
openstackrecheckConsole logs not available after 14:13s for gate-zun-devstack-dsvm-docker 412521,7,b4b0e0f10:48
andreafgmann: heh so the Token client now accepts kwargs, and it won't complain if extra args are passed, but still the initial mandatory parameters are incompatible: rest client wants auth_provider, service and region, where token client expects an auth_url10:53
andreafso tempest.lib exposes the identity client as a whole now but the token one isn't really usable via the clients class (only directly) which is something we need to fix rather soon10:54
*** nadya has quit IRC10:56
openstackrecheckConsole logs not available after 14:05s for gate-octavia-python27-ubuntu-xenial 323481,30,a5a30ab11:02
*** rfolco has joined #openstack-qa11:06
*** jpena|brb is now known as jpena11:06
andreafgmann: welll thinking about it, auth_provider service and region will just be ignored as long as auth_url is provided as a kwarg I think11:09
andreafI'll give that a try11:09
*** nadya has joined #openstack-qa11:12
*** nadya has quit IRC11:13
openstackrecheckConsole logs not available after 14:09s for gate-tempest-dsvm-python-ironicclient-src-ubuntu-xenial 413105,1,63499dc11:16
*** yfried has quit IRC11:23
*** yfried has joined #openstack-qa11:23
*** salv-orlando has quit IRC11:29
*** itzikb has quit IRC11:30
openstackrecheckConsole logs not available after 14:14s for gate-neutron-pep8-ubuntu-xenial 402750,12,09bda7111:30
*** gszasz has joined #openstack-qa11:31
*** gvrangan has quit IRC11:32
*** itzikb has joined #openstack-qa11:33
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Add a note for br_ironic_vxlan tunnel  https://review.openstack.org/37944711:34
*** sdague has joined #openstack-qa11:36
sdaguedims: just looked at it, if you fix Andreas's issues, should be fine11:37
dimsthanks sdague11:38
dimsglad to have him look at it. it's practically voodoo to me :)11:38
*** ramishra has quit IRC11:38
*** grafuls has joined #openstack-qa11:42
*** salv-orlando has joined #openstack-qa11:43
*** ramishra has joined #openstack-qa11:44
openstackrecheckConsole logs not available after 14:37s for gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial 411830,5,2ebef4f11:45
*** yfried has quit IRC11:46
*** yamamoto_ has quit IRC11:46
openstackgerritIsaac Beckman proposed openstack/tempest: add cleanup to volume created from image  https://review.openstack.org/41406311:55
*** yfried has joined #openstack-qa11:56
openstackgerritIsaac Beckman proposed openstack/tempest: add cleanup to volume created from image  https://review.openstack.org/41406311:58
openstackrecheckConsole logs not available after 14:20s for gate-neutron-dsvm-api-ubuntu-xenial 398873,9,26669c211:59
*** dsariel has joined #openstack-qa12:01
*** yfried has quit IRC12:01
openstackgerritAndrea Frittoli proposed openstack/tempest: Use Token Clients from the client factory  https://review.openstack.org/41406712:03
*** tuanluong has quit IRC12:05
*** jpena is now known as jpena|lunch12:11
*** bkopilov has joined #openstack-qa12:12
stevemardims: dtroyer sc68cal please see https://review.openstack.org/#/c/400171/ when you have a minute12:13
stevemarand https://review.openstack.org/#/c/394895/ :)12:13
*** sridharg has quit IRC12:13
openstackrecheckConsole logs not available after 14:19s for gate-trove-functional-dsvm-mysql-ubuntu-xenial 406287,4,e10d1cf12:14
openstackgerritOksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip  https://review.openstack.org/40444812:17
*** bkopilov has quit IRC12:18
dimsstevemar : +1 to both12:20
*** markvoelker has joined #openstack-qa12:22
openstackgerritJulia Varlamova proposed openstack-infra/devstack-gate: Add MULTI_KEYSTONE flag and new role  https://review.openstack.org/39489512:24
*** salv-orlando has quit IRC12:26
*** markvoelker has quit IRC12:28
*** yfried has joined #openstack-qa12:28
openstackrecheckConsole logs not available after 14:38s for gate-octavia-python27-ubuntu-xenial 403594,17,4e19c1112:28
*** guoyunxian has quit IRC12:31
*** yangyape_ has quit IRC12:31
*** pgadiya has quit IRC12:34
*** yamamoto has joined #openstack-qa12:37
*** yfried has quit IRC12:40
openstackrecheckConsole logs not available after 14:22s for gate-octavia-python27-ubuntu-xenial 405238,9,1d7871912:43
*** lucasagomes is now known as lucas-hungry12:47
*** Serlex has quit IRC12:52
*** Serlex has joined #openstack-qa12:52
*** shintaro has joined #openstack-qa12:53
*** frontrunner has joined #openstack-qa12:55
*** jpena|lunch is now known as jpena12:56
openstackrecheckConsole logs not available after 14:46s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 411942,3,c4eaecf12:57
*** gouthamr has joined #openstack-qa12:59
*** tqtran has joined #openstack-qa13:10
openstackrecheckConsole logs not available after 14:24s for gate-trove-functional-dsvm-mysql-ubuntu-xenial 406280,3,7167eba13:12
*** tqtran has quit IRC13:15
*** gouthamr has quit IRC13:19
*** gouthamr has joined #openstack-qa13:19
openstackrecheckConsole logs not available after 14:17s for gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial 411752,4,1f8620a13:26
*** lucas-hungry is now known as lucasagomes13:26
*** amoralej is now known as amoralej|lunch13:28
*** yangyapeng has joined #openstack-qa13:39
openstackrecheckConsole logs not available after 14:25s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 396679,26,623a35213:40
*** markvoelker has joined #openstack-qa13:48
*** shintaro has quit IRC13:55
openstackrecheckConsole logs not available after 15:21s for gate-trove-scenario-dsvm-redis-single-ubuntu-xenial 406159,3,b054e5b13:56
*** lamt has joined #openstack-qa13:59
*** armax has joined #openstack-qa14:03
openstackrecheckConsole logs not available after 14:23s for gate-trove-scenario-dsvm-mysql-single-ubuntu-xenial 406158,3,b3a98c214:10
chandankumarjpena: https://review.rdoproject.org/r/#/c/3934/14:14
openstackgerritVasyl Saienko proposed openstack-dev/devstack: Add an explicit test-config phase to devstack plugins  https://review.openstack.org/41416214:14
openstackgerritOksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip  https://review.openstack.org/40444814:15
openstackrecheckConsole logs not available after 14:38s for gate-trove-scenario-dsvm-postgresql-single-ubuntu-xenial 406161,3,c7d1dd414:25
*** dave-mccowan has joined #openstack-qa14:32
*** amoralej|lunch is now known as amoralej14:38
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: Switch to python 3.5  https://review.openstack.org/41417614:38
*** dkranz has joined #openstack-qa14:39
openstackrecheckConsole logs not available after 14:24s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 413010,3,5330f6114:39
*** bkopilov has joined #openstack-qa14:47
openstackgerritAndrea Frittoli proposed openstack/tempest: Use Token Clients from the client factory  https://review.openstack.org/41406714:48
openstackgerritAndrea Frittoli proposed openstack/tempest: Introduce resourced test cases  https://review.openstack.org/41418114:48
openstackgerritAndrea Frittoli proposed openstack/tempest: Add a stub CredentialProviderFactory  https://review.openstack.org/41418214:48
openstackgerritAndrea Frittoli proposed openstack/tempest: Just a test class to play with resources  https://review.openstack.org/41418314:48
*** jordanP has joined #openstack-qa14:53
openstackrecheckConsole logs not available after 14:42s for gate-neutron-pep8-ubuntu-xenial 404715,9,fc8ca6d14:54
*** fguillot has joined #openstack-qa15:02
*** mtanino has joined #openstack-qa15:03
*** nishaYadav has joined #openstack-qa15:03
*** nishaYadav is now known as Guest6042115:03
*** Guest60421 is now known as nishaYadav_15:03
openstackrecheckConsole logs not available after 14:20s for gate-ironic-python27-db-ubuntu-xenial 388660,26,b34ccac15:08
dimssdague : dhellmann : dtroyer : stevemar : The new "gate-devstack-dsvm-py35-updown-ubuntu-xenial-nv" job is green in https://review.openstack.org/#/c/414176/ (see http://logs.openstack.org/76/414176/1/check/gate-devstack-dsvm-updown-ubuntu-xenial/e708606/console.html)15:14
*** e0ne has quit IRC15:14
sdaguedims: nice!15:14
dimsbrowsing logs one sec15:15
sdaguedims: is it not possible to set something so that when these packages are installed the put it into python3 paths - https://review.openstack.org/#/c/414176/1/lib/nova ?15:16
dimssdague : hmm, probably not there yet. USE_PYTHON3 did not kick in15:16
sdaguesomething in pbr is setting explicit python python during install15:16
sdaguehttp://paste.openstack.org/show/593161/15:17
sdagueI wonder if we can get that to be python3 directly so that we don't need all those extra lines15:17
dimsright15:17
dimsbut before that... i had use_python3=true in devstack-gate.yaml, did not kick in apparently - https://review.openstack.org/#/c/413775/5/jenkins/jobs/devstack-gate.yaml15:18
sdaguedims: well the export here only gets as far as d-g - https://review.openstack.org/#/c/413775/5/jenkins/jobs/devstack-gate.yaml15:19
*** jdandrea has joined #openstack-qa15:19
dimssdague : so i need to do that in DEVSTACK_LOCAL_CONFIG?15:19
sdagueor make d-g understand USE_PYTHON3 and pass that through to devstack15:19
sdaguewhich... might be useful15:19
dimsack. let me see about that15:20
openstackrecheckConsole logs not available after 14:59s for gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial 412486,2,ff2aa0515:23
*** yamamoto has quit IRC15:25
openstackgerritJohn L. Villalovos proposed openstack-dev/grenade: Fix grenade runs which don't use tempest  https://review.openstack.org/41373815:26
*** salv-orlando has joined #openstack-qa15:26
*** nadya has joined #openstack-qa15:27
*** DotanSoko has quit IRC15:30
*** salv-orlando has quit IRC15:31
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/devstack-gate: pass-through USE_PYTHON3 to devstack  https://review.openstack.org/41419615:32
dimssdague : that good? ^15:32
sdaguedims: yeh, I think so15:34
*** mtan_____ has joined #openstack-qa15:34
*** mtanino has quit IRC15:35
dimsugh, i have lower case "true" in the ci job definition15:37
dimslooks like best practice is True/False with the first char upper case15:37
dimsfixing project-config15:38
openstackrecheckConsole logs not available after 15:22s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 412500,2,0f0684515:39
*** edannon has quit IRC15:45
*** dsariel has quit IRC15:45
*** salv-orlando has joined #openstack-qa15:48
*** yamamoto has joined #openstack-qa15:48
*** yamamoto has quit IRC15:48
*** yamamoto has joined #openstack-qa15:48
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: Switch to python 3.5  https://review.openstack.org/41417615:49
*** OferBarber has quit IRC15:53
openstackrecheckConsole logs not available after 14:40s for gate-nova-pep8-ubuntu-xenial 411952,2,535a4b315:53
*** DavidPurcell has joined #openstack-qa15:54
openstackgerritJordan Pittier proposed openstack/tempest: Port object_storage tests to Py3.  https://review.openstack.org/41373915:56
*** hongbin has joined #openstack-qa16:01
*** Guest47337 has quit IRC16:03
openstackgerritOksana Voshchana proposed openstack-dev/grenade: WIP: Change for test multinode(grenade) Fix for floating ip  https://review.openstack.org/40444816:05
openstackrecheckConsole logs not available after 14:56s for gate-nova-pep8-ubuntu-xenial 411954,2,f3a955816:08
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate: TEST for multinode grenade devstack  https://review.openstack.org/39667916:11
*** chandankumar is now known as chandankumar|off16:15
*** yamamoto has quit IRC16:20
*** zz_dimtruck is now known as dimtruck16:20
*** nadya has quit IRC16:20
*** Serlex has quit IRC16:22
*** yangyapeng has quit IRC16:23
openstackrecheckConsole logs not available after 14:32s for gate-gnocchi-dsvm-functional-file-mysql-ubuntu-xenial 413017,3,f98b5e016:23
*** sshwarts has quit IRC16:35
openstackrecheckConsole logs not available after 14:37s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 412496,2,794862e16:38
openstackgerritJohn L. Villalovos proposed openstack-dev/grenade: Fix grenade runs which don't use tempest  https://review.openstack.org/41373816:47
openstackgerritAndrea Frittoli proposed openstack/tempest: Use Token Clients from the client factory  https://review.openstack.org/41406716:49
*** shardy has quit IRC16:51
*** itzikb has quit IRC16:51
*** nadya has joined #openstack-qa16:51
*** fnaval has joined #openstack-qa16:52
openstackrecheckConsole logs not available after 14:34s for gate-nova-pep8-ubuntu-xenial 411953,2,967537316:52
*** fnaval has quit IRC16:52
*** fnaval has joined #openstack-qa16:55
*** fnaval has quit IRC16:55
*** fnaval has joined #openstack-qa16:57
*** fnaval_ has joined #openstack-qa16:59
*** lucasagomes is now known as lucas-afk16:59
jordanPmeeting ?17:00
*** fnaval__ has joined #openstack-qa17:00
*** gvrangan has joined #openstack-qa17:00
*** fnaval has quit IRC17:02
*** fnaval has joined #openstack-qa17:02
*** gszasz has quit IRC17:02
*** fnaval_ has quit IRC17:04
*** fnaval__ has quit IRC17:05
*** bkopilov has quit IRC17:06
openstackrecheckConsole logs not available after 14:31s for gate-aodh-dsvm-functional-mysql-ubuntu-xenial 412111,3,56bdb1017:07
*** bkopilov has joined #openstack-qa17:12
*** yamamoto has joined #openstack-qa17:20
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: Switch to python 3.5  https://review.openstack.org/41417617:21
openstackrecheckConsole logs not available after 14:50s for gate-ironic-pep8-ubuntu-xenial 413113,1,14f758a17:22
*** flaper87 has quit IRC17:22
*** nadya has quit IRC17:22
*** mugsie|alt has quit IRC17:22
*** yangyapeng has joined #openstack-qa17:23
*** yangyapeng has quit IRC17:28
*** yamamoto has quit IRC17:30
*** sshnaidm has quit IRC17:31
*** sshnaidm has joined #openstack-qa17:31
*** mugsie|alt has joined #openstack-qa17:35
*** flaper87 has joined #openstack-qa17:35
*** tqtran has joined #openstack-qa17:36
openstackrecheckConsole logs not available after 14:30s for gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial 394588,17,023697c17:36
*** grafuls has quit IRC17:40
openstackrecheckConsole logs not available after 14:33s for gate-nova-pep8-ubuntu-xenial 411951,2,685b8f217:51
*** weshay is now known as weshay_afk17:54
*** dimtruck is now known as zz_dimtruck17:57
*** gszasz has joined #openstack-qa17:58
*** grafuls has joined #openstack-qa17:59
*** yamahata has joined #openstack-qa18:04
*** dave-mccowan has quit IRC18:05
*** grafuls has quit IRC18:05
openstackrecheckConsole logs not available after 14:47s for gate-nova-pep8-ubuntu-xenial 413122,1,70817aa18:05
*** rossella_s has quit IRC18:12
*** rossella_s has joined #openstack-qa18:12
jlvillalHi Tempest reviewers. Would like to get reviews on: https://review.openstack.org/#/c/406999/18:12
jlvillalThe Ironic team is trying to get tempest "smoke" to pass for Ironic using multi-tenant networking.18:12
jlvillalWe would like to get ^^^ merged to get that done :)18:13
andreafjlvillal: added to my review list18:14
jlvillalandreaf: Thanks!18:15
*** nishaYadav__ has joined #openstack-qa18:17
*** nishaYadav__ has quit IRC18:19
openstackrecheckConsole logs not available after 14:45s for gate-neutron-pep8-ubuntu-xenial 413082,1,90e039918:20
*** nishaYadav_ has quit IRC18:21
*** jerryz has joined #openstack-qa18:23
openstackgerritSteve Lewis (stevelle) proposed openstack/tempest: Shared images test create with default visibility  https://review.openstack.org/41426118:24
*** grafuls has joined #openstack-qa18:26
openstackrecheckConsole logs not available after 14:49s for gate-keystone-python27-db-ubuntu-xenial 413126,1,9ba2d9318:35
*** DavidPurcell has quit IRC18:36
*** salv-orlando has quit IRC18:43
*** jpena is now known as jpena|off18:45
*** zz_dimtruck is now known as dimtruck18:45
openstackrecheckConsole logs not available after 14:57s for gate-nova-pep8-ubuntu-xenial 413123,1,cdf338f18:50
*** grafuls has quit IRC18:55
*** rossella_s has quit IRC19:00
*** amoralej is now known as amoralej|off19:01
*** yamahata has quit IRC19:02
*** hongbin has quit IRC19:05
openstackrecheckConsole logs not available after 14:56s for gate-shade-dsvm-functional-legacy 413139,1,74923b619:05
*** sshnaidm has quit IRC19:06
*** DavidPurcell has joined #openstack-qa19:06
*** DavidPurcell has quit IRC19:08
*** sshnaidm has joined #openstack-qa19:08
*** gvrangan has quit IRC19:09
openstackrecheckConsole logs not available after 14:51s for gate-zun-devstack-dsvm-docker 412521,8,aca7c2e19:20
openstackgerritMerged openstack/tempest: Add accounts.yaml to .gitignore  https://review.openstack.org/41395219:24
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: Switch to python 3.5  https://review.openstack.org/41417619:24
*** yangyapeng has joined #openstack-qa19:25
openstackgerritMerged openstack-dev/devstack: Add new parameter RECREATE_KEYSTONE_DB  https://review.openstack.org/40017119:25
mtreinishjordanP, andreaf: oops, sry forgot there was a meeting today19:26
*** yangyapeng has quit IRC19:29
openstackgerritSean M. Collins proposed openstack-dev/devstack: [WIP] Cache the available networking extensions  https://review.openstack.org/41431319:34
openstackrecheckConsole logs not available after 14:55s for gate-nova-python27-db-ubuntu-xenial 411950,2,3f12c1419:35
*** tqtran has quit IRC19:36
*** rcernin has joined #openstack-qa19:38
*** dkranz has quit IRC19:38
*** gvrangan has joined #openstack-qa19:39
openstackgerritSteve Lewis (stevelle) proposed openstack/tempest: Shared images test create with default visibility  https://review.openstack.org/41426119:40
*** yamahata has joined #openstack-qa19:41
dmelladojlvillal: I'll take a look at that on my way to the train xD19:43
jlvillaldmellado: Thank you :)19:43
dmelladoandreaf: oomichi mtreinish rodrigods afazekas jlvillal gmann masayukig et al19:43
dmelladohave a great holidays y'all19:43
mtreinishdmellado: yep, you too19:45
openstackrecheckConsole logs not available after 14:47s for gate-nova-pep8-ubuntu-xenial 413124,1,d833c6419:50
sc68calsdague: hey, looks like neutron's grenade job is messing up the gate - http://logs.openstack.org/10/412510/1/gate/gate-grenade-dsvm-neutron-ubuntu-xenial/74398ad/logs/grenade.sh.txt.gz#_2016-12-22_18_47_54_81719:53
sdaguesc68cal: the grenade job should be running on trusty19:55
sdaguesc68cal: where was that run?19:56
sdaguesc68cal: yeh, someone screwed up zuul configs19:57
sc68calsdague: I was just looking at http://status.openstack.org/zuul/ - the top most patch19:57
sc68calhttps://review.openstack.org/41251019:57
sc68calthere's a grenade dsvm trusty and a grenade dsvm xenial that ran on that patch19:58
openstackgerritSteve Lewis (stevelle) proposed openstack/tempest: Shared images test create with default visibility  https://review.openstack.org/41426119:58
sdagueId555b43a29c7f5be8267cd993e9fdb644cfa3ac119:58
*** rfolco has quit IRC20:00
sdaguesc68cal: https://review.openstack.org/#/c/414319 is the work around20:01
sdagueI'm about to drop off for the year20:01
sc68calsdague: ok, thanks for checking20:01
sc68calclarkb: https://review.openstack.org/#/c/414319/120:04
*** r1chardj0n3s_afk is now known as r1chardj0n3s20:04
*** e0ne has joined #openstack-qa20:05
sc68calsdague: see you in 201720:05
openstackrecheckConsole logs not available after 15:02s for gate-dragonflow-pep8-ubuntu-xenial 412346,4,46abd8920:05
dimssdague : have a good vacation!20:10
dimssc68cal : have some time to help me with a neutron problem (py35 updown test) - http://logs.openstack.org/76/414176/6/check/gate-devstack-dsvm-py35-updown-ubuntu-xenial-nv/e100b7f/logs/devstacklog.txt.gz#_2016-12-22_19_44_58_21620:11
openstackgerritSergey Nikitin proposed openstack/tempest: DO NOT MERGE  https://review.openstack.org/41432220:11
sc68caldims: sure20:12
dimssc68cal : thanks!20:12
sc68caldims: looks like openvswitch didn't start?20:15
sc68caldims: http://logs.openstack.org/76/414176/6/check/gate-devstack-dsvm-py35-updown-ubuntu-xenial-nv/e100b7f/logs/devstacklog.txt.gz#_2016-12-22_19_35_46_965 ?20:15
sc68caldims: either that or http://logs.openstack.org/76/414176/6/check/gate-devstack-dsvm-py35-updown-ubuntu-xenial-nv/e100b7f/logs/devstacklog.txt.gz#_2016-12-22_19_35_47_20620:16
sc68caldims: weird though - http://logs.openstack.org/76/414176/6/check/gate-devstack-dsvm-py35-updown-ubuntu-xenial-nv/e100b7f/logs/openvswitch/20:17
openstackrecheckConsole logs not available after 15:03s for gate-octavia-pep8-ubuntu-xenial 323481,31,7a549d120:20
dimssc68cal : where does one tell ovs to listen at port 6640?20:24
dimssc68cal : "ovs-vsctl set-manager ...."?20:24
*** DotanSoko has joined #openstack-qa20:25
sc68caldims: I'm not quite sure20:27
*** e0ne has quit IRC20:27
dimsack. will recheck to see if something changes. then ping folks on neutron channel20:27
dimsthanks sc68cal20:27
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: Switch to python 3.5  https://review.openstack.org/41417620:28
sc68caldims: I think it's controlled by a configuration file or something, I'd have to hop on a box where I have vswitchd running to remember20:28
sc68caldims: actually it might be the ovsdb-server process20:30
*** salv-orlando has joined #openstack-qa20:30
sc68calI think that's what's supposed to listen on port 664020:30
*** e0ne has joined #openstack-qa20:30
openstackrecheckConsole logs not available after 14:53s for gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial 412486,2,675932020:35
dimsgotcha20:35
sc68caldims: I think I figured it out20:35
sc68caldims: here's a run where it worked20:36
sc68caldims: http://logs.openstack.org/85/406285/2/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/f6e424c/logs/devstacklog.txt.gz#_2016-12-15_16_52_08_60720:36
sc68caldims: here's your run - http://logs.openstack.org/76/414176/6/check/gate-devstack-dsvm-py35-updown-ubuntu-xenial-nv/e100b7f/logs/devstacklog.txt.gz#_2016-12-22_19_44_56_94120:36
sc68caldims: configparser.DuplicateOptionError: While reading from \'/etc/neutron/rootwrap.d/privsep.filters\' [line 32]: option \'privsep\' in section \'Filters\' already exists\n'20:37
sc68caland that makes rootwrap explode20:37
dimsaha20:37
dimsand the oslo.privsep merged yesterday?20:37
sc68calyeah looks like it20:39
sc68caldims: I'll file a bug in neutron and cc you20:41
dimsis this ovs the default?20:41
dimswondering why no one else is seeing it yet20:41
*** e0ne has quit IRC20:41
sc68caldims: the privsep config file landed yesterday20:43
sc68caldims: it merged at 7am EST20:45
sc68caldims: https://review.openstack.org/#/c/394741/20:45
dimsack. trying to repro20:46
dimscould be just a python35 problem with configparser sc68cal20:47
sc68caldims: possibly20:47
sc68caldims: "20:49
sc68calChanged in version 3.2: In previous versions of configparser behaviour matched strict=False.20:49
openstackrecheckConsole logs not available after 15:00s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 324769,30,cae21f120:50
sc68caldims: so, I don't think it's configparser20:50
sc68caldims: since > 3.2 strict=True is the default20:51
sc68calthat privsep file is new as of today, and that's making things barf20:51
*** DotanSoko has quit IRC20:52
dims++ sc68cal20:52
dimswill have to fix in oslo20:52
*** DavidPurcell has joined #openstack-qa20:53
sc68caldims: okie dokies20:53
*** rfolco has joined #openstack-qa21:00
*** rfolco has quit IRC21:00
openstackrecheckConsole logs not available after 14:59s for gate-trove-functional-dsvm-mysql-ubuntu-xenial 406164,5,f199fdc21:05
*** fguillot has quit IRC21:06
*** mtan_____ has quit IRC21:09
openstackrecheckConsole logs not available after 15:22s for gate-trove-scenario-dsvm-redis-single-ubuntu-xenial 403856,1,b40133921:20
openstackgerritJordan Pittier proposed openstack/tempest: Port object_storage tests to Py3.  https://review.openstack.org/41373921:23
*** gvrangan has quit IRC21:25
*** yangyapeng has joined #openstack-qa21:27
openstackgerritMerged openstack-infra/elastic-recheck: Add query for cinder vol backup bug 1635643  https://review.openstack.org/41387521:27
openstackbug 1635643 in Cinder "test_volume_backup_create_get_detailed_list_restore_delete failed with "iscsiadm: Could not execute operation on all records: encountered iSCSI database failure" in c-bak log" [Undecided,New] https://launchpad.net/bugs/163564321:27
*** openstackrecheck has quit IRC21:30
*** openstackrecheck has joined #openstack-qa21:30
*** yangyapeng has quit IRC21:31
*** tqtran has joined #openstack-qa21:35
*** tqtran has quit IRC21:39
*** mvk has quit IRC21:42
*** gouthamr has quit IRC21:46
openstackrecheckConsole logs not available after 15:13s for gate-shade-dsvm-ansible 414316,1,a946f4a21:46
openstackgerritSean M. Collins proposed openstack-dev/devstack: [WIP] Cache the available networking extensions  https://review.openstack.org/41431321:53
openstackrecheckConsole logs not available after 17:05s for gate-tempest-dsvm-ironic-ipa-partition-pxe_ipmitool-tinyipa-ubuntu-xenial 327046,36,e42c26d22:03
*** sdague has quit IRC22:08
*** auggy has left #openstack-qa22:08
openstackgerritJohn L. Villalovos proposed openstack-dev/devstack: WIP/DNM: Trying to debug gate failure  https://review.openstack.org/41434122:09
*** Kiall has joined #openstack-qa22:13
jlvillalmtreinish: Thanks for the review on the tempest patch.22:15
jlvillalmtreinish: So 'shared_physical_network' only seems to be used by Ironic. http://codesearch.openstack.org/?q=shared_physical_network&i=nope&files=&repos=22:15
jlvillalmtreinish: And 'create_isolated_networks' = False only seems used by Ironic & Manila.  http://codesearch.openstack.org/?q=create_isolated_networks&i=nope&files=&repos=22:16
*** DavidPurcell has quit IRC22:17
jlvillalmtreinish: I guess I would like one option because they seem to conflict with each other. Or I'm not quite understanding their roles correctly.22:17
jlvillalI'm assuming that can not set 'shared_physical_network'=True and 'create_isolated_networks'=True at the same time. That it would conflict.22:18
openstackrecheckConsole logs not available after 14:57s for gate-tempest-dsvm-networking-odl-boron-snapshot 414324,1,20a13a622:18
mtreinishjlvillal: that's what ironic does I expect. The dynamic creds logic understands shared_physical_network (or I assume it does, that change landed when I was out)22:20
mtreinishand create_isolated_networks defaults to true22:20
mtreinishoh, I should read the backlog fully, ironic does set that to false explicitly :)22:20
mtreinishbut, I'm not really worried about the ci case. I'm thinking more for the user outside of the gate22:21
jlvillalYeah. I guess I don't like how they can conflict with each other. Well that we don't have checks to prevent that.22:21
mtreinishI'm afraid of conflating the definitions of those 2 options. Because create_isolated_network means a very specific thing. (literally just as part of dynamic creds)22:21
jlvillalAnd if we could just have it be one option, that would be nicer. In my opinion.22:21
jlvillalmtreinish: yeah, I wonder if we saw the 'create_isolated_networks' and said that's the place to use it. without paying attention to the fact it is in 'auth'.22:23
mtreinishjlvillal: https://github.com/openstack/tempest/blob/master/tempest/common/credentials_factory.py#L90-L91 is the only place create_isolated_networks is used22:23
jlvillalAnd http://git.openstack.org/cgit/openstack/tempest/tree/tempest/cmd/account_generator.py  I think22:24
jlvillalmtreinish: Used to decide if networks are created22:24
mtreinishjlvillal: so the issue is if you don't use dynamic creds, that's why the shared_physical_network opt is there22:24
mtreinishjlvillal: ok, sure. That's just a cli util that calls dynamic creds :)22:24
jlvillalAh22:24
jlvillalmtreinish: Okay. So I'm still somewhat confused on this. Can these two options conflict at all?22:25
jlvillalIs 'shared_physical_network'=True and 'create_isolated_networks'=True at the same time valid?22:26
mtreinishjlvillal: if you set both to true, shared_physical_network overrides create_isolated_networks and no networks are created22:26
mtreinishsee the credentials_factory link22:26
jlvillalmtreinish: Right, so they do conflict. Just the code works around the conflict rather than raising an error. Would that be correct?22:27
mtreinishthe difference between those 2 opts is telling tempest what it should (the create_isolated_networks) and what it can do (shared_physical_network)22:28
mtreinishjlvillal: sure, you could call it that22:28
mtreinishjlvillal: we could just raise there too, I'm not sure why we didn't tbh22:28
jlvillalmtreinish: Okay. What if I updated the config help text to say that these two options have an interaction with each other?22:29
jlvillalAs a new patch.22:29
jlvillalAnd maybe add a raise?22:29
jlvillalAny value with that?22:29
mtreinishyeah, probably. I think that'll make it more explicit to people22:29
jlvillalmtreinish: Okay. I'll work something up. Thanks.22:30
mtreinishprobably worth throwing a note in the configuration doc too22:30
jlvillalOkay22:30
* mtreinish wonders if that will break anyone out ther22:30
jlvillalmtreinish: I doubt it, since only Ironic uses one of the options. And only Ironic and Manila use the other.  Unsure about external users though...22:31
mtreinishyeah, I was thinking about external users22:33
mtreinishwhen I was talking to jroll about the ironic plugin decomposition I think we asked armax if the shared_physical_network option had a use case outside of ironic22:33
openstackrecheckConsole logs not available after 15:01s for gate-nova-python27-db-ubuntu-xenial 405954,6,9ef6bad22:33
mtreinishbut that's going back a couple months22:34
*** Zer0Byte__ has joined #openstack-qa22:34
jlvillalmtreinish: Maybe I will skip the raise error part22:35
jlvillalRegarding docs. I see: However, there is an option ``create_isolated_networks``22:36
jlvillalIs there a preferred way to say: However, there is an option ``[auth]/create_isolated_networks``22:36
jlvillalBasically to show it is in the 'auth' group22:36
jlvillalOr prefer not to specify the config group22:37
mtreinishI normally just 'in the auth group' I think22:37
mtreinishbut I'm not picky on your word choice there :)22:38
mtreinishwe can always update docs to make it clearer22:38
jlvillalmtreinish: Thanks22:38
*** sshnaidm is now known as sshnaidm|away22:45
*** Zer0Byte__ has quit IRC22:46
*** jdandrea has quit IRC22:47
openstackrecheckConsole logs not available after 15:06s for gate-trove-python27-db-ubuntu-xenial 411785,2,1d2672022:49
*** yangyapeng has joined #openstack-qa22:49
*** yangyapeng has quit IRC22:54
openstackrecheckConsole logs not available after 14:54s for gate-nova-python27-db-ubuntu-xenial 407886,2,fbb57a323:04
*** dimtruck is now known as zz_dimtruck23:08
*** Zer0Byte__ has joined #openstack-qa23:13
*** jordanP has quit IRC23:19
*** lamt has quit IRC23:26
openstackrecheckConsole logs not available after 24:11s for gate-grenade-dsvm-neutron-ubuntu-xenial 414251,2,709b1a823:28
*** zz_dimtruck is now known as dimtruck23:28
*** gszasz has quit IRC23:40
*** salv-orlando has quit IRC23:42
*** josdotso has joined #openstack-qa23:42
openstackrecheckConsole logs not available after 17:51s for gate-grenade-dsvm-neutron-multinode-ubuntu-xenial 414176,7,203bf8c23:46
*** dimtruck is now known as zz_dimtruck23:49
*** gouthamr has joined #openstack-qa23:51

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