openstackrecheck | Console logs not available after 13:24s for check-tempest-dsvm-full 194726,4,d49a0ba | 00:00 |
---|---|---|
*** isq has joined #openstack-qa | 00:00 | |
*** oomichi has joined #openstack-qa | 00:04 | |
*** armax has joined #openstack-qa | 00:06 | |
*** laughterwym has joined #openstack-qa | 00:09 | |
*** suneelb has quit IRC | 00:12 | |
*** yamamoto has quit IRC | 00:13 | |
mtreinish | gmann: did you see: https://bugs.launchpad.net/tempest/+bug/1468061 | 00:14 |
openstack | Launchpad bug 1468061 in openstack-ansible trunk "setting `enable_instance_password = True` causes a json scheme validation failure" [Medium,Confirmed] | 00:14 |
mtreinish | that's a terrible config option to have in nova | 00:15 |
openstackrecheck | Console logs not available after 13:26s for gate-keystone-python27 190405,14,1f81665 | 00:15 |
mtreinish | but it doesn't change that the api response can always include an adminPass field in certain configs | 00:16 |
mtreinish | which means we probably need to fix the response jsonschema for the create_server request | 00:16 |
openstackgerrit | lifeless proposed openstack-dev/devstack: constraints file support for devstack. https://review.openstack.org/189934 | 00:16 |
*** VanL has quit IRC | 00:16 | |
gmann | mtreinish: ok, let me see | 00:19 |
gmann | mtreinish: but we had different schema for that config option | 00:20 |
openstackgerrit | lifeless proposed openstack-infra/devstack-gate: Switch to using constraints files. https://review.openstack.org/194886 | 00:20 |
mtreinish | gmann: but how does tempest trigger using it? | 00:22 |
gmann | mtreinish: https://github.com/openstack/tempest/blob/master/tempest/services/compute/json/servers_client.py#L98 | 00:22 |
gmann | mtreinish: if that flag is enabled in nova then it should be in tempest | 00:22 |
gmann | mtreinish: er have flag in our config also | 00:22 |
*** dims has joined #openstack-qa | 00:23 | |
openstackgerrit | lifeless proposed openstack-infra/devstack-gate: Switch to using constraints files. https://review.openstack.org/194886 | 00:23 |
mtreinish | gmann: oh, so it's just a config issue on that ansible tempest job then? | 00:23 |
mtreinish | they should be setting a tempest config flag to trigger using the different schema? | 00:24 |
*** mlavalle has joined #openstack-qa | 00:24 | |
*** yamahata has joined #openstack-qa | 00:24 | |
mtreinish | oomichi: oh, it looks like the tempest-lib release I pushed today broke the tempest unit tests too :( | 00:26 |
oomichi | mtreinish: yeah, I am digging it now | 00:26 |
mtreinish | we added the support to pass a body into rest client exceptions and it looks like we're not handling that in the unit tests: http://logs.openstack.org/83/194883/1/check/gate-tempest-python27/94d231d/console.html#_2015-06-24_00_01_58_802 | 00:26 |
gmann | mtreinish: yea, but default value in temspest is True then there should not be any issue with enable_instance_password True on nova side as bug mentioned | 00:27 |
mtreinish | oomichi: maybe we didn't set a default on the body param in the exception which is causing the issue | 00:27 |
mtreinish | if so that'd be worth a point release to fix it for backwards compat | 00:28 |
mtreinish | gmann: ok, can you comment on the bug then | 00:28 |
mtreinish | the ansible jobs write their own tempest config so something might not be right there | 00:29 |
openstackrecheck | Console logs not available after 13:24s for check-tempest-dsvm-neutron-full 194843,1,272d560 | 00:29 |
gmann | mtreinish: ohh, Yea i will do. | 00:29 |
oomichi | mtreinish: I got your point now. | 00:30 |
*** rossella_s has quit IRC | 00:30 | |
oomichi | mtreinish: the faling tests are 2 only, so how about passing fake body to the tests? | 00:31 |
*** rossella_s has joined #openstack-qa | 00:31 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Fix the description in tempest.conf.sample https://review.openstack.org/194883 | 00:34 |
oomichi | mtreinish: ^^^ | 00:35 |
*** mahito has joined #openstack-qa | 00:36 | |
openstackrecheck | Console logs not available after 13:32s for check-grenade-dsvm 189934,2,6766c58 | 00:42 |
*** yamahata has quit IRC | 00:46 | |
*** annashen has joined #openstack-qa | 00:48 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Make resp_body optional on RestClientException https://review.openstack.org/194896 | 00:51 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Fix the description in tempest.conf.sample https://review.openstack.org/194883 | 00:52 |
openstackrecheck | Console logs not available after 13:37s for gate-nova-pep8 194851,1,76785e1 | 00:56 |
*** yamahata has joined #openstack-qa | 00:57 | |
*** mriedem1 has joined #openstack-qa | 00:59 | |
*** mriedem has quit IRC | 01:01 | |
mtreinish | oomichi: well the only thing is if we change the tests to use the body passthrough feature then we really should bump the min version of tempest-lib in requirements | 01:03 |
mtreinish | but to do that we need to change what's listed in global requirements | 01:03 |
mtreinish | which might take a bit of time | 01:03 |
mtreinish | but we can easily push out a tempest-lib point release quickly to fix backwards compat | 01:04 |
openstackrecheck | Console logs not available after 13:22s for check-tempest-dsvm-full 192708,7,569419e | 01:10 |
oomichi | mtreinish: (sorry, I went to buy doughnut) yeah, as you said, the change of tempest-lib was backwards incompatible change. | 01:14 |
mtreinish | oomichi: heh, no worries I disappeared to get a pizza before :) | 01:15 |
oomichi | mtreinish: we can imagine the problem can happen on the other project gates if they use tempest-lib's exception like Tempest unit tests. | 01:15 |
mtreinish | yep we need to fix it either way | 01:15 |
oomichi | mtreinish: quick release of tempest-lib will help these projects. | 01:16 |
mtreinish | oomichi: I saw: https://review.openstack.org/194896 | 01:16 |
mtreinish | if you switch "" to None I'll be +2 | 01:16 |
mtreinish | then gmann or masayukig can +A | 01:16 |
mtreinish | and we can push a release as soon as it lands | 01:16 |
oomichi | mtreinish: thanks! will fix soon | 01:16 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Make resp_body optional on RestClientException https://review.openstack.org/194896 | 01:17 |
*** yamahata has quit IRC | 01:17 | |
oomichi | mtreinish: ^^^ done | 01:18 |
mtreinish | +2 | 01:18 |
*** lutostag has joined #openstack-qa | 01:19 | |
oomichi | mtreinish: thanks | 01:20 |
mtreinish | oomichi: I'm going to call it a night now, once 194896 get's +A'd and lands can you handle pushing the 0.6.1 release? | 01:22 |
oomichi | mtreinish: ok, will try :) | 01:22 |
mtreinish | cool, thanks | 01:22 |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 192986,4,389f057 | 01:23 |
*** hitalia_ has quit IRC | 01:27 | |
*** mriedem1 is now known as mriedem | 01:28 | |
*** jyuso1 has quit IRC | 01:34 | |
*** mugsie has quit IRC | 01:35 | |
openstackgerrit | lifeless proposed openstack-dev/devstack: WIP: constraints file support for devstack. https://review.openstack.org/189934 | 01:36 |
openstackrecheck | Console logs not available after 13:25s for check-tempest-dsvm-neutron-full 175569,19,3eaadf6 | 01:36 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/193851 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 01:37 |
gmann | mriedem: regarding https://bugs.launchpad.net/tempest/+bug/1382093 | 01:41 |
openstack | Launchpad bug 1382093 in tempest "Stack traces from tempest aren't showing up in tempest.txt log" [Low,New] | 01:41 |
gmann | mriedem: In tearDownClass this got fixed, did you see this in another places also | 01:41 |
mriedem | gmann: i don't know if it's an issue anymore, we could mark it incomplete and re-open if it happens again | 01:42 |
gmann | mriedem: ok. Thanks | 01:42 |
mriedem | i'm pretty sure we have an e-r query that relies on stacktraces in tempest.txt and that's working, so i assume it's fixed | 01:42 |
*** yamahata has joined #openstack-qa | 01:48 | |
openstackrecheck | Console logs not available after 13:30s for check-grenade-dsvm 194792,4,45c70fe | 01:50 |
gmann | mriedem: ok | 01:52 |
*** mwagner_afk has joined #openstack-qa | 01:55 | |
*** yamamoto has joined #openstack-qa | 01:57 | |
*** patrickeast has quit IRC | 02:00 | |
openstackrecheck | Console logs not available after 13:26s for check-tempest-dsvm-postgres-full 194886,2,27698f5 | 02:04 |
*** bknudson has quit IRC | 02:06 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Fix the setup_workspace to handle missing ZUUL_BRANCH https://review.openstack.org/194302 | 02:09 |
*** zz_dimtruck is now known as dimtruck | 02:12 | |
openstackgerrit | lifeless proposed openstack-dev/devstack: WIP: constraints file support for devstack. https://review.openstack.org/189934 | 02:14 |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-pep8 177005,6,be63557 | 02:17 |
*** annashen has quit IRC | 02:28 | |
*** dmorita has joined #openstack-qa | 02:30 | |
openstackrecheck | Console logs not available after 13:23s for check-grenade-dsvm-neutron 194883,3,6a7d23c | 02:31 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Re-factor neutron client for 'list' methods https://review.openstack.org/194912 | 02:32 |
openstackrecheck | Console logs not available after 13:24s for check-tempest-dsvm-full-ceph 145703,9,758edc4 | 02:44 |
*** hitalia has joined #openstack-qa | 02:47 | |
*** woodster_ has quit IRC | 02:51 | |
*** dims has quit IRC | 02:51 | |
*** Longgeek_ has joined #openstack-qa | 02:52 | |
*** Longgeek has quit IRC | 02:52 | |
*** Longgeek has joined #openstack-qa | 02:53 | |
*** Longgeek has quit IRC | 02:55 | |
openstackgerrit | lifeless proposed openstack-dev/devstack: WIP: constraints file support for devstack. https://review.openstack.org/189934 | 02:55 |
*** Longgeek has joined #openstack-qa | 02:55 | |
*** Longgeek_ has quit IRC | 02:56 | |
*** Longgeek has quit IRC | 02:59 | |
*** patrickeast has joined #openstack-qa | 02:59 | |
*** Longgeek_ has joined #openstack-qa | 02:59 | |
openstackgerrit | Joe Gordon proposed openstack-dev/devstack: DO NOT MERGE: nova-compute GDB backtrace https://review.openstack.org/194799 | 03:00 |
oomichi | mtreinish, gmann: can you take a look at https://review.openstack.org/#/c/194883/ ? | 03:02 |
oomichi | mtreinish, gmann: that seems we can pass current Tempest gate problem. | 03:02 |
*** jyuso1 has joined #openstack-qa | 03:03 | |
oomichi | mtreinish, gmann: a new release of tempest-lib will need time, so the above is a workaround until the release. | 03:03 |
*** yog_ has joined #openstack-qa | 03:03 | |
*** Longgeek has joined #openstack-qa | 03:04 | |
gmann | oomichi: sure | 03:06 |
oomichi | gmann: thanks :) | 03:06 |
*** Longgeek_ has quit IRC | 03:08 | |
*** bkopilov has quit IRC | 03:08 | |
*** jyuso1 has quit IRC | 03:09 | |
oomichi | gmann: related to that, can you take time for https://review.openstack.org/#/c/194896/ also/ | 03:11 |
oomichi | ? | 03:11 |
gmann | oomichi: +A, was waiting for gate :) | 03:11 |
oomichi | gmann: thanks :) | 03:12 |
*** bkopilov has joined #openstack-qa | 03:19 | |
*** krtaylor has joined #openstack-qa | 03:20 | |
*** Longgeek has quit IRC | 03:20 | |
*** Longgeek has joined #openstack-qa | 03:23 | |
*** boris-42 has joined #openstack-qa | 03:23 | |
*** binbincong has quit IRC | 03:28 | |
lifeless | hi | 03:36 |
lifeless | jogo: around ? | 03:36 |
lifeless | [I need a cluebat] | 03:36 |
lifeless | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_28_21_616 | 03:36 |
lifeless | is happening with my constraints patch | 03:36 |
lifeless | and I'm wondering what I've broken :) | 03:36 |
*** Longgeek has quit IRC | 03:37 | |
*** Longgeek has joined #openstack-qa | 03:37 | |
*** Longgeek_ has joined #openstack-qa | 03:42 | |
*** Longgee__ has joined #openstack-qa | 03:43 | |
*** binbincong has joined #openstack-qa | 03:44 | |
*** Longgeek has quit IRC | 03:46 | |
*** dkranz has joined #openstack-qa | 03:46 | |
*** bkopilov has quit IRC | 03:47 | |
oomichi | lifeless: according to http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/screen-g-api.txt.gz#_2015-06-24_03_28_21_580 , glance could not access to swift | 03:47 |
*** Longgeek_ has quit IRC | 03:47 | |
*** Longgeek has joined #openstack-qa | 03:48 | |
lifeless | oomichi: thanks! | 03:48 |
lifeless | ahha | 03:49 |
oomichi | lifeless: from http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/screen-s-object.txt.gz , swift didn't work at all. | 03:49 |
lifeless | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/screen-s-account.txt.gz | 03:49 |
lifeless | yeah | 03:49 |
lifeless | so now I have something I can poke around at | 03:49 |
lifeless | super helpful, thank you | 03:49 |
oomichi | np :) | 03:49 |
lifeless | 2015-06-24 03:27:09.334 | + swift-ring-builder object.builder create 9 1 1 | 03:50 |
lifeless | 2015-06-24 03:27:09.335 | /opt/stack/new/devstack/lib/swift: line 662: swift-ring-builder: command not found | 03:50 |
lifeless | that probably wants to error | 03:50 |
lifeless | not blindly continue :) | 03:51 |
lifeless | so it looks like swift just totally didn't install | 03:51 |
*** Longgee__ has quit IRC | 03:52 | |
*** mlavalle has quit IRC | 03:52 | |
*** bkopilov has joined #openstack-qa | 04:02 | |
*** dimtruck is now known as zz_dimtruck | 04:02 | |
*** coolsvap|away is now known as coolsvap | 04:03 | |
*** kiran-r has joined #openstack-qa | 04:05 | |
openstackgerrit | Merged openstack/tempest-lib: Make resp_body optional on RestClientException https://review.openstack.org/194896 | 04:06 |
*** armax has quit IRC | 04:08 | |
openstackgerrit | Rabi Mishra proposed openstack-infra/elastic-recheck: Add query for UnicodeDecodeError bug 1467965 https://review.openstack.org/194930 | 04:08 |
openstack | bug 1467965 in heat "test_db_encrypt_decrypt UnicodeDecodeError: 'utf8' codec can't decode " [Medium,Triaged] https://launchpad.net/bugs/1467965 | 04:08 |
openstackgerrit | Rabi Mishra proposed openstack-infra/elastic-recheck: Add query for UnicodeDecodeError bug 1467965 https://review.openstack.org/194930 | 04:11 |
openstack | bug 1467965 in heat "test_db_encrypt_decrypt UnicodeDecodeError: 'utf8' codec can't decode " [Medium,Triaged] https://launchpad.net/bugs/1467965 | 04:11 |
*** Longgeek has quit IRC | 04:11 | |
*** hitalia has quit IRC | 04:11 | |
*** Longgeek has joined #openstack-qa | 04:12 | |
*** kiranr has joined #openstack-qa | 04:14 | |
*** kiranr has quit IRC | 04:15 | |
*** coolsvap has quit IRC | 04:17 | |
*** patrickeast has quit IRC | 04:22 | |
*** coolsvap has joined #openstack-qa | 04:23 | |
*** kiran-r has quit IRC | 04:30 | |
*** rossella_s has quit IRC | 04:30 | |
*** rossella_s has joined #openstack-qa | 04:31 | |
*** Poornima has joined #openstack-qa | 04:32 | |
oomichi | andreaf, mkoderer: hi | 04:34 |
*** rbradfor_ has joined #openstack-qa | 04:34 | |
*** yamamoto has quit IRC | 04:34 | |
*** tkammer has joined #openstack-qa | 04:35 | |
oomichi | andreaf, mkoderer: sorry, too early time for you | 04:37 |
*** rbradfor has quit IRC | 04:37 | |
*** yamamoto has joined #openstack-qa | 04:39 | |
*** hitalia has joined #openstack-qa | 04:41 | |
*** achanda has joined #openstack-qa | 04:44 | |
*** yfried has quit IRC | 04:52 | |
*** achanda has quit IRC | 05:06 | |
*** itzikb_ has joined #openstack-qa | 05:12 | |
*** dkranz has quit IRC | 05:14 | |
*** dkranz has joined #openstack-qa | 05:15 | |
openstackgerrit | Merged openstack/tempest: Fix the description in tempest.conf.sample https://review.openstack.org/194883 | 05:24 |
*** gamado has joined #openstack-qa | 05:24 | |
*** SridharG has joined #openstack-qa | 05:27 | |
*** laughterwym has quit IRC | 05:27 | |
*** laughterwym_ has joined #openstack-qa | 05:27 | |
*** laughterwym__ has joined #openstack-qa | 05:30 | |
*** achanda has joined #openstack-qa | 05:30 | |
*** Poornima has quit IRC | 05:31 | |
*** laughterwym_ has quit IRC | 05:33 | |
*** achanda has quit IRC | 05:35 | |
*** Madan has joined #openstack-qa | 05:35 | |
*** grafuls has quit IRC | 05:52 | |
*** yfried has joined #openstack-qa | 05:54 | |
*** Poornima has joined #openstack-qa | 05:54 | |
*** yfried has quit IRC | 05:58 | |
*** mahito has quit IRC | 06:03 | |
*** mahito has joined #openstack-qa | 06:05 | |
*** e0ne has joined #openstack-qa | 06:07 | |
*** Kennan has quit IRC | 06:12 | |
*** Kennan has joined #openstack-qa | 06:13 | |
*** gamado has quit IRC | 06:14 | |
*** kiran-r has joined #openstack-qa | 06:16 | |
*** fedexo has joined #openstack-qa | 06:17 | |
*** kiranr has joined #openstack-qa | 06:18 | |
*** oomichi has quit IRC | 06:18 | |
*** kiranr has quit IRC | 06:18 | |
*** _kiran_ has joined #openstack-qa | 06:18 | |
*** e0ne has quit IRC | 06:20 | |
*** yfried has joined #openstack-qa | 06:20 | |
*** kiran-r has quit IRC | 06:21 | |
*** kiranr has joined #openstack-qa | 06:22 | |
*** _kiran_ has quit IRC | 06:23 | |
*** kiranr has quit IRC | 06:23 | |
*** e0ne has joined #openstack-qa | 06:24 | |
*** kiran-r has joined #openstack-qa | 06:24 | |
*** kiranr has joined #openstack-qa | 06:27 | |
*** gamado has joined #openstack-qa | 06:28 | |
*** kiran-r has quit IRC | 06:29 | |
*** amotoki has joined #openstack-qa | 06:29 | |
*** jyuso1 has joined #openstack-qa | 06:29 | |
*** kiranr has quit IRC | 06:32 | |
*** mpaolino has joined #openstack-qa | 06:36 | |
*** e0ne is now known as e0ne_ | 06:36 | |
*** sabeen has quit IRC | 06:38 | |
*** gamado has quit IRC | 06:40 | |
*** anshul has joined #openstack-qa | 06:42 | |
*** e0ne_ has quit IRC | 06:42 | |
*** mpaolino has quit IRC | 06:43 | |
*** mahito has quit IRC | 06:43 | |
*** gfidente has joined #openstack-qa | 06:44 | |
*** e0ne has joined #openstack-qa | 06:45 | |
*** e0ne is now known as e0ne_ | 06:46 | |
*** k4n0 has joined #openstack-qa | 06:53 | |
*** e0ne_ has quit IRC | 06:55 | |
*** tkammer has quit IRC | 06:55 | |
*** markus_z has joined #openstack-qa | 06:56 | |
*** ianw has quit IRC | 07:00 | |
*** ianw has joined #openstack-qa | 07:00 | |
*** coolsvap has quit IRC | 07:01 | |
*** mahito has joined #openstack-qa | 07:02 | |
*** jlanoux has joined #openstack-qa | 07:04 | |
*** fedexo has quit IRC | 07:05 | |
*** hitalia has quit IRC | 07:05 | |
openstackgerrit | Merged openstack/tempest: Apply a naming rule of GET to compute clients(q*) https://review.openstack.org/192505 | 07:09 |
*** coolsvap has joined #openstack-qa | 07:10 | |
*** tkammer has joined #openstack-qa | 07:11 | |
*** coolsvap is now known as coolsvap|away | 07:11 | |
*** coolsvap|away is now known as coolsvap | 07:12 | |
*** kiran-r has joined #openstack-qa | 07:13 | |
*** kiran-r has quit IRC | 07:14 | |
*** sshnaidm has joined #openstack-qa | 07:15 | |
*** coolsvap is now known as coolsvap|away | 07:15 | |
*** kiran-r has joined #openstack-qa | 07:17 | |
*** coolsvap|away is now known as coolsvap | 07:18 | |
*** rdekel has joined #openstack-qa | 07:20 | |
xylan_kong | ping gmann | 07:23 |
*** laughterwym has joined #openstack-qa | 07:23 | |
xylan_kong | gmann: https://review.openstack.org/#/c/189576/ this patch has passed jenkins, would you please take a look, to see if it's ok for merge, as we really need it for defcore tests | 07:25 |
*** tkammer has quit IRC | 07:25 | |
*** laughterwym__ has quit IRC | 07:25 | |
*** neeti has joined #openstack-qa | 07:26 | |
gmann | xylan_kong: sure | 07:26 |
xylan_kong | gmann: thanks | 07:27 |
*** shardy has quit IRC | 07:28 | |
*** shardy has joined #openstack-qa | 07:29 | |
*** tkammer has joined #openstack-qa | 07:40 | |
*** jordanP has joined #openstack-qa | 07:43 | |
*** salv-orl_ has joined #openstack-qa | 07:46 | |
*** salv-orlando has quit IRC | 07:50 | |
*** ihrachyshka has joined #openstack-qa | 07:54 | |
*** safchain has joined #openstack-qa | 07:56 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Support for ipv6 in compute response JSON schema https://review.openstack.org/187502 | 07:58 |
*** cdent has joined #openstack-qa | 08:01 | |
*** laughterwym_ has joined #openstack-qa | 08:01 | |
*** laughterwym has quit IRC | 08:03 | |
*** binbincong has quit IRC | 08:07 | |
*** dtantsur|afk is now known as dtantsur | 08:09 | |
*** yfried is now known as yfried|afk | 08:09 | |
*** yfried|afk is now known as yfried | 08:10 | |
*** jlanoux has quit IRC | 08:15 | |
*** kiran has joined #openstack-qa | 08:18 | |
*** binbincong has joined #openstack-qa | 08:25 | |
*** openstack has quit IRC | 08:25 | |
*** openstack has joined #openstack-qa | 08:27 | |
*** ianw has quit IRC | 08:28 | |
*** ianw has joined #openstack-qa | 08:29 | |
*** itzikb has joined #openstack-qa | 08:30 | |
*** rossella_s has quit IRC | 08:30 | |
*** rossella_s has joined #openstack-qa | 08:31 | |
*** itzikb_ has quit IRC | 08:32 | |
*** mahito has quit IRC | 08:33 | |
*** e0ne is now known as e0ne_ | 08:34 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Re-factor neutron client for 'list' methods https://review.openstack.org/194912 | 08:35 |
*** rushiagr_away is now known as rushiagr | 08:38 | |
*** e0ne_ has quit IRC | 08:39 | |
*** e0ne has joined #openstack-qa | 08:40 | |
*** kiran-r has quit IRC | 08:41 | |
*** yamamoto has quit IRC | 08:41 | |
*** kiran is now known as kiran-r | 08:41 | |
*** yfried is now known as yfried|afk | 08:44 | |
*** yfried|afk is now known as yfried | 08:45 | |
*** e0ne has quit IRC | 08:45 | |
*** yamamoto has joined #openstack-qa | 08:54 | |
*** dtantsur is now known as dtantsur|brb | 08:55 | |
*** tkammer has quit IRC | 08:58 | |
*** salv-orl_ has quit IRC | 09:01 | |
*** laughterwym_ has quit IRC | 09:01 | |
*** salv-orlando has joined #openstack-qa | 09:02 | |
*** tkammer has joined #openstack-qa | 09:11 | |
*** hichihara has quit IRC | 09:14 | |
*** boris-42 has quit IRC | 09:22 | |
*** dmorita has quit IRC | 09:29 | |
*** tosky has joined #openstack-qa | 09:38 | |
openstackgerrit | gongysh proposed openstack-dev/devstack: Use ip route replace to avoid the existing route https://review.openstack.org/194508 | 09:40 |
*** afazekas has joined #openstack-qa | 09:42 | |
*** e0ne has joined #openstack-qa | 09:46 | |
*** ianw has quit IRC | 09:46 | |
*** ianw has joined #openstack-qa | 09:47 | |
*** dims has joined #openstack-qa | 09:50 | |
*** itzikb has quit IRC | 09:51 | |
*** laughterwym has joined #openstack-qa | 09:55 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: only soft enforce requirements not in projects.txt https://review.openstack.org/195015 | 09:55 |
*** sshnaidm has quit IRC | 09:57 | |
*** sshnaidm has joined #openstack-qa | 09:58 | |
*** yog_ has quit IRC | 10:02 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/194290 failed gate-grenade-dsvm, gate-grenade-dsvm-partial-ncpu in the gate queue with an unrecognized error | 10:04 |
*** ianw has quit IRC | 10:06 | |
*** ianw has joined #openstack-qa | 10:07 | |
*** yfried is now known as yfried|afk | 10:10 | |
*** itzikb has joined #openstack-qa | 10:14 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: Log all input/output in rootwrap calls https://review.openstack.org/194622 | 10:17 |
*** shardy has quit IRC | 10:20 | |
*** yamamoto has quit IRC | 10:22 | |
*** coolsvap is now known as coolsvap|away | 10:28 | |
*** yfried|afk is now known as yfried | 10:30 | |
*** jlanoux has joined #openstack-qa | 10:33 | |
*** dtantsur|brb is now known as dtantsur | 10:33 | |
*** tteggel_ has quit IRC | 10:36 | |
*** kiranr has joined #openstack-qa | 10:36 | |
*** tteggel has joined #openstack-qa | 10:37 | |
*** gszasz has joined #openstack-qa | 10:37 | |
*** kiranr has quit IRC | 10:40 | |
*** yfried is now known as yfried|afk | 10:40 | |
*** preeti_ has joined #openstack-qa | 10:41 | |
*** malini has joined #openstack-qa | 10:41 | |
preeti_ | hello all :) | 10:42 |
*** yfried|afk is now known as yfried | 10:42 | |
preeti_ | I have a question..can we use tempest remotely? | 10:42 |
*** malini has quit IRC | 10:42 | |
*** malini has joined #openstack-qa | 10:43 | |
openstackrecheck | Console logs not available after 13:26s for check-grenade-dsvm-neutron 194508,2,9faec8f | 10:47 |
*** sshnaidm has quit IRC | 10:50 | |
*** sshnaidm has joined #openstack-qa | 10:50 | |
*** Madan has quit IRC | 10:54 | |
*** tkammer has quit IRC | 11:01 | |
*** joeljwright has quit IRC | 11:03 | |
*** joeljwright has joined #openstack-qa | 11:04 | |
*** tkammer has joined #openstack-qa | 11:16 | |
*** yfried_ has joined #openstack-qa | 11:19 | |
*** yfried has quit IRC | 11:20 | |
bkopilov | jordanP, Hi | 11:22 |
bkopilov | jordanP, Do you know if cinder backup-export import works ? | 11:23 |
binbincong | preeti_: yes, you can, just provide the public auth uri and make sure it can be accessed from remote client | 11:26 |
*** ianw has quit IRC | 11:26 | |
*** yamamoto has joined #openstack-qa | 11:27 | |
*** ianw has joined #openstack-qa | 11:27 | |
*** aix has quit IRC | 11:37 | |
*** hop has joined #openstack-qa | 11:38 | |
*** salv-orlando has quit IRC | 11:39 | |
openstackgerrit | izadorozhna proposed openstack/tempest: Added test_list_tenant non-admin test to test_tokens.py https://review.openstack.org/192709 | 11:42 |
*** sshnaidm has quit IRC | 11:43 | |
*** sshnaidm has joined #openstack-qa | 11:46 | |
*** kiranr has joined #openstack-qa | 11:48 | |
*** gfidente is now known as gfidente|afk | 11:49 | |
*** kiranr has quit IRC | 11:52 | |
*** yfried_ is now known as yfried|afk | 11:54 | |
openstackgerrit | Rabi Mishra proposed openstack-infra/elastic-recheck: Add query for UnicodeDecodeError bug 1467965 https://review.openstack.org/194930 | 11:55 |
openstack | bug 1467965 in heat "test_db_encrypt_decrypt UnicodeDecodeError: 'utf8' codec can't decode " [Medium,Triaged] https://launchpad.net/bugs/1467965 | 11:55 |
preeti_ | <binbincong> means i have openstack running on one system and tempest on other but both systems are in same network,will it work and how? | 11:57 |
*** yfried|afk has quit IRC | 11:59 | |
binbincong | you need to set the option "uri" in tempest.conf to your keystone public authentication url | 12:00 |
binbincong | and, if you need to run the test cases that requires ssh connection to vms, then you need to make sure your tempest client can communicate with the vm (meaning in the same vlan or gre network) | 12:01 |
preeti_ | <binbincong> oh.. okk..thanks :) ...one more thing,will tempest work with openstack installed on seperate system with no tempest on that? | 12:02 |
*** rdekel has quit IRC | 12:03 | |
preeti_ | I want to ssh to openstack system(with NO tempest) by other system with ONLY tempest installed on it. | 12:04 |
*** yamamoto has quit IRC | 12:04 | |
binbincong | by saying openstack system, do you mean openstack controller? | 12:04 |
preeti_ | yes | 12:05 |
binbincong | yes, it can work | 12:05 |
*** neeti has quit IRC | 12:05 | |
preeti_ | and what about devstack installation,will it work? | 12:05 |
binbincong | I did not try, but I think so, it is the typical scenario | 12:06 |
*** malini has quit IRC | 12:06 | |
preeti_ | what about external vlans,both are on differnt vlans(openstack and tempest),is it fesible that tempest can ssh into openstack system? | 12:07 |
*** yamamoto has joined #openstack-qa | 12:07 | |
*** Poornima has quit IRC | 12:09 | |
binbincong | the network is the first thing to consider, if tempest and openstack are in different vlans, then, you have to leverage the layer-3 network to allow them communicate with each other | 12:09 |
binbincong | this is a network topic | 12:09 |
binbincong | and it must be done before running tempest | 12:09 |
sdague | cdent: did the email response make sense? | 12:10 |
* cdent reading now sdague | 12:10 | |
cdent | or actually not quite yet, still not here | 12:10 |
preeti_ | ok <bingincong> thanks a lot for Help :) | 12:10 |
binbincong | np | 12:10 |
cdent | sdague: yeah, that makes sense, and is what I expected, but I'm still not certain that console_script is correctâ„¢ | 12:13 |
cdent | but I'm not sufficiently savvy about alternatives | 12:13 |
sdague | cdent: so, I'm up for another option which pip installs. I just want it in an install location somewhere. | 12:14 |
cdent | also sdague: WTF, you're one of those I don't trim messages ingrates! | 12:14 |
*** rushiagr is now known as rushiagr_away | 12:14 | |
sdague | cdent: ? | 12:14 |
cdent | you've quoted my entire message | 12:14 |
cdent | I guess I'm old school enough to think that's like sooooo wrong | 12:15 |
cdent | (mostly kidding, but curious if you have some reason for it) | 12:15 |
sdague | yeh, I tend to only bother trimming when it gets completely out of control in size. | 12:15 |
sdague | because, honestly, the norm on the list isn't trimming | 12:15 |
cdent | THE LIST IS WRONG | 12:16 |
cdent | :) | 12:16 |
sdague | :) | 12:16 |
sdague | yeh, but all of internet email culture is self contradictory anyway. | 12:16 |
cdent | the devil you say | 12:17 |
cdent | the internet is a utopia of perfect collaboration | 12:17 |
sdague | don't top post, because you might not have context. trim because clearly everyone has already read the thread in order. | 12:17 |
*** yfried|afk has joined #openstack-qa | 12:17 | |
*** binbincong has quit IRC | 12:18 | |
*** ianw has quit IRC | 12:21 | |
*** ianw has joined #openstack-qa | 12:21 | |
*** binbincong has joined #openstack-qa | 12:23 | |
*** bknudson has joined #openstack-qa | 12:26 | |
*** rossella_s has quit IRC | 12:30 | |
*** rossella_s has joined #openstack-qa | 12:31 | |
*** sshnaidm has quit IRC | 12:32 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for UnicodeDecodeError bug 1467965 https://review.openstack.org/194930 | 12:32 |
openstack | bug 1467965 in heat "test_db_encrypt_decrypt UnicodeDecodeError: 'utf8' codec can't decode " [Medium,Triaged] https://launchpad.net/bugs/1467965 | 12:32 |
*** sshnaidm has joined #openstack-qa | 12:33 | |
*** salv-orlando has joined #openstack-qa | 12:40 | |
*** kir has joined #openstack-qa | 12:41 | |
*** ianw has quit IRC | 12:44 | |
*** dkranz has quit IRC | 12:44 | |
*** ianw has joined #openstack-qa | 12:44 | |
*** dkranz has joined #openstack-qa | 12:48 | |
*** aysyanne has joined #openstack-qa | 12:49 | |
*** EmilienM is now known as EmilienM|off | 12:50 | |
*** tosky has quit IRC | 12:51 | |
*** yfried has joined #openstack-qa | 12:51 | |
*** tochi has quit IRC | 12:52 | |
*** tosky has joined #openstack-qa | 12:52 | |
sdague | cdent: also, if I was doing this for realz instead of a sketch, I'd probably make it so that the script could be run directly on the command line and use the simplehttp server baked into python as a fall back (with a warning of don't do this in production) | 12:52 |
sdague | which would be handy for just quickly testing some things | 12:53 |
cdent | if that's the case | 12:53 |
cdent | then what about: | 12:53 |
*** yfried|afk has quit IRC | 12:54 | |
cdent | jsut modify the various eventlet api console-scripts so that they branch on the name of __main__. if mod wsgi do your thing, if __main__ start up the "old way"? | 12:54 |
*** rfolco has joined #openstack-qa | 12:55 | |
*** aix has joined #openstack-qa | 12:56 | |
*** itzikb has quit IRC | 12:59 | |
sdague | could be, except don't we have the danger of the eventlet monkey patching? | 13:00 |
sdague | conceptually I'm fine with that | 13:00 |
sdague | except it seems like there is a safety valve problem around eventlet based assumptions somewhere | 13:00 |
cdent | well presumably the actually installed script would need to only load the module that actually inspires the eventlet monkeypatching if the calling pattern applied? | 13:01 |
cdent | people get fussy about conditional imports but in this case? | 13:02 |
*** rushiagr_away has quit IRC | 13:04 | |
openstackgerrit | Gorka Eguileor proposed openstack/tempest: Add volume snapshot list pagination tests https://review.openstack.org/195072 | 13:09 |
*** openstackrecheck has quit IRC | 13:09 | |
*** openstackrecheck has joined #openstack-qa | 13:09 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: Fixing test_port_list_filter_by_ip in case of two (or more) DHCP agents https://review.openstack.org/192204 | 13:10 |
openstackrecheck | openstack/nova change: https://review.openstack.org/194815 failed gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error | 13:11 |
*** weshay has joined #openstack-qa | 13:15 | |
openstackgerrit | gordon chung proposed openstack/tempest: add initial check for nova event in ceilometer https://review.openstack.org/155287 | 13:16 |
*** achanda has joined #openstack-qa | 13:20 | |
*** dkranz has quit IRC | 13:21 | |
*** dkranz has joined #openstack-qa | 13:21 | |
*** dkranz has quit IRC | 13:28 | |
*** dkranz has joined #openstack-qa | 13:30 | |
*** dustins has joined #openstack-qa | 13:31 | |
*** tvanderwiel has joined #openstack-qa | 13:33 | |
*** e0ne is now known as e0ne_ | 13:33 | |
*** rushiagr_away has joined #openstack-qa | 13:35 | |
mriedem | must be a fun new neutron bug in the gate today | 13:35 |
*** kiranr has joined #openstack-qa | 13:36 | |
mtreinish | mriedem: is there a spike in ssh failures? | 13:36 |
mriedem | no, it's tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange | 13:37 |
mriedem | http://logs.openstack.org/15/194815/1/gate/gate-tempest-dsvm-neutron-full/0d23b0e/console.html#_2015-06-24_13_09_32_109 | 13:37 |
*** e0ne_ is now known as e0ne | 13:37 | |
mriedem | http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwidGVtcGVzdC5hcGkubmV0d29yay50ZXN0X2RoY3BfaXB2Ni5OZXR3b3Jrc1Rlc3RESENQdjYudGVzdF9kaGNwX3N0YXRlZnVsX2ZpeGVkaXBzX291dHJhbmdlXCIgQU5EIG1lc3NhZ2U6XCJGQUlMRURcIiBBTkQgdGFnczpcImNvbnNvbGVcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQzNTE1Mjk1NjI4MX0= | 13:38 |
mriedem | definitely something regressed in the last 24 hours | 13:38 |
mtreinish | mriedem: heh, yeah | 13:39 |
mriedem | https://bugs.launchpad.net/neutron/+bug/1468364 | 13:39 |
openstack | Launchpad bug 1468364 in neutron "tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange fails in the gate since 6/23" [Undecided,New] | 13:39 |
mtreinish | I like that the test is expecting a 400 on the create port and it just works | 13:40 |
*** shardy has joined #openstack-qa | 13:41 | |
*** kiranr has quit IRC | 13:41 | |
*** jecarey has joined #openstack-qa | 13:44 | |
openstackgerrit | Gorka Eguileor proposed openstack/tempest: Add volume snapshot list pagination tests https://review.openstack.org/195072 | 13:45 |
*** shardy has quit IRC | 13:47 | |
*** shardy has joined #openstack-qa | 13:47 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Support a single repo with multiple devstack plugins https://review.openstack.org/195084 | 13:50 |
dims | sdague: dumb idea? ^^ | 13:50 |
mriedem | mtreinish: found it | 13:50 |
mriedem | mtreinish: there was a nice recheck grind on the thing that introduced the bug | 13:50 |
openstackgerrit | gordon chung proposed openstack/tempest: add initial check for nova event in ceilometer https://review.openstack.org/155287 | 13:50 |
*** toure has joined #openstack-qa | 13:50 | |
mriedem | revert is here https://review.openstack.org/#/c/194918/ | 13:50 |
sdague | dims: so... why is there a concern of having multiple repos? | 13:51 |
sdague | one of the nice things about the multiple repo thing is that the interface is easy enough that people won't get it wrong | 13:52 |
mtreinish | mriedem: heh, recheck grind ftw | 13:53 |
dims | sdague: true. guess its more convenient in the long run to have multiple repos | 13:54 |
*** malini has joined #openstack-qa | 13:54 | |
sdague | dims: especially given that I'd expect the review teams to be pretty specialized for plugins | 13:55 |
*** yamamoto has quit IRC | 13:55 | |
dims | sdague: we'll have a handful in oslo.messaging | 13:56 |
*** yamamoto has joined #openstack-qa | 13:56 | |
sdague | it also means it's really easy to figure out who has devstack plugins based on file system structure | 13:56 |
hop | mtreinish: hi, could you please take a look at https://review.openstack.org/192701 and https://review.openstack.org/#/c/189687/ ? | 13:56 |
sdague | and, all the grenade plugins build on top of the standard directory mechanism there | 13:56 |
sdague | so that would all get torn up in a weird way | 13:56 |
dims | sdague: can grenade and devstack plugins co-exist? (just curious) | 13:57 |
*** zz_jgrimm is now known as jgrimm | 13:57 | |
dims | trying to come up with a name for the repo itself | 13:57 |
sdague | yes | 13:58 |
sdague | the grenade plugin lives in devstack/upgrade | 13:58 |
sdague | it's designed so that a project could (should) have both | 13:58 |
sdague | living rooted in the 'devstack' subdir | 13:58 |
dims | cool | 13:58 |
*** dustins_ has joined #openstack-qa | 14:01 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron ipv6 fail bug 1468163 https://review.openstack.org/195091 | 14:01 |
openstack | bug 1468163 in neutron "test_dhcp_stateful_fixedips_outrange fails on the gate" [Critical,In progress] https://launchpad.net/bugs/1468163 - Assigned to Kevin Benton (kevinbenton) | 14:01 |
mriedem | mtreinish: sdague: ^ | 14:01 |
*** rbak has joined #openstack-qa | 14:01 | |
sdague | mriedem: done | 14:01 |
mriedem | danka | 14:01 |
*** dims has quit IRC | 14:02 | |
*** bknudson has quit IRC | 14:02 | |
*** dims has joined #openstack-qa | 14:03 | |
*** dboik has joined #openstack-qa | 14:03 | |
*** dustins has quit IRC | 14:03 | |
*** mylu has joined #openstack-qa | 14:08 | |
*** artom_ has joined #openstack-qa | 14:08 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for neutron ipv6 fail bug 1468163 https://review.openstack.org/195091 | 14:08 |
openstack | bug 1468163 in neutron "test_dhcp_stateful_fixedips_outrange fails on the gate" [Critical,In progress] https://launchpad.net/bugs/1468163 - Assigned to Kevin Benton (kevinbenton) | 14:08 |
*** pglass has joined #openstack-qa | 14:09 | |
*** artom has quit IRC | 14:10 | |
*** zz_dimtruck is now known as dimtruck | 14:10 | |
*** ianw has quit IRC | 14:11 | |
*** ianw has joined #openstack-qa | 14:12 | |
*** artom_ has quit IRC | 14:14 | |
*** dboik_ has joined #openstack-qa | 14:17 | |
sdague | dtroyer - https://review.openstack.org/#/c/195015/ probably needed sooner rather than later because of plugins | 14:19 |
openstackgerrit | Alexander Gubanov proposed openstack/tempest: Added comment how to get list of network extensions in tempest.conf https://review.openstack.org/192701 | 14:19 |
*** dboik has quit IRC | 14:20 | |
dtroyer | sdague: looking | 14:21 |
*** malini has quit IRC | 14:22 | |
*** yamamoto has quit IRC | 14:24 | |
dtroyer | sdague: +A | 14:24 |
*** malini has joined #openstack-qa | 14:25 | |
sdague | cool | 14:26 |
*** achanda has quit IRC | 14:27 | |
*** ianw has quit IRC | 14:29 | |
*** ianw has joined #openstack-qa | 14:29 | |
*** pglass has quit IRC | 14:32 | |
*** gfidente|afk is now known as gfidente | 14:34 | |
*** pglass has joined #openstack-qa | 14:34 | |
dims | sdague: ok to use openstack/devstack-plugin-zmq | 14:36 |
sdague | dims: yeh, that seems fine to me | 14:37 |
dims | cool | 14:37 |
*** malini1 has joined #openstack-qa | 14:38 | |
*** malini has quit IRC | 14:40 | |
*** openstackrecheck has quit IRC | 14:40 | |
*** openstackrecheck has joined #openstack-qa | 14:40 | |
*** mfalatic has joined #openstack-qa | 14:42 | |
*** artom has joined #openstack-qa | 14:45 | |
*** achanda has joined #openstack-qa | 14:45 | |
*** e0ne is now known as e0ne_ | 14:47 | |
*** e0ne_ is now known as e0ne | 14:48 | |
*** apevec has joined #openstack-qa | 14:48 | |
*** apevec has quit IRC | 14:48 | |
*** apevec has joined #openstack-qa | 14:48 | |
*** hop has quit IRC | 14:48 | |
*** ianw has quit IRC | 14:51 | |
*** ianw has joined #openstack-qa | 14:52 | |
*** k4n0 has quit IRC | 14:54 | |
*** tkammer has quit IRC | 14:55 | |
*** mestery has joined #openstack-qa | 14:57 | |
openstackgerrit | Gorka Eguileor proposed openstack/tempest: Add volume snapshot list pagination tests https://review.openstack.org/195072 | 15:01 |
*** VanL has joined #openstack-qa | 15:01 | |
*** yfried has quit IRC | 15:02 | |
*** rwsu has joined #openstack-qa | 15:04 | |
*** mylu has quit IRC | 15:07 | |
*** k4n0 has joined #openstack-qa | 15:07 | |
*** mylu has joined #openstack-qa | 15:08 | |
*** sshnaidm has quit IRC | 15:11 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: Get rid of duplicated creation of security groups in test_volume_boot_pattern https://review.openstack.org/195141 | 15:17 |
*** rwsu has quit IRC | 15:17 | |
*** patrickeast has joined #openstack-qa | 15:17 | |
*** rwsu has joined #openstack-qa | 15:17 | |
*** ajmiller has joined #openstack-qa | 15:21 | |
*** ianw has quit IRC | 15:24 | |
*** yamamoto has joined #openstack-qa | 15:24 | |
*** ianw has joined #openstack-qa | 15:24 | |
*** achanda_ has joined #openstack-qa | 15:27 | |
*** mlavalle has joined #openstack-qa | 15:29 | |
*** marun has joined #openstack-qa | 15:29 | |
*** achanda has quit IRC | 15:29 | |
*** yamamoto has quit IRC | 15:30 | |
*** dustins_ has quit IRC | 15:30 | |
*** achanda_ has quit IRC | 15:32 | |
*** laughterwym has quit IRC | 15:33 | |
*** laughterwym has joined #openstack-qa | 15:33 | |
*** laughterwym_ has joined #openstack-qa | 15:33 | |
*** laughterwym_ has quit IRC | 15:34 | |
*** bknudson has joined #openstack-qa | 15:34 | |
*** dtantsur is now known as dtantsur|afk | 15:35 | |
cdent | sdague: my gnocchi wsgi changes WIP: https://review.openstack.org/#/c/195149/ | 15:37 |
cdent | (not yet started on the entry_points aspect) | 15:37 |
sdague | cdent: ok, cool. So it would be nice to have it not use the special port by default | 15:38 |
sdague | make an option for using it | 15:38 |
sdague | but default to just the port 80 bit | 15:38 |
cdent | I experimented with various ways of cooking that and couldn't figure out a clean one, so I thought I'd think about it for while rather than fighting it | 15:39 |
cdent | the complication comes in the template file handling | 15:39 |
cdent | one way, I suppose is to use two different template files | 15:39 |
cdent | that would be nice and explicit | 15:39 |
*** yamahata has quit IRC | 15:39 | |
*** e0ne is now known as e0ne_ | 15:40 | |
cdent | and also there a tests scattered here and there in the gate-related hooks (for the moment) that rely on the 8041 | 15:40 |
cdent | so until those go (which they will)... | 15:40 |
sdague | cdent: right, but that's part of the exercise, to flush those out. | 15:41 |
cdent | yup | 15:41 |
cdent | thus the last paragraph is my commit message | 15:41 |
*** k4n0 has quit IRC | 15:42 | |
*** VanL has quit IRC | 15:42 | |
sdague | yeh | 15:42 |
*** e0ne_ is now known as e0ne | 15:45 | |
*** salv-orl_ has joined #openstack-qa | 15:45 | |
*** pc_m has joined #openstack-qa | 15:46 | |
*** patrickeast has quit IRC | 15:46 | |
*** shardy has quit IRC | 15:48 | |
*** salv-orlando has quit IRC | 15:48 | |
*** shardy has joined #openstack-qa | 15:48 | |
*** os-akang has joined #openstack-qa | 15:52 | |
openstackgerrit | Merged openstack/tempest: More javelin unit tests https://review.openstack.org/187198 | 15:53 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/195015 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1468163 | 15:54 |
openstack | Launchpad bug 1468163 in neutron "test_dhcp_stateful_fixedips_outrange fails on the gate" [Critical,In progress] - Assigned to Kevin Benton (kevinbenton) | 15:54 |
*** anshul has quit IRC | 15:57 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: [WIP] Fixing test_port_list_filter_by_ip in case of two (or more) DHCP agents https://review.openstack.org/192204 | 15:57 |
*** shardy has quit IRC | 15:58 | |
*** ianw has quit IRC | 16:00 | |
*** erlon has joined #openstack-qa | 16:00 | |
*** ianw has joined #openstack-qa | 16:00 | |
openstackgerrit | nithya-ganesan proposed openstack/tempest: Modify RemoteClient to use ssh validation config parameters https://review.openstack.org/153899 | 16:00 |
*** patrickeast_ has joined #openstack-qa | 16:03 | |
*** patrickeast_ is now known as patrickeast | 16:03 | |
*** laughterwym has quit IRC | 16:04 | |
mestery | sdague: What would your thoughts be on neutron pulling all it's devstack support out of devstack into a devstack plugin in the neutron tree? /cc sc68cal | 16:06 |
*** aix has quit IRC | 16:06 | |
*** jlanoux has quit IRC | 16:07 | |
mestery | mtreinish: ^^^ | 16:08 |
dtroyer | mestery: I don't have time to talk about that ATM, but for the 'upper' layers of Neutron (advanced services, 3rd party bits) I'd support that. I do think we need the basics in DevStack | 16:08 |
dtroyer | s repo | 16:08 |
dougwig | dtroyer: why? | 16:09 |
mestery | dtroyer: OK, let me propose something along those lines then. | 16:09 |
*** arosen has joined #openstack-qa | 16:09 | |
mestery | dtroyer: Though I'd like all of it out rather than just the top | 16:09 |
sc68cal | dtroyer: How about your patch where you start the API up? | 16:09 |
mestery | dougwig: ++ | 16:09 |
dtroyer | sc68cal: yes, that's what I intended to do there | 16:09 |
sc68cal | dtroyer: so could it be a combo of your patch https://review.openstack.org/#/c/168438/ and then a plugin? | 16:09 |
*** yamahata has joined #openstack-qa | 16:10 | |
dtroyer | yup, multiple plugins even. I started to do a cinder-like backend thing but haven't proposed that yet | 16:10 |
dtroyer | I'm not certain we need that kind of support though | 16:10 |
dtroyer | and sorry, gotta run, back in a couple of hours | 16:10 |
sc68cal | dtroyer: cool, thanks :) | 16:10 |
dougwig | dtroyer: thanks, will circle back later to find out more details. | 16:11 |
mestery | thanks dtroyer | 16:11 |
sdague | mestery: so, personally I'd rather have some neutron support in tree and validated especially because of some of the tight coupling to cinder and nova. | 16:15 |
sdague | I do think that having the advanced services is plugins is the right answer | 16:15 |
mestery | sdague: That's what we're discussing at the mid-cycle now, thanks for your input! | 16:15 |
mestery | dougwig sc68cal: ^^^^ | 16:15 |
*** pglass has quit IRC | 16:16 | |
sdague | and having additional neutron plugins for particular kinds of configurations might be easier to understand than having a lot of $vars you have to set to get different results | 16:16 |
*** davideagnello has quit IRC | 16:16 | |
*** hemnafk is now known as hemna | 16:16 | |
dougwig | sdague: lbaas is already out, so we're just talking about base neutron now. | 16:16 |
*** pglass has joined #openstack-qa | 16:16 | |
*** pc_m has quit IRC | 16:17 | |
*** pc_m has joined #openstack-qa | 16:18 | |
*** cdent has quit IRC | 16:19 | |
sdague | dougwig: is there a delete patch for the in tree support for lbaas? | 16:20 |
*** binbincong has quit IRC | 16:20 | |
sdague | it seems like lib/neutron_plugins/services should probably go away and become devstack plugins | 16:20 |
dougwig | sdague: oh wow, that never got deleted. hmm, i remember now. how would you feel about a file with a list of "default" plugin URLs for service tokens, so we don't break all the local.conf's out there that reference "q-lbaas" but don't have the right enable_plugin ? | 16:21 |
*** markus_z has quit IRC | 16:22 | |
*** afazekas has quit IRC | 16:23 | |
sdague | the thing is, ordering might be important, so I'd rather solve this with an email alert to folks that this is going away, and here is how you do it the new way | 16:23 |
*** jordanP has quit IRC | 16:23 | |
sdague | and we set a clock, like Aug 1st | 16:23 |
sdague | kind of like the way we're doing the RPC removes | 16:23 |
dougwig | sdague: such a list of defaults would also be key if we were to contemplate putting base neutron as a devstack plugin (something that came up while chatting about this at the midcycle here.) if we're opposed to such a list, then i can see how moving any base projects out would be a bigger problem. | 16:24 |
*** Swami has joined #openstack-qa | 16:25 | |
openstackgerrit | Roman Podoliaka proposed openstack/tempest: Add a test case for rebuild of instances with volumes https://review.openstack.org/175949 | 16:26 |
sdague | right, plus, the current naming is super confusing anyway. I think that for service restructures like this we fix it with communication. Because the reality is when things break on people, them not realizing that the code is somewhere else is going to get really confusing. This is a thing I think people need to know about their devstack configs, otherwise there is going to be tears. | 16:27 |
dougwig | sdague: tears are my fuel. | 16:27 |
mestery | lol | 16:28 |
*** anshul has joined #openstack-qa | 16:28 | |
*** rossella_s has quit IRC | 16:30 | |
dougwig | sdague: so, if we were to fully break things out, we'd end up going from the top to the bottom, which is slightly gross from a usability perspective, but i can see your point: | 16:31 |
*** rossella_s has joined #openstack-qa | 16:31 | |
dougwig | https://www.irccloud.com/pastebin/IJy57uod/ | 16:31 |
sdague | dougwig: why is it a problem from usability perspective? | 16:31 |
sdague | dougwig: so I've been telling plugin authors to put their enable_service in their settings | 16:33 |
dougwig | sdague: maybe it's just me, but finding/remembering URLs is much harder for me than a token representing the service. | 16:33 |
sdague | so you'd only need | 16:33 |
sdague | enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas | 16:33 |
sdague | not the enable service bit | 16:33 |
*** ihrachyshka has quit IRC | 16:33 | |
dougwig | sdague: oh, ok. hmm, it'd look really clean if we defaulted the URL to "https://git.openstack.org/openstack/%s" % plugin-name | 16:34 |
sdague | dougwig: we're building a plugin registry doc in the devstack repo, so hopefully every plugin will add itself there | 16:34 |
dougwig | sdague: ok, that's similar to what i was wanting, just in machine consumable/automatic form. i can live with a doc, for sure. | 16:34 |
sdague | dougwig: except, this is a dev tool, and often you need to fix things | 16:34 |
sdague | so being explicit to the user seemed important, which is why it referenced explicit urls | 16:35 |
dougwig | sdague: ahh, i see. i usually only care about the location of the plugins that i'm working on, not all the others. those i just rely on "working". :) | 16:35 |
*** mylu has quit IRC | 16:35 | |
sdague | dougwig: we could come up with a machine readable version that turns into a webpage | 16:35 |
*** salv-orl_ has quit IRC | 16:36 | |
sdague | dougwig: right, but things are going to break some times, that's the nature of this. Explicit feels good for that reason. | 16:36 |
*** binbincong has joined #openstack-qa | 16:37 | |
dougwig | sdague: i see the point. plugins taken to their logical conclusion will mean local.conf's with a WALL of urls. :) | 16:38 |
*** rushiagr_away is now known as rushiagr | 16:38 | |
sdague | dougwig: yep, but given that the size of this tent is going to grow, that seems like the least worst approach | 16:39 |
*** VanL has joined #openstack-qa | 16:40 | |
*** SridharG has left #openstack-qa | 16:43 | |
openstackgerrit | Merged openstack-dev/grenade: Update a misguided comment about pbr and newness. https://review.openstack.org/194400 | 16:43 |
*** armax has joined #openstack-qa | 16:43 | |
*** sabeen has joined #openstack-qa | 16:46 | |
*** marrusl has quit IRC | 16:47 | |
*** jgrimm is now known as zz_jgrimm | 16:47 | |
*** marrusl has joined #openstack-qa | 16:48 | |
*** Sukhdev has joined #openstack-qa | 16:51 | |
*** malini1 has quit IRC | 16:51 | |
*** achanda has joined #openstack-qa | 16:52 | |
*** mylu has joined #openstack-qa | 16:52 | |
*** dontalton has joined #openstack-qa | 16:52 | |
*** malini has joined #openstack-qa | 16:53 | |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Fixes for Linux Bridge in the L3 agent https://review.openstack.org/192906 | 16:53 |
*** armax has quit IRC | 16:54 | |
*** mriedem is now known as mriedem_away | 16:59 | |
*** nic has joined #openstack-qa | 16:59 | |
*** marun_ has joined #openstack-qa | 17:02 | |
openstackgerrit | Merged openstack-dev/grenade: Source target functions before calling build_wheels https://review.openstack.org/182526 | 17:02 |
*** marun has quit IRC | 17:03 | |
*** achanda has quit IRC | 17:03 | |
*** marun has joined #openstack-qa | 17:04 | |
*** hitalia has joined #openstack-qa | 17:05 | |
*** davideagnello has joined #openstack-qa | 17:06 | |
*** marun_ has quit IRC | 17:07 | |
*** dustins has joined #openstack-qa | 17:10 | |
*** VanL has quit IRC | 17:10 | |
openstackgerrit | nithya-ganesan proposed openstack/tempest: Modify RemoteClient to use ssh validation config parameters https://review.openstack.org/153899 | 17:12 |
*** binbincong has quit IRC | 17:12 | |
*** malini has quit IRC | 17:12 | |
*** yamamoto has joined #openstack-qa | 17:14 | |
*** marrusl has quit IRC | 17:14 | |
*** e0ne has quit IRC | 17:16 | |
*** binbincong has joined #openstack-qa | 17:17 | |
*** weshay has quit IRC | 17:18 | |
*** yamamoto has quit IRC | 17:18 | |
*** miqui has joined #openstack-qa | 17:19 | |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Fixes for Linux Bridge in the L3 agent https://review.openstack.org/192906 | 17:21 |
*** safchain has quit IRC | 17:22 | |
*** weshay has joined #openstack-qa | 17:23 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: make test_with_retry a function https://review.openstack.org/195213 | 17:25 |
sdague | sc68cal: so ^^^ might be helpful there | 17:25 |
*** marrusl has joined #openstack-qa | 17:27 | |
*** marrusl has quit IRC | 17:27 | |
*** marrusl has joined #openstack-qa | 17:28 | |
sc68cal | sdague: looking | 17:30 |
sdague | we'll see if I did it correctly | 17:31 |
sdague | quoting is going to be super important in those params | 17:31 |
sc68cal | yeah....... | 17:31 |
*** salv-orlando has joined #openstack-qa | 17:34 | |
openstackgerrit | Joe Gordon proposed openstack-dev/devstack: DO NOT MERGE: nova-compute GDB backtrace https://review.openstack.org/195221 | 17:37 |
*** openstackgerrit has quit IRC | 17:38 | |
*** openstackgerrit has joined #openstack-qa | 17:38 | |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Fixes for Linux Bridge in the L3 agent https://review.openstack.org/192906 | 17:40 |
*** marrusl has quit IRC | 17:40 | |
*** marrusl has joined #openstack-qa | 17:41 | |
*** apevec has quit IRC | 17:43 | |
*** ianw has quit IRC | 17:45 | |
*** ianw has joined #openstack-qa | 17:46 | |
mtreinish | sdague: man, you can't catch a break on that soft enforce g-r patch... | 17:47 |
sdague | nope | 17:47 |
sdague | it's the neutron grenade wsgi gorp | 17:47 |
sc68cal | sdague: How will that test_with_retry function handle brackets and the bash logic stuff | 17:50 |
sc68cal | sdague: i'm rebasing my patch on top of your proposal | 17:51 |
sdague | sc68cal: example? | 17:51 |
sc68cal | sdague: https://review.openstack.org/#/c/192906/ | 17:51 |
*** toure has quit IRC | 17:52 | |
sc68cal | sdague: is it as simple as testcmd="ip -o link | grep -q $ext_gw_interface" ? | 17:53 |
*** toure has joined #openstack-qa | 17:53 | |
*** pvaneck has joined #openstack-qa | 17:53 | |
*** malini has joined #openstack-qa | 17:54 | |
sdague | sc68cal: yes, I believe it should be | 17:54 |
sc68cal | sdague: yaay | 17:55 |
*** amotoki has quit IRC | 17:55 | |
*** achanda has joined #openstack-qa | 17:56 | |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Fixes for Linux Bridge in the L3 agent https://review.openstack.org/192906 | 17:57 |
sc68cal | sdague: i don't know if it works, but boy does that function make things easier | 17:58 |
*** malini has quit IRC | 18:00 | |
*** e0ne has joined #openstack-qa | 18:01 | |
jogo | sdague: I think we need some multinode smoke jobs ASAP | 18:03 |
sdague | jogo: that's fine | 18:03 |
*** suneelb has joined #openstack-qa | 18:05 | |
jogo | sdague: that should be a good benchmark for how viable a multinode grenade job would be | 18:05 |
sdague | jogo: sure | 18:06 |
jogo | sdague: I can push the patches up for the new jobs, but you will have to take over watching them ... | 18:06 |
sdague | jogo: will do | 18:06 |
jogo | sdague: thanks | 18:06 |
sdague | what project you going to stick them on? | 18:06 |
jogo | sdague: not sure, maybe nova? | 18:06 |
jogo | we just need to generate some load | 18:06 |
mtreinish | jogo: bah, you can still watch them. Just do it while you're sitting there on beeper duty | 18:06 |
sdague | sure, non-voting check? | 18:06 |
* jogo throws a wet cat at mtreinish | 18:07 | |
sdague | I would like volume | 18:07 |
jogo | sdague: yup yup | 18:07 |
sdague | jogo: well, if we can ever get jenkins to pass - https://review.openstack.org/#/c/194774/ | 18:07 |
*** ianw has quit IRC | 18:08 | |
*** malini has joined #openstack-qa | 18:08 | |
*** e0ne has quit IRC | 18:08 | |
jogo | sdague: haha I think I like danpb's -1 comments the best | 18:08 |
*** ianw has joined #openstack-qa | 18:08 | |
*** malini has quit IRC | 18:16 | |
jogo | sdague: what about neutron DVR? leave on or turn off? | 18:17 |
*** annashen has joined #openstack-qa | 18:18 | |
jogo | russellb: ^ | 18:18 |
*** boris-42 has joined #openstack-qa | 18:18 | |
*** VanL has joined #openstack-qa | 18:20 | |
mtreinish | jogo: I would say leave it on, but I don't really know | 18:21 |
*** malini has joined #openstack-qa | 18:21 | |
mtreinish | I don;t think it's as stable | 18:21 |
mtreinish | in the gate env that is | 18:21 |
russellb | jogo: for your initial multi-node smoke job? i'd leave it off i guess | 18:21 |
jogo | russellb: because the tempest-full multinode neutron has it on | 18:22 |
jogo | but I assume grenade will take some time to get around to DVR | 18:22 |
sdague | jogo: yeh, but I think that was trying to test a whole bunch of new things at one | 18:22 |
* jogo turns DVR off for neutron smoke | 18:22 | |
russellb | you sure? i thought the dvr tempest job was non-voting | 18:22 |
russellb | it's broken afaict | 18:22 |
jogo | russellb: multinode neutron uses DVR | 18:23 |
jogo | and is broken and non-voting | 18:23 |
russellb | oh right | 18:23 |
russellb | yeah not surprised | 18:23 |
jogo | russellb: setting up some multinode smoke jobs to see how stable things will be for grenade | 18:23 |
russellb | ok. | 18:23 |
sdague | jogo: yeh, multi node neutron jobs haven't gotten out of experiment yet right? | 18:24 |
*** Rockyg has joined #openstack-qa | 18:24 | |
jogo | sdague: correct | 18:24 |
kashyap | jogo: :-P About the -1 from danpb there! | 18:26 |
jogo | no matrix please | 18:26 |
*** achanda has quit IRC | 18:27 | |
*** suneelb has quit IRC | 18:28 | |
*** achanda has joined #openstack-qa | 18:28 | |
*** armax has joined #openstack-qa | 18:29 | |
openstackgerrit | Merged openstack/os-testr: Dogfood things for unit tests https://review.openstack.org/194870 | 18:29 |
*** tosky has quit IRC | 18:31 | |
kashyap | sdague: You have a multi-node Neutron job URL handy? | 18:32 |
sdague | kashyap: I do not | 18:32 |
kashyap | sdague: Np. I was searching for it yesterday, and found only nova-net "multinode" job. I'll look up tomm, don't bother. | 18:32 |
*** mfalatic has quit IRC | 18:33 | |
*** achanda has quit IRC | 18:33 | |
*** Rockyg has quit IRC | 18:34 | |
*** mfalatic has joined #openstack-qa | 18:36 | |
dtroyer | bknudson: in https://review.openstack.org/#/c/194729/ it looks like there may be a path issue, can you lave a look at my comment? | 18:36 |
jogo | kashyap: hold on I can get you one | 18:37 |
kashyap | Thanks! | 18:37 |
jogo | kashyap: http://logs.openstack.org/99/194799/4/experimental/check-tempest-dsvm-neutron-multinode-full/a90775e/ | 18:38 |
*** miqui has quit IRC | 18:38 | |
kashyap | jogo: Ah, it's in experimental queue. Thank you. | 18:38 |
bknudson | dtroyer: there shouldn't be any copying happening anymore... | 18:39 |
jogo | kashyap: you can find more runs by looking at logstash.openstack.org | 18:39 |
*** malini has quit IRC | 18:39 | |
*** mfalatic has quit IRC | 18:39 | |
kashyap | jogo: Yep, noted. | 18:39 |
*** achanda has joined #openstack-qa | 18:40 | |
mtreinish | jogo: oh, look it makes neutron 500 | 18:40 |
mtreinish | that's a good sign for the multinode env | 18:40 |
jogo | mtreinish: that may just be DVR | 18:40 |
*** mfalatic has joined #openstack-qa | 18:40 | |
mtreinish | that link was dvr? | 18:40 |
mtreinish | I thought that was a separate job that was like multinode-dvr-full or something | 18:41 |
Swami | mtreinish: any questions about the DVR | 18:43 |
sdague | jogo: if these are non voting, how about move them to devstack check | 18:44 |
*** salv-orlando has quit IRC | 18:44 | |
Swami | Yes: that job is just for DVR. | 18:44 |
sdague | so they'll be a little more visible, and we can see changes to help them work | 18:44 |
mtreinish | it's a lot of red: http://logs.openstack.org/99/194799/4/experimental/check-tempest-dsvm-neutron-multinode-full/a90775e/logs/screen-q-svc.txt.gz?level=TRACE#_2015-06-24_17_58_07_879 | 18:45 |
Swami | sdague: yes it would be great if we at least move those jobs to the check job. | 18:45 |
jogo | sdague: done | 18:45 |
sdague | jogo: cool, thanks | 18:45 |
*** malini has joined #openstack-qa | 18:46 | |
Swami | Folks there is a patch in tempest that would prevent those TRACE on the DVR job. #link https://review.openstack.org/#/c/192014/ can anyone review it. It has been there for more than a week. | 18:47 |
jogo | mtreinish: yeah, the DVR folks wanted to get that working and we didn't want yet another job | 18:48 |
*** dustins has quit IRC | 18:48 | |
jogo | Swami: and how far from getting that job working in general (FWIW the nova job isn't stable yet) | 18:48 |
*** VanL has quit IRC | 18:49 | |
Swami | jogo: we are working on making the single node job voting, so that the multinode will be stabilized without introduction of new bugs. | 18:49 |
*** malini has quit IRC | 18:50 | |
jogo | Swami: in that case, thoughts on dropping the DVR part of the multinode job for now? | 18:50 |
Swami | jogo: no please don't drop it. | 18:50 |
Swami | we still wanted to see what issues are seen in the multinode environment and trying to add more test cases for the multi node validation. | 18:50 |
*** Sukhdev has quit IRC | 18:51 | |
Swami | It would be great if we can make it a "check" job, since it is experimental right now. | 18:51 |
jogo | Swami: it is experimental because it never works | 18:51 |
jogo | Swami: fine with leaving DVR on there, but the thinking is shake out the 'easier' neutron multinode case first | 18:52 |
Swami | jogo: For the last two weeks the DVR jobs are 100% failing because of a bug. | 18:52 |
Swami | The patch that i just posted here #link https://review.openstack.org/#/c/192014/ | 18:53 |
Swami | will fix that failure issue that is causing 100% failure. | 18:53 |
Swami | Meanwhile we are working on addressing the issue. | 18:53 |
*** malini has joined #openstack-qa | 18:54 | |
jogo | Swami: ttp://logs.openstack.org/99/194799/4/experimental/check-tempest-dsvm-neutron-multinode-full/a90775e/logs/testr_results.html.gz | 18:54 |
jogo | Swami: multinode DVR has a bunch of other failures too | 18:54 |
jogo | that may or may not be DVR | 18:54 |
Swami | jogo: this is DVR only. We only have multinode job currently for DVR. | 18:55 |
jogo | Swami: right, that is what I am referring to. I am saying why not make sure multinode neutron works without DVR first | 18:56 |
jogo | Swami: because AFAIK it doesn't | 18:56 |
*** amotoki has joined #openstack-qa | 18:56 | |
* jogo steps out for lunch | 18:57 | |
Swami | jogo: I don't think initially there were people to work on the multinode job for neutron, so since I was working on DVR, the DVR job landed first. | 18:57 |
*** anshul has quit IRC | 19:00 | |
*** amotoki has quit IRC | 19:01 | |
*** yamamoto has joined #openstack-qa | 19:03 | |
*** artom has quit IRC | 19:04 | |
dtroyer | bknudson: ok, after looking at the dependent keystone change it all makes sense, thanks | 19:04 |
*** yamamoto has quit IRC | 19:07 | |
*** Longgeek has quit IRC | 19:09 | |
*** suneelb has joined #openstack-qa | 19:12 | |
*** suneelb has quit IRC | 19:13 | |
*** suneelb has joined #openstack-qa | 19:13 | |
lifeless | dtroyer: / sdague: if you have a few minutes at some point https://review.openstack.org/#/c/194886/ - switching the constraint mode is stopping swift installing, which has me quite confused. | 19:17 |
lifeless | its not that its trying and failing | 19:17 |
lifeless | its not even trying | 19:17 |
sdague | lifeless: ok, I've got about 15 minutes before wed daddy daycare kicks in, let me see what I can glean | 19:18 |
*** annashen has quit IRC | 19:20 | |
*** miqui has joined #openstack-qa | 19:21 | |
*** gszasz has quit IRC | 19:23 | |
*** achanda has quit IRC | 19:23 | |
sdague | lifeless: yeh, I don't know here is the line where it calls it - http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_19_26_739 | 19:24 |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Remove FIXED_RANGE route when unstacking https://review.openstack.org/156858 | 19:24 |
*** yfried has joined #openstack-qa | 19:25 | |
*** yfried is now known as yfried|afk | 19:25 | |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Remove FIXED_RANGE route when unstacking https://review.openstack.org/156858 | 19:26 |
sdague | lifeless: does your constraint code work with editable installs? | 19:27 |
*** salv-orlando has joined #openstack-qa | 19:27 | |
lifeless | sdague: yeah | 19:27 |
lifeless | sdague: not 100% sure I wrote a test for it, but I can check | 19:28 |
lifeless | sdague: I am sure I've done manual checks | 19:28 |
lifeless | sdague: I did certainly check the interactions - you can't constrain an editable install | 19:28 |
sdague | what do you mean you can't constrain an editable install? | 19:29 |
lifeless | say we install neutron from git | 19:30 |
lifeless | a constraint that says it must be version 1.2 would be meaningless | 19:30 |
lifeless | we can constraint 'neutron' to be from git though | 19:30 |
sdague | oh, sure, but you can constrain it's dependencies still | 19:30 |
lifeless | yes of course | 19:30 |
sdague | ok, yeh, that's fine | 19:30 |
sdague | if you are pip install -e ./gittree | 19:30 |
sdague | you have been pretty explicit that's what you want | 19:31 |
lifeless | yup | 19:31 |
*** hitalia has quit IRC | 19:31 | |
sdague | so swift is not using console_entrypoints | 19:31 |
sdague | which is one way that it's different from other things | 19:31 |
sdague | I don't know if that's relevant | 19:31 |
sdague | but it did not start - http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/screen-s-account.txt.gz | 19:32 |
sdague | however glance did | 19:32 |
lifeless | yeah | 19:32 |
sdague | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/screen-g-api.txt.gz | 19:32 |
lifeless | if yo look at the swift things | 19:32 |
lifeless | it can't import swit.common | 19:32 |
sdague | as did keystone - http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/apache/keystone.txt.gz | 19:32 |
sdague | yep | 19:32 |
lifeless | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/screen-s-account.txt.gz | 19:32 |
sdague | lifeless: yes, I just linked you that log :) | 19:32 |
lifeless | hah soz | 19:32 |
lifeless | multitasking with child | 19:33 |
lifeless | so that I could get a timeslice from you :) | 19:33 |
sdague | yeh, pip-freeze doesn't show it installed - http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/pip-freeze.txt.gz | 19:33 |
*** Sukhdev has joined #openstack-qa | 19:33 | |
*** e0ne has joined #openstack-qa | 19:33 | |
sdague | this is a pip-freeze from a working run - http://logs.openstack.org/77/194877/1/check/check-tempest-dsvm-full/360ff51/logs/pip-freeze.txt.gz | 19:34 |
sdague | swift is definitely missing | 19:34 |
lifeless | I'll check the pip code | 19:34 |
sdague | but http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_19_26_739 clearly is getting called | 19:34 |
sdague | and it got far enough to install it's dependencies | 19:35 |
*** ianw has quit IRC | 19:35 | |
sdague | you can see them installing | 19:35 |
lifeless | a bug related to -e does seem quite plausible | 19:35 |
sdague | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_19_28_529 | 19:35 |
*** ianw has joined #openstack-qa | 19:35 | |
lifeless | I don't see swift in pip's 'installed' line | 19:35 |
sdague | so in the same run - http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_20_17_409 | 19:36 |
sdague | that's glance installing | 19:36 |
openstackgerrit | Paul Belanger proposed openstack-infra/elastic-recheck: Add query for failing puppet-apply-centos6 job https://review.openstack.org/195283 | 19:36 |
sdague | and it gets to setup.py at the end of it's run - http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_20_26_315 | 19:36 |
lifeless | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_20_24_014 | 19:37 |
lifeless | thats the line I'm looking fo for swift | 19:37 |
*** mlavalle_ has joined #openstack-qa | 19:37 | |
lifeless | which is | 19:37 |
lifeless | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_20_15_641 | 19:37 |
lifeless | and missing swift itself | 19:37 |
sdague | yeh, it is | 19:38 |
sdague | I wonder if something processed odd with it's dependencies | 19:39 |
*** mlavalle has quit IRC | 19:39 | |
sdague | so... | 19:40 |
sdague | http://logs.openstack.org/86/194886/2/check/check-tempest-dsvm-full/99e03f5/logs/devstacklog.txt.gz#_2015-06-24_03_20_26_315 | 19:40 |
sdague | collecting xattr | 19:40 |
sdague | but no download line for it | 19:40 |
sdague | oh, xattr is in our prebuilt wheel cache | 19:40 |
sdague | well, fortunately, this should be pretty reproducable locally | 19:41 |
*** malini has quit IRC | 19:45 | |
lifeless | yeah | 19:46 |
lifeless | you've parted enough of the veil for me to carry on | 19:46 |
lifeless | its just hving the familiarity with what should happen and when that is super helpful. Thanks. | 19:46 |
lifeless | first up though, I need to fix the check-requirements jobs | 19:47 |
*** ianw has quit IRC | 19:53 | |
*** ianw has joined #openstack-qa | 19:54 | |
*** amotoki has joined #openstack-qa | 19:57 | |
*** dansmith has quit IRC | 19:59 | |
*** dansmith has joined #openstack-qa | 20:00 | |
*** amotoki has quit IRC | 20:01 | |
*** dustins has joined #openstack-qa | 20:04 | |
*** e0ne has quit IRC | 20:06 | |
*** hitalia has joined #openstack-qa | 20:07 | |
*** annashen has joined #openstack-qa | 20:09 | |
jogo | Swami: sigh, that is a fair point | 20:22 |
sc68cal | sdague: Your patch looks good - http://logs.openstack.org/35/187235/7/experimental/check-tempest-dsvm-neutron-linuxbridge/ddbe363/logs/devstacklog.txt.gz#_2015-06-24_19_11_20_069 | 20:23 |
*** VanL has joined #openstack-qa | 20:24 | |
jogo | sc68cal: do you want to care about neutron multinode testing? | 20:24 |
sc68cal | jogo: eventually | 20:25 |
sc68cal | jogo: let me put the linux bridge AIO to bed then I'll start looking into linux bridge multinode | 20:26 |
sc68cal | so tl;dr yes soon | 20:26 |
jogo | sc68cal: well regular multinode doesn't work | 20:27 |
jogo | sc68cal: getting regular neutron working in multinode should be the first step IMHO | 20:27 |
sc68cal | jogo: understood - I think that the same issues that are hitting multinode for OVS probably would affect LB - so I'd want to look into it | 20:27 |
jogo | sc68cal: well when you are interested the multinode job is in experimental (and hasn't seen much TLC) | 20:28 |
*** BobBall_AWOL has joined #openstack-qa | 20:29 | |
* sc68cal adds it to his trello board | 20:29 | |
*** rdekel has joined #openstack-qa | 20:29 | |
clarkb | the job itself works, neutron doesnt however | 20:30 |
*** rushiagr is now known as rushiagr_away | 20:31 | |
jogo | clarkb: that statement works in just about every context :) | 20:32 |
*** joeljwright1 has joined #openstack-qa | 20:33 | |
*** joeljwright has quit IRC | 20:33 | |
*** ianw has quit IRC | 20:33 | |
openstackgerrit | Merged openstack-dev/devstack: only soft enforce requirements not in projects.txt https://review.openstack.org/195015 | 20:33 |
*** ianw has joined #openstack-qa | 20:33 | |
*** ianw has quit IRC | 20:34 | |
clarkb | its an important distinction though, we arent asking anyone to set the job up or the test env we have alreadu done that | 20:34 |
clarkb | instead we need neutron to fix the bugs that are bring found | 20:34 |
*** ianw has joined #openstack-qa | 20:34 | |
*** mestery has quit IRC | 20:35 | |
sc68cal | jogo: ah - I didn't know you were leaving us | 20:35 |
sc68cal | jogo: do you have time to teach me, if you were responsible for multi-node? | 20:35 |
sc68cal | or do I just need to follow clarkb around more | 20:36 |
jogo | sc68cal: so you saw https://review.openstack.org/#/c/194774/ ? | 20:36 |
jogo | sc68cal: well TBH I gave up caring about neutron multinode months ago since getting nova working well is hard enough | 20:36 |
jogo | but sdague and clarkb both know all the details | 20:37 |
openstackgerrit | Marian Horban proposed openstack-dev/devstack: Added processing /compute URL https://review.openstack.org/195300 | 20:39 |
sc68cal | jogo: ok, I'll bug them (more than I do now) once LB is put to bed | 20:43 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/195123 | 20:45 |
*** mestery has joined #openstack-qa | 20:49 | |
*** jecarey has quit IRC | 20:50 | |
*** rdekel has quit IRC | 20:51 | |
*** mriedem has joined #openstack-qa | 20:55 | |
*** mriedem_away has quit IRC | 20:57 | |
*** salv-orl_ has joined #openstack-qa | 20:57 | |
*** weshay has quit IRC | 20:57 | |
*** weshay has joined #openstack-qa | 20:58 | |
*** VanL has quit IRC | 20:58 | |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Keystone also handle /identity and /identity_admin https://review.openstack.org/193891 | 20:58 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: keystone public_endpoint admin_endpoint when running in httpd https://review.openstack.org/193894 | 20:58 |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Log all input/output in rootwrap calls https://review.openstack.org/194622 | 21:01 |
*** salv-orlando has quit IRC | 21:01 | |
*** Longgeek has joined #openstack-qa | 21:09 | |
*** rdekel has joined #openstack-qa | 21:13 | |
*** dustins has quit IRC | 21:14 | |
*** Longgeek has quit IRC | 21:15 | |
*** erlon has quit IRC | 21:20 | |
*** morganfainberg is now known as ayspryn | 21:24 | |
*** ayspryn is now known as morganfainberg | 21:24 | |
*** dboik_ has quit IRC | 21:27 | |
*** weshay has quit IRC | 21:29 | |
*** rdekel has quit IRC | 21:30 | |
*** weshay has joined #openstack-qa | 21:31 | |
*** Sukhdev has quit IRC | 21:33 | |
openstackgerrit | Doug Wiegley proposed openstack-dev/devstack: WIP - Remove lbaas from devstack proper https://review.openstack.org/195329 | 21:41 |
*** tvanderwiel has quit IRC | 21:50 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: [WIP] Fixing test_port_list_filter_by_ip in case of two (or more) DHCP agents https://review.openstack.org/192204 | 21:53 |
*** annashen has quit IRC | 21:54 | |
*** os-akang has quit IRC | 21:54 | |
dougwig | mtreinish: can i get another look at the advanced services test removal? https://review.openstack.org/#/c/186559/ | 21:57 |
*** amotoki has joined #openstack-qa | 21:58 | |
*** pglass has quit IRC | 22:00 | |
*** dboik has joined #openstack-qa | 22:01 | |
*** dmorita_ has joined #openstack-qa | 22:01 | |
*** os-akang has joined #openstack-qa | 22:03 | |
*** amotoki has quit IRC | 22:04 | |
*** annashen has joined #openstack-qa | 22:05 | |
*** bknudson has quit IRC | 22:09 | |
mtreinish | dougwig: +2 | 22:11 |
*** Longgeek has joined #openstack-qa | 22:11 | |
*** joeljwright1 has quit IRC | 22:12 | |
*** weshay has quit IRC | 22:16 | |
*** Longgeek has quit IRC | 22:16 | |
openstackgerrit | Marian Horban proposed openstack-dev/devstack: Added processing /compute URL https://review.openstack.org/195300 | 22:19 |
*** Sukhdev has joined #openstack-qa | 22:23 | |
*** annashen has quit IRC | 22:23 | |
*** nic has quit IRC | 22:27 | |
*** annashen has joined #openstack-qa | 22:28 | |
*** weshay has joined #openstack-qa | 22:30 | |
openstackgerrit | Salvatore Orlando proposed openstack/tempest: Skip test_list_show_tenant_networks for Neutron https://review.openstack.org/195345 | 22:32 |
*** salv-orl_ has quit IRC | 22:34 | |
*** salv-orlando has joined #openstack-qa | 22:35 | |
*** yamamoto has joined #openstack-qa | 22:40 | |
*** pc_m has quit IRC | 22:40 | |
*** annashen has quit IRC | 22:42 | |
*** pc_m has joined #openstack-qa | 22:42 | |
*** yamamoto has quit IRC | 22:45 | |
*** pc_m_ has joined #openstack-qa | 22:45 | |
*** dboik has quit IRC | 22:46 | |
*** pc_m has quit IRC | 22:48 | |
*** mylu has quit IRC | 22:50 | |
*** dimtruck is now known as zz_dimtruck | 22:52 | |
*** dmorita_ has quit IRC | 22:55 | |
*** aysyanne has quit IRC | 22:56 | |
*** mmedvede has quit IRC | 22:58 | |
*** rbak has quit IRC | 22:58 | |
*** amotoki has joined #openstack-qa | 22:59 | |
*** miqui has quit IRC | 23:00 | |
*** amotoki has quit IRC | 23:04 | |
*** salv-orlando has quit IRC | 23:04 | |
*** os-akang has quit IRC | 23:12 | |
*** os-akang has joined #openstack-qa | 23:14 | |
*** os-akang has quit IRC | 23:27 | |
*** hichihara has joined #openstack-qa | 23:27 | |
*** arosen has quit IRC | 23:31 | |
*** patrickeast_ has joined #openstack-qa | 23:34 | |
*** patrickeast has quit IRC | 23:34 | |
*** os-akang has joined #openstack-qa | 23:34 | |
*** patrickeast_ is now known as patrickeast | 23:34 | |
*** armax has quit IRC | 23:36 | |
*** mestery has quit IRC | 23:36 | |
*** pc_m_ has quit IRC | 23:37 | |
*** tochi has joined #openstack-qa | 23:39 | |
*** Sukhdev has quit IRC | 23:40 | |
*** hitalia has quit IRC | 23:43 | |
*** dboik has joined #openstack-qa | 23:47 | |
*** mlavalle_ has quit IRC | 23:48 | |
*** mtanino has joined #openstack-qa | 23:50 | |
*** pvaneck has quit IRC | 23:53 | |
*** laughterwym has joined #openstack-qa | 23:55 | |
*** hemna is now known as hemnafk | 23:55 | |
*** Swami has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!