Friday, 2015-02-27

openstackgerritMerged openstack-dev/devstack: Enable CDH and Spark plugin by default in Sahara  https://review.openstack.org/15910700:02
*** e0ne has quit IRC00:02
openstackgerritJamie Lennox proposed openstack/tempest: Make V3 authentication more strict  https://review.openstack.org/15934200:03
phd2hey guys i am running into this issue00:05
*** apevec has quit IRC00:05
phd2Traceback (most recent call last):00:05
phd2  File "tools/colorizer.py", line 48, in <module>00:05
phd2    import subunit00:05
phd2ImportError: No module named subunit00:05
phd2any idea why runtempest is causing this issue?00:05
*** oomichi has joined #openstack-qa00:05
openstackgerritChris Hoge proposed openstack/tempest: Add UUIDs to all tempest tests and gate check  https://review.openstack.org/15963300:05
clarkbphd2 how are you running tempest? iirc the current method is via tox which will install all deps to a virtualenv00:06
phd2what is tox?00:07
clarkbit is a python environment manager for testing00:08
phd2ok tryng it00:08
phd2it is doing some i/o00:08
phd2gneconfig installdeps is running00:08
phd2ok00:08
*** rodrigods is now known as rodrigod`00:08
phd2thanks giving that a run00:08
*** rfolco has joined #openstack-qa00:08
*** rodrigod` is now known as rodrigods00:08
phd2 tox -egenconfig was right on the overiew site00:09
*** rodrigods has quit IRC00:09
phd2died becausse no ffi00:09
phd2    c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory00:09
*** mahito has joined #openstack-qa00:09
clarkbyou will need libffi-dev I think00:09
phd2yeah installing it00:09
phd2....00:09
phd2running again00:10
mtreinishFatDarrel: I think most people run it from git, or from a tagged version in the git repo00:10
phd2there are not tags on it00:11
mtreinishclarkb: fwiw, I think that colorizer script is still used with the run_tempest.sh script (like run_tests.sh in the projects but for tempest tests isntead of unit tests)00:11
phd2This is all i see 100:11
phd2200:11
phd2300:11
phd2diablo-eol00:11
phd2essex-eol00:11
phd2folsom-eol00:11
phd2grizzly-eol00:11
phd2havana-eol00:11
mtreinishphd2: yes those are the tags00:11
phd2we are on juno so there is no juno release ehre00:11
mtreinishphd2: do a 'git show 3'00:12
mtreinishphd2: since the move to branchless tempest the "releases" are decoupled from the projects00:12
mtreinishso calling something juno or icehouse would be disingenuous00:13
phd2ok so you are just by the auth version00:13
phd23 is V3 right?00:13
mtreinishno, 3 is tempest-3 it's the 3rd milestone since the change in release cadence00:13
mtreinishif you run git show 3, it'll the tag msg will explain why it was tagged and which releases are supported00:14
phd2i seee00:14
phd2ok00:14
phd2its a little strange but i get it00:14
openstackgerritAl Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack  https://review.openstack.org/15307900:15
mtreinishhogepodge: I was mostly concerned about the extra maint. headache around it. Especially as we move more stuff to tempest-lib and want to move the unit tests too.00:15
mtreinishhogepodge: I don't want people to have to worry about the decorator on something that we aren't tracking externally and has the potential to be moved into another repo00:16
hogepodgemtreinish: makes sense. I've removed the ids and fixed the tool in the latest patch set.00:17
hogepodgeLooks like the gate is failing again. :-/00:17
*** yamamoto has joined #openstack-qa00:17
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/155360 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/1425310, gate-tempest-dsvm-postgres-full: unrecognized error00:17
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]00:17
openstackLaunchpad bug 1425310 in Cinder "tgtadm: this access control rule does not exist - results in timeout waiting for volume to attach (stuck in detach) or detach" [High,Confirmed]00:17
hogepodgeadded the uuidgen tox target too, which is a really good idea00:18
*** rodrigods has joined #openstack-qa00:19
mtreinishhogepodge: hmm, recheck for now, we can look at debugging that failure later. Looks like it was on juno so not the highest prio right now00:19
mtreinishhogepodge: cool, thanks00:19
openstackgerritAl Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack  https://review.openstack.org/15307900:19
*** david-lyle is now known as david-lyle_Afk00:22
*** david-lyle_Afk is now known as david-lyle_afk00:22
*** annashen has joined #openstack-qa00:22
phd2mtreinish: good news is I got the thing to install from git00:22
phd2i had to do some apt-get installing but it all worked out00:23
phd2now the question is00:23
phd2how do i run it :)00:23
mtreinishphd2: well, you need to write a tempest.conf file to describe the cloud you're running it against00:24
*** cody-somerville has quit IRC00:24
mtreinishthere's a sample config file in the repo under etc/tempest.conf00:24
phd2mtreinish: that makes sense is there some documentation00:24
phd2or just follow the sample file00:25
phd2because I ahve a machine that has openstack installed00:25
mtreinishphd2: the sample has a description of all the options so it'll have the most exhaustive info00:25
mtreinishphd2: I also have the start of a config guide doc under review here: https://review.openstack.org/#/c/157935/00:25
mtreinishhttp://docs-draft.openstack.org/35/157935/4/check/gate-tempest-docs/d28cba8//doc/build/html/configuration.html00:26
mtreinishbut it's still missing most of the detail, it just covers how to configure auth and creds00:26
phd2ok how do i launch it00:26
phd2run tests.sh?00:26
*** shashankhegde has joined #openstack-qa00:27
mtreinishphd2: I would personally just run tox -efull, which use the tox python utility to run the tempest tests00:27
mtreinishrun_tests.sh is for running tempest's unit tests00:27
mtreinishrun_tempest.sh is the equiv version of that script for running the tempest tests00:27
*** cburgess has quit IRC00:28
*** cnesa has quit IRC00:28
*** cnesa has joined #openstack-qa00:28
*** cburgess has joined #openstack-qa00:28
*** mattoliverau has quit IRC00:29
*** mattoliverau has joined #openstack-qa00:29
*** EmilienM|afk has quit IRC00:29
*** mwagner_lap has quit IRC00:29
mtreinishphd2: could I ask you to write down all the steps your going through and the difficulties you're having and post it somewhere when you get everything working.00:29
phd2yes I am going to do that00:30
phd2and get it published and send it over00:30
mtreinishI think that would be very helpful to try and make things easier in the future00:30
mtreinishok great00:30
*** EmilienM has joined #openstack-qa00:30
phd2yeah it needs to be way easier00:30
*** dmorita has joined #openstack-qa00:36
*** mahito has quit IRC00:41
*** mahito has joined #openstack-qa00:43
jogoanyone else see issues with juno http://logs.openstack.org/47/159247/1/check/check-tempest-dsvm-full-juno/4f19a79/logs/screen-g-api.txt.gz#_2015-02-26_21_47_48_61400:45
jogomorganfainberg: ^ any ideas00:45
morganfainbergjogo, looking00:46
mtreinishjogo: that happened really on, during devstack image upload00:47
jogomtreinish: yeah, seen same issue on a bunch of patches of mine00:48
jogothat have juno tests00:48
mtreinishjogo: I was seeing a bunch of juno neutron failures earlier related to ipv6, but this is the first I've seen that one00:48
morganfainbergwell i mean the token doesn't exist as far as keystone is aware: http://logs.openstack.org/47/159247/1/check/check-tempest-dsvm-full-juno/4f19a79/logs/apache/keystone.txt.gz#_2015-02-26_21_47_48_61269100:49
openstackgerritMatthew Treinish proposed openstack/tempest: Add support for roles to credentials providers  https://review.openstack.org/14315900:49
openstackgerritMatthew Treinish proposed openstack/tempest: Switch swift tests to use cred_provider with roles  https://review.openstack.org/15894100:49
*** mahito has quit IRC00:49
*** yamamoto has quit IRC00:49
openstackgerritMatthew Treinish proposed openstack-dev/devstack: Do Not Merge: Test test-accounts with roles  https://review.openstack.org/15851100:49
morganfainbergjogo, so at the very least middleware is doing what it's supposed to do00:49
phd2hey gueys00:50
phd2so i am getting this issue00:50
mtreinishjogo: but if it's happening that early it makes me think that something screwed up during the setup00:50
jogomtreinish: yeah00:50
phd2 ./run_tempest.sh00:50
phd2tools/with_venv.sh: line 4: subunit-2to1: command not found00:50
phd2Traceback (most recent call last):00:50
phd200:50
phd2any ideas?00:50
*** hemna is now known as hemnafk00:51
mtreinishphd2: that means the subunit package didn't get installed in your venv correctly. You can recreate the venv with the --force option00:51
mtreinishjogo: heh it also spent an hour downloading an image: http://logs.openstack.org/47/159247/1/check/check-tempest-dsvm-full-juno/4f19a79/logs/devstacklog.txt.gz#_2015-02-26_21_47_47_64600:52
morganfainbergoh00:52
morganfainbergif it took an hour to download an image the token might have expired00:52
mtreinishoh, that's a good point00:53
mtreinishthat's probably what it is :)00:53
jogomorganfainberg: lolz00:53
jogowhat00:53
*** annashen has quit IRC00:54
jogotrove!00:54
mtreinishyeah that's a trove image00:54
jogohttp://logs.openstack.org/47/159247/1/check/check-tempest-dsvm-full-juno/4f19a79/logs/devstacklog.txt.gz#_2015-02-26_20_46_04_48400:54
*** annashen has joined #openstack-qa00:54
*** yamamoto has joined #openstack-qa00:55
jogomtreinish: asking infra, maybe they know how we do it on master etc.00:55
mtreinishphd2: oh, also this might help, this is a tempest conf generated by devstack in the ci system: http://logs.openstack.org/73/157273/21/check/check-tempest-dsvm-full/80398e7/logs/tempest_conf.txt.gz00:56
mtreinishjogo: well it should be precached, but if the devstack changed landed after the nodepool image create it won't have been cached00:56
mtreinishwe have this issue from time to time and people keep forgetting about the sync problem00:57
mtreinishjogo: or it could also be a bug somewhere00:57
jogomtreinish: what change?00:57
mtreinishdunno, I assumed it was a new image added to devstack00:57
mtreinishno just checked the juno log there wasn't an image added00:58
*** achanda has quit IRC00:58
*** annashen has quit IRC00:59
jogohmm maybe it was this If76f25dfe0f975faf1883f0a6d993c21b26e1b2901:00
jogochanged the location01:00
jogobut that was 4 months ago ...01:01
mtreinishjogo: yeah I doubt that was it, I'm looking at the nodepool log now to see if there was anything weird there01:01
*** Noice has quit IRC01:01
mtreinishjogo: I'm thinking it was related to: https://review.openstack.org/#/c/159235/101:01
*** dims has joined #openstack-qa01:01
mtreinishbecause that's what nodepool uses to get the image list to know what to cache01:02
jogoits caching the new image01:02
jogomtreinish: master uses http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow201:03
jogostable uses http://tarballs.openstack.org/trove/images/ubuntu_mysql.qcow2/ubuntu_mysql.qcow201:03
mtreinishjogo: oh, backport If76f25dfe0f975faf1883f0a6d993c21b26e1b29 to juno then?01:03
mtreinishjogo: but it should run an image list on juno and cache the old one too01:04
jamielennoxianw: so i figured out the problem of https://review.openstack.org/#/c/156527/1 and it's a PITA01:05
jogomtreinish: possibly seeing mage_list.sh failed01:06
*** mahito has joined #openstack-qa01:06
phd2mtreinish: on another note01:06
jamielennoxis there a reliable service restart anywhere in devstack, particularly for keystone?01:06
phd2i got ./run_tests.sh  to run and it gave some results back01:07
mtreinishjogo: yeah looking at the nodepool log it looks like it's failing01:08
jogomtreinish: can't reproduce any failure locally though01:08
*** Sukhdev_ has quit IRC01:08
mtreinishjogo: http://paste.openstack.org/show/182766/01:09
jogohmm image isn't cached on new side either01:09
*** bknudson has joined #openstack-qa01:10
mtreinishclarkb: ^^^ shouldn't the image not be used if something fails?01:10
openstackgerritSwaminathan Vasudevan proposed openstack-infra/devstack-gate: Configure sub-nodes for Neutron DVR aiopcpu  https://review.openstack.org/15852501:11
phd2mtreinish: ok i don’t get this i ran run tests but it seems to have installed some sort of openstack shelll to run these tests how do I point it to my install?01:11
*** yamamoto has quit IRC01:11
clarkbmtreinish: yes01:11
clarkbmtreinish: are we sure its being used?01:11
*** tsekiyam_ has joined #openstack-qa01:12
mtreinishclarkb: it doesn't look like the images are being cached01:12
phd2ok this tempest things is nto doing what it says it should be dong01:12
jogomtreinish: possible unrelated issue check-tempest-dsvm-postgres-full-icehouse doesn't cache  wget -c http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz -O /opt/stack/new/devstack/files/cirros-0.3.1-x86_64-uec.tar.gz01:13
*** yamamoto has joined #openstack-qa01:14
jogomtreinish: it can't be my patch01:15
jogothat is https://review.openstack.org/#/c/159235/101:15
jogofailures started much earlier01:15
jogomessage:" wget -c" AND tags:"devstacklog.txt" AND NOT message:"+ wget -c http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz -O /opt/stack/new/devstack/files/cirros-0.3.1-x86_64-uec.tar.gz"01:15
*** tsekiyama has quit IRC01:16
*** tsekiyam_ has quit IRC01:16
phd2so how do you guys invoke good old tempest01:19
jogotonyb: the nodepool logs aren't very useful there01:20
clarkbjogo: where?01:20
*** erlon_away has quit IRC01:21
clarkbI am looking at logs and that problem seems to only happen on the check image so far01:22
clarkbbut I need to do more grepping01:22
* tonyb assumes jogo didn't mean to poke me01:22
jogotonyb: my bad01:22
jogoclarkb: actually I think I found it01:22
jogoclarkb: we don't seem to fetch the image used in stable juno01:23
jogoonly master01:23
*** diegows has quit IRC01:24
jogowhere is tools/image_list.sh called from on the image building side ?01:25
clarkbjogo: which file specifically? (I want to grep for it to see if dib vs snapshot makes a difference01:25
jogohttp://tarballs.openstack.org/trove/images/ubuntu_mysql.qcow2/ubuntu_mysql.qcow201:26
jogois the stable/juno file01:26
clarkbjogo: https://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/elements/cache-devstack/extra-data.d/55-cache-devstack-repos#n153 there and https://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/cache_devstack.py#n130 there01:26
jogoand http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow2 is the image on master01:26
clarkbappears to affect both types of builds01:26
jogoclarkb: I don't see anything in that code for checking stable branchs01:27
clarkbjogo: expand your horizons :)01:27
mtreinishclarkb: it does, it loops over all the brances01:27
clarkbline 9901:28
jogonever mind01:28
* jogo scrolls up01:28
mtreinishs/clarkb/jogo01:28
clarkbjogo: can you test that devstack's tool works in juno?01:28
clarkbbecause if it returns not that image we don't cache that image01:28
jogoclarkb: yeah http://paste.openstack.org/show/18277101:29
jogofrom origin/stable/juno01:29
*** shashankhegde has quit IRC01:29
jogobbiab, heading out for a run01:30
*** ChuckC has quit IRC01:33
*** yamamoto has quit IRC01:33
*** marun has quit IRC01:33
mtreinishclarkb, jogo: so it failed for me: http://paste.openstack.org/show/182772/01:33
jogomtreinish: well looks like we have our work cut out for us tomorrow. ...01:33
mtreinishwhich I think is the same thing I was seeing in the nodepool logs01:34
jogodistro not supported01:34
mtreinishoh, that might be because I'm done and just ran it on arch01:34
mtreinishs/done/dumb01:35
clarkbhehehe01:35
clarkbI don't see an distro_not_supported inthe image logs01:35
mtreinishclarkb: it was the other bits01:35
mtreinishclarkb: http://paste.openstack.org/show/182766/01:35
clarkbI am about to run the calling script01:35
jogosimilar but I see /opt/git/openstack-dev/devstack/stackrc:670:die,01:35
jogoin the nodepool logs01:35
clarkbmtreinish: I don't see that either :/01:36
clarkbalso devstack-precise-check is unused01:36
clarkbya that log is from the 26th01:36
clarkbwhich is today01:36
jogocouldn't determine host ip01:36
clarkbwhy am I not seeing them01:36
* jogo runs away01:36
mtreinishclarkb: heh I downloaded the log from http://paste.openstack.org/show/182766/ and searched around in it to find that for the pastebin01:38
clarkbI don't think that is necessarily related, it only shows up on mages that that don't run the trove job01:38
mtreinish(it was too big and hanging firefox)01:38
clarkbI think the bigger issue is that we are listing images from devstack and not getting that particular image01:38
mtreinishwow I'm just full of fail tonight that was the wrong paste buffer for the link01:39
mtreinishclarkb: well are we sure the image list is working correctly?01:39
*** ShaunR has left #openstack-qa01:40
clarkbmtreinish: I think it mostly is01:42
clarkbmtreinish: it definitely derped on a handful of images in hpcloud-b1 for some reason though01:42
clarkbmtreinish: but none of those run the trove job so I don't think its related01:42
clarkbI just ran a modified version of teh script that queries image_list and didn't get that image01:43
clarkbmodified it to skip downloads and just print the filename01:43
clarkbI think I may know why though01:43
mtreinishhmm, ok01:44
clarkbnope theory is bad, need to dig more01:45
clarkbit is very much not listing that image htough01:45
*** yamamoto has joined #openstack-qa01:50
clarkbmtreinish: it has to do with the git checkout, its not working right01:50
clarkbI manually checked out juno branch and everything gets juno images01:50
clarkbI should be able to fix this now that i know why it is failing01:50
mtreinishclarkb: yeah I just did the same (I had to spin up an ubuntu guest)01:51
clarkboh hrm might be a perms thing in my local case01:52
clarkbwhich should be a problem during image builds let me see if its still broken with perms cleaned up01:52
clarkbok that cleaned it up, so its possible there is a permissions issue during building01:53
mtreinishok, I remember having to play a lot of games with that the last time I added something to a build script01:56
mtreinishso that makes sense to me :)01:56
clarkbI gave up and am just using dib directly01:57
clarkb:)01:57
clarkblooks like it may be permissions issues, at least my local build has them too01:57
*** achanda has joined #openstack-qa01:58
clarkbI think there is a good chance that we are unable to switch branches in those scripts due to permissions issues02:00
mtreinishok, sure I could see that. Just want to sudo it? I'm sure that's safe :)02:01
clarkbfirst I am going to clear out my local dib cache and have it rebuild without any explicit sudo's and see if the permissions end up correct02:02
*** mahito has quit IRC02:02
openstackgerritJamie Lennox proposed openstack-dev/devstack: Create _member_ role in keystone bootstrap  https://review.openstack.org/15969002:02
openstackrecheckopenstack/keystone change: https://review.openstack.org/155512 failed gate-tempest-dsvm-neutron in the gate queue with an unrecognized error02:03
clarkbmtreinish: but IO locally is slow so this will take forever :)02:03
mtreinishclarkb: heh, no ssd?02:04
clarkbnot mounted where I put images02:04
clarkbalso comcast02:05
clarkbwhich recently got better which is nice02:05
clarkbbut its still only ~80mbps down at best02:05
mtreinishclarkb: that's pretty good I pay for 75/75 from fios and ~80-90 is what it normally tops out at in either direction02:06
clarkbya they doubled everyones downstream bw if you had docsis3 modem02:08
clarkbso it was much lower previously :)02:08
clarkbyup its a permissions thing I think02:10
clarkbI restarted my cache from scratch to avoid any derpage I may have done but the way it mounts in a tmp image filesystem root owns the devstack repo02:10
mtreinishyeah, that would do it02:10
clarkbso the image build is unable to switch branches02:10
clarkbI am not sure what the "correct" fix is yet, mordred probably knows02:11
clarkbbut we should possibly consider sudoing there02:11
mtreinishclarkb: yeah dunno, I would think it's either we figure out how to not clone as root, chown before we run the script, or run the script as sudo02:12
mtreinishthe last is probably the easies02:12
clarkbya, I also need to check if this is an issue during snapshot builds02:12
clarkblooking into that now02:12
clarkbyup looks like it would be the same issue02:14
clarkbugh02:14
*** catohornet has quit IRC02:14
*** mahito has joined #openstack-qa02:15
jogoso this never worked I guess ...02:16
jogothat explains why the icehouse image download as well02:16
mtreinishjogo: heh, it was definitely working at one point02:16
jamielennoxianw: https://review.openstack.org/15969002:17
* mtreinish calls it a night...02:18
clarkbI am writing the simple fix to use sudo02:18
*** mahito has quit IRC02:20
openstackrecheckConsole logs not available after 13:24s for gate-keystone-python27 159675,3,b7e99a702:20
mordredwhat02:21
mordred?02:21
mordredI'm sure the correct fix is ... I don't know ruby?02:21
mordredclarkb, mtreinish02:21
clarkbmordred: exactly, I just pusehd the fix up https://review.openstack.org/15969302:21
mordredsweet!02:21
mordredI win then02:21
clarkbha02:21
*** mahito has joined #openstack-qa02:23
*** rwsu is now known as rwsu-afk02:26
jogoclarkb: thanks,02:30
ianwjamielennox: so this replaces https://review.openstack.org/#/c/156527/3 ?02:30
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix response schema for compute aggregate API  https://review.openstack.org/15719402:39
*** woodster_ has quit IRC02:40
*** gfidente has quit IRC02:46
jamielennoxianw: right02:51
*** yamamoto has quit IRC02:53
openstackrecheckopenstack/tempest change: https://review.openstack.org/157273 failed because of: gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/142531002:54
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]02:54
openstackLaunchpad bug 1425310 in Cinder "tgtadm: this access control rule does not exist - results in timeout waiting for volume to attach (stuck in detach) or detach" [High,Confirmed]02:54
*** weshay has quit IRC02:56
*** dkranz has quit IRC02:58
*** yamamoto has joined #openstack-qa02:59
*** yamahata has quit IRC03:05
*** achanda has quit IRC03:05
*** mwagner_lap has joined #openstack-qa03:06
*** patrickeast has quit IRC03:07
*** achanda has joined #openstack-qa03:08
*** rfolco has quit IRC03:10
jamielennoxmtreinish, andreaf: either of you here?03:17
openstackgerritJamie Lennox proposed openstack/tempest: Make V3 authentication more strict  https://review.openstack.org/15934203:21
openstackgerritJamie Lennox proposed openstack/tempest: Create a new project for trusts tests  https://review.openstack.org/15819803:24
*** jyuso1 has joined #openstack-qa03:26
*** phd2 has quit IRC03:26
*** FatDarrel has joined #openstack-qa03:27
*** FatDarrel has quit IRC03:28
*** jecarey has joined #openstack-qa03:34
openstackgerritAl Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack  https://review.openstack.org/15307903:39
*** sabeen has joined #openstack-qa03:40
*** achanda has quit IRC03:40
*** dims has quit IRC03:41
*** Poornima has joined #openstack-qa03:42
openstackgerritAl Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack  https://review.openstack.org/15307903:43
*** flwang1 has quit IRC03:54
*** annashen has joined #openstack-qa03:54
*** achanda has joined #openstack-qa03:59
*** annashen has quit IRC04:01
*** annashen has joined #openstack-qa04:02
*** annashen has quit IRC04:04
*** achanda has quit IRC04:07
*** annashen has joined #openstack-qa04:07
openstackrecheckopenstack/heat change: https://review.openstack.org/135835 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1373513 https://bugs.launchpad.net/bugs/1421895 https://bugs.launchpad.net/bugs/1376941 https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/135249804:14
openstackLaunchpad bug 1373513 in Cinder "Lvm hang during tempest tests" [Critical,In progress] - Assigned to John Griffith (john-griffith)04:14
openstackLaunchpad bug 1421895 in Cinder "test_encrypted_cinder_volumes_luks fails with "Volume is still attached, detach volume first."" [High,Confirmed]04:14
openstackLaunchpad bug 1352498 in Cinder "duplicate for #1376941 Tempest fails spectacularly with "VolumeType c39f18bf-2408-4377-98f6-ef2839d6f70e deletion failed, VolumeType in use."" [Undecided,New]04:14
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]04:14
*** annashen has quit IRC04:20
*** Madan has joined #openstack-qa04:29
*** annashen has joined #openstack-qa04:29
*** BharatK has joined #openstack-qa04:34
openstackgerritNoboru Iwamatsu proposed openstack-dev/devstack: make stack.sh to handle proxy environment variables when installs epel-release package from epel-bootstrap repo.  https://review.openstack.org/15971004:39
*** dims has joined #openstack-qa04:42
*** yfried has joined #openstack-qa04:43
*** yfried|afk has quit IRC04:43
*** annashen_ has joined #openstack-qa04:46
*** dims has quit IRC04:47
*** madhuri has quit IRC04:47
*** mrda is now known as mrda-away04:50
*** achanda has joined #openstack-qa04:55
*** annashen_ has quit IRC04:57
*** achanda has quit IRC04:59
*** annashen_ has joined #openstack-qa04:59
*** annashen has quit IRC05:00
*** sgordon is now known as steveg05:03
*** annashen_ has quit IRC05:04
*** coolsvap_ is now known as coolsvap05:08
*** achanda has joined #openstack-qa05:11
*** chandankumar has joined #openstack-qa05:13
openstackgerritMerged openstack-dev/devstack: Change config of keystone_authtoken in lib/ironic  https://review.openstack.org/15536005:18
*** rushiagr_away is now known as rushiagr05:18
openstackgerritJamie Lennox proposed openstack/tempest: Make V3 authentication more strict  https://review.openstack.org/15934205:19
*** jecarey has quit IRC05:23
*** annashen has joined #openstack-qa05:24
*** achanda has quit IRC05:28
openstackrecheckopenstack/keystone change: https://review.openstack.org/155512 failed gate-tempest-dsvm-neutron in the gate queue with an unrecognized error05:32
*** steveg is now known as sgordon05:47
*** annashen_ has joined #openstack-qa05:51
*** Krast has joined #openstack-qa05:52
*** annashen has quit IRC05:55
*** abhirc has quit IRC05:55
*** annashen has joined #openstack-qa05:56
hogepodgeThese false negatives in the gate are truly maddening.05:57
*** rushiagr is now known as rushiagr_away05:57
*** achanda has joined #openstack-qa05:59
*** annashen has quit IRC06:00
*** rushiagr_away is now known as rushiagr06:05
*** oomichi has quit IRC06:13
*** anshul has joined #openstack-qa06:23
openstackgerritKen Chen proposed openstack-dev/devstack: Change use_floating_ips to true when neutron is not enabled  https://review.openstack.org/15972806:26
*** melwitt has quit IRC06:29
*** dims has joined #openstack-qa06:31
*** dims has quit IRC06:36
openstackgerritSean M. Collins proposed openstack-dev/devstack: Revert "Revert "Make neutron the default in devstack""  https://review.openstack.org/15921606:37
openstackgerritSean M. Collins proposed openstack-dev/devstack: Support for single interface Neutron networking  https://review.openstack.org/15842406:37
openstackgerritSean M. Collins proposed openstack-dev/devstack: Set a default for OVS_PHYSICAL_BRIDGE  https://review.openstack.org/15921506:37
*** SridharG has joined #openstack-qa06:41
*** chandankumar has quit IRC06:44
*** cnesa1 has joined #openstack-qa06:44
*** woodster_ has joined #openstack-qa06:44
*** cnesa has quit IRC06:46
*** annashen_ has quit IRC06:47
openstackrecheckopenstack/tempest change: https://review.openstack.org/157273 failed because of: gate-tempest-dsvm-nova-v21-full: https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/134451306:52
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]06:52
openstackLaunchpad bug 1344513 in Cinder "test_cinder_encryption_type_list fails" [Undecided,New]06:52
*** cnesa1 has quit IRC06:53
*** sabeen has quit IRC06:57
*** e0ne has joined #openstack-qa07:01
*** chandankumar has joined #openstack-qa07:02
*** BharatK has quit IRC07:02
*** neeti has joined #openstack-qa07:05
*** annashen has joined #openstack-qa07:12
*** pkoniszewski has joined #openstack-qa07:15
*** k4n0 has joined #openstack-qa07:15
*** SridharG has quit IRC07:19
*** annashen has quit IRC07:25
*** cnesa has joined #openstack-qa07:25
*** annashen has joined #openstack-qa07:26
*** annashen has quit IRC07:29
*** achanda has quit IRC07:38
*** BharatK has joined #openstack-qa07:39
*** achanda has joined #openstack-qa07:45
openstackgerritGhanshyam Mann proposed openstack/tempest: Adding common header attributes in image header schema  https://review.openstack.org/15900807:49
openstackgerritGhanshyam Mann proposed openstack/tempest: Add 'servers_links' attribute in server list schema  https://review.openstack.org/15903707:50
*** achanda has quit IRC07:50
openstackgerritGhanshyam Mann proposed openstack/tempest: Add 'images_links' attribute in image list schema  https://review.openstack.org/15904407:50
openstackgerritGhanshyam Mann proposed openstack/tempest: Add 'fault' attributes in server schema  https://review.openstack.org/15936007:51
openstackgerritGhanshyam Mann proposed openstack/tempest: Block additionalProperties on Nova API tests  https://review.openstack.org/15613007:51
*** dmellado has quit IRC07:52
*** dmellado has joined #openstack-qa07:54
openstackrecheckopenstack/nova change: https://review.openstack.org/155863 failed because of: gate-tempest-dsvm-neutron: https://bugs.launchpad.net/bugs/131106608:15
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]08:15
*** e0ne has quit IRC08:16
*** yfried has quit IRC08:27
*** ChuckC has joined #openstack-qa08:27
*** gfidente has joined #openstack-qa08:29
*** gfidente has quit IRC08:29
*** gfidente has joined #openstack-qa08:29
*** mahito has quit IRC08:30
*** salv-orlando has joined #openstack-qa08:34
*** jlanoux has joined #openstack-qa08:39
*** ibiris_away is now known as ibiris08:39
*** nfedotov has joined #openstack-qa08:47
k4n0gmann, ping08:53
gmannk4n0: pong08:54
k4n0gmann, apologies i couldnt finish up the get_server "fault" attribute issue08:55
k4n0gmann, caught up with something08:55
k4n0gmann, I am looking for more such unexpected attributes now08:55
gmannk4n0: no issue. i released a patch for that08:55
gmannk4n0: i think now there should not be any as all tests pass for V208:56
*** mpaolino has joined #openstack-qa08:56
gmannk4n0: for V2.1 we are fixing on nova side08:56
k4n0gmann, ok so are we done for v2.0 ?08:56
gmannk4n0: yes. you can see all tests passing on 156130 :)08:57
k4n0gmann, yep :)08:57
k4n0gmann, let me know if any further work is required though08:57
gmannk4n0: thanks. Yes we might need help on rearranging schema files.08:57
*** yamamoto has quit IRC08:58
gmannk4n0: i need to put a spec for that and after that we can start together08:58
k4n0gmann, great, lets do that08:58
gmannk4n0: after spec i will create a etherpad and we can start work in parallel08:59
gmannk4n0: ll let you know for that08:59
k4n0gmann, ok, thanks08:59
gmannk4n0: np!08:59
*** gmann has quit IRC09:00
openstackgerritAndrea Frittoli  proposed openstack/tempest: Support v3 in credential providers and subclasses  https://review.openstack.org/13302909:00
*** mpaolino has quit IRC09:00
*** mpaolino has joined #openstack-qa09:01
*** markus_z has joined #openstack-qa09:02
*** ajo has joined #openstack-qa09:03
*** gmann has joined #openstack-qa09:03
*** yamamoto has joined #openstack-qa09:03
*** jordanP has joined #openstack-qa09:06
*** ajo has quit IRC09:07
*** ajo has joined #openstack-qa09:10
*** woodster_ has quit IRC09:10
*** andreykurilin_ has joined #openstack-qa09:12
*** zz_johnthetubagu is now known as johnthetubaguy09:12
*** cnesa1 has joined #openstack-qa09:14
*** cnesa has quit IRC09:15
openstackgerritMerged openstack/tempest: Add UUIDs to tests with tools and checks  https://review.openstack.org/15727309:24
*** chandankumar has quit IRC09:31
*** ibiris is now known as ibiris_away09:31
*** ihrachyshka has joined #openstack-qa09:34
*** chandankumar has joined #openstack-qa09:36
ymorkovnCould some PPL take a look  https://review.openstack.org/#/c/157817/  There is a patch for adding ddt to requirements.txt09:38
*** tkammer has joined #openstack-qa09:39
*** flwang1 has joined #openstack-qa09:39
*** ibiris_away is now known as ibiris09:40
*** neeti has quit IRC09:45
*** neeti has joined #openstack-qa09:47
*** chandankumar has quit IRC09:52
*** dmorita has quit IRC09:52
*** SergeyLukjanov has quit IRC09:53
*** DinaBelova has quit IRC09:53
*** DinaBelova has joined #openstack-qa09:53
*** SergeyLukjanov has joined #openstack-qa09:55
*** svasheka has quit IRC09:55
*** ajayaa has joined #openstack-qa09:57
ajayaa* Topic for #openstack-glance is: Discussion of OpenStack Glance | logs at http://eavesdrop.openstack.org/irclogs/%23openstack-glance/09:57
ajayaa* Topic for #openstack-glance set by jeblair at Fri Jan 23 05:26:50 201509:57
ajayaa<ajayaa> Hi guys. I am trying to run tempest tests against just glance. I get problems in setUpClass itself for all the09:57
ajayaaHi guys. I am trying to run tempest tests against just glance. I get problems in setUpClass itself for all the tests I am trying to run. I think all the conf parameters are right because I can run identity tests. Any idea on what is going wrong.09:57
*** chandankumar has joined #openstack-qa10:05
openstackgerritgit-harry proposed openstack/tempest: Start instances using fixed network when possible  https://review.openstack.org/15977610:11
*** e0ne has joined #openstack-qa10:19
*** gfidente has quit IRC10:20
*** gfidente has joined #openstack-qa10:24
*** tochi has quit IRC10:29
*** neeti has quit IRC10:33
*** deepakcs has joined #openstack-qa10:36
deepakcsHi all, can someone look at http://lists.openstack.org/pipermail/openstack-dev/2015-February/057948.html and provide inputs ?10:37
*** andreykurilin_ has quit IRC10:49
*** aix has joined #openstack-qa10:52
*** tosky has joined #openstack-qa10:57
*** annoyingspore has quit IRC11:07
*** pc_m has joined #openstack-qa11:09
deepakcs Hi all, can someone look at http://lists.openstack.org/pipermail/openstack-dev/2015-February/057948.html and provide inputs ?11:28
*** yamamoto has quit IRC11:29
*** coolsvap is now known as coolsvap_11:30
*** mpaolino has quit IRC11:31
*** SridharG has joined #openstack-qa11:31
*** mpaolino has joined #openstack-qa11:31
*** e0ne has quit IRC11:33
*** deepakcs has quit IRC11:33
*** e0ne has joined #openstack-qa11:36
*** mpaolino has quit IRC11:36
*** mpaolino has joined #openstack-qa11:36
*** mpaolino has quit IRC11:38
*** mpaolino has joined #openstack-qa11:38
*** ylobankov has quit IRC11:39
*** mpaolino has quit IRC11:40
*** mpaolino has joined #openstack-qa11:41
*** SridharG has quit IRC11:44
*** diegows has joined #openstack-qa11:53
*** cdent has joined #openstack-qa11:57
*** aix has quit IRC12:00
*** coolsvap_ is now known as coolsvap12:02
*** afazekas has joined #openstack-qa12:04
*** dims has joined #openstack-qa12:04
*** e0ne is now known as e0ne_12:04
*** ylobankov has joined #openstack-qa12:05
*** rfolco has joined #openstack-qa12:07
*** obutenko has joined #openstack-qa12:11
*** marrusl has quit IRC12:12
*** chandankumar_ has joined #openstack-qa12:12
*** SridharG has joined #openstack-qa12:12
*** yamamoto has joined #openstack-qa12:14
*** chandankumar has quit IRC12:15
*** Poornima has quit IRC12:16
*** cody-somerville has joined #openstack-qa12:16
*** marrusl has joined #openstack-qa12:20
*** amotoki has joined #openstack-qa12:21
*** aysyd has joined #openstack-qa12:23
*** SridharG has left #openstack-qa12:24
*** neeti has joined #openstack-qa12:32
*** ajayaa has quit IRC12:32
*** SridharG has joined #openstack-qa12:35
*** rushiagr is now known as rushiagr_away12:35
openstackrecheckopenstack/tempest change: https://review.openstack.org/159633 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1357055 https://bugs.launchpad.net/bugs/131106612:40
openstackLaunchpad bug 1357055 in tempest "Race to delete shared subnet in Tempest neutron full jobs" [Undecided,Confirmed] - Assigned to Salvatore Orlando (salvatore-orlando)12:40
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]12:40
*** thgomes has joined #openstack-qa12:41
*** SridharG has left #openstack-qa12:41
*** mpaolino has quit IRC12:48
*** mpaolino has joined #openstack-qa12:48
*** mpaolino has quit IRC12:50
*** mpaolino has joined #openstack-qa12:50
*** eugene_bag2 has quit IRC12:51
*** weshay has joined #openstack-qa12:52
*** mpaolino has quit IRC12:55
*** aix has joined #openstack-qa12:55
*** mpaolino has joined #openstack-qa12:56
*** woodster_ has joined #openstack-qa12:56
*** mpaolino has quit IRC12:58
*** mpaolino has joined #openstack-qa12:58
*** e0ne_ is now known as e0ne12:59
*** rfolco has quit IRC13:04
*** Madan has quit IRC13:05
*** neeti has quit IRC13:06
pc_msdague: ping13:12
openstackgerritSean Dague proposed openstack/tempest: remove redundant negative flavor admin tests  https://review.openstack.org/15885213:14
*** abhirc has joined #openstack-qa13:15
*** rfolco has joined #openstack-qa13:17
*** mpaolino has quit IRC13:19
*** mpaolino has joined #openstack-qa13:20
*** dims is now known as dimsum__13:27
openstackgerritNikolay Fedotov proposed openstack/tempest: Update test_create_show_delete_firewall test to make it test 'fwaas insertion mode'  https://review.openstack.org/15983113:28
*** Ananci has joined #openstack-qa13:29
openstackgerritSergey Reshetnyak proposed openstack-dev/devstack: Add data-processing service for Sahara  https://review.openstack.org/13545413:33
*** eugene_bag has joined #openstack-qa13:46
openstackrecheckopenstack/trove change: https://review.openstack.org/138577 failed because of: gate-trove-functional-dsvm-mysql: https://bugs.launchpad.net/bugs/131106613:50
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]13:50
*** Ananci has quit IRC13:50
openstackgerritSean M. Collins proposed openstack-dev/devstack: Revert "Revert "Make neutron the default in devstack""  https://review.openstack.org/15921613:51
openstackgerritSean M. Collins proposed openstack-dev/devstack: Support for single interface Neutron networking  https://review.openstack.org/15842413:51
openstackgerritSean M. Collins proposed openstack-dev/devstack: Set a default for OVS_PHYSICAL_BRIDGE  https://review.openstack.org/15921513:51
*** eugene_bag1 has joined #openstack-qa13:52
*** eugene_bag has quit IRC13:52
*** abhirc has quit IRC13:53
*** eugene_bag has joined #openstack-qa13:55
*** eugene_bag1 has quit IRC13:56
*** mpaolino has quit IRC13:58
*** mpaolino has joined #openstack-qa13:58
*** eugene_bag has quit IRC14:00
*** mpaolino has quit IRC14:00
*** mpaolino has joined #openstack-qa14:00
*** abhirc has joined #openstack-qa14:02
*** abhirc has quit IRC14:04
*** rbak_ has quit IRC14:05
*** mtanino has quit IRC14:07
*** chandankumar_ has quit IRC14:11
*** itzikb has joined #openstack-qa14:12
*** malini has joined #openstack-qa14:18
*** rushiagr_away is now known as rushiagr14:18
*** amotoki has quit IRC14:24
*** mestery has quit IRC14:25
*** mriedem has joined #openstack-qa14:28
*** ibiris is now known as ibiris_away14:30
*** coolsvap is now known as coolsvap_14:31
*** sabeen1 has joined #openstack-qa14:33
*** dimsum__ has quit IRC14:36
*** itzikb has quit IRC14:38
*** dims_ has joined #openstack-qa14:38
*** psedlak has quit IRC14:39
*** rushiagr is now known as rushiagr_away14:40
*** ibiris_away is now known as ibiris14:41
*** mestery has joined #openstack-qa14:41
*** bknudson has quit IRC14:42
*** e0ne has quit IRC14:42
mriedemmestery: newish neutron gate bug https://bugs.launchpad.net/neutron/+bug/142639714:43
openstackLaunchpad bug 1426397 in neutron "tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os intermittently fails with MismatchError" [Undecided,New]14:43
mriedemlooks like it started around 2/2514:43
mesterymriedem: Looking14:43
*** e0ne has joined #openstack-qa14:43
*** psedlak has joined #openstack-qa14:44
mesterymriedem: I've got HenryG looking at it to triage a bit14:45
mriedemthanks14:45
*** sabeen1 has quit IRC14:47
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron ipv6 bug 1426397  https://review.openstack.org/15986814:47
openstackbug 1426397 in neutron "tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os intermittently fails with MismatchError" [Undecided,New] https://launchpad.net/bugs/142639714:47
*** dansmith is now known as superdan14:48
openstackrecheckopenstack/requirements change: https://review.openstack.org/144443 failed gate-tempest-dsvm-neutron, gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error14:49
*** jecarey has joined #openstack-qa14:51
*** cody-somerville has quit IRC14:51
*** psedlak has quit IRC14:52
mriedemmestery: HenryG: 887ca8e9f8df2df65bf4fef4338704c35fdb254514:52
*** mtanino has joined #openstack-qa14:52
mesterymriedem: Is that our culprit?14:53
*** psedlak has joined #openstack-qa14:54
mriedemmestery: well, ipv6 related and merged at the right time14:54
mriedem2/2514:54
mesterymriedem: ack14:54
mriedemthe big neutron callbacks change had me looking but it doesn't look like anything merged yet which is using that14:54
mesterymriedem: Right, we only merged the infrastructure for that.14:54
mesterymriedem: And in fact, armax is traveling back from India, so I'll try to hold the patches off that use it until he's safely back in CA and can help debug any issues that arise ;)14:55
*** thgomes has quit IRC14:55
*** Ananci has joined #openstack-qa14:56
*** mpaolino has quit IRC14:58
*** mpaolino has joined #openstack-qa14:58
*** e0ne is now known as e0ne_15:01
*** mpaolino has quit IRC15:02
*** mpaolino has joined #openstack-qa15:03
mriedemmtreinish: back atcha https://review.openstack.org/#/c/159868/15:05
mtreinishthat's a lot of ANDs15:05
*** jhenner has quit IRC15:06
*** mpaolino has quit IRC15:06
*** mpaolino has joined #openstack-qa15:06
mtreinishmriedem: it looks like just a juno issue, the master fails all look like grenade15:07
*** thgomes has joined #openstack-qa15:08
mtreinishnm, just didn't look far enough down15:08
*** SridharG has joined #openstack-qa15:09
openstackgerritMarkus Zoeller proposed openstack/tempest: Replaces hardcoded volume size by configured value  https://review.openstack.org/15987815:09
*** yamamoto has quit IRC15:09
mtreinishadam_g_out: is there a reason we don't run the ironic job with tenant isolation?15:11
openstackgerritMerged openstack-infra/elastic-recheck: Add query for neutron ipv6 bug 1426397  https://review.openstack.org/15986815:12
openstackbug 1426397 in neutron "tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os intermittently fails with MismatchError" [Undecided,New] https://launchpad.net/bugs/1426397 - Assigned to Henry Gessau (gessau)15:12
*** zz_jgrimm is now known as jgrimm15:12
mtreinishandreaf: hmm, this is weird: http://logs.openstack.org/11/158511/14/check/check-tempest-dsvm-postgres-full/346ea1b/console.html#_2015-02-27_01_41_30_581 there should be plenty of admin creds allocated15:13
mtreinishjust for sanity I doubled the number of admin in the accounts file15:13
*** openstackrecheck has quit IRC15:14
*** openstackrecheck has joined #openstack-qa15:14
mtreinishandreaf: I'm wondering if for sanity in debugging maybe we should log the test class name in the pseudo lock files so if we exhaust the list we print which tests are using all the creds15:14
andreafmtreinish: sounds like a good idea15:15
HenryGmriedem: mestery: For bug #1426397 it looks like we just need to wait a little for the address to get auto-assigned before checking.15:15
openstackbug 1426397 in neutron "tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os intermittently fails with MismatchError" [Undecided,New] https://launchpad.net/bugs/1426397 - Assigned to Henry Gessau (gessau)15:15
mtreinishandreaf: fwiw, the regular full job passed on that run which is cool15:16
mtreinishHenryG: did the behavior change to make it async, or was it always async and just got bit slower?15:16
andreafmtreinish: ah that's the postgres one - weird...15:17
mtreinishHenryG: sounds like the later, which would be a clear tempest bug then right?15:17
HenryGmtreinish: I think it was always async15:17
mtreinishHenryG: yeah that makes sense15:18
HenryGmtreinish: I am not sure how you sync with ipv6 auto-addressing?15:18
mtreinishoh, I didn't look at the test name just your comment :)15:18
HenryGmtreinish: The test prepares two servers. There is a delay in prepare_server due to "wait for status active".15:20
HenryGmtreinish: The address check on the first server succeeds because of the delay on the second server.15:21
HenryGmtreinish: Then the address check on the second server is too soon sometimes.15:21
openstackgerritWaldemar Znoinski proposed openstack-dev/devstack: Set datapath to $OVS_DATAPATH_TYPE for br-ex, br-<phy>  https://review.openstack.org/15988515:21
mtreinishHenryG: sure so we probably should add a wait loop around the calls to ssh into the server and get the ip list15:22
HenryGmtreinish: yup15:22
*** yamamoto has joined #openstack-qa15:23
*** ChuckC has quit IRC15:23
HenryGmtreinish: shall I code that up?15:23
mtreinishHenryG: sure, go for it15:23
mriedemHenryG: hmm, should something be tied into neutron for the event callback to nova that VIFs are all setup and ready to go?15:24
mriedemso that the server wouldn't be active until that's done15:25
mtreinishmriedem: oh, that's a good point15:26
mriedempoint is, we can fix these things in tempest to help us but it doesn't help production useres15:26
*** thgomes has left #openstack-qa15:26
HenryGmriedem: Possibly, but for ipv6 auto-addresses that is going to get rather complicated I think15:26
HenryGIt's not neutron that assigns the addresses, it's the protocol itself15:27
mriedemhow hard could it possible be? :)15:27
mriedem*possibly15:27
mriedemdoes neutron know when the addresses are assigned?15:27
HenryGmriedem: no15:27
mriedemthere is no way to check?15:27
mriedemi mean, tempest is going to be waiting and checking it sounds like15:28
mriedemwe can't put a loop check in tempest until the addr is assigned and hold off on the notification to nova until that's done (or we timeout)15:28
*** yamamoto has quit IRC15:29
*** achanda has joined #openstack-qa15:31
openstackgerritSalvatore Orlando proposed openstack-dev/devstack: WIP: vmware-nsx: Vendor code split  https://review.openstack.org/14431215:31
*** e0ne_ is now known as e0ne15:31
*** dane_leblanc has joined #openstack-qa15:35
*** dboik has joined #openstack-qa15:35
*** mpaolino has quit IRC15:36
*** mpaolino has joined #openstack-qa15:36
*** achanda has quit IRC15:36
mtreinishsc68cal: ^^^ do you think this is something we can add with event callback? I don't know nearly enough about ipv6 to judge the mechanics involved15:36
mtreinishbut I feel like it definitely feels like we shouldn't say something is ready/available until all the ips are assigned and useable15:37
openstackgerritAndrea Frittoli  proposed openstack/tempest: Support v3 in credential providers and subclasses  https://review.openstack.org/13302915:37
*** abhirc has joined #openstack-qa15:39
HenryGmriedem: mtreinish: Currently only the guest really knows when an auto-address has been assigned to it.15:39
*** amotoki has joined #openstack-qa15:40
*** abhirc has quit IRC15:40
*** salv-orlando has quit IRC15:40
HenryGmriedem: mtreinish: Neutron only sets up the parameters so the underlying protocol can do its thing.15:41
*** malini has left #openstack-qa15:42
mtreinishHenryG: so it's relying on an outside service to assign the address? Then how does it work in the gate?15:42
HenryGmriedem: mtreinish: auto-addresses are not like fixed IPs or dhcp-assigned IPs.15:42
mriedemsame question as mtreinish - can't we essentially move the same test for connectivity that tempest is doing down into neutron?15:43
mtreinishmriedem: well I'm not sure neutron sshing into a guest is right either :)15:43
openstackgerritEmily Hugenbruch proposed openstack/tempest: Split resource_setup for thirdparty tests  https://review.openstack.org/15989415:44
HenryGmriedem: mtreinish: neutron does not communicate with guests15:44
mriedemhmm15:45
mriedemis there something to do on the nova side then?15:45
mtreinishI'm reading https://tools.ietf.org/html/rfc4862 to learn15:45
HenryGmtreinish: oooooh :)15:46
*** rushiagr_away is now known as rushiagr15:48
mesterymtreinish: IETF drafts in #openstack-qa, awesome. :)15:49
*** abhirc has joined #openstack-qa15:49
*** afazekas has quit IRC15:50
*** rbak has joined #openstack-qa15:51
*** tkammer has quit IRC15:51
*** bknudson has joined #openstack-qa15:52
mtreinishHenryG: is the neutron router generating a RA?15:52
*** bknudson has quit IRC15:53
dane_leblancThe neutron router spins up an RADVD process in a tenant's neutron router namespace, and that generates RAs15:53
mtreinishdane_leblanc: ok, thanks15:54
mtreinishHenryG: so I see what your saying that there won't be a sure-fire way to ensure the address on the guest is set, because the burden is on the guest to set that correctly15:57
mtreinishbut there is still possibly a syncronization problem with the callback. Maybe we could lock sending the callback for all done between RAs being sent or something to try and limit this race15:59
mtreinish(with my naivety about how neutron is sending anything to nova)15:59
HenryGmtreinish: even the sending of RAs is done by an outside service (radvd), so neutron does not know when that happens.16:00
HenryGI think we have a situation where we are depending on external services and tempest should just say that it expects the auto-address to be assigned within N seconds else somethign went wrong?16:01
mtreinishHenryG: but neutron is spinning that up right? Everything is dependent on an external service for the most part16:01
sc68calmtreinish: reading scrollback16:02
*** mpaolino has quit IRC16:04
*** ajo has quit IRC16:04
*** mpaolino has joined #openstack-qa16:04
openstackgerritMerged openstack/tempest: Add UUIDs to all tempest tests and gate check  https://review.openstack.org/15963316:05
mtreinishhogepodge: ^^^16:05
*** bknudson has joined #openstack-qa16:06
hogepodgemtreinish: \o/16:07
hogepodgeI was nursing the first job through the gate last night. :-P16:07
*** ajo has joined #openstack-qa16:08
mtreinishhogepodge: yeah looks like there are a couple higher than avg. races right now, which makes trying to land tempest code interesting with ~20 jobs16:08
HenryGmtreinish: I think neutron could defer the callback until it knows it has done all its setting up. I suspect that it probably does so already though. We could go over it to make sure.16:09
HenryGmtreinish: Tempest still has to allow for a delay though, and I think to alleviate the gate we should get that in now-ish.16:10
*** Noice has joined #openstack-qa16:10
HenryGmtreinish: Doesn't tempest have a client on the guest?16:11
mtreinishHenryG: that's what the test does right now, it ssh's into the guest using the ipv4 address and then runs an ip addr (or ifconfig, or something else cirros doesn't have much) to check the addrs have been assigned16:12
mriedemHenryG: note that something changed in the last few days to trigger this race fail16:13
mriedemeither in tempest or neutron16:13
mtreinishHenryG: we're probably only seeing this because it use ipv4 for the ssh, because if it was using v6 the ssh loop would retry until the guest is configured16:13
*** pkoniszewski has quit IRC16:14
HenryGmriedem: yeah, and how do we figure out what? :(16:15
mriedemHenryG: well, i was looking through commit history to 2/24 for both projects16:15
mriedemso i pointed out a couple of changes in the bug report16:15
dboikWhen the test ssh's in, can't the ip list be polled until the ipv6 address is present - up until a certain timeout?16:15
* HenryG refreshes the bug page16:16
mriedemHenryG: i'm not familiar enough with the neutron commits in the last 3 days to tell what might be causing issues16:16
mriedemso i'm hoping the neutron team can do that16:16
mriedembut logstash definitely shows this as a recent fail16:16
*** ChuckC has joined #openstack-qa16:16
* HenryG looks through recent neutron commits ...16:17
mtreinishdboik: yes that's the proposed solution right now, we're discussing if there is a way we can be smarter in the neutron->nova communication so we don't say the guest is ready for use until the auto address is done16:17
*** FatDarrel has joined #openstack-qa16:17
*** ChuckC has quit IRC16:17
*** ChuckC has joined #openstack-qa16:17
*** FatDarrel is now known as phd216:18
phd2hey guys16:18
dboikmtreinish: The guest might send out a router solicitation and RADVD would respond with a router advertisement. In that case you could be pretty sure the auto-addressing is complete.16:19
*** david-lyle_afk is now known as david-lyle16:19
*** ChuckC has quit IRC16:20
dboikBut you would have to listen on the router port for that, and I don't think you could count on receiving the solicitation if RADVD sends out the periodic RA first16:20
*** ChuckC has joined #openstack-qa16:21
asselin anyone getting this error stacking on master? "Routes is in an unsupported or invalid wheel" http://15.126.198.151/41/157441/5/check/3par-fc-driver-master-client-pip-eos10-dsvm/b2c0627/logs/devstacklog.txt.gz16:22
mtreinishdboik: well that's what I was saying it might be good if neutron didn't send a callback to nova until there was an RA sent after the guest/port is setup, etc.(assuming it doesn't already) It's not ever going to be 100% but I think that would be better than just telling nova all clear16:23
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/158340 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1283522 https://bugs.launchpad.net/bugs/1357055 https://bugs.launchpad.net/bugs/131106616:23
openstackLaunchpad bug 1283522 in neutron "DB lock timeout errors with parallel operations" [Critical,Fix released] - Assigned to Kevin Benton (kevinbenton)16:23
openstackLaunchpad bug 1357055 in tempest "Race to delete shared subnet in Tempest neutron full jobs" [Undecided,Confirmed] - Assigned to Salvatore Orlando (salvatore-orlando)16:23
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]16:23
mtreinishasselin: no, I can't say that I have16:23
asselinmtreinish, started around 7:15 AM PST this morning.16:24
HenryGmriedem: Do you know if any changes have been made to the cirros image recently?16:25
mtreinishasselin: well it pulls that wheel from your mirror, so the one on the mirror might be bad16:25
HenryGmriedem: Or its configuration?16:26
mriedemHenryG: i don't.. clarkb ^16:26
mtreinishs/your/gozer16:26
mtreinishmriedem: there were changes up to bump the cirros version devstack pulls, but I don't think they've landed yet16:26
mtreinishthey hadn't last night at least16:26
*** tsekiyama has joined #openstack-qa16:26
mtreinishmriedem: yeah looks like we didn't do it https://review.openstack.org/#/c/159429/16:27
*** mpaolino has quit IRC16:28
*** mpaolino has joined #openstack-qa16:28
*** zz_dimtruck is now known as dimtruck16:29
dtroyerthere is an issue with CirrOS 0.3.3 that prevents us from using it yet: https://bugs.launchpad.net/cirros/+bug/1408922 so that update is in hold until that is fixed one way or another16:29
openstackLaunchpad bug 1408922 in CirrOS "busybox nc: persistent server (-ll) option lost" [Undecided,New]16:29
*** yamamoto has joined #openstack-qa16:30
openstackgerritAl Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack  https://review.openstack.org/15307916:31
*** mpaolino has quit IRC16:32
*** mpaolino has joined #openstack-qa16:32
*** Matt2 has joined #openstack-qa16:32
*** markus_z has quit IRC16:35
*** yamamoto has quit IRC16:35
*** david-lyle is now known as david-lyle_Afk16:35
*** david-lyle_Afk is now known as david-lyle_afk16:35
openstackgerritAl Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack  https://review.openstack.org/15307916:36
dane_leblancmriedem: HenryG: Is it critical to find the commit that finally pushed us over the edge with this, given we were probably on the hairy edge with this race condition?16:37
*** bnemec is now known as beekneemech16:37
openstackgerritFilip HubĂ­k proposed openstack/tempest: Verify the capabilities of the domain administrator  https://review.openstack.org/15991516:38
mriedemdane_leblanc: probably not critical, usually good to know though if it's obvious16:38
mriedemi love a good hairy edge16:38
dane_leblancmriedem: :)16:39
sc68calmtreinish: yeah there isn't really a way for neutron to know when the instance configures the ipv6 stack16:39
HenryGmriedem: dane_leblanc brings up a good point. The issue was known before 3 days ago, it just happened much less.16:39
*** rwsu-afk is now known as rwsu16:39
mriedemthat's fine,16:40
mriedemand we could fix in tempest with a wait16:40
mriedemi just kind of hate fixing things in tempest like that b/c then no one thinks of ways to make the actual code more robust16:40
HenryGmriedem: I'll open a bug for neutron to make a valiant attempt to improve the robustness. You can refer to it in a comment for the tempest wait loop?16:41
*** mpaolino has quit IRC16:41
mriedemHenryG: sure16:41
mtreinishsc68cal: sure, I'm just wondering if we can at least not send the all clear to nova when we know it's not possible that the ip has been configure on the guest (no RA was sent yet)16:41
*** mpaolino has joined #openstack-qa16:42
openstackgerritMatthew Treinish proposed openstack/tempest: Log the names of the other isolated_creds on starvation  https://review.openstack.org/15991716:43
dane_leblancmriedem: maybe dumb question but can we just use 'ssh -6' to check the server for V6-enabled servers?16:43
mtreinishandreaf: ^^^16:43
mtreinishdane_leblanc: that would be the same as adding a wait loop16:43
mtreinishat least for this case16:43
HenryGDoes the cirros ssh server support v6?16:43
mtreinishHenryG: I don't know16:44
*** erlon_away has joined #openstack-qa16:44
asselinmtreinish, thanks, confirmed it's an issue with a bad wheel on our mirror.16:44
mtreinishHenryG: I know it uses dropbear for the ssh server16:45
asselinmtreinish, FYI, it's related to this bug: https://bugs.launchpad.net/openstack-ci/+bug/133671916:46
openstackLaunchpad bug 1336719 in OpenStack Core Infrastructure "Wheel 0.23.0 doesn't work with Routes package" [Undecided,Fix released]16:46
andreafmtreinish: nice, you use the lock file to track who opened it :)16:46
andreafmtreinish: I was planning on dropping name from Accounts as it was not used, but you just found a use for it16:47
mtreinishandreaf: hehe16:47
*** anshul has quit IRC16:49
*** sabeen1 has joined #openstack-qa17:03
*** mpaolino has quit IRC17:06
asselinmtreinish, can you look at this? re the route wheel issue: https://review.openstack.org/#/c/159925/17:06
*** mpaolino has joined #openstack-qa17:07
*** jlanoux has quit IRC17:07
asselinsdague, dhellmann ^^17:07
*** phd2 has quit IRC17:08
*** Nic has joined #openstack-qa17:12
*** amotoki has quit IRC17:14
*** nfedotov has quit IRC17:19
HenryGmtreinish: Which cirros image does the gate use?17:22
mtreinishHenryG: from the devstack logs: cirros-0.3.2-x86_6417:24
HenryGmtreinish: Thanks. And FYI: https://bugs.launchpad.net/cirros/+bug/136632617:24
openstackLaunchpad bug 1366326 in CirrOS "ipv6 support" [Medium,Confirmed]17:24
*** jogo is now known as flashgordon17:25
mtreinishHenryG: oh, look at that I have a comment on that bug :)17:25
*** rushiagr is now known as rushiagr_away17:28
HenryGmtreinish: mriedem: When a guest gets an IPv4 address from DHCP, we have the same non-deterministic delay between when neutron is done and the address is assigned to the guest.17:28
*** SridharGaddam has joined #openstack-qa17:29
HenryGmtreinish: mriedem: Today that is "resolved" by tempest using ssh to connect to the ipv4 address and relying on ssh's retries.17:30
mtreinishHenryG: sure, I think having the wait loop for the ipv6 addr in tempest is fine17:30
HenryGmtreinish: mriedem: So getting ssh v6 support in cirros is one way of gaining v4 parity.17:30
mtreinishbut long term I think it's useful to think about this, because as a blind user of a cloud it's not good to say something is ready for use and not be useable17:30
HenryGmtreinish: Agreed, and I am still filing a bug for neutron to work towards that goal.17:31
*** johnthetubaguy is now known as zz_johnthetubagu17:34
*** SridharG has left #openstack-qa17:35
*** SridharG has joined #openstack-qa17:35
*** mlavalle has joined #openstack-qa17:35
*** e0ne has quit IRC17:39
*** mpaolino has quit IRC17:43
*** salv-orlando has joined #openstack-qa17:48
*** pkoniszewski has joined #openstack-qa17:52
*** patrickeast has joined #openstack-qa17:53
openstackgerritPaul Michali proposed openstack-dev/devstack: VPNaaS Support for StrongSwan driver.  https://review.openstack.org/15874117:53
*** annashen has joined #openstack-qa17:59
*** ibiris is now known as ibiris_away18:02
*** jaypipes has joined #openstack-qa18:05
*** ChanServ sets mode: +o jaypipes18:05
openstackgerritZengfa Gao proposed openstack/tempest: Add a test for network connectivity between two tenant networks  https://review.openstack.org/15269418:08
*** marun has joined #openstack-qa18:09
*** achanda has joined #openstack-qa18:16
*** krtaylor has quit IRC18:16
*** achanda has quit IRC18:17
*** achanda has joined #openstack-qa18:17
*** cody-somerville has joined #openstack-qa18:18
*** dimtruck is now known as zz_dimtruck18:18
openstackgerritNicolas Simonds proposed openstack/tempest: Allow tests to specify the console that RemoteClient writes to  https://review.openstack.org/14904818:22
openstackgerritNicolas Simonds proposed openstack-dev/devstack: Add the ability to install/enable Heat plugins  https://review.openstack.org/14905518:22
*** e0ne has joined #openstack-qa18:24
*** e0ne is now known as e0ne_18:24
*** jaypipes has quit IRC18:27
openstackgerritLucas Alvares Gomes proposed openstack-dev/devstack: Add support for using IPA with iSCSI  https://review.openstack.org/15917818:27
*** zz_dimtruck is now known as dimtruck18:28
*** krtaylor has joined #openstack-qa18:28
*** e0ne_ is now known as e0ne18:29
*** e0ne has quit IRC18:30
openstackgerritLucas Alvares Gomes proposed openstack-dev/devstack: Add support for using IPA with iSCSI  https://review.openstack.org/15917818:31
*** e0ne has joined #openstack-qa18:35
*** david-lyle_afk is now known as david-lyle18:35
*** jordanP has quit IRC18:36
ihrachyshkasdague, https://review.openstack.org/15994318:37
*** erlon_away is now known as erlon18:37
*** e0ne is now known as e0ne_18:40
*** e0ne_ is now known as e0ne18:41
*** jhutton has joined #openstack-qa18:43
*** Nic has quit IRC18:44
openstackrecheckopenstack/nova change: https://review.openstack.org/122240 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1283522 https://bugs.launchpad.net/bugs/1357055 https://bugs.launchpad.net/bugs/131106618:46
openstackLaunchpad bug 1283522 in neutron "DB lock timeout errors with parallel operations" [Critical,Fix released] - Assigned to Kevin Benton (kevinbenton)18:46
openstackLaunchpad bug 1357055 in tempest "Race to delete shared subnet in Tempest neutron full jobs" [Undecided,Confirmed] - Assigned to Salvatore Orlando (salvatore-orlando)18:46
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]18:46
jhuttonHi, does anyone know if master tempest still supports stable/icehouse?18:47
*** jhenner has joined #openstack-qa18:48
mtreinishjhutton: yes it does18:48
jhuttonmtreinish: but if you look at master tempest's requirements in needs tempest-lib, which stable/icehouse devstack does not install18:49
jhutton*it needs18:50
mtreinishjhutton: devstack doesn't install any of tempest's requirements by default. To install tempest on an all-in-one devstack deploy you should use a venv (which both tox and run_tempest will create for you)18:51
mtreinishtempest's requirements conflict in several places with icehouse18:51
mtreinishjhutton: if you look at how the gate runs tempest against icehouse it does all of the operations in a tox venv18:52
*** yamahata has joined #openstack-qa18:53
jhuttonmtreinish: that makes sense. i noticed in master devstack, this venv is created automatically. in stable/icehouse devstack, this needs to be done manually then.18:54
*** cdent has quit IRC18:55
openstackgerritMatthew Treinish proposed openstack/tempest: Log the names of the other isolated_creds on starvation  https://review.openstack.org/15991718:55
openstackgerritZengfa Gao proposed openstack/tempest: Add API tests for Neutron subnetpool  https://review.openstack.org/15964418:56
*** tosky has quit IRC18:56
mtreinishjhutton: devstack only creates that venv if it uses something in tempest. On master it runs a console script which is packaged with tempest, verify-tempest-config, which is why it creates the venv. (also if you configure devstack to install tempest-lib from git it'll make one for that too)18:57
mtreinishjhutton: that script isn't run on the stable branches for devstack so the venv doesn't get created18:58
mtreinishfwiw, it actually creates a separate venv from the one for using verify-tempest-config then the one which would normally get used for running tests18:59
jhuttonmtreinish: so basically i can run verify-tempest-config after a stable/icehouse stack.sh and tempest should be ready to go?19:03
jhuttonwith the venv created19:03
jhuttonand tempest-lib installed19:03
jhuttonnevermind, i read that wrong19:04
jhuttonmtreinish: in stable/icehouse, even if you configure LIBS_FROM_GIT=tempest-lib, it doesnt install it. in the code, there is a function install_tempest_lib but it's not used anywhere.19:07
*** melwitt has joined #openstack-qa19:08
mtreinishjhutton: there is no install_tempest_lib function on stable icehouse devstack19:08
mtreinishjhutton: what exactly are you trying to do where you hitting an issue?19:09
*** mriedem has quit IRC19:09
mtreinishactuall I just checked, I guess we backported the install_tempest_lib function19:10
*** BharatK has quit IRC19:10
mtreinishjhutton: but there doesn't seem to be anything that call it on the icehouse branch19:11
jhuttonmtreinish: i'm trying to use the latest stable/icehouse devstack with master tempest (i was using old versions of both before but looking to sync everything). i normally use testr and found that it doesnt work anymore.19:11
jhuttonit's failing to import tempest-lib i guess19:12
mtreinishjhutton: ok, if you want to use testr manually just run tox -evenv -- $(testr command)19:12
*** FatDarrel has joined #openstack-qa19:12
*** mriedem has joined #openstack-qa19:12
mtreinishfrom the master tempest repo you have cloned19:12
jhuttoni guess i could install tempest and tempest-lib into venv manually but just wanted to know if it was supposed to be automatically configured19:13
mtreinishjhutton: that'll be the simplest way to to handle it when running tempest on the same node on an all in one deployment19:13
jhuttonmtreinish: thanks, didnt know about that19:13
*** aix has quit IRC19:13
*** FatDarrel is now known as phd219:22
*** openstackgerrit has quit IRC19:24
*** openstackgerrit has joined #openstack-qa19:24
*** ajo has quit IRC19:25
*** ihrachyshka has quit IRC19:26
*** ajo has joined #openstack-qa19:27
*** jhenner has quit IRC19:28
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/devstack-gate: WIP - Do not merge - Trying a different locale  https://review.openstack.org/15996019:30
*** e0ne has quit IRC19:32
*** yamamoto has joined #openstack-qa19:33
*** cnesa1 has left #openstack-qa19:36
*** e0ne has joined #openstack-qa19:36
*** yamamoto has quit IRC19:37
*** jhenner has joined #openstack-qa19:38
mriedemmtreinish: jgriffith: was looking at that nova rescue change and noted that nova's lvm is doing a volume_clear=zero by default, so we're waiting for that in every run - compare to cinder in the gate which does volume_clear=none19:42
mriedemnot sure if that would help at all or not19:42
mriedemprobably best to test and fix problems with the defaults though19:43
*** Nic has joined #openstack-qa19:44
jgriffithmriedem: yeah... about that :)19:44
jgriffithmriedem: base devstack install that I used doesn't even create the LV...19:45
jgriffithmriedem: appears to create a fresh qcow19:45
jgriffithbut...19:45
jgriffithmriedem: in the casee of instances, IMHO secure_delete is probably good to leave anyway19:45
jgriffithmriedem: granted not needed in gate... but secure_delete on volumes was never a huge problem other than time19:46
jgriffithmriedem: snapshots are what can completely hose us19:46
jgriffithmriedem: I'm sure happy to look at that on the Nova side though if it's significant WRT gate times19:47
mriedemi don't know that it is, was just something i was thinking about19:47
*** pkoniszewski has quit IRC19:47
jgriffithmriedem: yeah, great point19:48
*** jhenner has quit IRC19:48
openstackgerritvigneshvar proposed openstack-dev/devstack: Create _member_ role in keystone bootstrap  https://review.openstack.org/15969019:50
jgriffithmriedem: you guys are frikin killin me :)19:50
*** ajo has quit IRC19:51
*** achanda has quit IRC19:53
*** ajo has joined #openstack-qa19:54
jgriffithmriedem: hmmm.. that's annoying, running the test independently that assert_called_once works fine19:56
openstackgerritZengfa Gao proposed openstack/tempest: Add a test for network connectivity between two tenant networks  https://review.openstack.org/15269419:57
jgriffithmriedem: someobody's not cleaning something up19:57
mriedemjgriffith: yeah, the mock sleep must be getting interfered with another test19:57
*** marun has quit IRC19:57
mriedemlet me look for stubs19:57
jgriffithmriedem: I'll just give it another name if I can't find the culprit19:57
jgriffithOh... think I found it19:57
pc_mdtroyer: sdague: I updated the devstack commit and tested on ubuntu/fedora. Can you look at the review again please? https://review.openstack.org/#/c/158741/19:58
mriedemjgriffith: searching for 'self.stubs.Set(time,' shows a few too19:58
jgriffithmriedem: I think it's one of the helper methods, they also have a mock_sleep the same as mine19:59
*** marun has joined #openstack-qa20:02
*** ChuckC has quit IRC20:02
jgriffithmriedem: hmm... troubled that I can't reproduce that, even running all the tests in that file20:03
*** ajo has quit IRC20:03
*** ChuckC has joined #openstack-qa20:03
pc_mmarun: pping20:04
*** ajo has joined #openstack-qa20:06
*** jhenner has joined #openstack-qa20:08
dtroyerpc_m: +220:09
pc_mThank you!20:09
openstackrecheckopenstack/swift change: https://review.openstack.org/153617 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/132681320:09
openstackLaunchpad bug 1326813 in OpenStack-Gate "Connectivity issues between hpcloud and rax cloud causing pip install from our mirrors to fail" [Low,Confirmed]20:09
pc_mdtroyer: I don't know if sdague is on at this time, but if not, if there are other DevStack cores that could look at this, I'd appreciate it. Want to get a new functional job running.20:10
*** gfidente has quit IRC20:12
*** e0ne is now known as e0ne_20:13
dtroyerpc_m: it might be weekend for everyone else by now…   sdague already +2 though20:14
dtroyerpc_m: so lets do it…20:15
pc_mAh, I see you +A. Thanks!20:15
*** ajo has quit IRC20:15
*** Nic has quit IRC20:16
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/devstack-gate: WIP - Do not merge - Trying a different locale  https://review.openstack.org/15996020:16
*** k4n0 has quit IRC20:16
*** Nic has joined #openstack-qa20:17
mriedemjgriffith: sorry, just found another nasty gate issue with nova so looking at that quick20:19
*** ajo has joined #openstack-qa20:19
*** achanda has joined #openstack-qa20:23
jgriffithmriedem: no worries, I fixed it20:23
jgriffithmriedem: just adding the config option now20:23
jgriffithmriedem: making sure I didn't spell anything wrong :)20:24
mriedemfwiw i'm not sure a config option is required for this20:25
mriedemi wish we had a decent config option to reuse20:26
*** e0ne_ is now known as e0ne20:26
mtreinishjgriffith: heh, spelling doens't matter :)20:28
*** achanda has quit IRC20:30
jgriffithmtreinish: tell that to JB :)20:30
*** e0ne has quit IRC20:31
*** ChuckC has quit IRC20:31
*** ChuckC has joined #openstack-qa20:32
*** carl_baldwin has joined #openstack-qa20:35
*** amuller has joined #openstack-qa20:35
*** e0ne has joined #openstack-qa20:35
openstackgerritMerged openstack-dev/devstack: Fix Ironic for Syslinux >= 5.00  https://review.openstack.org/15834020:36
*** amuller has left #openstack-qa20:37
openstackgerritMatthew Treinish proposed openstack-dev/devstack: Do Not Merge: Test test-accounts with roles  https://review.openstack.org/15851120:42
*** e0ne has quit IRC20:44
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron DBDeadlock bug 1426543  https://review.openstack.org/15999320:44
openstackbug 1426543 in OpenStack Compute (nova) "Spike in DBDeadlock errors in update_floatingip_statuses since 2/27" [Undecided,New] https://launchpad.net/bugs/142654320:44
openstackgerritHenry Gessau proposed openstack/tempest: Allow time for ipv6 auto addresses to get assigned to guests  https://review.openstack.org/15999420:45
mriedemmtreinish: ^20:45
mriedemhttps://review.openstack.org/#/c/159993/20:45
mtreinishmriedem: ^^^ we log raw db failures inside of retry loops that seems weird20:45
*** e0ne has joined #openstack-qa20:49
*** phd2 has quit IRC20:50
mtreinishHenryG: I put some initial comments on 15999420:50
flashgordonmtreinish: ever get to the bottom of the trove image not being cached?20:51
mtreinishflashgordon: yes clarkb fixed it20:51
mtreinishflashgordon: it was a permissions issue, the devstack repo was owned by root so we couldn't change branches20:51
flashgordonmtreinish: excellent I can now recheck some of my failed patches20:52
mtreinishflashgordon: I'm not sure it's taken effect on the latest nodepool build or not, you'll have to ask clarkb20:52
clarkbnot yet20:53
mtreinishok, that's what I figured20:53
*** e0ne is now known as e0ne_20:53
flashgordonclarkb: ahh20:54
flashgordonoh it merged 2 hours ago I see20:54
HenryGmtreinish: thanks, I was hoping you would say no new config var :)20:57
HenryGmtreinish: did you hear Leonard Nimoy died :(20:57
*** SridharG has quit IRC20:58
mtreinishHenryG: yeah there are already too many timeout options, I don't think anyone ever plays with them either20:59
mtreinishif we had a flag for every different kind of timeout we'd have ~1000 options instead of just ~300 :)20:59
openstackgerritJoe Gordon proposed openstack-dev/devstack: Remove debs for diablo volumes  https://review.openstack.org/15718920:59
*** SridharG has joined #openstack-qa21:00
mtreinishnow think about the poor user trying to run against openstack....21:00
mtreinishHenryG: yeah I did, it's sad :(21:00
HenryGmtreinish: Is 1s between ssh attempts too short?21:01
*** jhenner has quit IRC21:02
mtreinishHenryG: I'd just use one of the other config knobs like ping timeout. if we completely fall on our face trying to do the auto address the only thing that happens is we wait a little too long21:02
*** jhenner1 has joined #openstack-qa21:02
mtreinishHenryG: hard coding magic timeout numbers in the code is also not really good21:03
*** SridharG has left #openstack-qa21:03
HenryGmtreinish: Yeah, I got that, but I mean the last arg to call_until_true21:03
openstackgerritMerged openstack-infra/elastic-recheck: Add query for neutron DBDeadlock bug 1426543  https://review.openstack.org/15999321:03
openstackbug 1426543 in OpenStack Compute (nova) "Spike in DBDeadlock errors in update_floatingip_statuses since 2/27" [Undecided,New] https://launchpad.net/bugs/142654321:03
*** achanda has joined #openstack-qa21:03
mtreinishHenryG: oh, for the interval, 1 sec is fine21:04
HenryGmtreinish: thanks21:04
mtreinishHenryG: for the normally ssh timeout we use an exponential backoff, but that's probably fine21:04
mtreinishnot to use21:04
mtreinishHenryG: there is a build_interval config option you could use too21:05
mtreinishHenryG: but I'm not really concerned too much with the value for that21:05
*** achanda has quit IRC21:05
*** ajo has quit IRC21:06
*** marun has quit IRC21:06
openstackgerritHenry Gessau proposed openstack/tempest: Allow time for ipv6 auto addresses to get assigned to guests  https://review.openstack.org/15999421:09
flashgordonmtreinish: https://review.openstack.org/#/c/155138/  tox -equeries21:10
flashgordonis now passing21:10
*** achanda has joined #openstack-qa21:10
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/158741 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/131106621:11
openstackLaunchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed]21:11
*** abhirc has quit IRC21:13
*** jhenner1 has quit IRC21:15
mtreinishflashgordon: one issue with the top patch, you broke the separation of the patches by fixing a print from the first one21:15
*** jhenner has joined #openstack-qa21:16
openstackgerritSridhar Gaddam proposed openstack-dev/devstack: Fix curl issue when SERVICE_HOST is defined to IPv6 address  https://review.openstack.org/15859421:17
openstackgerritZengfa Gao proposed openstack/tempest: Add a test for network connectivity between two tenant networks  https://review.openstack.org/15269421:18
flashgordonmtreinish: meh, I can fix that if you like21:18
*** e0ne_ is now known as e0ne21:19
mtreinishflashgordon: if you went to the trouble of doing separate patches mine as well keep them separate :)21:20
mtreinishit would give me that little bit of joy I'm missing from a late fri afternoon21:20
*** jhenner has quit IRC21:20
flashgordonmtreinish: hehe I can relate21:22
openstackgerritJoe Gordon proposed openstack-infra/elastic-recheck: Make test_queries runnable as gating test  https://review.openstack.org/15018621:22
openstackgerritJoe Gordon proposed openstack-infra/elastic-recheck: Add launchpad test to test_queries  https://review.openstack.org/15513821:22
*** fungi has quit IRC21:23
*** fungi has joined #openstack-qa21:25
*** openstackrecheck has quit IRC21:27
*** openstackrecheck has joined #openstack-qa21:27
openstackgerritHenry Gessau proposed openstack/tempest: Allow time for ipv6 auto addresses to get assigned to guests  https://review.openstack.org/15999421:27
*** dustins has quit IRC21:28
openstackgerritHenry Gessau proposed openstack/tempest: Allow time for ipv6 auto addresses to get assigned to guests  https://review.openstack.org/15999421:28
HenryGapologies for the churn :(21:29
mtreinishHenryG: no worries, you clearly haven't seen my ~20 revisions over the past couple days on one series :)21:29
mtreinisheven after all those revs it's still not ready either...21:30
HenryGmtreinish: I tried to figure out how to do without functools.partial, but failed :(21:30
*** e0ne has quit IRC21:31
*** e0ne has joined #openstack-qa21:32
mtreinishHenryG: heh, that's ok. It's just my own bias because I've seen things like: http://git.openstack.org/cgit/openstack-infra/subunit2sql/tree/subunit2sql/write_subunit.py#n60 and http://git.openstack.org/cgit/openstack/tempest-lib/tree/tempest_lib/cmd/subunit_trace.py#n25221:32
anteayasdague: you were the original author of the patch that introduced the default behaviour to the -nv job extention, which I am changing in this patch: https://review.openstack.org/#/c/159916/321:33
mtreinishwhich I just think is just an abuse of using partial and a terrible recommended interface for using something21:33
anteayaif you have an opinion21:33
*** marun has joined #openstack-qa21:34
*** yamamoto has joined #openstack-qa21:35
HenryGmtreinish: o_O21:35
*** yamamoto has quit IRC21:39
*** SridharGaddam has quit IRC21:40
*** SridharG has joined #openstack-qa21:41
*** jhutton has quit IRC21:42
*** achanda has quit IRC21:43
*** bkopilov has quit IRC21:43
*** achanda has joined #openstack-qa21:44
*** dboik_ has joined #openstack-qa21:46
marunpc_m: hi21:47
pc_mmarun: hi21:47
pc_mI posted a Q on the neutron channel.21:47
pc_mDon't know if you saw it.21:48
*** dboik has quit IRC21:48
mtreinishHenryG: sry, 1 more nit to fix, after that I think I'm +221:49
pc_m15:08 my time (East Coast)21:49
*** dane_leblanc has quit IRC21:49
pc_mmarun: I can repost there, if you want.21:49
HenryGmtreinish: No, I think?21:50
pc_m(had pinged you on this channel inadvertently).21:50
mtreinishHenryG: oh, nope you're right I misread the code21:50
HenryGmtreinish: I don't put the list in 'result' in the loop.21:50
marunpc_m: no, it's not ready yet.  I have a wip I haven't posted to refactor run_tox.sh in th project-config repo21:51
*** aysyd has quit IRC21:51
*** cbader has quit IRC21:51
pc_mmarun: OK. Let me know the ID when you post, and I can add it as a depends-on for mine.21:51
*** ajo has joined #openstack-qa21:52
pc_mmarun: BTW: My DevStack changes for strongswan are upstreamed. So review can proceed with https://review.openstack.org/#/c/158389/21:52
pc_mmarun: If you get some time, can you kindly review.21:53
*** dims_ is now known as dimsum__21:53
pc_mplan is to use gate hook to select strongswan for devstack.21:53
*** sabeen1 has quit IRC21:57
*** dane_leblanc has joined #openstack-qa21:58
*** SridharG has quit IRC22:08
*** naggappan has joined #openstack-qa22:09
openstackgerritPeter Stachowski proposed openstack-dev/devstack: Change the Guest Agent log_dir to /var/log/trove  https://review.openstack.org/15813522:10
naggappanHi i just wanted to run only tempest.api.neutron test in tempest. I have provided public network ID and router ID. Also enabled in "api_extensions = all" in the tempest.conf but still it says 43 test ran and all are skip22:11
mtreinishnaggappan: it should say why they were skipped in the logs somewhere22:12
*** rfolco has quit IRC22:13
*** cody-somerville_ has joined #openstack-qa22:19
*** cody-somerville_ has quit IRC22:19
*** cody-somerville_ has joined #openstack-qa22:19
*** cody-somerville has quit IRC22:19
naggappanmtreinish: This is what i see in the output http://paste.openstack.org/show/183209/22:23
*** jamielennox is now known as jamielennox|away22:23
mtreinishnaggappan: run testr last --subunit | .venv/bin/subunit-trace it should print the skip messge22:25
mtreinishnaggappan: fwiw, we probably should switch the run_tempest script to not use the colorizer output filter anymore, if you wanted to push a patch to fix that22:27
*** e0ne has quit IRC22:30
*** jamielennox|away is now known as jamielennox22:30
*** pc_m has quit IRC22:31
*** jamielennox is now known as jamielennox|away22:39
*** jamielennox|away is now known as jamielennox22:40
*** ajo has quit IRC22:42
*** Ananci has quit IRC22:42
naggappanmtreinish  testr last --subunit | .venv/bin/subunit-trace   --> this says that subunit-trace not found. I created only .venv virtual environment not sure about that is that file subunit-trace is for and it is not present.22:44
*** abhirc has joined #openstack-qa22:51
mtreinishnaggappan: it should be installed with tempest-lib, if you isntalled tempest-lib in the system site-packages you can drop the .venv/bin because it should be in your default path22:51
mtreinishI just assumed since you were using run_tempest you were using the venv it creates by default22:52
naggappanmterinish ok thanks i will try that. I am running tempest without virutal env -N option22:52
mtreinishnaggappan: yep see that now in the pastebin22:52
naggappanActually i am trying to run the test against real time openstack. and not on the devastate.22:52
naggappanso i find difficulty in configuring22:53
mtreinishnaggappan: also looking at the traceback again you might want to check the neutron option in the service_available group22:53
naggappanmtreinish: grate i did not see that. looks like that is the issue. It was in false state22:54
mtreinishnaggappan: fwiw, I'm working on starting a tempest configuration guide here: https://review.openstack.org/#/c/157935/22:56
mtreinishif you have additional sections to add to it feel free to push a patch on top of that22:56
mtreinishit's just got the auth part in it for now, but the plan is to expand on it after it lands22:57
naggappanmtreinish : That's good. Once if everything works fine . I will put the missing information if if find any22:57
naggappani will try for neutron then22:57
*** abhirc has quit IRC22:58
*** FatDarrel has joined #openstack-qa23:00
*** flwang1 has quit IRC23:00
*** mriedem has quit IRC23:01
*** jgrimm is now known as zz_jgrimm23:01
*** jamielennox is now known as jamielennox|away23:06
*** andreykurilin_ has joined #openstack-qa23:12
*** jhenner has joined #openstack-qa23:13
flashgordonmtreinish: I forgot how easy it is to scrape data on people from gerrit http://paste.openstack.org/show/18323023:14
mtreinishflashgordon: heh, don't do that it shows how lazy I am with reviews :)23:14
openstackgerritJamie Lennox proposed openstack-dev/devstack: Create _member_ role in keystone bootstrap  https://review.openstack.org/15969023:14
flashgordonmtreinish: there is no where to hide23:15
mtreinishflashgordon: #13 is weird I don't think I left a comment on that patch23:16
*** achanda has quit IRC23:16
flashgordonPatch Set 10: Commit message was updated23:16
mtreinishthe date doesn't match23:17
mtreinishthat was on the 19th23:17
flashgordonhmm I think 'uploaded patch set 11' counts as a comment too23:18
flashgordonstrange23:18
*** dimtruck is now known as zz_dimtruck23:19
*** achanda has joined #openstack-qa23:20
openstackgerritTong Liu proposed openstack/tempest: Fix ICMP code/type in security group rule test  https://review.openstack.org/15892823:26
flashgordonmtreinish: is this better  http://paste.openstack.org/show/18323323:26
*** rbak has quit IRC23:27
mtreinishflashgordon: yeah I think so23:28
mtreinishflashgordon: how are you doing multiple comments on the same patch?23:28
flashgordonmtreinish: most recent23:28
mtreinishflashgordon: ok, that's what it looked like, just wanted to check23:28
flashgordonmtreinish: see https://github.com/jogo/lastcomment23:28
flashgordonmtreinish: just run ./lastcomment.py -n 'Matthew Treinish' -c 2023:29
mtreinishfinally figured out the preseeding issues, it's caused by: https://storyboard.openstack.org/#!/story/200009623:30
mtreinishnow I just need to figure out how to fix that bug23:30
mtreinishmordred: ^^^ you understand mysql any suggestions?23:31
mtreinishI think I recall asking you that before. and if memory serves your suggestion was to store the time < seconds in a separate field23:32
mordredyeah. just as an int or something23:33
mordredor, honestly, you could just store the whole thing as a bigint23:33
mordredand not as a timestamp23:33
mtreinishmordred: hmm, ok I'll give that a try23:33
mordredthe only thing you get from a timestamp or datatime type is ability to do in-sql data math on things23:33
mordredand human readable output in the myql commandline client23:34
mtreinishmordred: yeah I'm not doing any of data math in sql just on the python side23:34
mordredyeah - just make it a bigint then23:34
mtreinishalthough the human readable in the command line is useful because that's how I've been getting at the data for the most part since I don't have a better client interface yet23:35
mordredI mean, you'll have to calculate the now() when you insert23:35
mordredyou coudl also totally just do the subsecond stuff in another column23:35
mtreinishmordred: ok, well I'll figure something out. Thanks23:36
*** dims_ has joined #openstack-qa23:37
*** dimsum__ has quit IRC23:38
*** dims_ has quit IRC23:39
*** dimsum__ has joined #openstack-qa23:39
*** dane_leblanc has quit IRC23:45
naggappanHi mirish: is there any way to configure not to run in parallel23:45
openstackgerritAishwarya Thangappa proposed openstack-dev/devstack: Added devstack-with-lbaas-v2 installation documentation  https://review.openstack.org/15851223:45
*** zz_dimtruck is now known as dimtruck23:46
mtreinishnaggappan: heh, did you me mean? Yes you tell your test runner to not run in parallel (IIRC for run_tempest there is a concurrency flag)23:46
mtreinishwhich will pass the appropriate option to testr23:46
naggappanmtreinish : because is see lots of issues user are created and again the test fails stating that not able to create or update user roll . Like this http://paste.openstack.org/show/183239/23:46
naggappanrun_test always runs in parallel?23:48
naggappani mean run_tempest always runs testr in parallel. Because i see that in the script23:48
mtreinishnaggappan: that's a bug/config issue. You're trying to assign a role to a user which it has by default. it's unrelated to parallel23:49
mtreinishI have a fix up for that as part of a refactor in a bp, so it doesn't try to add that role automatically anymore23:50
mtreinishbut until that lands you should be able to get around it by setting the operator_role option in the object_storage group in the tempest conf to None23:51
*** hockeynut has quit IRC23:51
*** dboik has joined #openstack-qa23:51
mtreinishhttps://review.openstack.org/#/c/158941/18/tempest/common/isolated_creds.py23:51
*** hockeynut has joined #openstack-qa23:52
mtreinishif setting None doesn't work for you, I can respin that out as a separate patch and land it as a bug fix23:52
*** dboik_ has quit IRC23:54
*** dboik has quit IRC23:55
naggappanMtreinish: I am not using etc/account.yamal . This is what my identity configuration "http://paste.openstack.org/show/183240/"      . I have also created a user roll as _member_ and specified it in the config23:55
mtreinishnaggappan: 2 questions what is allow_tenant_isolation in the auth section, and what is the value of operator_role in the object_storage group23:58
mtreinishnaggappan: based on your earlier traceback you have tenant_isolation enabled which is try to add whatever the operator_role option is set to to a user23:59
mtreinishbut that user was already assigned that role (either because it was told to in a different option, or it gets that by default from keystone)23:59

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