apevec | weird is that unittest2 is not capped in icehouse global-reqs | 00:00 |
---|---|---|
openstackgerrit | Joe Gordon proposed openstack-dev/devstack: Stop using deprecated oslo_concurrency and sql_connection config options https://review.openstack.org/162340 | 00:02 |
openstackrecheck | openstack/nova change: https://review.openstack.org/160476 failed gate-tempest-dsvm-full, gate-tempest-dsvm-postgres-full, gate-tempest-dsvm-neutron, gate-tempest-dsvm-neutron-full, gate-grenade-dsvm, gate-tempest-dsvm-large-ops, gate-tempest-dsvm-neutron-large-ops, gate-devstack-dsvm-cells, gate-grenade-dsvm-partial-ncpu, gate-grenade-dsvm-ironic-sideways in the gate queue with an unrecognized | 00:06 |
openstackrecheck | error | 00:06 |
*** e0ne has quit IRC | 00:06 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Rearrange certificates response schema into one file https://review.openstack.org/162519 | 00:06 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Rearrange hypervisors response schemas into one file https://review.openstack.org/162523 | 00:06 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix interfaces response schema https://review.openstack.org/162530 | 00:07 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Rearrange keypairs response schema into one file https://review.openstack.org/162551 | 00:07 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Arrange quotas response schema into one file https://review.openstack.org/162841 | 00:07 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Merge server response schema into one file https://review.openstack.org/162875 | 00:07 |
openstackrecheck | openstack/sahara change: https://review.openstack.org/162960 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 00:08 |
*** marun has quit IRC | 00:09 | |
jogo | mtreinish: whee greande is down | 00:11 |
jogo | ahh apevec is on it | 00:11 |
jogo | apevec: its failing for master branch grenade as well | 00:11 |
apevec | so I don't understand why pip doesn't just update unittest2 ? | 00:12 |
jogo | ohh testtools | 00:12 |
jogo | testtools-1.7.0 | 00:12 |
jogo | lifeless: ! | 00:12 |
apevec | yeah 1.7.0 requires unittest2 >= 1.0 | 00:12 |
lifeless | jogo: yes? | 00:13 |
apevec | and devstack install distro unittest2 0.5.1 | 00:13 |
*** Noice has quit IRC | 00:13 | |
jogo | lifeless: http://logs.openstack.org/82/162282/4/check/check-grenade-dsvm/13e23d6/logs/old/devstacklog.txt.gz#_2015-03-10_21_55_18_356 | 00:13 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/161876 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 00:13 |
jogo | apevec: you have a bug open tacking this? | 00:14 |
jogo | apevec: so do we just stop installing unittest2 from dpkg? | 00:14 |
apevec | didn't open it yet | 00:14 |
lifeless | pip :( | 00:15 |
apevec | heh, I expected pip-- :) | 00:15 |
openstackrecheck | openstack/nova change: https://review.openstack.org/126309 failed gate-grenade-dsvm, gate-grenade-dsvm-partial-ncpu in the gate queue with an unrecognized error | 00:15 |
lifeless | the 1.7.0 wheel was broken | 00:15 |
lifeless | so its installing from source | 00:15 |
clarkb | pip only updates deps if you pass the --upgrade flag | 00:16 |
apevec | ah that's it | 00:16 |
jogo | isn't there a --upgrade patch to devstack up somewhere? | 00:16 |
jogo | lifeless: has the wheel issue been resolved yet? | 00:17 |
jogo | apevec: I'll open one | 00:17 |
apevec | jogo, in devstack unittest2 is installed in tools/fixup_stuff.sh with some comments mentioning workaround | 00:17 |
apevec | which are probably out of date? | 00:17 |
jogo | apevec: git blame it? | 00:17 |
lifeless | that changes the resolution mechanism I believe | 00:18 |
lifeless | jogo: yes, it was removed hours ago | 00:18 |
jogo | lifeless: ack | 00:18 |
lifeless | jogo: the issue is that there is no wheel | 00:18 |
*** tsekiyama has quit IRC | 00:18 | |
lifeless | jogo: which is triggering this headache | 00:18 |
*** achanda has quit IRC | 00:18 | |
lifeless | jogo: there was a different issue - the wheel was missing a file. | 00:18 |
*** achanda has joined #openstack-qa | 00:18 | |
jogo | apevec: https://bugs.launchpad.net/openstack-gate/+bug/1430592 | 00:20 |
openstack | Launchpad bug 1430592 in OpenStack-Gate "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,New] | 00:20 |
*** dims_ has joined #openstack-qa | 00:20 | |
apevec | jogo, nm that fixup - it's for rhel6 only | 00:20 |
jogo | apevec: ahh 39282bf769e26d012b179f32286737f1151219fa | 00:21 |
jogo | we can just remove unittest2 from stable/* devstack | 00:21 |
*** mtanino has quit IRC | 00:21 | |
jogo | apevec: so testtools is capped on stable ... | 00:22 |
*** dims has quit IRC | 00:22 | |
jogo | global-requirements.txt:testtools>=0.9.34,!=1.4.0,<=1.5.0 | 00:22 |
*** dims_ has quit IRC | 00:22 | |
*** dims has joined #openstack-qa | 00:23 | |
*** achanda has quit IRC | 00:23 | |
jogo | not sure how to read this line | 00:23 |
jogo | 2015-03-10 21:59:48.127 | Collecting testtools (from zake>=0.1->tooz<=0.12,>=0.3->ceilometer==2014.2.3.dev2) | 00:23 |
lifeless | jogo: I think that thats a recursion stack list | 00:24 |
lifeless | or something | 00:24 |
jogo | lifeless: yeah, so the question is what is installing testtools 1.7 | 00:24 |
jogo | as g-r says <-1.5 | 00:24 |
jogo | adam_g: this is why we need your spec | 00:24 |
apevec | jogo, icehouse is not capped | 00:24 |
jogo | apevec: right,but this is failing on juno as well | 00:25 |
apevec | yeah, on juno it's transitive dep | 00:25 |
jogo | apevec: see http://logs.openstack.org/82/162282/4/check/check-grenade-dsvm-partial-ncpu/dd5cab4/logs/old/devstacklog.txt.gz#_2015-03-10_21_59_49_153 | 00:25 |
jogo | apevec: from what, not sure how to read that line ^ | 00:25 |
*** annashen has quit IRC | 00:26 | |
apevec | probably reqs is not synced to all projects | 00:26 |
apevec | jogo, starting here? https://github.com/yahoo/Zake/blob/master/setup.py#L39 | 00:28 |
jogo | apevec: ahh hmmm | 00:28 |
jogo | apevec: icehouse fix https://review.openstack.org/163241 | 00:28 |
jogo | we still need to unbreak juno so we can install master | 00:29 |
lifeless | I'll cut a new release in a minute probably | 00:29 |
apevec | it will still need devstack fix | 00:30 |
jogo | lifeless: how could a new release fix this? | 00:32 |
jogo | apevec: yeah I think just removing unittest gets us out of the woods | 00:32 |
jogo | ugly but works for now | 00:32 |
*** david-lyle_afk has quit IRC | 00:34 | |
lifeless | jogo: new release will have a wheel | 00:34 |
lifeless | jogo: wheel won't run setup.py | 00:34 |
lifeless | jogo: dep will be introspected by pip and the upgrade applied | 00:34 |
jogo | harlowja_: | 00:34 |
lifeless | jogo: thats why 1.6.1 was working, it has a wheel | 00:34 |
jogo | lifeless: ahh nice | 00:35 |
harlowja_ | sup | 00:35 |
lifeless | sadly sphinx 1.3 breaks python3.2 | 00:35 |
jogo | harlowja_: you broke the world | 00:35 |
jogo | https://github.com/yahoo/Zake/blame/master/setup.py#L39 | 00:35 |
lifeless | so our travis is unhappy, be a few minutes before I see if I have a fix for that. | 00:35 |
jogo | https://bugs.launchpad.net/devstack/+bug/1430592 | 00:35 |
openstack | Launchpad bug 1430592 in OpenStack-Gate "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,New] | 00:35 |
harlowja_ | whats wrong with including testtools :-P | 00:35 |
jogo | runtime dependency | 00:35 |
jogo | that is dumb | 00:35 |
jogo | to be fair its not just your fault | 00:36 |
harlowja_ | k, let me remove that | 00:36 |
harlowja_ | one sec | 00:37 |
jogo | mtreinish sdague apevec lifeless: https://review.openstack.org/163242 | 00:38 |
jogo | that should unwedge us | 00:39 |
jogo | harlowja_: wait | 00:39 |
jogo | zake is a testing tool? | 00:39 |
clarkb | jogo: you should do it for rpm's too | 00:39 |
harlowja_ | jogo yup | 00:40 |
harlowja_ | well sorta testing | 00:40 |
jogo | then why isn't it in test-requires for tooz? | 00:40 |
jogo | clarkb: well we may not have a conflict there | 00:40 |
harlowja_ | ok, so goes back to sorta testing | 00:40 |
harlowja_ | lol | 00:40 |
harlowja_ | its a mock zookeeper | 00:40 |
clarkb | jogo: you probably do | 00:40 |
harlowja_ | *it creates a mock zookeeper | 00:40 |
harlowja_ | and tooz uses it for its in-memory driver implementation | 00:40 |
harlowja_ | which users of tooz can then also use | 00:41 |
jogo | clarkb: sure I can update the rpm side as well | 00:41 |
harlowja_ | *thus not requirng a full zookeeper | 00:41 |
jogo | harlowja_: ahhh gotcha | 00:41 |
harlowja_ | so sorta testing, lol | 00:41 |
jogo | clarkb: actually see tools/fixup_stuff.sh: | 00:41 |
jogo | clarkb: there is magic rhel stuff in there | 00:42 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/159675 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 00:42 |
jogo | so hesitant to touch it | 00:42 |
clarkb | jogo: doesn't look like any of that stuff is unittest2 related though. it just kills firewalld because its slow with libvirt | 00:43 |
clarkb | and selinux disabling | 00:43 |
jogo | tools/fixup_stuff.sh: (cd /usr/lib/python2.6/site-packages/; sudo patch <"$FILES/patches/unittest2-discover.patch" || echo 'Assume already applied') | 00:44 |
clarkb | jogo: oh this is on a different branch? | 00:44 |
jogo | on stable/* branches | 00:44 |
harlowja_ | jogo okie dokie, https://github.com/yahoo/Zake/pull/15 | 00:44 |
harlowja_ | let me just make sure travis is ok | 00:44 |
apevec | yeah, I need to ask afazekas about it, that was commit year ago | 00:44 |
apevec | "tempest py26 setup" - nobody cares about that | 00:45 |
apevec | we run tempest from fedora or el7 | 00:45 |
jogo | harlowja_: thanks | 00:45 |
harlowja_ | np | 00:45 |
ianw | apevec: should we quick push https://review.openstack.org/#/c/163242/ ? | 00:47 |
*** yamamoto has quit IRC | 00:47 | |
*** dboik has joined #openstack-qa | 00:47 | |
apevec | ianw, yes, icehouse too | 00:48 |
apevec | https://review.openstack.org/#/q/project:openstack-dev/devstack+topic:bug/1430592,n,z | 00:48 |
harlowja_ | jogo ok dokie, https://pypi.python.org/pypi/zake | 00:48 |
harlowja_ | 0.2.1 up | 00:48 |
ianw | apevec: ok, sdague seems to have done that one | 00:48 |
jogo | apevec: you want to drive the removing this from the rpm side? | 00:49 |
jogo | since I think you may want to cherry-pick 1f316beb2052b715f077ef42279361026d1a24c3 | 00:50 |
jogo | change-id Iea0b0c98a5e11fd85bb5e93c099f740fe05d2f3a | 00:50 |
ianw | jogo: i can fix up the rpm distro build, i remember we did have that workaround | 00:50 |
jogo | harlowja_: thanks! that should fix the gate I hope | 00:50 |
apevec | jogo, ack - I'll check w/ afazekas what's that fixup about | 00:50 |
harlowja_ | let's see | 00:50 |
apevec | ianw, even better, I have no idea what's that workaround :) | 00:51 |
lifeless | do we know any Sphinx devs? | 00:51 |
*** topshare has joined #openstack-qa | 00:51 | |
*** dboik_ has joined #openstack-qa | 00:52 | |
*** dboik has quit IRC | 00:55 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/163075 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 00:55 |
openstackgerrit | Joe Gordon proposed openstack-infra/elastic-recheck: Add fingerprint for bug 1430592 https://review.openstack.org/163245 | 00:55 |
openstack | bug 1430592 in OpenStack-Gate "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,New] https://launchpad.net/bugs/1430592 | 00:55 |
lifeless | jogo: still fixing this sphinx thing :( | 00:56 |
jogo | so far this has caused 682 jobs to fail and couting | 00:56 |
lifeless | why can't we have nice things | 00:56 |
jogo | lifeless: hopefully we have worked around this with harlowja_'s zake patch and if not my devstack patches should help too | 00:56 |
lifeless | bug 1430595 | 00:56 |
openstack | bug 1430595 in testtools "pypy3 and python3.2 travis job failing on sphinx" [Critical,Triaged] https://launchpad.net/bugs/1430595 | 00:56 |
lifeless | jogo: huh? no, its going to be broken for trunk too | 00:56 |
jogo | lifeless: we don't install unittest2 from packages there | 00:57 |
lifeless | I mean yes, fix the other things, but I think you're really going to want a new point release of testtools (to get a wheel out there) | 00:57 |
lifeless | jogo: oh? | 00:57 |
jogo | lifeless: I agree, lets fix it in all the places | 00:59 |
jogo | lifeless: see change id I47b7e787771683c2fc4404e586f11c1a19aac15c | 00:59 |
ianw | apevec: ok, same thing is killing centos builds http://logs.openstack.org/42/163242/1/check/check-tempest-dsvm-centos7/96399ca/logs/devstacklog.txt.gz | 01:00 |
apevec | ianw, right, get it out of list of rpms | 01:00 |
ianw | apevec: i will approve https://review.openstack.org/#/c/163242/ and then do similar with changes for rpm list | 01:01 |
apevec | ianw, thanks! | 01:01 |
ianw | sdague: if around, and you didn't approve https://review.openstack.org/#/c/163242/ for some reason, well, tell me now :) | 01:01 |
jogo | ianw: thanks | 01:03 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/158819 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 01:06 |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Don't use packaged unittest2 https://review.openstack.org/163249 | 01:07 |
*** ChuckC has quit IRC | 01:10 | |
*** liusheng has quit IRC | 01:12 | |
*** liusheng has joined #openstack-qa | 01:12 | |
*** yamamoto has joined #openstack-qa | 01:15 | |
*** topshare has quit IRC | 01:15 | |
*** zz_dimtruck is now known as dimtruck | 01:18 | |
*** david-lyle_afk has joined #openstack-qa | 01:21 | |
lifeless | jogo: 1.7.1 up with a wheel | 01:21 |
openstackrecheck | Console logs not available after 13:34s for check-tempest-dsvm-full-icehouse 133029,18,024dab1 | 01:24 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/157956 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 01:24 |
*** annashen has joined #openstack-qa | 01:26 | |
*** topshare has joined #openstack-qa | 01:27 | |
ianw | apevec: ok https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack+topic:bug/1430592,n,z <- should be enough to get rid of it everywhere ... | 01:27 |
*** dims has quit IRC | 01:28 | |
*** topshare has quit IRC | 01:28 | |
*** dims has joined #openstack-qa | 01:29 | |
*** salv-orlando has quit IRC | 01:30 | |
*** annashen has quit IRC | 01:31 | |
*** topshare has joined #openstack-qa | 01:33 | |
*** dims has quit IRC | 01:34 | |
*** pal has joined #openstack-qa | 01:36 | |
openstackrecheck | Console logs not available after 13:25s for check-tempest-dsvm-full-icehouse 160502,4,4eb5381 | 01:38 |
*** dims has joined #openstack-qa | 01:40 | |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Fail if run in POSIX compatability mode https://review.openstack.org/163214 | 01:40 |
jogo | lifeless: nice | 01:42 |
*** ChuckC has joined #openstack-qa | 01:42 | |
*** apevec has quit IRC | 01:43 | |
jogo | looks like jobs have stopped failing already | 01:44 |
jogo | so that is good :) | 01:44 |
jogo | harlowja_: thanks for the speedy fix | 01:44 |
*** ChuckC has quit IRC | 01:46 | |
*** ChuckC has joined #openstack-qa | 01:47 | |
*** Nic has quit IRC | 01:49 | |
mtreinish | mriedem: you are guaranteed to have different tenants from all the other tests being run at the same time. (unless you told tempest not to do that, which is only for serial, and ran in parallel anyway) | 01:50 |
*** Nic has joined #openstack-qa | 01:51 | |
*** patrickeast has quit IRC | 01:51 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-pep8 110411,12,d5130c7 | 01:52 |
*** Nic has quit IRC | 01:52 | |
*** rwsu is now known as rwsu-afk | 01:52 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Stop using [orchestration] image_ref https://review.openstack.org/163215 | 01:52 |
mtreinish | mriedem: what were you seeing where this came up? | 01:54 |
*** dims_ has joined #openstack-qa | 01:55 | |
mtreinish | mriedem: fwiw: http://docs.openstack.org/developer/tempest/configuration.html explains how creds are provided to test classes | 01:55 |
*** diegows has quit IRC | 01:55 | |
*** dims has quit IRC | 01:58 | |
mtreinish | stevebaker: I just noticed that this old patch exists: https://review.openstack.org/#/c/110507/ isn't that similar to the one we just approved? | 01:59 |
*** woodster_ has quit IRC | 02:00 | |
mtreinish | dmorita: ping | 02:01 |
dmorita | mtreinish: hi | 02:02 |
mtreinish | dmorita: hey, I was wondering if you wanted to make these pictures: https://wiki.openstack.org/wiki/QA/AuthInterface into a tempest doc patch | 02:02 |
mtreinish | we probably should create a new doc rst file for cred/auth internals and that would be a great way to start that | 02:03 |
openstackrecheck | Console logs not available after 13:33s for check-tempest-dsvm-full-icehouse 160517,4,d499892 | 02:05 |
dmorita | mtreinish: ahh... I would. Actually, it is difficult to spend time for writing all the doc because of my other business but it is ok for me to just draw pictures. | 02:06 |
mtreinish | dmorita: sure just the pictures are fine as a start, I can fill in words after | 02:07 |
dmorita | mtreinish: OK. My previous pictures (written in wiki page) are different from current implementation a bit. | 02:08 |
dmorita | So, i should modify this picture, right? | 02:08 |
*** harlowja_ is now known as harlowja_away | 02:09 | |
mtreinish | dmorita: yeah, if you could that would be great. (I'd try but it would look bad) | 02:09 |
dmorita | mtreinish: Ok. When is deadline? I would draw it in this week but I am not sure i can do that. | 02:12 |
*** pal has quit IRC | 02:12 | |
mtreinish | dmorita: heh, there isn't a deadline whenever you can get to it is fine. There isn't any rush | 02:12 |
mtreinish | it was just something I was thinking about because I was working on the user docs for the cred providers and realized the internals needed docs too | 02:13 |
*** yamahata has quit IRC | 02:13 | |
dmorita | mtreinish: heh. OK. I will do that asap :) | 02:14 |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-pep8 158934,59,6b7d4dc | 02:18 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/136874 failed because of: gate-grenade-dsvm: unrecognized error, gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1430524 | 02:22 |
openstack | Launchpad bug 1430524 in tempest "tempest.api.orchestration.stacks.test_neutron_resources.NeutronResourcesTestJSON failures spiking with timeouts since 3/10" [High,In progress] - Assigned to Steve Baker (steve-stevebaker) | 02:22 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/160555 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1430524 https://bugs.launchpad.net/bugs/1384373 | 02:28 |
openstack | Launchpad bug 1430524 in tempest "tempest.api.orchestration.stacks.test_neutron_resources.NeutronResourcesTestJSON failures spiking with timeouts since 3/10" [High,In progress] - Assigned to Steve Baker (steve-stevebaker) | 02:28 |
openstack | Launchpad bug 1384373 in OpenStack-Gate "fatal: Could not read from remote repository" [Medium,Triaged] - Assigned to Clark Boylan (cboylan) | 02:28 |
*** coolsvap has joined #openstack-qa | 02:29 | |
*** salv-orlando has joined #openstack-qa | 02:31 | |
*** david-lyle_afk has quit IRC | 02:36 | |
*** salv-orlando has quit IRC | 02:38 | |
stevebaker | mtreinish: oh yeah, I only just unabandoned that, then didn't use it because it didn't rebase cleanly. I've reabandoned | 02:41 |
mtreinish | stevebaker: ok cool, that's what I figured was the case, just wanted to double check | 02:42 |
openstackgerrit | Thalabathy Venkatesan proposed openstack/tempest: test_instance_access_secg_rule_with_remote_group https://review.openstack.org/163002 | 02:53 |
*** salv-orlando has joined #openstack-qa | 02:57 | |
*** achanda has joined #openstack-qa | 02:58 | |
*** dims_ has quit IRC | 03:02 | |
*** salv-orlando has quit IRC | 03:10 | |
*** achanda has quit IRC | 03:10 | |
*** chandankumar has joined #openstack-qa | 03:12 | |
*** Poornima has joined #openstack-qa | 03:14 | |
*** coolsvap is now known as coolsvap|afk | 03:15 | |
*** david-lyle_afk has joined #openstack-qa | 03:17 | |
*** coolsvap|afk is now known as coolsvap | 03:22 | |
*** vozcelik has quit IRC | 03:30 | |
*** mpopow_ has joined #openstack-qa | 03:32 | |
*** mpopow_ has quit IRC | 03:32 | |
*** mpopow_ has joined #openstack-qa | 03:33 | |
*** mpopow has quit IRC | 03:34 | |
*** jgrimm is now known as zz_jgrimm | 03:40 | |
mtreinish | mriedem: oh, missed the second ping no you don't need a new spec for that. If you're adding a new config option you just need to explain why in the commit message | 03:44 |
*** mpopow_ has quit IRC | 03:46 | |
*** mpopow_ has joined #openstack-qa | 03:46 | |
*** zz_jgrimm is now known as jgrimm | 03:47 | |
*** mpopow_ has quit IRC | 03:53 | |
*** dims has joined #openstack-qa | 04:03 | |
*** achanda has joined #openstack-qa | 04:07 | |
*** dims has quit IRC | 04:10 | |
*** dimtruck is now known as zz_dimtruck | 04:10 | |
*** BharatK has joined #openstack-qa | 04:14 | |
*** amotoki has joined #openstack-qa | 04:36 | |
*** dboik_ has quit IRC | 04:42 | |
*** dboik has joined #openstack-qa | 04:43 | |
openstackgerrit | Merged openstack-dev/devstack: Add sudo to yum example https://review.openstack.org/162862 | 04:49 |
openstackgerrit | Merged openstack-dev/devstack: Check for new versions of get-pip.py https://review.openstack.org/162813 | 04:50 |
openstackgerrit | Merged openstack/tempest: Stop using [orchestration] image_ref https://review.openstack.org/163215 | 04:50 |
*** salv-orlando has joined #openstack-qa | 04:57 | |
*** rushiagr_away is now known as rushiagr | 04:58 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/tempest: Check FloatingIP status before SSH in network_v6 https://review.openstack.org/160502 | 05:04 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/tempest: Check FloatingIP status before connecting to access-points https://review.openstack.org/160517 | 05:05 |
*** salv-orlando has quit IRC | 05:10 | |
openstackgerrit | Thalabathy Venkatesan proposed openstack/tempest: test_instance_access_secg_rule_with_remote_ip https://review.openstack.org/158664 | 05:11 |
*** salv-orlando has joined #openstack-qa | 05:12 | |
*** yfried|afk is now known as yfried_ | 05:14 | |
*** salv-orlando has quit IRC | 05:16 | |
*** chandankumar has quit IRC | 05:17 | |
*** dboik has quit IRC | 05:20 | |
*** dboik has joined #openstack-qa | 05:20 | |
*** BharatK has quit IRC | 05:25 | |
*** yfried_ is now known as yfried|afk | 05:28 | |
*** salv-orlando has joined #openstack-qa | 05:29 | |
*** achanda has quit IRC | 05:31 | |
*** yfried|afk is now known as yfried_ | 05:31 | |
*** salv-orlando has quit IRC | 05:34 | |
*** achanda has joined #openstack-qa | 05:34 | |
*** salv-orlando has joined #openstack-qa | 05:35 | |
*** salv-orlando has quit IRC | 05:35 | |
*** salv-orlando has joined #openstack-qa | 05:41 | |
*** salv-orlando has quit IRC | 05:45 | |
*** achanda has quit IRC | 05:48 | |
*** bnemec has quit IRC | 05:49 | |
*** bnemec has joined #openstack-qa | 05:52 | |
*** achanda has joined #openstack-qa | 05:52 | |
*** achanda has quit IRC | 05:58 | |
*** achanda has joined #openstack-qa | 06:01 | |
*** dboik has quit IRC | 06:01 | |
*** yfried_ is now known as yfried|afk | 06:01 | |
*** jyuso1 has quit IRC | 06:01 | |
*** ajo has joined #openstack-qa | 06:03 | |
*** salv-orlando has joined #openstack-qa | 06:04 | |
*** gamado has joined #openstack-qa | 06:05 | |
*** BharatK has joined #openstack-qa | 06:06 | |
*** yfried|afk is now known as yfried_ | 06:06 | |
*** bkopilov has quit IRC | 06:08 | |
*** salv-orlando has quit IRC | 06:08 | |
*** bkopilov has joined #openstack-qa | 06:09 | |
*** Sukhdev has joined #openstack-qa | 06:12 | |
*** achanda has quit IRC | 06:14 | |
*** dmellado has quit IRC | 06:15 | |
*** salv-orlando has joined #openstack-qa | 06:15 | |
*** dmellado has joined #openstack-qa | 06:19 | |
*** salv-orlando has quit IRC | 06:20 | |
*** salv-orlando has joined #openstack-qa | 06:21 | |
*** yfried_ is now known as yfried|afk | 06:23 | |
*** yfried|afk is now known as yfried_ | 06:26 | |
*** salv-orlando has quit IRC | 06:26 | |
*** salv-orlando has joined #openstack-qa | 06:27 | |
*** andreykurilin_ has joined #openstack-qa | 06:28 | |
*** annashen has joined #openstack-qa | 06:31 | |
*** salv-orlando has quit IRC | 06:32 | |
*** Sukhdev has quit IRC | 06:33 | |
*** annashen has quit IRC | 06:36 | |
*** anshul has joined #openstack-qa | 06:37 | |
*** salv-orlando has joined #openstack-qa | 06:38 | |
*** k4n0 has joined #openstack-qa | 06:41 | |
*** chandankumar has joined #openstack-qa | 06:41 | |
*** salv-orlando has quit IRC | 06:43 | |
*** SridharG has joined #openstack-qa | 06:45 | |
*** nmagnezi_ has joined #openstack-qa | 06:52 | |
openstackgerrit | yalei wang proposed openstack-dev/devstack: add the port_sec as default neutron/ml2 extension driver https://review.openstack.org/162063 | 06:53 |
*** andreykurilin_ has quit IRC | 06:57 | |
*** kevinbenton has quit IRC | 06:59 | |
*** itzikb has joined #openstack-qa | 07:01 | |
*** gszasz has joined #openstack-qa | 07:06 | |
*** Poornima has quit IRC | 07:06 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/160476 failed gate-grenade-dsvm-ironic-sideways in the gate queue with an unrecognized error | 07:12 |
*** ajo has quit IRC | 07:19 | |
*** ibiris_away is now known as ibiris | 07:22 | |
*** ajo has joined #openstack-qa | 07:23 | |
*** yfried_ is now known as yfried|afk | 07:26 | |
*** yfried|afk is now known as yfried_ | 07:26 | |
*** pkoniszewski has joined #openstack-qa | 07:34 | |
*** bkopilov has quit IRC | 07:38 | |
*** neeti has joined #openstack-qa | 07:40 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-dev/devstack: README.md: Correct the defaults of some of Q_ML2_PLUGIN variables https://review.openstack.org/163315 | 07:42 |
*** bkopilov has joined #openstack-qa | 07:45 | |
*** shardy has joined #openstack-qa | 07:48 | |
*** bkopilov has quit IRC | 07:50 | |
*** coolsvap is now known as coolsvap|brb | 07:54 | |
*** mpaolino has joined #openstack-qa | 07:57 | |
*** ibiris is now known as ibiris_away | 08:01 | |
*** bkopilov has joined #openstack-qa | 08:02 | |
*** markus_z has joined #openstack-qa | 08:04 | |
*** salv-orlando has joined #openstack-qa | 08:05 | |
*** ibiris_away is now known as ibiris | 08:09 | |
*** e0ne has joined #openstack-qa | 08:11 | |
*** topshare has quit IRC | 08:15 | |
*** salv-orlando has quit IRC | 08:15 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-dev/devstack: README.md: Correct the defaults of some of Q_ML2_PLUGIN variables https://review.openstack.org/163315 | 08:16 |
*** mrodden has quit IRC | 08:18 | |
*** topshare has joined #openstack-qa | 08:18 | |
*** topshare has quit IRC | 08:21 | |
*** topshare has joined #openstack-qa | 08:23 | |
*** mrodden has joined #openstack-qa | 08:24 | |
*** mpaolino has quit IRC | 08:25 | |
*** salv-orlando has joined #openstack-qa | 08:25 | |
*** salv-orlando has quit IRC | 08:25 | |
*** coolsvap|brb is now known as coolsvap | 08:26 | |
*** Poornima has joined #openstack-qa | 08:27 | |
openstackrecheck | openstack/heat change: https://review.openstack.org/163298 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 08:37 |
*** mpaolino has joined #openstack-qa | 08:38 | |
*** ajo has quit IRC | 08:46 | |
*** safchain has joined #openstack-qa | 08:46 | |
*** ajo has joined #openstack-qa | 08:47 | |
*** bkopilov has quit IRC | 08:49 | |
*** bkopilov has joined #openstack-qa | 08:51 | |
*** gfidente has joined #openstack-qa | 08:52 | |
*** topshare has quit IRC | 08:53 | |
*** topshare has joined #openstack-qa | 08:55 | |
*** topshare has quit IRC | 08:59 | |
openstackgerrit | Merged openstack/tempest: Use ssl conf settings for raw verify_tempest_config requests https://review.openstack.org/156743 | 09:00 |
*** yfried_ is now known as yfried|pto | 09:01 | |
*** topshare has joined #openstack-qa | 09:01 | |
*** topshare has quit IRC | 09:03 | |
*** topshare has joined #openstack-qa | 09:05 | |
*** jlanoux has joined #openstack-qa | 09:08 | |
*** tkammer has joined #openstack-qa | 09:15 | |
*** afazekas_ has joined #openstack-qa | 09:16 | |
*** mpaolino has quit IRC | 09:16 | |
*** Poornima_K has joined #openstack-qa | 09:19 | |
*** Poornima_K has quit IRC | 09:19 | |
*** Poornima_K has joined #openstack-qa | 09:19 | |
*** Poornima has quit IRC | 09:19 | |
*** topshare has quit IRC | 09:20 | |
*** mpaolino has joined #openstack-qa | 09:21 | |
*** yfried|pto is now known as yfried|afk | 09:23 | |
*** apevec has joined #openstack-qa | 09:23 | |
*** tkammer has quit IRC | 09:24 | |
*** yfried|afk is now known as yfried|pto | 09:25 | |
*** e0ne has quit IRC | 09:27 | |
*** kevinbenton has joined #openstack-qa | 09:27 | |
*** ihrachyshka has joined #openstack-qa | 09:28 | |
*** chandankumar has quit IRC | 09:32 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack-dev/devstack: Add a workaround to meet OpenStack Juno reqs https://review.openstack.org/163335 | 09:33 |
*** annashen has joined #openstack-qa | 09:34 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 09:35 | |
*** ihrachyshka has quit IRC | 09:37 | |
*** tkammer has joined #openstack-qa | 09:38 | |
*** mpaolino has quit IRC | 09:38 | |
*** ihrachyshka has joined #openstack-qa | 09:38 | |
*** annashen has quit IRC | 09:39 | |
*** salv-orlando has joined #openstack-qa | 09:44 | |
*** chandankumar has joined #openstack-qa | 09:45 | |
*** salv-orlando has quit IRC | 09:46 | |
*** mpaolino has joined #openstack-qa | 09:47 | |
*** yamamoto has quit IRC | 09:54 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/160476 failed because of: gate-grenade-dsvm-ironic-sideways: https://bugs.launchpad.net/bugs/1323658 | 10:00 |
openstack | Launchpad bug 1323658 in OpenStack Compute (nova) "Nova resize/restart results in guest ending up in inconsistent state with Neutron" [Critical,Confirmed] | 10:00 |
*** salv-orlando has joined #openstack-qa | 10:10 | |
*** salv-orlando has quit IRC | 10:14 | |
*** salv-orl_ has joined #openstack-qa | 10:15 | |
*** salv-orl_ has quit IRC | 10:15 | |
*** e0ne has joined #openstack-qa | 10:16 | |
*** dims has joined #openstack-qa | 10:18 | |
*** yamamoto has joined #openstack-qa | 10:19 | |
*** pc_m has joined #openstack-qa | 10:30 | |
*** mhorban has quit IRC | 10:39 | |
*** chandankumar has quit IRC | 10:40 | |
*** vigneshvar has joined #openstack-qa | 10:40 | |
*** tosky has joined #openstack-qa | 10:42 | |
*** kevinbenton has quit IRC | 10:45 | |
*** salv-orlando has joined #openstack-qa | 10:48 | |
*** asselin has quit IRC | 10:52 | |
*** mhorban has joined #openstack-qa | 11:00 | |
*** marrusl has quit IRC | 11:01 | |
*** marrusl has joined #openstack-qa | 11:03 | |
*** anshul has quit IRC | 11:06 | |
andreaf | mtreinish, afazekas, gmann, masayukig: if you have a moment, https://review.openstack.org/#/c/161262/ could use some reviews - it's about removing the last dependency to python-keystone client (currently used by boto tests) | 11:07 |
*** yamamoto has quit IRC | 11:08 | |
*** anshul has joined #openstack-qa | 11:09 | |
*** Poornima_K has quit IRC | 11:10 | |
*** e0ne is now known as e0ne_ | 11:21 | |
*** e0ne_ is now known as e0ne | 11:26 | |
*** yamamoto has joined #openstack-qa | 11:29 | |
*** tkammer has quit IRC | 11:30 | |
*** anshul has quit IRC | 11:30 | |
*** apevec has quit IRC | 11:39 | |
*** anshul has joined #openstack-qa | 11:42 | |
*** apevec has joined #openstack-qa | 11:42 | |
*** tkammer has joined #openstack-qa | 11:45 | |
*** yamamoto has quit IRC | 11:46 | |
*** mpaolino has quit IRC | 11:50 | |
*** e0ne is now known as e0ne_ | 11:51 | |
*** tochi has quit IRC | 11:53 | |
*** e0ne_ has quit IRC | 11:56 | |
*** dmorita has quit IRC | 11:56 | |
*** anshul has quit IRC | 11:59 | |
openstackrecheck | openstack/glance change: https://review.openstack.org/149344 failed gate-tempest-dsvm-postgres-full, gate-tempest-dsvm-neutron-large-ops in the gate queue with an unrecognized error | 12:01 |
*** mpaolino has joined #openstack-qa | 12:03 | |
*** erlon has joined #openstack-qa | 12:04 | |
*** anshul has joined #openstack-qa | 12:05 | |
*** mpaolino has quit IRC | 12:05 | |
*** vigneshvar has quit IRC | 12:07 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 12:11 | |
*** e0ne has joined #openstack-qa | 12:18 | |
*** dpaterson has quit IRC | 12:19 | |
*** aysyd has joined #openstack-qa | 12:21 | |
*** BharatK has quit IRC | 12:27 | |
*** dims has quit IRC | 12:33 | |
*** jlanoux has quit IRC | 12:34 | |
*** dims has joined #openstack-qa | 12:34 | |
*** adalbas has joined #openstack-qa | 12:36 | |
*** annashen has joined #openstack-qa | 12:36 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 12:39 | |
*** annashen has quit IRC | 12:41 | |
*** dboik has joined #openstack-qa | 12:41 | |
*** chandankumar has joined #openstack-qa | 12:43 | |
*** rushiagr is now known as rushiagr_away | 12:46 | |
*** dboik has quit IRC | 12:49 | |
*** yamamoto has joined #openstack-qa | 12:51 | |
*** rbak has joined #openstack-qa | 12:56 | |
*** rbak has quit IRC | 12:56 | |
*** rushiagr_away is now known as rushiagr | 13:05 | |
*** dpaterson has joined #openstack-qa | 13:06 | |
*** amotoki has quit IRC | 13:08 | |
*** DaSchab has joined #openstack-qa | 13:09 | |
*** jecarey has joined #openstack-qa | 13:12 | |
*** aix has joined #openstack-qa | 13:13 | |
*** amotoki has joined #openstack-qa | 13:15 | |
*** jlanoux has joined #openstack-qa | 13:15 | |
*** dboik has joined #openstack-qa | 13:17 | |
*** Longgeek has joined #openstack-qa | 13:19 | |
*** rushiagr is now known as rushiagr_away | 13:20 | |
*** cbader has joined #openstack-qa | 13:21 | |
*** cdent has joined #openstack-qa | 13:22 | |
*** dustins has joined #openstack-qa | 13:22 | |
*** DaSchab has quit IRC | 13:26 | |
*** mriedem has joined #openstack-qa | 13:27 | |
*** tkammer has quit IRC | 13:29 | |
*** chandankumar has quit IRC | 13:30 | |
*** dboik has quit IRC | 13:32 | |
*** dboik has joined #openstack-qa | 13:33 | |
*** dboik has quit IRC | 13:33 | |
*** dboik has joined #openstack-qa | 13:34 | |
*** rbak has joined #openstack-qa | 13:36 | |
*** Longgeek has quit IRC | 13:43 | |
*** dkranz has joined #openstack-qa | 13:51 | |
*** cbader has quit IRC | 13:52 | |
*** pal has joined #openstack-qa | 13:54 | |
*** Longgeek has joined #openstack-qa | 13:55 | |
*** e0ne has quit IRC | 13:57 | |
*** e0ne has joined #openstack-qa | 13:57 | |
*** pal has quit IRC | 13:59 | |
*** pal has joined #openstack-qa | 13:59 | |
*** topshare has joined #openstack-qa | 14:00 | |
*** jgrimm is now known as zz_jgrimm | 14:00 | |
*** topshare has quit IRC | 14:00 | |
*** rbak has quit IRC | 14:01 | |
*** dkusidlo has joined #openstack-qa | 14:03 | |
*** yamamoto has quit IRC | 14:05 | |
*** yamamoto has joined #openstack-qa | 14:05 | |
*** rushiagr_away is now known as rushiagr | 14:06 | |
*** cody-somerville has joined #openstack-qa | 14:06 | |
*** topshare has joined #openstack-qa | 14:06 | |
*** topshare has quit IRC | 14:06 | |
*** topshare has joined #openstack-qa | 14:07 | |
openstackrecheck | openstack/sahara change: https://review.openstack.org/162198 failed gate-tempest-dsvm-full in the gate queue with an unrecognized error | 14:09 |
openstackgerrit | Yaroslav Morkovnikov proposed openstack/tempest: Test IP allocation in two SLAAC subnets https://review.openstack.org/153234 | 14:16 |
*** tkammer has joined #openstack-qa | 14:17 | |
*** rbak has joined #openstack-qa | 14:21 | |
*** salv-orlando has quit IRC | 14:23 | |
*** topshare has quit IRC | 14:23 | |
*** bknudson has joined #openstack-qa | 14:24 | |
*** topshare has joined #openstack-qa | 14:25 | |
*** salv-orlando has joined #openstack-qa | 14:31 | |
*** Poornima has joined #openstack-qa | 14:32 | |
*** e0ne is now known as e0ne_ | 14:32 | |
*** e0ne_ is now known as e0ne | 14:33 | |
*** mtanino has joined #openstack-qa | 14:36 | |
*** annashen has joined #openstack-qa | 14:38 | |
dhellmann | mtreinish: have the barbican folks come to you about the issue they're having with tempest and oslo.log? | 14:38 |
dhellmann | mtreinish: I thought I would look into it, so I'm trying to catch up on state before I dive in | 14:39 |
*** SridharG has left #openstack-qa | 14:40 | |
*** BharatK has joined #openstack-qa | 14:42 | |
mtreinish | dhellmann: the bug is simple, tempest is still on the incubator code and barbican isn't | 14:42 |
mtreinish | for barbican's tests they just import tempest code so there is a conflict on an option definition | 14:42 |
dhellmann | mtreinish: yeah, I thought I would look at a way around the problem | 14:42 |
dhellmann | ah, so is that unusual? | 14:43 |
*** dboik_ has joined #openstack-qa | 14:43 | |
*** annashen has quit IRC | 14:43 | |
dhellmann | I was worried if I did something like update tempest to use the lib, that would break some other projects somehow | 14:43 |
*** ChuckC_ has joined #openstack-qa | 14:43 | |
mtreinish | yes, we really don't recommend importing tempest code at all (the interfaces aren't stable at all) which is why we have tempest-lib | 14:43 |
mtreinish | barbican is the only project that does that | 14:43 |
dhellmann | ok, so this is tempest proper and not tempest-lib? | 14:43 |
*** ChuckC has quit IRC | 14:44 | |
*** gfidente has quit IRC | 14:44 | |
dhellmann | it sounds like we're saying barbican should stop doing something that's not supported | 14:44 |
mtreinish | yeah it is, tempest-lib is actually already on oslo_log | 14:44 |
dhellmann | I have some time this morning, are you interested in a patch to update tempest? | 14:44 |
mtreinish | well the thing is they don't have much of an alternative because all there functional testing is written on doing that tempest import. The pieces they need aren't ready for tempest-lib | 14:45 |
dhellmann | ok, so I'm back to trying to be helpful then :-) | 14:45 |
mtreinish | dhellmann: sure, the only reason I've been holding off on doing the oslo_log migration was the config generator | 14:45 |
dhellmann | what's the issue there? | 14:45 |
mtreinish | when you guys push a new release with new options the pep8 job fails, but that's are own fault | 14:46 |
dhellmann | ah, ok | 14:46 |
*** dboik has quit IRC | 14:46 | |
dhellmann | so you're using the new generator already? | 14:46 |
mtreinish | yeah | 14:46 |
dhellmann | if so, I can just work on the log library adoption part | 14:46 |
flaper87 | ianw: https://review.openstack.org/#/c/159450/ pls read my comment there, we need that patch in Zaqar quite urgently :/ | 14:47 |
*** ChuckC_ has quit IRC | 14:49 | |
mtreinish | dhellmann: yeah there isn't a real blocker for doing the log lib adoption in tempest right now. I just want to figure out a better story for tempest's sample config soonish | 14:49 |
dhellmann | mtreinish: ok. I'll work on the log thing and include an update to the sample config in that patch, and then we can work on the longer-term story | 14:50 |
*** yfried|pto is now known as yfried|afk | 14:52 | |
*** cody-somerville has quit IRC | 14:53 | |
*** pal has quit IRC | 14:54 | |
*** zz_jgrimm is now known as jgrimm | 14:55 | |
*** hemnafk is now known as hemna | 14:56 | |
openstackgerrit | Merged openstack/tempest: Add a test for network connectivity between two tenant networks https://review.openstack.org/152694 | 14:57 |
*** dkusidlo has quit IRC | 14:57 | |
*** gamado has quit IRC | 14:57 | |
*** topshare has quit IRC | 14:58 | |
*** pal has joined #openstack-qa | 14:58 | |
*** yfried|afk is now known as yfried|pto | 14:59 | |
*** yamamoto has quit IRC | 15:00 | |
*** chandankumar has joined #openstack-qa | 15:00 | |
openstackgerrit | Radoslaw Zarzynski proposed openstack/tempest: Oject Storage API tests: make X-Timestamp checks optional. https://review.openstack.org/163468 | 15:00 |
*** bkopilov has quit IRC | 15:09 | |
mtreinish | notmyname: ^^^ sigh... | 15:10 |
*** vponomaryov has left #openstack-qa | 15:11 | |
*** vponomaryov has joined #openstack-qa | 15:11 | |
*** rodrigods has quit IRC | 15:13 | |
*** rodrigods has joined #openstack-qa | 15:13 | |
dhellmann | mtreinish: oh, wow, you're way behind. This is going to be one big "adopt oslo libs" patch. Hope that's ok. | 15:13 |
mtreinish | dhellmann: heh, yeah I don't think we've done a sync in a while. That should be fine, but we'll have to just make sure the logs look good before we +A :) | 15:14 |
dhellmann | mtreinish: sure, it's just going to be a bit more work than I expected so it'll take me longer | 15:15 |
*** ChuckC_ has joined #openstack-qa | 15:16 | |
*** pal has quit IRC | 15:19 | |
*** bkopilov has joined #openstack-qa | 15:23 | |
*** zz_dimtruck is now known as dimtruck | 15:24 | |
*** hogepodge has quit IRC | 15:28 | |
*** david-lyle_afk is now known as david-lyle | 15:28 | |
*** mtanino is now known as mtanino_away | 15:30 | |
*** k4n0 has quit IRC | 15:33 | |
*** cody-somerville has joined #openstack-qa | 15:35 | |
*** Sukhdev has joined #openstack-qa | 15:37 | |
*** mpaolino has joined #openstack-qa | 15:38 | |
*** dkusidlo has joined #openstack-qa | 15:39 | |
*** mpaolino has quit IRC | 15:39 | |
openstackgerrit | Merged openstack/tempest: Remove last dependency from keystone client https://review.openstack.org/161262 | 15:40 |
*** rfolco_ has joined #openstack-qa | 15:41 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-dev/devstack: neutron: make l3/vpn agent use config-dir https://review.openstack.org/163490 | 15:41 |
*** mpaolino has joined #openstack-qa | 15:41 | |
*** afazekas_ has quit IRC | 15:42 | |
*** rfolco has quit IRC | 15:44 | |
*** Longgeek has quit IRC | 15:45 | |
*** dboik_ has quit IRC | 15:47 | |
*** dboik has joined #openstack-qa | 15:47 | |
*** tosky has quit IRC | 15:48 | |
EmilienM | when running Javelin2 in multi-node environment, it's impossible to use check_servers because it tries to ping the instance from the namespace. I think we should associate a floating IP to the VM | 15:48 |
EmilienM | sdague: what do you think ? | 15:48 |
*** mpaolino has quit IRC | 15:49 | |
EmilienM | rahmu: it's something we could implement easily | 15:50 |
openstackgerrit | David Kranz proposed openstack/tempest: Make is_admin_available not call for a token https://review.openstack.org/163496 | 15:52 |
*** tosky has joined #openstack-qa | 15:52 | |
*** itzikb has quit IRC | 15:53 | |
*** coolsvap is now known as coolsvap|afk | 15:54 | |
dhellmann | mtreinish: in tempest/common/accounts.py the Account class uses CONF.lock_path to set up a directory. Does that need to be under lock_path, or does it just need to be a temporary directory we know will be cleaned up? | 15:54 |
*** rwsu-afk is now known as rwsu | 15:55 | |
mtreinish | dhellmann: well it creates external locks which is why we did that, but it could just be a temp dir. The only caveat is that temp dir has to be the same from an arbitrary number of processes | 15:56 |
*** ibiris is now known as ibiris_away | 15:56 | |
mtreinish | and we really didn't want to add another conf option since we already had lock_path | 15:56 |
mtreinish | dhellmann: is there something wrong with using lock_path like that? | 15:59 |
*** yamahata has joined #openstack-qa | 16:00 | |
*** ibiris_away is now known as ibiris | 16:05 | |
*** jlanoux has quit IRC | 16:06 | |
*** dkusidlo has quit IRC | 16:06 | |
*** marun has joined #openstack-qa | 16:09 | |
*** cody-somerville has quit IRC | 16:09 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/161592 | 16:09 |
*** enikanorov__ has joined #openstack-qa | 16:10 | |
*** enikanorov has quit IRC | 16:10 | |
*** jecarey has quit IRC | 16:10 | |
*** jecarey has joined #openstack-qa | 16:11 | |
*** pkoniszewski has quit IRC | 16:11 | |
*** vaidy_ril has quit IRC | 16:12 | |
*** rossella_s has quit IRC | 16:12 | |
*** jvrbanac has quit IRC | 16:13 | |
*** matt__ has joined #openstack-qa | 16:14 | |
*** wendar_ has joined #openstack-qa | 16:14 | |
*** comstud has quit IRC | 16:14 | |
*** freyes has quit IRC | 16:14 | |
*** lbragstad has quit IRC | 16:14 | |
*** stevebaker has quit IRC | 16:14 | |
*** jroll has quit IRC | 16:14 | |
*** cyeoh has quit IRC | 16:14 | |
*** wendar has quit IRC | 16:14 | |
*** mattoliverau has quit IRC | 16:14 | |
*** zigo_ has quit IRC | 16:14 | |
*** zigo_ has joined #openstack-qa | 16:14 | |
*** jroll has joined #openstack-qa | 16:15 | |
*** lbragstad has joined #openstack-qa | 16:15 | |
*** comstud has joined #openstack-qa | 16:15 | |
*** cbader has joined #openstack-qa | 16:16 | |
*** stevebaker has joined #openstack-qa | 16:16 | |
*** jvrbanac has joined #openstack-qa | 16:16 | |
*** jroll has quit IRC | 16:16 | |
*** jroll has joined #openstack-qa | 16:16 | |
*** cyeoh has joined #openstack-qa | 16:16 | |
*** vaidy_ril has joined #openstack-qa | 16:16 | |
*** rossella_s has joined #openstack-qa | 16:16 | |
*** Nic has joined #openstack-qa | 16:17 | |
*** freyes has joined #openstack-qa | 16:17 | |
*** cody-somerville has joined #openstack-qa | 16:19 | |
*** anshul has quit IRC | 16:20 | |
*** neeti has quit IRC | 16:20 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: Try to calculate common CPU feature set https://review.openstack.org/163514 | 16:26 |
*** dboik_ has joined #openstack-qa | 16:27 | |
openstackgerrit | Chuck Carlino proposed openstack/tempest: Tempest api test for mac_address update https://review.openstack.org/151804 | 16:27 |
*** dboik has quit IRC | 16:31 | |
*** nmagnezi_ has quit IRC | 16:31 | |
*** mtanino_away has quit IRC | 16:32 | |
*** pkoniszewski has joined #openstack-qa | 16:38 | |
*** annashen has joined #openstack-qa | 16:40 | |
*** annashen has quit IRC | 16:45 | |
*** Longgeek has joined #openstack-qa | 16:45 | |
*** weshay has quit IRC | 16:45 | |
*** weshay has joined #openstack-qa | 16:46 | |
*** yfried|pto is now known as yfried|afk | 16:47 | |
*** annashen has joined #openstack-qa | 16:48 | |
*** sabeen has joined #openstack-qa | 16:51 | |
*** andreykurilin_ has joined #openstack-qa | 16:51 | |
*** melwitt has joined #openstack-qa | 16:53 | |
*** openstack has joined #openstack-qa | 16:55 | |
*** andreykurilin_ has quit IRC | 16:56 | |
*** cbader has quit IRC | 16:58 | |
*** cbader has joined #openstack-qa | 16:59 | |
*** Longgeek has quit IRC | 17:02 | |
*** mwagner_lap has quit IRC | 17:03 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add support to the services decorator for trove https://review.openstack.org/163519 | 17:03 |
*** salv-orlando has quit IRC | 17:03 | |
*** yfried|afk is now known as yfried|pto | 17:06 | |
*** annashen has quit IRC | 17:07 | |
*** pkoniszewski has quit IRC | 17:07 | |
*** annashen has joined #openstack-qa | 17:07 | |
*** mlavalle has joined #openstack-qa | 17:10 | |
*** harlowja_away is now known as harlowja_ | 17:14 | |
*** dimtruck is now known as zz_dimtruck | 17:14 | |
*** gszasz has quit IRC | 17:15 | |
*** jordanP has joined #openstack-qa | 17:16 | |
*** zz_dimtruck is now known as dimtruck | 17:17 | |
*** ihrachyshka has quit IRC | 17:18 | |
*** e0ne is now known as e0ne_ | 17:18 | |
dhellmann | mtreinish: (back from lunch) we do not generally want the configuration settings to be considered part of the API for the libraries, because it means things break when we rename an option or deprecate it and there's no real way to work around that except finding all of the consumers of the options | 17:19 |
dhellmann | mtreinish: if that value was available somewhere else (maybe in a test), we could send that into the lib and then tempest could use it, too | 17:20 |
*** cody-somerville has quit IRC | 17:21 | |
*** markus_z has quit IRC | 17:23 | |
*** Poornima has quit IRC | 17:26 | |
*** dimtruck is now known as zz_dimtruck | 17:27 | |
*** sputnik13 has joined #openstack-qa | 17:28 | |
*** wendar_ is now known as wendar | 17:28 | |
*** e0ne_ has quit IRC | 17:29 | |
*** e0ne has joined #openstack-qa | 17:30 | |
mriedem | jogo: so apparently stable/juno must be busted? http://status.openstack.org/elastic-recheck/data/uncategorized.html | 17:35 |
mriedem | adam_g: ^? | 17:35 |
*** bkopilov has quit IRC | 17:35 | |
mriedem | http://logs.openstack.org/98/163298/1/gate/gate-grenade-dsvm/8023874/logs/grenade.sh.txt.gz#_2015-03-11_08_05_47_035 | 17:35 |
mriedem | duh duh duh https://pypi.python.org/pypi/pysaml2 | 17:36 |
mriedem | 2.4.0 released today | 17:36 |
openstackgerrit | Luigi Toscano proposed openstack/tempest: Decouple Sahara templates test from vanilla plugin https://review.openstack.org/161370 | 17:36 |
*** chandankumar has quit IRC | 17:36 | |
*** Sukhdev has quit IRC | 17:37 | |
*** asselin has joined #openstack-qa | 17:38 | |
jogo | mriedem: https://review.openstack.org/#/c/163245/ from yesterday | 17:38 |
jogo | that catches all those greandes and stuff | 17:38 |
mriedem | jogo: ah ok | 17:39 |
jogo | from yesteday | 17:39 |
mriedem | jogo: that doesn't look like the same as this pysaml2 thing | 17:39 |
jogo | no that is a timeout, so maybe infra issue? | 17:39 |
*** bkopilov has joined #openstack-qa | 17:39 | |
*** BharatK has quit IRC | 17:39 | |
*** cdent has quit IRC | 17:39 | |
mriedem | yeah https://bugs.launchpad.net/openstack-gate/+bug/1430933 | 17:39 |
openstack | Launchpad bug 1430933 in OpenStack-Gate "ReadTimeoutError getting pysaml2 in grenade jobs" [Undecided,New] | 17:40 |
jogo | mriedem: want to review my e-r patch from yesterday? | 17:40 |
mriedem | yeah | 17:40 |
*** zz_dimtruck is now known as dimtruck | 17:40 | |
mriedem | looks like rax dfw is out to lunch | 17:40 |
*** annashen has quit IRC | 17:41 | |
mriedem | or was | 17:41 |
mriedem | tailing off | 17:41 |
*** e0ne has quit IRC | 17:41 | |
*** annashen has joined #openstack-qa | 17:41 | |
jogo | yeah looks like things are working now | 17:42 |
mriedem | i'll get a query up to clean it out | 17:43 |
jogo | sounds good | 17:43 |
*** chandankumar has joined #openstack-qa | 17:44 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add fingerprint for bug 1430592 https://review.openstack.org/163245 | 17:47 |
openstack | bug 1430592 in devstack "testtools-1.7.0 triggering pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0'))" [Undecided,In progress] https://launchpad.net/bugs/1430592 - Assigned to Ian Wienand (iwienand) | 17:47 |
*** chandankumar has quit IRC | 17:47 | |
*** yfried|pto is now known as yfried|afk | 17:48 | |
*** mwagner_lap has joined #openstack-qa | 17:48 | |
*** mtanino has joined #openstack-qa | 17:52 | |
*** cody-somerville has joined #openstack-qa | 17:53 | |
*** achanda has joined #openstack-qa | 17:54 | |
*** bkopilov has quit IRC | 17:55 | |
openstackgerrit | Christian Berendt proposed openstack-dev/devstack: Add package mongodb to files/rpms/zaqar-server https://review.openstack.org/163546 | 17:55 |
*** bkopilov has joined #openstack-qa | 17:57 | |
mtreinish | dhellmann: hmm, ok that makes sense. I just took a gander at oslo.concurrency and didn't see a public method for getting the path. | 18:00 |
mtreinish | but there is a private method _get_lock_path() that would do what's needed | 18:01 |
dhellmann | mtreinish: yeah, it's not public right now | 18:01 |
dhellmann | we could add something to the API to handle that | 18:01 |
*** Longgeek has joined #openstack-qa | 18:02 | |
dhellmann | for right now I'm just updating the name as its used in the tempest code and leaving FIXME comments to come back and address it later | 18:02 |
dhellmann | the best solution would be for tempest to own the value and use lockutils.set_defaults() to tell lockutils about it, but if we need to make a way to get the value back out again we can do that too | 18:02 |
dhellmann | I only asked because if that code just needed a temporary directory then I could switch it out | 18:03 |
dhellmann | the implementation, that is | 18:03 |
dhellmann | but this is ok for now | 18:03 |
*** salv-orlando has joined #openstack-qa | 18:04 | |
openstackgerrit | Doug Hellmann proposed openstack/tempest: Update all Oslo module use https://review.openstack.org/163549 | 18:05 |
dhellmann | mtreinish: let's see what devstack-gate thinks of ^^ | 18:05 |
mtreinish | heh, I'm sure it'll work fine :) | 18:05 |
*** woodster_ has joined #openstack-qa | 18:07 | |
dhellmann | I appreciate your optimism :-) | 18:07 |
dhellmann | mtreinish: You mentioned something about making sure the logs look right, what did you mean by that? Is that something I may need to address in the patch? | 18:07 |
mtreinish | dhellmann: no, I just am paranoid about changing the logs from gate run. I'll just do a quick sanity check on the jenkins output before I +2 | 18:08 |
mtreinish | mriedem: I might ask you to take a look too | 18:08 |
*** Longgeek has quit IRC | 18:09 | |
mriedem | ping me when jenkins is done | 18:09 |
dhellmann | mtreinish: ok, sure, and let me know if you find something we need to change. The library does set the log levels of some additional third-party libraries so it's possible the output will be a little different. | 18:09 |
*** chandankumar has joined #openstack-qa | 18:11 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Test live migrate on a paused instance https://review.openstack.org/157054 | 18:12 |
mtreinish | dhellmann: heh reviewing your patch I found stuff I've never seen before like: https://review.openstack.org/#/c/163549/1/tempest/api/identity/__init__.py | 18:12 |
dhellmann | mtreinish: that's probably the result of the sed -i operation I ran -- I was trying to keep the changes minimal | 18:13 |
*** salv-orlando has quit IRC | 18:14 | |
mtreinish | sure, it's just fun when I find weird code that I didn't know existed :) | 18:14 |
*** vigneshvar has joined #openstack-qa | 18:16 | |
*** openstackrecheck has quit IRC | 18:17 | |
*** openstackrecheck has joined #openstack-qa | 18:17 | |
*** pkoniszewski has joined #openstack-qa | 18:20 | |
*** aix has quit IRC | 18:21 | |
openstackgerrit | gordon chung proposed openstack-dev/devstack: switch to use ceilometermiddleware https://review.openstack.org/155473 | 18:24 |
*** bknudson has quit IRC | 18:30 | |
*** dkranz has quit IRC | 18:32 | |
*** dkranz has joined #openstack-qa | 18:32 | |
*** jaypipes is now known as jaypipes-afk | 18:34 | |
*** vigneshvar has quit IRC | 18:35 | |
*** tkammer has quit IRC | 18:36 | |
openstackgerrit | gordon chung proposed openstack-dev/devstack: switch to use ceilometermiddleware https://review.openstack.org/155473 | 18:39 |
*** salv-orlando has joined #openstack-qa | 18:44 | |
*** pkoniszewski has quit IRC | 18:45 | |
*** vigneshvar has joined #openstack-qa | 18:48 | |
*** safchain has quit IRC | 18:51 | |
*** patrickeast has joined #openstack-qa | 18:56 | |
*** mtanino has quit IRC | 18:57 | |
*** mtanino has joined #openstack-qa | 18:57 | |
mriedem | mtreinish: right now there is a config option in nova to enable / disable some features from working with neutron, | 18:57 |
mriedem | mtreinish: the feature is disabled right now, and it's not tested in tempest, | 18:57 |
*** chandankumar has quit IRC | 18:57 | |
mriedem | mtreinish: so to test it, i'm assuming i need a compute_feature_enabled flag in tempest.conf | 18:57 |
mriedem | https://review.openstack.org/#/c/163193/ | 18:57 |
mriedem | mtreinish: question is, do i need a qa-spec for that? | 18:57 |
mtreinish | mriedem: hmm you didn't see my response to your pings last night? | 18:58 |
mriedem | mtreinish: nope | 18:58 |
mriedem | no irc proxy for me | 18:58 |
mtreinish | mriedem: there is no need for a spec just to add a config option | 18:58 |
mtreinish | just explain the reasoning in the commit message | 18:58 |
mriedem | ok | 18:58 |
*** e0ne has joined #openstack-qa | 18:58 | |
mtreinish | mriedem: did you still need the answer to your isolation question from yesterday too? | 19:00 |
mriedem | mtreinish: yeah | 19:00 |
*** marun has quit IRC | 19:00 | |
mtreinish | 20:49 < mtreinish> mriedem: you are guaranteed to have different tenants from all the other tests being run at the same time. (unless you told tempest not to do that, which is only for serial, and ran in parallel anyway) | 19:01 |
mtreinish | 20:54 < mtreinish> mriedem: fwiw: http://docs.openstack.org/developer/tempest/configuration.html explains how creds are provided to test classes | 19:01 |
mriedem | RFTD?! | 19:01 |
mriedem | **RTFD | 19:01 |
mtreinish | heh well that doc is like a week old so it's easy to overlook | 19:02 |
mriedem | ok, cool, that's what i thought | 19:02 |
mtreinish | the tenants are reused in some configurations though | 19:02 |
*** apevec has quit IRC | 19:03 | |
openstackgerrit | Dean Troyer proposed openstack-dev/devstack: Add global venv enable/disable knob https://review.openstack.org/162783 | 19:07 |
openstackgerrit | Dean Troyer proposed openstack-dev/devstack: Install Keystone into its own venv https://review.openstack.org/156883 | 19:07 |
openstackgerrit | Dean Troyer proposed openstack-dev/devstack: Install Glance into its own venv https://review.openstack.org/156884 | 19:07 |
openstackgerrit | Dean Troyer proposed openstack-dev/devstack: Install Cinder into its own venv https://review.openstack.org/157010 | 19:07 |
*** jordanP has quit IRC | 19:08 | |
*** rushiagr is now known as rushiagr_away | 19:10 | |
*** bknudson has joined #openstack-qa | 19:13 | |
*** annashen has quit IRC | 19:15 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add section to the config guide on lock_path https://review.openstack.org/163578 | 19:17 |
openstackgerrit | Merged openstack-dev/devstack: README.md: Correct the defaults of some of Q_ML2_PLUGIN variables https://review.openstack.org/163315 | 19:17 |
openstackgerrit | Merged openstack-dev/devstack: Configure neutron->nova with identity v3 https://review.openstack.org/162520 | 19:18 |
*** tosky has quit IRC | 19:19 | |
*** eugene_bag1 has joined #openstack-qa | 19:19 | |
openstackgerrit | Merged openstack/tempest: Fix hypervisor schema for hypervisor status extension https://review.openstack.org/158959 | 19:21 |
*** diegows has joined #openstack-qa | 19:23 | |
*** achanda has quit IRC | 19:27 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-dev/devstack: neutron: make l3/vpn agent use config-dir https://review.openstack.org/163490 | 19:27 |
*** annashen has joined #openstack-qa | 19:30 | |
*** yfried|afk is now known as yfried|pto | 19:35 | |
*** cody-somerville has quit IRC | 19:38 | |
*** achanda has joined #openstack-qa | 19:38 | |
*** chandankumar has joined #openstack-qa | 19:41 | |
*** mpopow has joined #openstack-qa | 19:43 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 19:45 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Cleanup the tempest readme https://review.openstack.org/163587 | 19:45 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Add 'allow_duplicate_networks' to compute-feature-enabled options https://review.openstack.org/163588 | 19:45 |
*** vigneshvar has quit IRC | 19:51 | |
*** mfalatic has joined #openstack-qa | 19:53 | |
*** Longgeek has joined #openstack-qa | 19:54 | |
*** nikil has joined #openstack-qa | 19:55 | |
*** kevinbenton has joined #openstack-qa | 19:57 | |
nikil | hi when i do ./run_tempest.sh --smoke tempest it get struck at the first test itself. and this is what i see in tempest.log http://paste.openstack.org/show/191677 . But nosetest command works for me. But i need to run only smoke test and not able to run with run_tempest command or with testr command | 19:57 |
openstackgerrit | Swaminathan Vasudevan proposed openstack-infra/devstack-gate: Configure sub-nodes for Neutron DVR aiopcpu https://review.openstack.org/158525 | 19:57 |
*** mpaolino has joined #openstack-qa | 19:59 | |
*** mpaolino has quit IRC | 19:59 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest-lib: Always print info logs from the rest client requests https://review.openstack.org/163590 | 19:59 |
*** ajo has quit IRC | 20:00 | |
*** Longgeek has quit IRC | 20:00 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: neutron: add NOVA_ALLOW_DUPLICATE_NETWORKS config option https://review.openstack.org/163193 | 20:01 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Switch run_tempest.sh to use subunit-trace https://review.openstack.org/163591 | 20:02 |
mriedem | look at all those beautful matt* changes | 20:03 |
*** kashyap has quit IRC | 20:05 | |
*** SridharG has joined #openstack-qa | 20:06 | |
*** SridharGaddam has quit IRC | 20:06 | |
*** dboik_ has quit IRC | 20:06 | |
*** dboik has joined #openstack-qa | 20:07 | |
*** kashyap has joined #openstack-qa | 20:07 | |
*** vigneshvar has joined #openstack-qa | 20:12 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/devstack-gate: Set NOVA_ALLOW_DUPLICATE_NETWORKS=True when testing with Neutron https://review.openstack.org/163593 | 20:18 |
openstackgerrit | Matt Riedemann proposed openstack-infra/devstack-gate: Set NOVA_ALLOW_DUPLICATE_NETWORKS=True when testing with Neutron https://review.openstack.org/163593 | 20:19 |
*** ihrachyshka has joined #openstack-qa | 20:19 | |
*** pkoniszewski has joined #openstack-qa | 20:21 | |
mriedem | sdague: when you get a chance, you could drop -2 on https://review.openstack.org/#/c/161768/ | 20:22 |
mriedem | rechecked 8 times so far with no failures | 20:22 |
*** chandankumar has quit IRC | 20:24 | |
*** yfried|pto is now known as yfried|afk | 20:26 | |
*** ChuckC_ has quit IRC | 20:29 | |
*** mwagner_lap has quit IRC | 20:30 | |
openstackgerrit | Zengfa Gao proposed openstack/tempest: :Add API tests for Neutron subnetpool https://review.openstack.org/159644 | 20:32 |
*** dkranz has quit IRC | 20:35 | |
*** cody-somerville has joined #openstack-qa | 20:36 | |
*** marun has joined #openstack-qa | 20:37 | |
*** ajo has joined #openstack-qa | 20:42 | |
*** salv-orlando has quit IRC | 20:43 | |
*** yfried|afk is now known as yfried|pto | 20:45 | |
*** achanda has quit IRC | 20:55 | |
*** mtanino has quit IRC | 20:56 | |
*** dustins has quit IRC | 20:57 | |
*** hogepodge has joined #openstack-qa | 20:58 | |
mtreinish | mriedem: I don't think sdague is around today, it'll probably have to wait until tomorrow | 21:05 |
mriedem | sc68cal: can you take a look at the comments in here https://review.openstack.org/#/c/160924/ about correlating the port from the fixed_ips addresses in the server get? seems like a pain in my ass to do that when a local var does the trick already | 21:05 |
openstackgerrit | Doug Hellmann proposed openstack/tempest: Update all Oslo module use https://review.openstack.org/163549 | 21:08 |
mtreinish | mriedem: if you wanted to take a look the logs from dhellmann's patch to switch tempest to oslo_log are here: http://logs.openstack.org/49/163549/1/check/check-tempest-dsvm-neutron-full/7326906/ | 21:11 |
mtreinish | things looked the same to me | 21:11 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add section to the config guide on lock_path https://review.openstack.org/163578 | 21:11 |
*** aysyd has quit IRC | 21:12 | |
*** mlavalle has quit IRC | 21:12 | |
mriedem | mtreinish: yeah, old: http://logs.openstack.org/24/160924/7/check/check-tempest-dsvm-neutron-full/0dc4b56/logs/tempest.txt.gz#_2015-03-10_18_17_42_813 | 21:13 |
mriedem | new: http://logs.openstack.org/49/163549/1/check/check-tempest-dsvm-neutron-full/7326906/logs/tempest.txt.gz#_2015-03-11_20_29_52_144 | 21:13 |
mriedem | only diff i see is the order of some entries in the dict | 21:13 |
mriedem | which doesn't matter | 21:13 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add section to the config guide on lock_path https://review.openstack.org/163578 | 21:13 |
mriedem | x-compute-request-id is still in there | 21:13 |
*** vponomaryov has quit IRC | 21:13 | |
mtreinish | mriedem: well I have: https://review.openstack.org/#/c/163590/ to bring back the info messages, which will have the request summary (with req id) logged at info | 21:14 |
mtreinish | I find it hard to dig through the raw json output in debug logs to find the req id :) | 21:14 |
mriedem | mtreinish: heh, i was just doing that here https://review.openstack.org/#/c/160924/7/tempest/scenario/test_network_basic_ops.py | 21:15 |
mriedem | trying to find what a server get response looked like with neutron | 21:15 |
*** vponomaryov has joined #openstack-qa | 21:15 | |
sc68cal | mriedem: looking | 21:15 |
openstackgerrit | Claudiu Belu proposed openstack/tempest: Adds Telemetry compute metrics collection scenario https://review.openstack.org/140750 | 21:16 |
*** dpaterson has quit IRC | 21:16 | |
mtreinish | mriedem: Yeah, having the full response is nice in the logs for that reason. But sometimes all you care about is the url status code and req-id, like for finding a 500, I don't really mind that it's duplicated info in the debug log too | 21:18 |
mtreinish | andreaf: if you get a sec when: https://review.openstack.org/163549 comes back it'd be good to fast track that because of the merge conflict potential | 21:19 |
*** dimtruck is now known as zz_dimtruck | 21:19 | |
*** pc_m has quit IRC | 21:20 | |
openstackgerrit | Doug Hellmann proposed openstack/tempest: fix import grouping https://review.openstack.org/163617 | 21:20 |
mtreinish | dhellmann: ^^^ heh, it didn't matter that much :) | 21:21 |
*** yfried|pto is now known as yfried|afk | 21:22 | |
sc68cal | mriedem: agree - it's a pain to do reverse lookups based on an IP, to find the port that has it assigned. Provided there isn't anything I'm forgetting I agree with your assesment | 21:22 |
mriedem | sc68cal: ok, cool | 21:22 |
mriedem | sc68cal: you could help me out and say that in the review :) | 21:23 |
sc68cal | mriedem: will do :) | 21:23 |
* mriedem slips sc68cal bribes under the table | 21:23 | |
*** matt__ is now known as mattoliverau | 21:25 | |
*** yfried|afk is now known as yfried|pto | 21:25 | |
sc68cal | :) | 21:26 |
sc68cal | It's possible he's thought of something I haven't - perhaps jordan can enlighten us | 21:27 |
openstackgerrit | Merged openstack-infra/devstack-gate: Remove trove from default config https://review.openstack.org/161797 | 21:28 |
*** achanda has joined #openstack-qa | 21:28 | |
*** salv-orlando has joined #openstack-qa | 21:28 | |
mriedem | i'm open to being proven wrong, or shown a better way | 21:30 |
sc68cal | mriedem: agree | 21:31 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Add scenario 'test_preserve_preexisting_port' https://review.openstack.org/160924 | 21:31 |
mriedem | mtreinish: that's the assertEquals('' changes ^ | 21:32 |
*** annashen has quit IRC | 21:32 | |
mtreinish | mriedem: heh, you really wanted that +2 :) | 21:32 |
*** boris-42 has quit IRC | 21:32 | |
mriedem | well, we merged the code in nova | 21:33 |
mriedem | so not regressing it would be nice | 21:33 |
mriedem | plus i need to build on this test for allow_duplicate_networks | 21:33 |
andreaf | mtreinish: looking | 21:34 |
*** mmedvede has quit IRC | 21:34 | |
*** yfried|pto is now known as yfried|afk | 21:38 | |
*** annashen has joined #openstack-qa | 21:39 | |
*** movielovers has joined #openstack-qa | 21:39 | |
andreaf | mtreinish: the patch looks good to me, only I'm not familiar with versionutils, so I cannot tell whether https://review.openstack.org/#/c/163549/2/tempest/openstack/common/versionutils.py,cm is fine or not | 21:43 |
openstackgerrit | Emilien Macchi proposed openstack/tempest: javelin: implement floating-ip support https://review.openstack.org/163622 | 21:44 |
mtreinish | andreaf: well that should just be an oslo incubator sync patch so I was trusting dhellmann on that part | 21:44 |
andreaf | mtreinish: ah ok | 21:45 |
andreaf | mtreinish: then I'm +A - and ready to rebase all my patches | 21:45 |
openstackgerrit | Adam Gandelman proposed openstack-dev/devstack: Allow devstack plugins to specify prereq packages https://review.openstack.org/161535 | 21:45 |
mtreinish | andreaf: heh, sorry that keeps happening to you | 21:45 |
*** zz_dimtruck is now known as dimtruck | 21:46 | |
andreaf | mtreinish: np - I'll just wait for CI to finish, +2 for now | 21:46 |
openstackrecheck | openstack/ceilometer change: https://review.openstack.org/157940 failed gate-ceilometer-python27 in the gate queue with an unrecognized error | 21:46 |
andreaf | mtreinish: at least the EC2 one was merged alreday | 21:48 |
andreaf | already | 21:48 |
*** amotoki has quit IRC | 21:50 | |
*** dimtruck is now known as zz_dimtruck | 21:51 | |
*** zz_dimtruck is now known as dimtruck | 21:52 | |
*** mriedem is now known as mriedem_away | 21:55 | |
*** yfried|afk is now known as yfried|pto | 21:58 | |
*** marun has quit IRC | 22:01 | |
openstackgerrit | Jamie Lennox proposed openstack-dev/devstack: Swift use v3 auth_token credentials https://review.openstack.org/163627 | 22:04 |
*** mpopow_ has joined #openstack-qa | 22:05 | |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Comment `log_file` for Zaqar https://review.openstack.org/159450 | 22:05 |
*** mpopow has quit IRC | 22:07 | |
*** yfried|pto is now known as yfried|afk | 22:08 | |
*** cody-somerville has quit IRC | 22:08 | |
openstackgerrit | Emilien Macchi proposed openstack/tempest: javelin: implement floating-ip support https://review.openstack.org/163622 | 22:10 |
*** dboik has quit IRC | 22:11 | |
*** dims has quit IRC | 22:11 | |
*** Nic has quit IRC | 22:19 | |
*** mmedvede has joined #openstack-qa | 22:21 | |
*** eugene_bag1 has quit IRC | 22:21 | |
openstackgerrit | gordon chung proposed openstack-dev/devstack: switch to use ceilometermiddleware https://review.openstack.org/155473 | 22:22 |
*** hogepodge has quit IRC | 22:24 | |
*** mlavalle has joined #openstack-qa | 22:27 | |
*** annashen has quit IRC | 22:30 | |
*** annashen has joined #openstack-qa | 22:30 | |
*** jaypipes-afk is now known as jaypipes | 22:31 | |
*** adalbas has quit IRC | 22:31 | |
*** dboik has joined #openstack-qa | 22:34 | |
*** dboik_ has joined #openstack-qa | 22:34 | |
*** cody-somerville has joined #openstack-qa | 22:36 | |
*** jgrimm is now known as zz_jgrimm | 22:36 | |
*** dboik has quit IRC | 22:38 | |
*** pkoniszewski has quit IRC | 22:41 | |
*** Longgeek has joined #openstack-qa | 22:45 | |
*** dims_ has joined #openstack-qa | 22:46 | |
*** amotoki has joined #openstack-qa | 22:50 | |
*** jecarey has quit IRC | 22:51 | |
*** annashen has quit IRC | 22:52 | |
*** Longgeek has quit IRC | 22:55 | |
*** amotoki has quit IRC | 22:56 | |
*** movielovers has left #openstack-qa | 22:57 | |
*** rbak has quit IRC | 23:00 | |
*** vigneshvar has quit IRC | 23:03 | |
*** e0ne is now known as e0ne_ | 23:04 | |
*** patrickeast_ has joined #openstack-qa | 23:05 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest-lib: Always print info logs from the rest client requests https://review.openstack.org/163590 | 23:05 |
*** patrickeast has quit IRC | 23:06 | |
*** patrickeast_ is now known as patrickeast | 23:06 | |
*** annashen has joined #openstack-qa | 23:12 | |
*** woodster_ has quit IRC | 23:20 | |
adam_g | any chance of some tempest eyes on https://review.openstack.org/#/c/162773/ ? fixes an issue thats causing many stable/juno rechecks | 23:21 |
*** annashen has quit IRC | 23:24 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-dev/devstack: neutron: make l3/vpn agent use config-dir https://review.openstack.org/163490 | 23:26 |
flaper87 | ianw: thanks for removing that | 23:26 |
flaper87 | sdague: ianw: https://review.openstack.org/#/c/159450/ pls ? | 23:26 |
flaper87 | :) | 23:26 |
ianw | flaper87: i'll quick approve, just waiting for jenkins | 23:27 |
flaper87 | ianw: jenkins is happy | 23:28 |
*** jecarey has joined #openstack-qa | 23:28 | |
flaper87 | ianw: thanks again | 23:28 |
ianw | flaper87: yeah, so far only xen is happy, but i don't expect any issues. will keep and eye on it | 23:29 |
flaper87 | ianw: ah, mmh, you're right. It's Xen's vote | 23:30 |
mtreinish | adam_g: reviewed | 23:31 |
*** bknudson has quit IRC | 23:31 | |
*** ihrachyshka has quit IRC | 23:34 | |
*** cody-somerville has quit IRC | 23:39 | |
*** tochi has joined #openstack-qa | 23:44 | |
*** e0ne_ has quit IRC | 23:50 | |
*** mtanino has joined #openstack-qa | 23:52 | |
*** bknudson has joined #openstack-qa | 23:52 | |
openstackgerrit | Chuck Carlino proposed openstack/tempest: Tempest api test for mac_address update https://review.openstack.org/151804 | 23:52 |
*** patrickeast has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!