*** catherineD has joined #openstack-qa | 00:01 | |
*** annashen has joined #openstack-qa | 00:03 | |
*** melwitt has quit IRC | 00:04 | |
*** hemna is now known as hemnafk | 00:06 | |
*** rbak has quit IRC | 00:06 | |
*** zz_dimtruck is now known as dimtruck | 00:11 | |
*** patrickeast_ has joined #openstack-qa | 00:19 | |
*** patrickeast__ has joined #openstack-qa | 00:20 | |
*** patri728 has joined #openstack-qa | 00:20 | |
*** patri586 has joined #openstack-qa | 00:20 | |
openstackgerrit | Merged openstack-dev/devstack: Revert change to remove lbaas from devstack; it breaks grenade. https://review.openstack.org/160913 | 00:21 |
---|---|---|
*** dboik_ has joined #openstack-qa | 00:25 | |
*** mfalatic has quit IRC | 00:27 | |
naggappan | hi i keep getting error "http://paste.openstack.org/show/187006/". when i run the tempest against my openstack environment | 00:30 |
naggappan | http://paste.openstack.org/show/187006/ | 00:31 |
naggappan | is this " tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes" a valid test case? | 00:31 |
*** yamamoto has quit IRC | 00:31 | |
naggappan | mtreinish: could you please give me some clue like why i get the above error . | 00:32 |
*** carl_baldwin has quit IRC | 00:33 | |
mtreinish | naggappan: that means the create security group call that is being sent to neutron is recieving a 500 response | 00:35 |
mtreinish | you'll have to look at the neutron logs to figure out what is going wrong | 00:36 |
mtreinish | a 500 error normally means the service (in this case neutron) stack traced | 00:37 |
*** annashen has quit IRC | 00:38 | |
mtreinish | andreaf: the other thing I was just thinking about is sometime in the future we might want a tool which counts the peak cred requests from a test class so we can give a better estimate on how many accounts to put in the yaml | 00:39 |
naggappan | mtreinish: yes i see error in neutron server log as this : http://paste.openstack.org/show/187008/ . (but its a default configuration in neutron i did not change anything. Just when the tempest case run i get this error for security group" . May be if i know exactly what the tempest case is trying to do i can check why it fails by manually | 00:39 |
mtreinish | naggappan: well take a look at the test code, its normally pretty easy to read what the test is trying to do | 00:41 |
*** catohornet has quit IRC | 00:41 | |
adam_g | jogo, you okay with me re-proposing my revision of that spec under a new change, to get ownership? | 00:41 |
*** catohornet has joined #openstack-qa | 00:41 | |
jogo | adam_g sure, just abandon my patch or something | 00:42 |
naggappan | mtreinish: ok i will check that out. It look similar to this bug :https://bugs.launchpad.net/neutron/+bug/1364166 . | 00:42 |
openstack | Launchpad bug 1364166 in neutron "Netaddr can't check IPv6 subnets for overlap" [Medium,Fix released] - Assigned to Sergey Shnaidman (sshnaidm) | 00:42 |
naggappan | thanks | 00:42 |
adam_g | jogo, i cant, only you can | 00:42 |
jogo | adam_g: what happens if you push a new patch and take over author and committer? | 00:44 |
jogo | is that enough? | 00:44 |
*** mahito has joined #openstack-qa | 00:44 | |
mtreinish | naggappan: yeah, that looks on point | 00:44 |
jogo | as it would be nice to keep the review comments history | 00:44 |
adam_g | jogo, maybe, lets see | 00:44 |
*** dmellado has quit IRC | 00:44 | |
adam_g | i dont think therse a way for me to get author, only comitter | 00:44 |
jogo | adam_g: git can change the author not sure if gerrit lets you though | 00:44 |
adam_g | jogo, yeah, gerrit wont | 00:45 |
mtreinish | adam_g: it will, the patch owner in gerrit will still be jogo though | 00:45 |
mtreinish | but the git commit author will change | 00:45 |
naggappan | mtreinish: I am wondering the fix is submitted for juno. But somehow tempest cases is passing for ice house also. | 00:45 |
adam_g | jogo, you wanna just abandon yours with a link to https://review.openstack.org/#/c/161047/ ? | 00:45 |
naggappan | mtreinish: May be i have to check that fix and apply in icehouse and try to run the test. will do that | 00:46 |
*** tsekiyam_ has joined #openstack-qa | 00:46 | |
mtreinish | naggappan: we probably aren't running it on icehouse in the gate. On icehouse we only run a subset of tests | 00:46 |
jogo | adam_g: done | 00:47 |
*** dmellado has joined #openstack-qa | 00:48 | |
naggappan | i used the exact tempest config which is used for icehouse. Except that i have created a public network and changed that ID. And created a role Member and changed the IP address | 00:48 |
mtreinish | naggappan: yes, but we also run with this testr regex: (?!.*\[.*\bslow\b.*\])((smoke)|(^tempest\.scenario)) | 00:49 |
adam_g | jogo, word. having thought about it more while revving that, it makes most sense to create a .gate file during the bot proposed requirements sync, thats effectively a snapshot of requirements at that time. the other way would have required installing all of global-requirements.txt on slaves everytime | 00:49 |
mtreinish | naggappan: and also run it serially instead of in parallel | 00:49 |
mtreinish | naggappan: on icehouse neutron had issues so it wasn't capable of running everything reliably | 00:50 |
*** mtanino has quit IRC | 00:50 | |
*** tsekiyama has quit IRC | 00:50 | |
naggappan | mtreinish: means ? could you point me an example how you run this? I am using ./run_tempest.sh | 00:50 |
*** tsekiyam_ has quit IRC | 00:51 | |
openstackgerrit | Jamie Lennox proposed openstack/tempest: Remove identity CLI tests https://review.openstack.org/161050 | 00:51 |
jamielennox | mtreinish, morganfainberg: ^ | 00:51 |
mtreinish | naggappan: something like: ./run_tempest.sh -t -- '(?!.*\[.*\bslow\b.*\])((smoke)|(^tempest\.scenario))' | 00:51 |
mtreinish | jamielennox: cool thanks | 00:52 |
*** topshare has joined #openstack-qa | 00:53 | |
*** madhu has quit IRC | 00:56 | |
*** topshare_ has joined #openstack-qa | 00:57 | |
*** topshare has quit IRC | 01:00 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest-lib: Handle missing launchpadlib gracefully https://review.openstack.org/159147 | 01:02 |
*** marrusl has quit IRC | 01:04 | |
*** mmedvede_ has quit IRC | 01:04 | |
*** apevec has quit IRC | 01:05 | |
naggappan | mtreinish: what does bslow regx pattern used for.. I am not seeing any difference in the test which is been run . will that be present in console log? to check how the run this test | 01:07 |
*** xgerman has quit IRC | 01:09 | |
*** jaypipes has quit IRC | 01:11 | |
*** dimtruck is now known as zz_dimtruck | 01:13 | |
*** yamamoto has joined #openstack-qa | 01:14 | |
*** dims_ has joined #openstack-qa | 01:17 | |
*** dims has quit IRC | 01:19 | |
*** salv-orlando has quit IRC | 01:20 | |
mtreinish | naggappan: the slow part just excludes tests tagged as slow | 01:20 |
mtreinish | the part that matters is the smoke and the scenario | 01:20 |
mtreinish | it means it'll only run tests that are tagged as smoke or in the scenario directory | 01:20 |
*** yamamoto has quit IRC | 01:20 | |
*** madhu has joined #openstack-qa | 01:26 | |
mtreinish | blogan: I have thought about there isn't anything really stopping the switch to use the lib instead of the incubator code | 01:30 |
mtreinish | blogan: my only concern at this point is the config options, because tempest still autogenerates the sample config files and runs check_uptodate. So switching to the lib will mean we risk an oslo.log release breaking that in tempest | 01:31 |
openstackgerrit | Merged openstack/tempest: Testcase to create domain with disable status https://review.openstack.org/157687 | 01:32 |
blogan | mtreinish: ah okay, i'm just wondering because we are doing tempest tests in tree now (at least bootstrapping it) and they use the tempest oslo incubator, so if we just used oslo_log I don't see that causing an issue but I could be missing something | 01:32 |
*** achanda has quit IRC | 01:35 | |
mtreinish | blogan: yeah I doubt that would be an issue. For the most part in tempest it just treats it like normal python logging | 01:35 |
mtreinish | the only place where we really start to leverage anything in oslo logging was the base rest client. But that's been migrated to tempest-lib (which uses oslo_log now) | 01:36 |
*** achanda has joined #openstack-qa | 01:41 | |
*** mlavalle has quit IRC | 01:42 | |
*** zz_dimtruck is now known as dimtruck | 01:42 | |
mtreinish | stevebaker: could you give me a hand and take care of ripping the heatclient cli tests out of tempest? It shouldn't be to hard :) | 01:42 |
stevebaker | mtreinish: sure, I can do that | 01:43 |
mtreinish | jamielennox: oh, you know what, can you respin your removal patch to drop the keystonclient line from the requirements file too? I completely forgot about that, I'll +2 right after | 01:43 |
mtreinish | stevebaker: cool, let me dig up jogo's ml post on how to do it | 01:43 |
mtreinish | it's pretty simple | 01:43 |
mtreinish | stevebaker: lists.openstack.org/pipermail/openstack-dev/2015-February/057458.html | 01:44 |
stevebaker | thanks | 01:44 |
stevebaker | bbl | 01:44 |
blogan | mtreinish: would you recommend import tempest_lib or tempest for in-tree tempest tests? | 01:47 |
*** jhenner has quit IRC | 01:47 | |
mtreinish | blogan: it depends on what you're trying to do, tempest_lib only has a subset of functionality (we're working on migrating more) | 01:48 |
mtreinish | blogan: but that being said tempest doesn't provide a stable interface for anything | 01:48 |
mtreinish | tempest also consumes tempest-lib where appropriate | 01:48 |
*** beisner has quit IRC | 01:48 | |
*** Sukhdev has quit IRC | 01:49 | |
blogan | mtreinish: well i know we need clients, smoke tests, and scenario tests | 01:49 |
blogan | mtreinish: i assume the runner is just nosetests and that should carry over okay, but not sure about all the plumbing that may go on | 01:49 |
mtreinish | blogan: heh, well the runner should never be nosetests, because it doesn't work for most things in tempest :) | 01:50 |
mtreinish | blogan: what exactly are you trying to do? | 01:50 |
*** beisner has joined #openstack-qa | 01:51 | |
blogan | lol well im out of the loop then | 01:51 |
mtreinish | s/most/some | 01:51 |
*** yamamoto has joined #openstack-qa | 01:52 | |
blogan | mtreinish: i'm working on neutron-lbaas, which is a new repository, but still in openstack. we're trying to get as much things in our tree as we can, and tempest tests seem like they were going that way | 01:52 |
blogan | mtreinish: so whatever we need to get in tree that gives us the ability to have full tempest test coverage is what we have to do, be it through tempest_lib or importing tempest for now and fixing as tempest_lib gets more features | 01:53 |
mtreinish | blogan: so you're working on moving the existing lbaas tests from tempest into the lbaas repo | 01:53 |
blogan | mtreinish: that would be the end goal, however we're keeping the v1 lbaas tests in tempest until we get a good path set by the v2 tests (we have a v1 lbaas api and v2 lbaas api) | 01:53 |
*** openstackrecheck has joined #openstack-qa | 01:54 | |
mtreinish | blogan: so have you connected with dougwig and marun on this, because that is slightly different from what we've been discussing | 01:54 |
blogan | mtreinish: ive bene talking with dougwig, and it may be that they have plans for v1 to get in sooner but that has been my assumption | 01:54 |
mtreinish | especially because after talking to dougwig during the initial repo split the plan was to remove all adv services tests from inside the tempest repo | 01:54 |
blogan | mtreinish: yeah i think thats the end goal, but right now we're focusing on the v2 tests right now, whcih are being written. I woudl like the v1 tests to get in as well asap | 01:55 |
marun | blogan: I'd like to see the tests removed from tempest asap | 01:56 |
mtreinish | blogan: so I believe marun has a patch up on neutron which shows how neutron is running tempest-like tests from the neutron repo, you probably want to use that same mechanism for the lbaas tests | 01:56 |
marun | blogan: so that neutron is no longer gating on them | 01:56 |
blogan | okay so if we moved the v1 tests in tree, would tempest_lib work or would we need to import tempest? | 01:56 |
mtreinish | blogan: most of the needed bits are still missing from tempest-lib | 01:57 |
marun | blogan: you'd have to import wholesale for now... | 01:57 |
marun | blogan: not all the required bits have been moved yet | 01:57 |
blogan | okay so the question arose today, as to why the tests are not using tempest_lib and are using tempest, that answers the question | 01:57 |
marun | blogan: https://review.openstack.org/#/c/158021/ | 01:58 |
blogan | thanks marun | 01:58 |
blogan | oh good using a tempest directory too | 01:59 |
blogan | alright i believe that answers my questions, thanks for the answers mtreinish and marun | 01:59 |
*** jamielennox is now known as jamielennox|away | 01:59 | |
marun | blogan: the idea is to remove/replace the in-tree tempest stuff as it gets moved to tempest-;lib | 01:59 |
blogan | thats what i thought and i am perfectly fine with, similar to replacing the oslo incubator imports with the ones that graduate | 02:00 |
*** ChuckC has quit IRC | 02:04 | |
dougwig | mtreinish, blogan - the only difference i'd add from blogan is that the plan for v1 is separate from v2 (lbaas). the existing adv.services tempest tests, we're waiting for marun's work to move tempest in-tree in neutron, and then we're further splitting into the service repos. that's v1. for lbaas v2, we just started it in-tree directly.. | 02:05 |
dougwig | lbaas v1, vpn, and fwaas splitting out of tempest will all happen at the same time. | 02:06 |
blogan | ah okay | 02:06 |
*** dimtruck is now known as zz_dimtruck | 02:11 | |
*** jhenner has joined #openstack-qa | 02:11 | |
*** patrickeast has quit IRC | 02:19 | |
*** patrickeast__ has quit IRC | 02:20 | |
*** patri728 has quit IRC | 02:20 | |
*** patri586 has quit IRC | 02:20 | |
*** patrickeast_ has quit IRC | 02:20 | |
*** salv-orlando has joined #openstack-qa | 02:20 | |
*** achanda has quit IRC | 02:25 | |
*** zz_dimtruck is now known as dimtruck | 02:33 | |
*** achanda has joined #openstack-qa | 02:33 | |
*** jamielennox|away is now known as jamielennox | 02:37 | |
*** weshay has quit IRC | 02:39 | |
*** Longgeek has joined #openstack-qa | 02:47 | |
*** marun has quit IRC | 02:49 | |
*** ChuckC has joined #openstack-qa | 02:49 | |
*** jamielennox is now known as jamielennox|away | 02:52 | |
*** chandankumar has joined #openstack-qa | 02:54 | |
*** ChuckC has quit IRC | 02:54 | |
*** ChuckC has joined #openstack-qa | 02:54 | |
*** jamielennox|away is now known as jamielennox | 02:55 | |
*** catohornet has quit IRC | 02:55 | |
*** jamielennox is now known as jamielennox|away | 02:56 | |
*** jamielennox|away is now known as jamielennox | 02:57 | |
*** achanda has quit IRC | 03:05 | |
*** ChuckC has quit IRC | 03:06 | |
*** ChuckC has joined #openstack-qa | 03:06 | |
*** BharatK has joined #openstack-qa | 03:09 | |
openstackrecheck | Console logs not available after 13:24s for gate-cinder-pylint 160417,4,6d7ef8f | 03:10 |
*** achanda has joined #openstack-qa | 03:10 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/159329 failed because of: gate-tempest-dsvm-nova-v21-full: https://bugs.launchpad.net/bugs/1311066 | 03:10 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 03:10 |
*** dimtruck is now known as zz_dimtruck | 03:13 | |
*** phd2 has quit IRC | 03:13 | |
*** dims_ has quit IRC | 03:17 | |
*** naggappan has quit IRC | 03:17 | |
*** FatDarrel has joined #openstack-qa | 03:17 | |
*** FatDarrel has quit IRC | 03:19 | |
*** harlowja_ is now known as harlowja_away | 03:21 | |
*** jecarey has quit IRC | 03:21 | |
*** salv-orlando has quit IRC | 03:21 | |
*** Poornima has joined #openstack-qa | 03:29 | |
*** yamahata has quit IRC | 03:29 | |
*** achanda has quit IRC | 03:30 | |
*** patrickeast has joined #openstack-qa | 03:31 | |
*** patrickeast has quit IRC | 03:33 | |
*** xgerman has joined #openstack-qa | 03:47 | |
*** jhenner has quit IRC | 03:50 | |
*** zz_dimtruck is now known as dimtruck | 03:52 | |
openstackgerrit | Zengfa Gao proposed openstack/tempest: Add API tests for Neutron subnetpool https://review.openstack.org/159644 | 03:53 |
*** achanda has joined #openstack-qa | 03:55 | |
*** flwang1 has quit IRC | 03:56 | |
xgerman | Hi | 04:13 |
xgerman | what's the difference between tempest-lib and tempest and what should we use for in-tree tempest tests? | 04:14 |
*** madhu has quit IRC | 04:16 | |
*** adam_g has quit IRC | 04:20 | |
*** ygoto has joined #openstack-qa | 04:21 | |
*** stevebaker has quit IRC | 04:21 | |
*** hughsaunders has quit IRC | 04:24 | |
*** adam_g has joined #openstack-qa | 04:28 | |
*** adam_g has quit IRC | 04:28 | |
*** adam_g has joined #openstack-qa | 04:28 | |
*** Madan has joined #openstack-qa | 04:30 | |
*** stevebaker has joined #openstack-qa | 04:34 | |
gmann | xgerman: some common framework has been split out from tempest into a lib (tempest-lib) | 04:35 |
*** madhu has joined #openstack-qa | 04:35 | |
gmann | xgerman: so that other projects can use the same to develop their functional tests | 04:35 |
*** hughsaunders has joined #openstack-qa | 04:35 | |
xgerman | thanks gmann - so if we put tempest tests in tree we should use the temepst-lib or tempest or both? I am from neutron-lbaas | 04:36 |
gmann | xgerman: actually there many items to be move to lib to use tempest-lib, till then i think you need to use tempest | 04:37 |
gmann | xgerman: service clients are not yet moved ti tempest-lib which you use for tests. | 04:38 |
xgerman | we mostly do api tests... | 04:38 |
gmann | xgerman: please check today discussion between mtreinish, blogan and marun. Same was discussed there about lbaas testing | 04:41 |
xgerman | ok, thanks | 04:41 |
gmann | xgerman: around 3 hr back on this channel only | 04:41 |
*** dimtruck is now known as zz_dimtruck | 04:44 | |
*** rvcehimanshu has joined #openstack-qa | 04:45 | |
*** openstackgerrit has quit IRC | 04:46 | |
*** openstackgerrit has joined #openstack-qa | 04:52 | |
*** comstud has quit IRC | 05:00 | |
*** rvcehimanshu has quit IRC | 05:04 | |
*** bkopilov has joined #openstack-qa | 05:05 | |
*** rvcehimanshu has joined #openstack-qa | 05:06 | |
*** chandankumar has quit IRC | 05:09 | |
*** chandankumar has joined #openstack-qa | 05:10 | |
*** rvcehimanshu has quit IRC | 05:13 | |
*** rvcehimanshu has joined #openstack-qa | 05:14 | |
*** yamamoto_ has joined #openstack-qa | 05:20 | |
*** yamamoto has quit IRC | 05:20 | |
openstackgerrit | Jamie Lennox proposed openstack/tempest: Remove identity CLI tests https://review.openstack.org/161050 | 05:27 |
*** achanda has quit IRC | 05:28 | |
*** Longgeek has quit IRC | 05:28 | |
*** BharatK has quit IRC | 05:28 | |
*** woodster_ has quit IRC | 05:30 | |
*** jamielennox is now known as jamielennox|away | 05:32 | |
*** openstack has joined #openstack-qa | 05:36 | |
-sendak.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp | 05:36 | |
*** salv-orlando has joined #openstack-qa | 05:38 | |
*** amotoki has joined #openstack-qa | 05:43 | |
*** rvcehimanshu has quit IRC | 05:44 | |
*** BharatK has joined #openstack-qa | 05:45 | |
*** rvcehimanshu has joined #openstack-qa | 05:45 | |
*** xgerman has quit IRC | 05:49 | |
*** k4n0 has joined #openstack-qa | 05:49 | |
*** k4n0 has quit IRC | 05:50 | |
*** k4n0 has joined #openstack-qa | 05:54 | |
openstackgerrit | yalei wang proposed openstack/tempest: Add port-security extension test for Neutron https://review.openstack.org/160727 | 05:56 |
*** chandankumar has quit IRC | 06:06 | |
*** Longgeek has joined #openstack-qa | 06:08 | |
*** lbragstad has quit IRC | 06:08 | |
*** lbragstad has joined #openstack-qa | 06:10 | |
*** woodster_ has joined #openstack-qa | 06:10 | |
*** ymorkovn has joined #openstack-qa | 06:12 | |
*** rvcehimanshu has quit IRC | 06:14 | |
*** ymorkovn1 has joined #openstack-qa | 06:15 | |
*** achanda has joined #openstack-qa | 06:16 | |
*** ymorkovn has quit IRC | 06:17 | |
*** JayF has quit IRC | 06:17 | |
*** rvcehimanshu has joined #openstack-qa | 06:18 | |
*** pcrews has quit IRC | 06:19 | |
*** yfried has quit IRC | 06:19 | |
*** lbragstad has quit IRC | 06:19 | |
*** lbragstad has joined #openstack-qa | 06:22 | |
*** topshare_ has quit IRC | 06:28 | |
*** chandankumar has joined #openstack-qa | 06:28 | |
*** salv-orlando has quit IRC | 06:29 | |
*** openstackrecheck has quit IRC | 06:33 | |
*** topshare has joined #openstack-qa | 06:33 | |
*** topshare_ has joined #openstack-qa | 06:35 | |
*** itzikb has joined #openstack-qa | 06:37 | |
*** topshare has quit IRC | 06:38 | |
*** gamado has quit IRC | 06:40 | |
*** rvcehimanshu has quit IRC | 06:47 | |
*** rvcehimanshu has joined #openstack-qa | 06:48 | |
*** k4n0 has quit IRC | 06:51 | |
*** jogo has quit IRC | 06:53 | |
*** yfried has joined #openstack-qa | 06:55 | |
openstackgerrit | Sergey Reshetnyak proposed openstack/tempest: Replacing data_processing with data-processing https://review.openstack.org/135489 | 07:00 |
*** xgerman has joined #openstack-qa | 07:01 | |
*** rvcehimanshu has quit IRC | 07:02 | |
BharatK | https://review.openstack.org/#/c/160664/ | 07:03 |
BharatK | I got Code-Review+2 Workflow+1 to this patch | 07:03 |
BharatK | Waiting for Jenkins approval | 07:03 |
BharatK | But I waiting since 3 hours, and I am not able to find this integration job in http://status.openstack.org/zuul/ | 07:03 |
*** flwang has quit IRC | 07:04 | |
*** rvcehimanshu has joined #openstack-qa | 07:07 | |
*** flwang has joined #openstack-qa | 07:07 | |
*** lbragstad has quit IRC | 07:08 | |
*** pcrews has joined #openstack-qa | 07:09 | |
*** xgerman_ has joined #openstack-qa | 07:17 | |
*** gfidente has joined #openstack-qa | 07:20 | |
*** xgerman has quit IRC | 07:21 | |
*** Longgeek has quit IRC | 07:21 | |
*** xgerman_ has quit IRC | 07:22 | |
*** yfried is now known as yfried|afk | 07:23 | |
*** yfried|afk is now known as yfried | 07:26 | |
*** SridharG has joined #openstack-qa | 07:29 | |
*** neeti has joined #openstack-qa | 07:30 | |
*** rvcehimanshu has quit IRC | 07:31 | |
*** david-lyle_afk has joined #openstack-qa | 07:33 | |
*** Longgeek has joined #openstack-qa | 07:34 | |
*** vigneshvar has joined #openstack-qa | 07:34 | |
*** gszasz has joined #openstack-qa | 07:37 | |
*** mpaolino has joined #openstack-qa | 07:38 | |
*** topshare_ has quit IRC | 07:39 | |
openstackgerrit | Vincent Hou proposed openstack-dev/devstack: Set my_ip in cinder.conf with value of HOST_IP https://review.openstack.org/161116 | 07:41 |
*** topshare has joined #openstack-qa | 07:43 | |
openstackgerrit | Merged openstack/tempest: Move to hacking 0.10 https://review.openstack.org/159246 | 07:43 |
openstackgerrit | Merged openstack/tempest: Fix and re-enable H105 https://review.openstack.org/159247 | 07:44 |
*** mpaolino has quit IRC | 07:46 | |
*** nmagnezi has joined #openstack-qa | 07:46 | |
*** mpaolino has joined #openstack-qa | 07:47 | |
*** ygoto has quit IRC | 07:47 | |
*** afazekas has quit IRC | 07:48 | |
*** openstackgerrit has quit IRC | 07:49 | |
*** openstackgerrit has joined #openstack-qa | 07:49 | |
*** flwang1 has joined #openstack-qa | 07:50 | |
*** anshul has joined #openstack-qa | 07:50 | |
*** anshul has quit IRC | 07:50 | |
*** anshul has joined #openstack-qa | 07:51 | |
*** amotoki has quit IRC | 07:57 | |
*** amotoki has joined #openstack-qa | 07:57 | |
*** rdekel has joined #openstack-qa | 07:58 | |
*** madhu has quit IRC | 07:58 | |
*** k4n0 has joined #openstack-qa | 08:02 | |
openstackgerrit | Ruijing proposed openstack-dev/devstack: Closes-Bug: #1427086 Author: Ruijing Guo <ruijing.guo@intel.com> export OS_* creds variables even if keystone is not installed in network/computer node https://review.openstack.org/161121 | 08:02 |
openstack | bug 1427086 in devstack "network node without keystone service is unsuccefully installed" [Undecided,New] https://launchpad.net/bugs/1427086 - Assigned to Ruijing (ruijing-guo) | 08:02 |
*** ajo has quit IRC | 08:02 | |
*** markus_z has joined #openstack-qa | 08:03 | |
*** psedlak has quit IRC | 08:06 | |
*** shardy has joined #openstack-qa | 08:12 | |
*** achanda has quit IRC | 08:12 | |
*** sergsh has joined #openstack-qa | 08:12 | |
*** openstackrecheck has joined #openstack-qa | 08:14 | |
*** mpaolino has quit IRC | 08:15 | |
*** salv-orlando has joined #openstack-qa | 08:15 | |
*** mpaolino has joined #openstack-qa | 08:15 | |
*** sergsh has quit IRC | 08:17 | |
*** mpaolino has quit IRC | 08:18 | |
*** mpaolino has joined #openstack-qa | 08:19 | |
*** woodster_ has quit IRC | 08:20 | |
*** e0ne has joined #openstack-qa | 08:20 | |
*** mpaolino has quit IRC | 08:21 | |
*** mpaolino has joined #openstack-qa | 08:21 | |
openstackgerrit | Ruijing proposed openstack-dev/devstack: Closes-Bug: #1427086 Author: Ruijing Guo <ruijing.guo@intel.com> https://review.openstack.org/161125 | 08:22 |
openstack | bug 1427086 in devstack "network node without keystone service is unsuccefully installed" [Undecided,In progress] https://launchpad.net/bugs/1427086 - Assigned to Ruijing (ruijing-guo) | 08:22 |
*** mpaolino has quit IRC | 08:23 | |
*** mpaolino has joined #openstack-qa | 08:23 | |
*** yamahata has joined #openstack-qa | 08:26 | |
openstackgerrit | Merged openstack/tempest: Remove CONF reference from servers client https://review.openstack.org/160581 | 08:28 |
*** mpaolino has quit IRC | 08:28 | |
*** mpaolino has joined #openstack-qa | 08:29 | |
*** topshare has quit IRC | 08:29 | |
*** vigneshvar has quit IRC | 08:30 | |
*** topshare has joined #openstack-qa | 08:30 | |
-openstackstatus- NOTICE: Zuul check queue stuck due to reboot maintenance window at one of our cloud providers - no need to recheck changes at the moment, they won't move forward. | 08:31 | |
*** ChanServ changes topic to "Zuul check queue stuck due to reboot maintenance window at one of our cloud providers - no need to recheck changes at the moment, they won't move forward." | 08:31 | |
*** sergsh has joined #openstack-qa | 08:31 | |
*** mahito has quit IRC | 08:31 | |
*** mpaolino has quit IRC | 08:32 | |
*** mpaolino has joined #openstack-qa | 08:32 | |
*** psedlak has joined #openstack-qa | 08:34 | |
openstackgerrit | Merged openstack/tempest: Remove CONF values from images clients https://review.openstack.org/160613 | 08:34 |
*** yfried is now known as yfried|afk | 08:36 | |
*** yfried|afk is now known as yfried | 08:36 | |
*** ajo has joined #openstack-qa | 08:38 | |
*** yamamoto_ has quit IRC | 08:38 | |
*** e0ne has quit IRC | 08:42 | |
*** _afezekas|pub has joined #openstack-qa | 08:42 | |
*** jlanoux has joined #openstack-qa | 08:42 | |
*** vigneshvar has joined #openstack-qa | 08:45 | |
*** salv-orlando has quit IRC | 08:45 | |
*** salv-orlando has joined #openstack-qa | 08:45 | |
*** jordanP has joined #openstack-qa | 08:48 | |
*** mpaolino has quit IRC | 08:50 | |
*** mpaolino has joined #openstack-qa | 08:50 | |
*** achanda has joined #openstack-qa | 08:52 | |
*** mpaolino has quit IRC | 09:00 | |
*** mpaolino has joined #openstack-qa | 09:01 | |
*** yfried is now known as yfried|afk | 09:01 | |
*** yfried|afk is now known as yfried | 09:03 | |
*** mpaolino has quit IRC | 09:05 | |
*** mpaolino has joined #openstack-qa | 09:06 | |
openstackgerrit | git-harry proposed openstack/tempest: Start instances using fixed network when possible https://review.openstack.org/159776 | 09:07 |
*** openstack has joined #openstack-qa | 15:28 | |
*** zz_dimtruck is now known as dimtruck | 15:34 | |
andreaf | mtreinish: I think we should still catch the InvalidConfiguration exception - when tenant isolation is true, if admin creds are missing or misconfigured, you'll get an InvalidConfiguration | 15:34 |
mtreinish | andreaf: but, that's a failure isn't it? Shouldn't we just explode/fail | 15:35 |
andreaf | mtreinish: oh, actually yes, because everything else will also fail | 15:36 |
*** Poornima has joined #openstack-qa | 15:37 | |
andreaf | mtreinish: +2 | 15:38 |
*** marun has joined #openstack-qa | 15:38 | |
mtreinish | hooray \o/ | 15:39 |
mtreinish | my OCD would really like it if rev. 30 was the one that landed :) | 15:41 |
*** yfried has joined #openstack-qa | 15:41 | |
*** marun has quit IRC | 15:43 | |
*** mattoliverau has quit IRC | 15:43 | |
*** hemnafk is now known as hemna | 15:44 | |
*** Sukhdev has joined #openstack-qa | 15:46 | |
*** dustins_ has quit IRC | 15:50 | |
andreaf | mtreinish: :D | 15:51 |
*** dkranz has quit IRC | 15:51 | |
*** ChuckC_ has joined #openstack-qa | 15:54 | |
*** lbragstad has joined #openstack-qa | 15:56 | |
*** dustins has joined #openstack-qa | 15:57 | |
*** ihrachyshka has quit IRC | 15:58 | |
*** Bsony has quit IRC | 16:03 | |
*** dustins has quit IRC | 16:04 | |
*** dkranz has joined #openstack-qa | 16:05 | |
*** mattoliverau has joined #openstack-qa | 16:05 | |
*** tsekiyama has joined #openstack-qa | 16:05 | |
mtreinish | andreaf: on https://review.openstack.org/#/c/157935/ was there a reason you didn't +A it? | 16:12 |
*** ihrachyshka has joined #openstack-qa | 16:13 | |
*** ihrachyshka has quit IRC | 16:15 | |
*** yjiang5 has quit IRC | 16:15 | |
*** ihrachyshka has joined #openstack-qa | 16:15 | |
*** rdekel has quit IRC | 16:24 | |
openstackgerrit | Merged openstack/tempest: Editing comment in test "test_trust_expire" https://review.openstack.org/159033 | 16:25 |
*** jaypipes has joined #openstack-qa | 16:26 | |
*** ChanServ sets mode: +o jaypipes | 16:26 | |
openstackgerrit | Merged openstack/tempest: Skip test_subnet_details for baremetal https://review.openstack.org/160948 | 16:27 |
openstackgerrit | Merged openstack/tempest: Allow tenant isolation by default https://review.openstack.org/157052 | 16:27 |
*** neeti has joined #openstack-qa | 16:30 | |
*** nmagnezi has quit IRC | 16:31 | |
*** ymorkovn has quit IRC | 16:33 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/158533 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/1425310, gate-tempest-dsvm-nova-v21-full: https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/1344513 | 16:34 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 16:34 |
openstack | Launchpad 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] | 16:34 |
openstack | Launchpad bug 1344513 in Cinder "test_cinder_encryption_type_list fails" [Undecided,New] | 16:34 |
*** neeti has quit IRC | 16:37 | |
*** k4n0 has quit IRC | 16:37 | |
*** Poornima has quit IRC | 16:38 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Switch swift tests to use cred_provider with roles https://review.openstack.org/158941 | 16:39 |
openstackgerrit | Matthew Treinish proposed openstack-dev/devstack: Do Not Merge: Test test-accounts with roles https://review.openstack.org/158511 | 16:40 |
*** rwsu-afk is now known as rwsu | 16:42 | |
*** mrodden has quit IRC | 16:42 | |
*** mrda has quit IRC | 16:43 | |
*** mrodden has joined #openstack-qa | 16:44 | |
*** cbader has joined #openstack-qa | 16:45 | |
*** chandankumar has quit IRC | 16:49 | |
mriedem | sdague: semi-interesting discussion in https://review.openstack.org/#/c/156166/ regarding how long sqlalchemy-migrate should support sqlalchemy>=0.7.8 | 16:50 |
mriedem | juno required sqla 0.8.4, kilo requires 0.9.7 | 16:50 |
mriedem | but it's a library, so i guess we could bend over backwards as long as it works | 16:50 |
mriedem | 0.7.10 and 0.9.8 are actually tested by ci too, 0.8.x isn't | 16:50 |
mriedem | i'd have to talk to zzzeek to see if there are any things we're keeping around as cruft to support 0.7 | 16:51 |
sdague | mriedem: honestly, as it's a life support library, I think it would be fine to do a 0.9 release which drops support of sqla < 0.9.8 | 16:52 |
sdague | drop the jobs, and stop worring about it otherwise | 16:53 |
*** anshul has quit IRC | 16:54 | |
mriedem | cut the cord?! | 16:54 |
mriedem | i need that old spice my boy has become a man commercial right about now | 16:55 |
mriedem | it is due for a 1.0.0 release | 16:55 |
openstackgerrit | nithya-ganesan proposed openstack/tempest: WIP - Define validation_resources function for ssh validation https://review.openstack.org/149229 | 16:55 |
mriedem | i'd be cool with dropping sqla < 0.9.8 at that point | 16:55 |
*** Noice has joined #openstack-qa | 16:56 | |
*** ihrachyshka has quit IRC | 16:59 | |
*** patrickeast has quit IRC | 16:59 | |
*** safchain has quit IRC | 17:00 | |
*** tonyb has quit IRC | 17:03 | |
*** mikal has quit IRC | 17:03 | |
andreaf | mtreinish: only I wasn't sure if for docs there was a special policy (like specs) | 17:03 |
mtreinish | andreaf: nope, just a regular patch :) | 17:03 |
andreaf | mtreinish: ok +A | 17:03 |
*** dustins has joined #openstack-qa | 17:03 | |
*** dustins has quit IRC | 17:04 | |
*** amotoki has quit IRC | 17:04 | |
*** jlanoux has quit IRC | 17:05 | |
*** rdekel has joined #openstack-qa | 17:05 | |
*** SridharG has joined #openstack-qa | 17:05 | |
*** pkoniszewski has joined #openstack-qa | 17:05 | |
*** mrodden has quit IRC | 17:06 | |
*** mrodden has joined #openstack-qa | 17:06 | |
*** rdekel has quit IRC | 17:09 | |
mtreinish | andreaf: cool, thanks | 17:10 |
blogan | mtreinish, dtroyer: got a question about the grenade job and devstack if either of you can answer | 17:11 |
blogan | or anyone who can answer grenade and devstack questions | 17:11 |
openstackgerrit | Merged openstack-dev/devstack: Add bash completion for OSC https://review.openstack.org/148679 | 17:11 |
*** e0ne is now known as e0ne_ | 17:12 | |
*** e0ne_ is now known as e0ne | 17:12 | |
-openstackstatus- NOTICE: Issue solved, gate slowly digesting accumulated changes | 17:16 | |
*** pkoniszewski has quit IRC | 17:16 | |
*** Nic has joined #openstack-qa | 17:17 | |
*** Sukhdev has quit IRC | 17:20 | |
openstackgerrit | Merged openstack-dev/devstack: Add support for using IPA with iSCSI https://review.openstack.org/159178 | 17:22 |
*** e0ne is now known as e0ne_ | 17:23 | |
openstackgerrit | Merged openstack-dev/devstack: Complete the support of MatchMakerRedis driver https://review.openstack.org/143533 | 17:23 |
openstackgerrit | Merged openstack-dev/devstack: Add guestagent to defined Trove conf variables https://review.openstack.org/160632 | 17:23 |
openstackrecheck | Console logs not available after 13:29s for check-tempest-dsvm-neutron-full 160727,2,abeeaf5 | 17:24 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/160863 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1384373 https://bugs.launchpad.net/bugs/1311066 | 17:24 |
openstack | Launchpad bug 1384373 in OpenStack-Gate "fatal: Could not read from remote repository" [Medium,Triaged] - Assigned to Clark Boylan (cboylan) | 17:24 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 17:24 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Add scenario 'test_preserve_preexisting_port' https://review.openstack.org/160924 | 17:24 |
*** cdent has quit IRC | 17:33 | |
*** sergsh has quit IRC | 17:40 | |
*** e0ne has joined #openstack-qa | 17:41 | |
*** e0ne has quit IRC | 17:41 | |
*** chandankumar has joined #openstack-qa | 17:43 | |
*** nmagnezi has joined #openstack-qa | 17:44 | |
*** afazekas has quit IRC | 17:44 | |
*** mrodden has quit IRC | 17:45 | |
*** mrodden has joined #openstack-qa | 17:45 | |
*** patrickeast has joined #openstack-qa | 17:47 | |
*** jogo has joined #openstack-qa | 17:47 | |
*** mwagner_lap has quit IRC | 17:49 | |
*** dkranz has quit IRC | 17:51 | |
*** anshul has joined #openstack-qa | 17:53 | |
*** achanda has joined #openstack-qa | 17:54 | |
hogepodge | clarkb For some reason this patch has fallen out of the gate. https://review.openstack.org/#/c/139499/ | 17:57 |
*** afazekas has joined #openstack-qa | 17:57 | |
mtreinish | blogan: you should just ask the question people will respond when they're around that way | 17:57 |
*** patrickeast_ has joined #openstack-qa | 17:58 | |
clarkb | hogepodge: not sure I have logs that go back to december to figure out why | 17:58 |
*** patrickeast__ has joined #openstack-qa | 17:58 | |
clarkb | hogepodge: try reapproving it | 17:58 |
*** patri251 has joined #openstack-qa | 17:58 | |
hogepodge | clarkb yeah, I tried to recheck and it was missed | 17:58 |
*** patri498 has joined #openstack-qa | 17:58 | |
hogepodge | I don't have the juice to reapprove. | 17:58 |
clarkb | recheck won't help because gerrit | 17:58 |
clarkb | hogepodge: ok there is a thing I can do, one moment | 17:58 |
clarkb | its queued (I had to delete the jenkins +1 and recheck because gerrit events don't emit values if they don't change beause gerrit is high) | 17:59 |
*** dkranz has joined #openstack-qa | 18:00 | |
*** erlon has joined #openstack-qa | 18:00 | |
*** patri461 has joined #openstack-qa | 18:01 | |
*** patri582 has joined #openstack-qa | 18:01 | |
*** SridharG has left #openstack-qa | 18:02 | |
*** markus_z has quit IRC | 18:03 | |
*** annashen has joined #openstack-qa | 18:03 | |
*** marun has joined #openstack-qa | 18:06 | |
*** gordc has left #openstack-qa | 18:07 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Switch swift tests to use cred_provider with roles https://review.openstack.org/158941 | 18:09 |
openstackgerrit | Matthew Treinish proposed openstack-dev/devstack: Do Not Merge: Test test-accounts with roles https://review.openstack.org/158511 | 18:10 |
*** flwang has quit IRC | 18:18 | |
*** luqas__ has quit IRC | 18:19 | |
*** harlowja_away is now known as harlowja_ | 18:19 | |
*** jordanP has quit IRC | 18:20 | |
*** e0ne has joined #openstack-qa | 18:22 | |
*** gszasz has quit IRC | 18:22 | |
*** afazekas has quit IRC | 18:31 | |
*** flwang1 has quit IRC | 18:35 | |
openstackgerrit | Richard Winters proposed openstack/tempest: Update test to fail instead of skip if floating pool is already allocated https://review.openstack.org/161352 | 18:36 |
*** FatDarrel has joined #openstack-qa | 18:36 | |
*** ChuckC_ has quit IRC | 18:46 | |
*** jhesketh has quit IRC | 18:47 | |
*** chandankumar has quit IRC | 18:52 | |
*** jhesketh has joined #openstack-qa | 18:53 | |
jogo | did all of rax just reboot? | 18:55 |
clarkb | jogo: not all of it | 18:56 |
jogo | clarkb: my IRC box went down last night | 18:56 |
clarkb | dfw was last night | 18:56 |
clarkb | ord and iad are different days I forget which | 18:56 |
jogo | ahh | 18:56 |
jogo | some sort of security fix? | 18:56 |
*** chandankumar has joined #openstack-qa | 18:56 | |
jogo | mtreinish: FYI your thoughts on https://review.openstack.org/#/c/160914/ would be useful | 18:57 |
clarkb | jogo: yes they announced the reboots last week | 18:57 |
hogepodge | mtreinish did I mess up on the uuids? | 18:57 |
clarkb | and the Xen vulnerability is still under embargo while the various clouds reboot | 18:57 |
jogo | mtreinish: add grenade+neutron to devstack | 18:57 |
jogo | clarkb: ahh | 18:57 |
jogo | clarkb: if only they could do live migration :) | 18:57 |
*** dustins_ has joined #openstack-qa | 18:57 | |
jogo | so does this mean AWS has a rolling reboot as well? | 18:58 |
clarkb | I think AWS said not all of their regions are affected but for those that are reboots are happening | 18:58 |
sdague | jogo: they put something out there today that said they had a way around that, I believe | 18:58 |
jogo | sdague: ahh | 18:58 |
*** dustins_ is now known as dustins | 18:58 | |
*** mwagner_lap has joined #openstack-qa | 18:59 | |
*** mrodden has quit IRC | 19:02 | |
*** e0ne is now known as e0ne_ | 19:05 | |
*** e0ne_ has quit IRC | 19:05 | |
*** yfried has quit IRC | 19:06 | |
*** mrodden has joined #openstack-qa | 19:09 | |
*** Sukhdev has joined #openstack-qa | 19:10 | |
*** e0ne has joined #openstack-qa | 19:16 | |
*** ChanServ changes topic to "All Things QA..." | 19:16 | |
*** tkammer has quit IRC | 19:16 | |
*** e0ne is now known as e0ne_ | 19:16 | |
marun | dkranz: hi | 19:18 |
marun | dkranz: regarding your comment on https://review.openstack.org/#/c/158021/ | 19:18 |
marun | dkranz: I think it would be great if we could pin on tempest-lib, but would that be compatible with global requirements? | 19:18 |
*** Ananci has quit IRC | 19:19 | |
*** chandankumar has quit IRC | 19:19 | |
marun | mtreinish: ping | 19:19 |
*** e0ne_ is now known as e0ne | 19:20 | |
marun | mtreinish: copying tempest code into neutron results in some pep8 failures because the 2 projects have differential enforcement | 19:20 |
marun | https://review.openstack.org/#/c/158021/4//COMMIT_MSG | 19:20 |
marun | mtreinish: do you have any interest in resolving any of the 3 outstanding issues I'm seeing in the tempest repo (and I'm happy to help) or should it be done entirely on the neutron side? | 19:21 |
marun | mtreinish: make that 2 issues - N321 and H105 | 19:21 |
*** Bsony has joined #openstack-qa | 19:24 | |
dkranz | marun: I guess I was getting ahead of myself in assuming that of course there could not be any problem with pinning a version | 19:24 |
*** BharatK has quit IRC | 19:24 | |
*** aix has quit IRC | 19:24 | |
dkranz | marun: but in your gate job, wouldn't neutron be the only thing using tempest-lib? | 19:25 |
marun | dkranz: yes | 19:25 |
dkranz | marun: That job should not be installing tempest | 19:25 |
marun | dkranz: my conception of global requirements is that it is more about packaging than anything else | 19:25 |
marun | dkranz: so that distros don't have to ship multiple copies of the same library for different applications | 19:26 |
marun | dkranz: it would seem to have the same problem as co-gating, though | 19:26 |
marun | dkranz: in that we always have to be on the same page | 19:26 |
dkranz | marun: I think it is more that pip is global and you cannot have more than one version installed. Same for rpm/deb, etc. | 19:27 |
*** Nic has quit IRC | 19:27 | |
dkranz | marun: but jogo and others are dismantling the global requirements I think. He could answer this. | 19:27 |
marun | dkranz: pip doesn't have to be global. venvs ftw | 19:28 |
openstackgerrit | Luigi Toscano proposed openstack/tempest: Decouple Sahara templates test from vanilla plugin https://review.openstack.org/161370 | 19:28 |
marun | dkranz: but what I'm suggesting is that maybe we need to be allowed to converge on common versions of libraries rather than forcing it all the time | 19:28 |
dkranz | marun: yes, but I think all components are now installed in the same venv | 19:28 |
dkranz | marun: and that is what is being changed | 19:28 |
jogo | dkranz: ? | 19:29 |
marun | dkranz: I'm not sure that gets us away from global requirements though | 19:29 |
marun | jogo: what was the intent of installing in venvs? | 19:29 |
dkranz | jogo: point (2) on the last comment in https://review.openstack.org/#/c/158021/ | 19:29 |
marun | my memory is rusty | 19:29 |
jogo | marun: not sure about the per service venvs | 19:30 |
jogo | marun: but we CLIs need to be in venvs | 19:30 |
marun | jogo: ah, ok | 19:30 |
*** tosky has quit IRC | 19:30 | |
dkranz | jogo: the question was can neutron running with tempest lib pin the version of tempest lib so it does not need to co-gate with it | 19:30 |
jogo | since we want to test latest CLI with stable branch servers | 19:30 |
marun | jogo: we were just discussing the possibility of tempest-lib not gating on neutron's api job, but rather pinning the version the api job uses and using periodic jobs to evaluate newer revisions | 19:30 |
marun | jogo: I don't think that is compatible with global requirements the way it is today | 19:31 |
marun | jogo: and I'm wondering if maybe we shouldn't revisit | 19:31 |
marun | jogo: and allow convergence to common versions rather than mandating versions | 19:31 |
jogo | marun: so the theory behind how we do it today, is we want master to roll with the punches to make sure we don't get stuck on ancient versions of libs | 19:31 |
marun | jogo: it's a forcing function | 19:32 |
marun | jogo: it's a mechanism of control exercised by infra on the projects | 19:32 |
jogo | murun: yup | 19:32 |
marun | jogo: and I'm not sure there aren't better ways to accomplish the same result | 19:32 |
jogo | marun: I agree with you | 19:33 |
jogo | that being said, tempest-lib should *not* gate on neutron's usage of it | 19:33 |
marun | jogo: well, then we can't gate | 19:33 |
jogo | if tempest-lib breaks you, then tempest-lib needs more testing around its API | 19:33 |
marun | jogo: tempest-lib should not be allowed to break us, period | 19:33 |
jogo | marun: you can, but risk breaking if mtreinish gets drunk :) | 19:33 |
marun | :/ | 19:33 |
marun | jogo, dkranz: without pinning, i don't see much of a choice but to vendor indefinitely | 19:34 |
jogo | marun: many things can break you, tempest-lib is not special in that way | 19:35 |
marun | we can't risk impacting x number of developers because of a lack of rigor on the tempest-lib side of thigns | 19:35 |
marun | jogo: I don't care if something breaks me | 19:35 |
marun | jogo: I care if it halts all neutron merges while we diagnose the problem | 19:35 |
jogo | marun: so if that happens, we add a '!=1.1.1' to g-r and land it quickly and move on | 19:36 |
marun | jogo: my 'stupid-o-meter' is pegging | 19:36 |
jogo | marun: I think you are over estimating the amount of time this would break things for | 19:36 |
jogo | marun: that being said, I agree with your sentiment about g-r as a forcing mechanism. | 19:36 |
marun | jogo: I think you're underestimating the cost of random errors interrupting development :/ | 19:36 |
jogo | marun: but lets better deal with the general case, not this case | 19:37 |
marun | jogo: fair enough | 19:37 |
jogo | marun: I actually think the current approach on stable g-r may be most of the solution | 19:38 |
jogo | marun: cap versions to currently installed. And then we have a periodic job proposing new caps to g-r | 19:38 |
jogo | and if that passes tests, its a trivial approval | 19:38 |
marun | jogo: that's pretty much what I want to see | 19:38 |
marun | jogo: it's pinning | 19:39 |
marun | jogo: on whatever we have some degree of confidence is going to work | 19:39 |
jogo | marun: yeah, if you can get buy in my guess is its <1 week of work | 19:39 |
marun | jogo: what do you think the stumbling block would be? | 19:39 |
jogo | marun: getting buy in | 19:39 |
jogo | marun: the basic steps would be: | 19:40 |
jogo | use output of pip-freeze and pass it into my cap.py tool to generate caps | 19:40 |
*** pkoniszewski has joined #openstack-qa | 19:41 | |
jogo | keep a version of g-r without caps around, to use on periodic jobs that generate new pip-freeze files | 19:41 |
*** mlavalle has joined #openstack-qa | 19:42 | |
openstackgerrit | Sergey Reshetnyak proposed openstack/tempest: Replacing data_processing with data-processing https://review.openstack.org/135489 | 19:43 |
openstackgerrit | Merged openstack/tempest: Add tempest config guide doc https://review.openstack.org/157935 | 19:44 |
*** mikal has joined #openstack-qa | 19:46 | |
*** Bsony has quit IRC | 19:48 | |
marun | jogo: that seems pretty straightforward | 19:48 |
marun | jogo: what are the downsides of such an approach? | 19:49 |
*** Nic has joined #openstack-qa | 19:49 | |
marun | jogo: and what do you see potential resistence based on? | 19:49 |
openstackrecheck | openstack/nova change: https://review.openstack.org/161112 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1251521 https://bugs.launchpad.net/bugs/1311066 | 19:50 |
openstack | Launchpad bug 1251521 in OpenStack Compute (nova) "Volume detach in tempest fails because libvirt refuses connections" [Undecided,Invalid] | 19:50 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 19:50 |
jogo | mtreinish: looks like we still need your wheel cache patch to land ^ | 19:50 |
jogo | mtreinish: re: slow | 19:51 |
*** zz_jgrimm is now known as jgrimm | 19:51 | |
*** anshul has quit IRC | 19:51 | |
jogo | marun: we need people to chase down failures and fix them in a reasonable fashion | 19:51 |
jogo | turns out we haven't done a great job of that in the past | 19:51 |
*** Rockyg has joined #openstack-qa | 19:51 | |
jogo | but IMHO, at the very least this is worth a try | 19:51 |
*** dkranz has quit IRC | 19:54 | |
*** e0ne is now known as e0ne_ | 19:55 | |
*** EmilienM is now known as EmilienM|afk | 19:56 | |
*** harlowja_ has quit IRC | 19:57 | |
mtreinish | jogo: I'm getting drunk and breaking tempest-lib's api? | 19:59 |
jogo | mtreinish: its a risk :) | 20:00 |
*** harlowja has joined #openstack-qa | 20:01 | |
*** e0ne_ has quit IRC | 20:01 | |
mtreinish | jogo: yep, well the patch is up there. I would start pestering in -infra if we need it to land soon :) | 20:01 |
*** jaypipes has quit IRC | 20:01 | |
jogo | mtreinish: I was talking about a hypothetical here | 20:01 |
mtreinish | hogepodge: nope, they seem to be working as intended | 20:02 |
mtreinish | jogo: heh, I switched to the wheel cache patch :) | 20:02 |
*** jaypipes has joined #openstack-qa | 20:02 | |
*** ChanServ sets mode: +o jaypipes | 20:02 | |
mtreinish | jogo: sure it's the same risk with any library | 20:02 |
jogo | mtreinish: oh that one | 20:02 |
*** naggappan has joined #openstack-qa | 20:02 | |
mtreinish | jogo: just my unordered response to the 5 pings from you when I was getting food | 20:03 |
mtreinish | hogepodge: did my response mail not go through? | 20:04 |
*** e0ne has joined #openstack-qa | 20:05 | |
*** dkranz has joined #openstack-qa | 20:06 | |
*** anshul has joined #openstack-qa | 20:07 | |
*** achanda has quit IRC | 20:07 | |
blogan | mtreinish: the grenade job doesn't install devstack plugins in the upgrade script, and neutron-lbaas has put its devstack installation in tree as a devstack plugin | 20:09 |
blogan | metrienish: the grenade upgrade script calls install_neutron devstack function, so would it be appropriate to patch teh grenade job to install the devstack plugins or to patch devstack's install_neutron to install any *aas repos devstack plugins | 20:10 |
*** yamahata has quit IRC | 20:11 | |
*** pkoniszewski has quit IRC | 20:12 | |
*** andreykurilin_ has joined #openstack-qa | 20:13 | |
mtreinish | blogan: so there isn't a good plugin story right now for grenade. That's something we need to address. The goal is to have grenade be pluggable in the same way as devstack | 20:13 |
*** dustins has quit IRC | 20:13 | |
mtreinish | blogan: that being said I don't have a specific answer right now for that. I can say that modifying devstack to point to the external plugin for the *aas stuff isn't the solution though :) | 20:14 |
blogan | mtreinish: yeah i didnt like that either, but don't have the experience with devstack or grenade to know the best approach | 20:15 |
mtreinish | blogan: I think working on making grenade understand devstack plugins would probably be a good start | 20:15 |
mtreinish | the only caveat is that it might conflict with a future plugin direction for grenade. | 20:16 |
mtreinish | when that's decided on | 20:16 |
blogan | mtreinish: ok thanks, i'll go with that approach | 20:16 |
*** annashen has quit IRC | 20:17 | |
blogan | mtreinish: oh thats fine, if it requires a refactor later, thats usually what happens with being one of the first attempters | 20:17 |
*** flwang has joined #openstack-qa | 20:17 | |
openstackgerrit | Joe Gordon proposed openstack-infra/devstack-gate: If wheelhouse is pre-generated, set WHEELHOUSE in localrc https://review.openstack.org/160933 | 20:27 |
*** nmagnezi has quit IRC | 20:27 | |
mtreinish | blogan: I think your biggest issue is going to be on the old side (pre upgrade) because plugins don't exist on stable devstack IIRC | 20:27 |
dtroyer | adding plugin support to grenade shouldn't be too hard, it'll basically need to do the setup stuff (sourcing files and defining vars) so the right functions are available. long-term it might make sense for grenade to pull the upgrade scripts form the plugin dir too, but we hoestly haven't spent much time thinking about that | 20:28 |
dtroyer | I think the old side is not a worry, as it runst stack.sh and should Just Work(TM). it's the new side that picks bits out of stack.sh instead of running it | 20:28 |
blogan | mtreinish: good point, we'll have to research that for sure, though I don't think we can get away with it not making it in for kilo | 20:28 |
openstackgerrit | Maru Newby proposed openstack-infra/devstack-gate: Revert "Add features.yaml entry for 'no services'" https://review.openstack.org/161402 | 20:28 |
*** dims has quit IRC | 20:29 | |
blogan | i mean we can get away with it not making it for kilo | 20:29 |
*** dims has joined #openstack-qa | 20:29 | |
*** andreykurilin_ has quit IRC | 20:30 | |
mtreinish | dtroyer: yeah, it's own plugin dir/options for the long term is what I was referring to before | 20:30 |
blogan | dtroyer: good to know, we'll just have to do our due diligence on it to make sure it all works, and we don't kill neutron grenade again | 20:31 |
*** achanda has joined #openstack-qa | 20:41 | |
adam_g | blogan, funny,i just spent some time moving all the ironic stuff out of devstack to an in-tree plugin and realized its going to hit the same problem /w grenade | 20:42 |
*** apevec has quit IRC | 20:53 | |
*** annashen has joined #openstack-qa | 20:54 | |
*** Bsony has joined #openstack-qa | 20:55 | |
*** dustins has joined #openstack-qa | 20:59 | |
*** Bsony has quit IRC | 20:59 | |
adam_g | mtreinish, devananda would love to get your thoughts here: https://review.openstack.org/161420 | 21:06 |
adam_g | devananda, that would drop test runtime significantly of the 1hr+ grenade job, and mean we can start to run it in the ironic queue (we really need that for kilo) | 21:07 |
*** Sukhdev has quit IRC | 21:10 | |
*** Longgeek has quit IRC | 21:10 | |
mtreinish | adam_g: you don't want to also run some of the compute tests too? Because, won't the baremetal tag just run the tests which touch the ironic api (so no guest booting)? | 21:10 |
* devananda looks | 21:11 | |
mtreinish | but I'm generally a big fan of getting rid of that regex | 21:11 |
adam_g | mtreinish, that'll also run the baremetal scenario tests | 21:11 |
adam_g | mtreinish, which cover testing glance/keystone/nova integration | 21:11 |
devananda | adam_g: so this drops the nova coverage? | 21:12 |
devananda | ie, where we configure nova w/ ironic, then run some subset of nova's tests | 21:12 |
*** ylobanko_ has joined #openstack-qa | 21:12 | |
mtreinish | adam_g: ok, well I don't have an issue with that. You guys can decide which subset is useful for you. :) | 21:13 |
adam_g | devananda, it skips the tempest.api.compute.* tests | 21:13 |
*** ylobanko_ has quit IRC | 21:13 | |
openstackgerrit | Maru Newby proposed openstack-infra/devstack-gate: Remove configurable testr artifact processing https://review.openstack.org/161422 | 21:13 |
adam_g | devananda, we still end up stressing the nova api during the baremetal scenario tests | 21:13 |
devananda | adam_g: of which there's only one, right? | 21:14 |
*** e0ne has quit IRC | 21:14 | |
devananda | so I believe there is/was value in running some subset of the tempest.api.compute tests against nova+ironic | 21:14 |
blogan | adam_g: glad what we are doing is helping out, even when we make mistakes along the way | 21:15 |
devananda | folks put in a bunch of effort to make them pass (yourself included) and I think I'm missing some context as to why you'd wholesale drop all of them? | 21:15 |
devananda | adam_g: oh -- is the goal to drop the regex, and then apply the "baremteal" tag to some of the tempest.compute.api tests? | 21:15 |
*** aysyd has quit IRC | 21:16 | |
adam_g | devananda, TBH i can't see what we are gaining by running those, other than verifying we can boot an instance--which is what the baremetal scenario test is doing. with the API tests, that tends to happen in setUp() of some test like, create_keypair | 21:16 |
*** dkranz has quit IRC | 21:17 | |
adam_g | these are tests tagged compute http://paste.ubuntu.com/10531286/ | 21:17 |
devananda | tempest.api.compute.admin.test_baremetal_nodes.BaremetalNodesAdminTestJSON.test_list_baremetal_nodes[gate,id-e475aa6e-416d-4fa4-b3af-28d5e84250fb,smoke] | 21:18 |
mtreinish | devananda: that'll get picked up by the baremetal regex filter | 21:18 |
devananda | k | 21:18 |
adam_g | http://paste.ubuntu.com/10531301/ is the baremetal tag | 21:18 |
mtreinish | devananda: testr just does a straight re.match() on whatever you pass in for each test_id in the full list | 21:19 |
devananda | oooh. I thought there was add'l metadata being added to tempest test definitions that was going to be used for this | 21:19 |
adam_g | a big hunk of the compute tests would be skipped when run against ironic, and the ones that would run will be going through the trouble of booting the baremetal node to validate something that could more easily be validated against a kvm | 21:19 |
*** achanda has quit IRC | 21:19 | |
devananda | adam_g: so for example, we do want to make sure that nothing we do breaks tempest.api.compute.admin.test_hypervisor | 21:20 |
devananda | and that needs to be run againts nova configured to use the ironic virt driver | 21:20 |
mtreinish | devananda: because of how test attrs are handled they get appended to the test_id (what's inside the [] are the attrs) | 21:20 |
*** rfolco has quit IRC | 21:20 | |
mtreinish | so when we add test tags with a decorator, they just get appended to the test id | 21:21 |
adam_g | devananda, ah, thats a good one | 21:21 |
devananda | mtreinish: got it. so we could add 'baremetal' attr to test_hypervisor*, they'd get added to [..] and then match the regex | 21:21 |
mtreinish | devananda: yep | 21:21 |
adam_g | mtreinish, using the services decorator also does a config check to make sure the service is enabled? | 21:21 |
mtreinish | adam_g: yes, the service decorator does. But, you can just use the normal attr decorator | 21:22 |
mtreinish | to tag but not skip on config | 21:22 |
adam_g | mtreinish, i see, cool | 21:23 |
devananda | also, tempest.scenario.test_baremetal_basic_ops.BaremetalBasicOps.test_baremetal_server_ops[baremetal,compute, should probably not have "compute" tag | 21:23 |
mtreinish | we'd just need to document that's what we're doing | 21:23 |
mtreinish | devananda: well if it makes nova calls that's the criteria for the service tag there | 21:23 |
mtreinish | devananda: because it depends on nova being present | 21:23 |
adam_g | devananda, it needs nova | 21:23 |
devananda | oh | 21:24 |
devananda | right. i mean, we dont want that to run against nova if ironic is -not- present | 21:24 |
devananda | are the tags AND'd ? | 21:24 |
*** ylobankov_ has joined #openstack-qa | 21:24 | |
mtreinish | devananda: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/test.py#n102 | 21:25 |
mtreinish | devananda: it'll be skipped if barmetal isn't enabled in config | 21:25 |
devananda | ah, great | 21:25 |
devananda | then yea, both tags is correct | 21:25 |
*** Rockyg has quit IRC | 21:26 | |
*** tonyb has joined #openstack-qa | 21:28 | |
*** patrickeast has quit IRC | 21:29 | |
*** tonyb has quit IRC | 21:29 | |
devananda | adam_g: ok, after reading through that, I mostly agree. in addition to ^, there might be a few others that we should run, but overall -- yea, not helpful | 21:30 |
*** tonyb has joined #openstack-qa | 21:30 | |
adam_g | devananda, cool. ill put up a patch to tag those hypervisor tests. if any others jump out at you, let me know | 21:30 |
devananda | some of tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps could be interesting -- but I dont know if they're supported today, and it looks like they are currently bieng skipped | 21:31 |
*** patri582 has quit IRC | 21:31 | |
*** ChuckC has joined #openstack-qa | 21:32 | |
*** patrickeast__ has quit IRC | 21:32 | |
*** patrickeast_ has quit IRC | 21:32 | |
*** patri251 has quit IRC | 21:32 | |
*** patri498 has quit IRC | 21:32 | |
devananda | adam_g: some of test_server_actions.ServerActionsTestJSON too, maybe | 21:32 |
adam_g | devananda, tempest.api.compute.admin.test_hosts | 21:33 |
*** patri461 has quit IRC | 21:33 | |
devananda | adam_g: yep | 21:33 |
devananda | adam_g: and the negative of that | 21:33 |
adam_g | ya | 21:34 |
*** patrickeast has joined #openstack-qa | 21:34 | |
*** naggappan has quit IRC | 21:35 | |
mtreinish | masayukig: https://review.openstack.org/#/c/159147/ i think you asked for that at some point | 21:35 |
*** patrickeast_ has joined #openstack-qa | 21:35 | |
*** patrickeast__ has joined #openstack-qa | 21:35 | |
*** patri255 has joined #openstack-qa | 21:35 | |
*** patri910 has joined #openstack-qa | 21:35 | |
*** patri169 has joined #openstack-qa | 21:35 | |
*** patri733 has joined #openstack-qa | 21:35 | |
*** ylobankov_ has quit IRC | 21:35 | |
*** ylobanko_ has joined #openstack-qa | 21:37 | |
openstackgerrit | Adam Gandelman proposed openstack/tempest: Tag compute hosts + hypervisor tests for baremetal https://review.openstack.org/161429 | 21:43 |
adam_g | devananda, ^ | 21:43 |
*** EmilienM|afk is now known as EmilienM | 21:43 | |
adam_g | devananda, i intentionally left off the test_server_actions for now. with the changes to IPA by default, we can't run /w lowmem/parallel anymore by default and that test will increase serial runtime significantly | 21:44 |
devananda | adam_g: ack | 21:45 |
*** melwitt has joined #openstack-qa | 21:45 | |
devananda | adam_g: see the comment in def test_get_hypervisor_uptime | 21:47 |
*** dustins_ has joined #openstack-qa | 21:47 | |
*** dustins has quit IRC | 21:48 | |
devananda | adam_g: should we run it just to ensure that it is skipped? ... | 21:48 |
adam_g | devananda, we can probably just untag it | 21:49 |
*** dustins_ has quit IRC | 21:49 | |
devananda | that's what I'm thinking | 21:49 |
adam_g | but good catch :) | 21:49 |
openstackgerrit | nithya-ganesan proposed openstack/tempest: WIP - Define validation_resources function for ssh validation https://review.openstack.org/149229 | 21:49 |
openstackgerrit | Adam Gandelman proposed openstack/tempest: Tag compute hosts + hypervisor tests for baremetal https://review.openstack.org/161429 | 21:49 |
*** ylobanko_ is now known as ylobankov_ | 21:51 | |
*** dhellmann has quit IRC | 21:52 | |
openstackgerrit | Al Miller proposed openstack-dev/devstack: Remove LBaaS support from devstack https://review.openstack.org/161436 | 21:53 |
*** dhellmann has joined #openstack-qa | 21:55 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add microsecond columns to the test_runs table https://review.openstack.org/160057 | 21:56 |
mtreinish | andreaf: ^^^ I added a flag to allow bypassing the data migration if the daata was already lost | 21:56 |
*** dhellmann has quit IRC | 21:56 | |
*** dhellmann has joined #openstack-qa | 21:57 | |
mtreinish | if that approach works for you I'll push up a patch to the puppet repo to add the flag to the config file for running migrations after it lands | 21:57 |
*** harlowja has quit IRC | 21:58 | |
hogepodge | mtreinish, no I saw it. | 21:58 |
hogepodge | I'll clarify with Catherine that auto-generated tests are going to show repeats. | 21:58 |
hogepodge | mtreinish: I've been away from my computer this morning. I had this fear that the checking tool was broken and many functions had been tagged with repeated ids | 21:59 |
*** patrickeast has quit IRC | 22:06 | |
*** pc_m has quit IRC | 22:07 | |
*** patrickeast_ has quit IRC | 22:09 | |
*** patrickeast__ has quit IRC | 22:09 | |
*** patri169 has quit IRC | 22:10 | |
*** patri910 has quit IRC | 22:10 | |
*** patri255 has quit IRC | 22:10 | |
*** patri733 has quit IRC | 22:10 | |
*** patrickeast has joined #openstack-qa | 22:11 | |
*** ChuckC has quit IRC | 22:11 | |
*** patrickeast has quit IRC | 22:12 | |
*** patrickeast has joined #openstack-qa | 22:12 | |
*** patrickeast_ has joined #openstack-qa | 22:13 | |
*** patrickeast__ has joined #openstack-qa | 22:13 | |
*** patri582 has joined #openstack-qa | 22:13 | |
*** patri455 has joined #openstack-qa | 22:13 | |
*** patri696 has joined #openstack-qa | 22:13 | |
*** jamielennox|away is now known as jamielennox | 22:14 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/158867 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/1384373 https://bugs.launchpad.net/bugs/1311066 https://bugs.launchpad.net/bugs/1425310 | 22:18 |
openstack | Launchpad bug 1384373 in OpenStack-Gate "fatal: Could not read from remote repository" [Medium,Triaged] - Assigned to Clark Boylan (cboylan) | 22:18 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 22:18 |
openstack | Launchpad 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] | 22:18 |
mtreinish | hogepodge: well it's not autogenerated tests (those are different) this is just subclasses of test classes. It's how we handle a lot of the ipv6 and cinder v2 api testing | 22:19 |
mtreinish | since most of what has to change for that is a couple of params and the test code is the same | 22:19 |
*** anshul has quit IRC | 22:20 | |
*** achanda has joined #openstack-qa | 22:20 | |
mtreinish | hogepodge: no worries, catherineD's email did make it sound like there was a bug in the ids. But, that was expected and desired behavior going into it | 22:20 |
*** e0ne has joined #openstack-qa | 22:22 | |
*** jgrimm is now known as zz_jgrimm | 22:23 | |
*** Noice has quit IRC | 22:25 | |
*** ylobankov_ has quit IRC | 22:25 | |
*** achanda has quit IRC | 22:26 | |
*** dpaterson has joined #openstack-qa | 22:26 | |
*** dimtruck is now known as zz_dimtruck | 22:26 | |
*** yfried has joined #openstack-qa | 22:27 | |
*** harlowja has joined #openstack-qa | 22:28 | |
*** e0ne has quit IRC | 22:30 | |
*** mriedem is now known as mriedem-away | 22:30 | |
*** patrickeast___ has joined #openstack-qa | 22:31 | |
mtreinish | hogepodge: I'm not sure why you would need to generate a second id, presumably if the test is being run you have an opinion in defcore/refstack on the feature too. | 22:36 |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Remove packaged rpm python libraries https://review.openstack.org/161455 | 22:36 |
mtreinish | like is it ok to run with ipv6 disabled. Or cinder v2 disabled? If not then those would be non-optional config options in the tempest config for refstack's usage | 22:37 |
*** cbader has quit IRC | 22:40 | |
*** erlon has quit IRC | 22:41 | |
*** jogo has quit IRC | 22:41 | |
*** jogo has joined #openstack-qa | 22:42 | |
hogepodge | mtreinish: we do, but we'd like to have a 1:1 mapping of features and ids. I completely understand that for code reuse there may not be that 1:1 mapping between function names and features. | 22:42 |
mtreinish | hogepodge: but you'd still have that wouldn't you? It just depends on your definition of feature :) | 22:43 |
*** dboik has quit IRC | 22:46 | |
hogepodge | mtreinish: yeah, but say we require ipv4 but not ipv6 for some reason, could there be confusion on tests that pass or don't. Just thinking out loud. I think that Catherine would expect that ever named test has a unique identifier, and I don't think it's an unreasonable one. | 22:48 |
mtreinish | hogepodge: well I think that's require v4 but not v6 is wrong. But ignoring that, that case wouldn't be a problem because the ipv6 tests will be skipped. | 22:49 |
mtreinish | which is basically my point if feature X has multiple configs/ways to run it. Given what refstack says is required if they don't all pass then the feature doesn't work on the cloud | 22:50 |
mtreinish | it only gets murky if you guys aren't opinionated about a feature that we subclass on | 22:50 |
*** bknudson has quit IRC | 22:50 | |
openstackgerrit | Adam Gandelman proposed openstack-dev/devstack: Set rootfstype=ramfs for low memory Ironic nodes https://review.openstack.org/161461 | 22:52 |
*** jecarey_ has quit IRC | 22:54 | |
*** gfidente has quit IRC | 22:59 | |
*** Rockyg has joined #openstack-qa | 23:00 | |
*** mrodden has quit IRC | 23:03 | |
*** mrodden has joined #openstack-qa | 23:05 | |
*** Nic has quit IRC | 23:07 | |
*** jaypipes has quit IRC | 23:09 | |
openstackgerrit | Merged openstack/tempest-lib: Handle missing launchpadlib gracefully https://review.openstack.org/159147 | 23:12 |
*** marun has quit IRC | 23:12 | |
openstackrecheck | openstack/heat change: https://review.openstack.org/159090 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/1311066 | 23:16 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 23:16 |
*** dkranz has joined #openstack-qa | 23:21 | |
*** dkranz has quit IRC | 23:38 | |
*** achanda has joined #openstack-qa | 23:40 | |
*** carl_baldwin has joined #openstack-qa | 23:43 | |
*** tochi has joined #openstack-qa | 23:43 | |
*** annashen has quit IRC | 23:46 | |
*** bknudson has joined #openstack-qa | 23:52 | |
*** EmilienM is now known as EmilienM|afk | 23:56 | |
*** yamamoto has joined #openstack-qa | 23:57 | |
*** yamahata has joined #openstack-qa | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!