*** nic has quit IRC | 00:04 | |
oomichi | mtreinish: hi | 00:09 |
---|---|---|
openstackgerrit | Dolph Mathews proposed openstack-dev/hacking: Add support for PEP257 https://review.openstack.org/229686 | 00:10 |
mtreinish | oomichi: hello | 00:14 |
oomichi | mtreinish: I guess you don't like fixng order of assertEqual arguments on tests, right? | 00:16 |
mtreinish | no, it's a waste of effort since it doesn't mean anything | 00:16 |
mtreinish | the real fix is to set real failure messages if you care about that | 00:16 |
mtreinish | because the error messaging isn't consistent at all | 00:17 |
oomichi | mtreinish: is it acceptable pep8 check like https://review.openstack.org/#/c/227650/ for tempest | 00:17 |
oomichi | mtreinish: yeah, perfectly right for messages | 00:17 |
*** amotoki has joined #openstack-qa | 00:17 | |
mtreinish | oomichi: no i'd be -2 | 00:17 |
mtreinish | :) | 00:17 |
oomichi | mtreinish: hehe, ok ;) | 00:17 |
*** vgridnev has quit IRC | 00:17 | |
*** vgridnev has joined #openstack-qa | 00:18 | |
mtreinish | oomichi: you do realize if you're only enforcing it for ints the error message is 0 != 1 | 00:18 |
mtreinish | which makes the order meaningless | 00:18 |
oomichi | mtreinish: when I posted the patch, I also didn't have strong motivation for that. but I wanted to avoid seeing -1 on reviews | 00:18 |
*** mriedem1 has joined #openstack-qa | 00:18 | |
mtreinish | I tell people they're wrong when they -1's me for that, it's one of those things that come from people not actually looking at how it works | 00:19 |
*** pvaneck has quit IRC | 00:21 | |
*** mriedem has quit IRC | 00:21 | |
*** amotoki has quit IRC | 00:22 | |
*** dmorita has joined #openstack-qa | 00:24 | |
*** apevec has quit IRC | 00:24 | |
*** tsekiyama has quit IRC | 00:26 | |
*** enikanorov has joined #openstack-qa | 00:27 | |
*** enikanorov_ has quit IRC | 00:28 | |
*** mtanino has quit IRC | 00:29 | |
*** mudassirlatif has joined #openstack-qa | 00:29 | |
oomichi | mtreinish: yeah, right. many people are -1ing without understanding actual merit of right order. that is worth only if failure message is longer than 70 chars | 00:31 |
oomichi | mtreinish: maybe the fixing order for string value only is enough | 00:32 |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Case for InterfacesClient https://review.openstack.org/218133 | 00:44 |
*** mylu has quit IRC | 00:44 | |
mtreinish | oomichi: string values do the same thing 'foo' != 'bar', it only matters for more involved object types | 00:47 |
mtreinish | and thats the case you can't actual check with a hacking rule | 00:47 |
mtreinish | oomichi: I left a longish -1 comment on your review about it | 00:47 |
mtreinish | oomichi: I just don't think the overhead of an additional hacking rule to assert something which doesn't matter at all and doesn't help the legability is worth it | 00:48 |
mtreinish | just -2 people who push patches to change the order | 00:48 |
mtreinish | and explain, they go away eventually :) | 00:48 |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Cases for ImagesClient https://review.openstack.org/218081 | 00:49 |
mtreinish | oomichi: fwiw, I don't think 0 != 1 is a useful error message either. If you changed the rule to assert you need a real error message when doing a string or int comparison I'd be in favor of that | 00:51 |
mtreinish | but I imagine thats a lot of failures | 00:51 |
mtreinish | and the hacking check wouldn't catch them all | 00:51 |
*** mriedem has joined #openstack-qa | 00:51 | |
oomichi | mtreinish: yeah, 0 != 1 is not a useful error message. but we can know the what was different easily if checking the test code ;) | 00:53 |
*** mriedem1 has quit IRC | 00:53 | |
mtreinish | oomichi: heh, well hopefully | 00:54 |
mtreinish | although I've encountered some places where the test code was too dense and it was hard to tell what was actually being compared | 00:54 |
oomichi | mtreinish: but if adding actual data into message in the case of assertEqual(1, len(list_something)), I really +1 for adding that | 00:54 |
oomichi | mtreinish: it would be easy to debug | 00:55 |
mtreinish | oomichi: yeah, and that's really what needs to happen instead of switching it to assertEqual(len(list_something), 1) | 00:55 |
openstackgerrit | Matthew Treinish proposed openstack/os-testr: Force utf8 encoding on subunit attachments output https://review.openstack.org/229527 | 00:57 |
*** hoangcx has quit IRC | 01:03 | |
*** enikanorov_ has joined #openstack-qa | 01:04 | |
*** lawrancejing has joined #openstack-qa | 01:06 | |
*** enikanorov has quit IRC | 01:06 | |
*** Swami has quit IRC | 01:10 | |
*** amotoki has joined #openstack-qa | 01:11 | |
*** tmatsu_ has joined #openstack-qa | 01:13 | |
*** tmatsu has quit IRC | 01:14 | |
*** amotoki has quit IRC | 01:15 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for juno ebtables kernel fail https://review.openstack.org/229696 | 01:16 |
mriedem | mtreinish: ^ is a fun one | 01:16 |
mriedem | juno only | 01:16 |
mtreinish | mriedem: hmm, that looks familiar | 01:17 |
mtreinish | but, I can't remember from what | 01:17 |
mtreinish | but either way +A | 01:17 |
mriedem | yeah there is a thing on master that is similar | 01:18 |
mriedem | firewall something or other | 01:18 |
mriedem | i don't understand this http://logs.openstack.org/48/229648/1/check/gate-tempest-dsvm-full/d23fa22/console.html#_2015-09-30_22_55_10_863 | 01:24 |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-pep8 165936,43,f0fbcf0 | 01:25 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for juno ebtables kernel fail https://review.openstack.org/229696 | 01:25 |
*** mwagner_ has joined #openstack-qa | 01:25 | |
*** yamamoto has joined #openstack-qa | 01:26 | |
*** thanhnt-z has joined #openstack-qa | 01:27 | |
*** thanhnt-z has quit IRC | 01:27 | |
openstackgerrit | Merged openstack-dev/devstack: Fix tunneling support for linuxbridge-agent https://review.openstack.org/208762 | 01:28 |
*** armax has quit IRC | 01:29 | |
*** yamamoto has quit IRC | 01:32 | |
*** dustins has joined #openstack-qa | 01:34 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 225690,7,e9f0498 | 01:38 |
*** mudassirlatif has quit IRC | 01:40 | |
*** mudassirlatif has joined #openstack-qa | 01:41 | |
*** yamamoto has joined #openstack-qa | 01:44 | |
*** woodster_ has quit IRC | 01:49 | |
*** tmatsu has joined #openstack-qa | 01:52 | |
*** yamamoto has quit IRC | 01:53 | |
*** tmatsu_ has quit IRC | 01:55 | |
*** edmondsw has quit IRC | 02:05 | |
*** amotoki has joined #openstack-qa | 02:05 | |
*** tpeoples has quit IRC | 02:06 | |
*** rfolco has quit IRC | 02:06 | |
*** amotoki has quit IRC | 02:09 | |
*** markvoelker has quit IRC | 02:15 | |
openstackrecheck | openstack/glance_store change: https://review.openstack.org/226506 failed gate-tempest-dsvm-full-ceph-src-glance_store in the gate queue with an unrecognized error | 02:19 |
*** lawrancejing has quit IRC | 02:20 | |
*** yamahata has quit IRC | 02:26 | |
*** amotoki has joined #openstack-qa | 02:28 | |
*** dims__ has quit IRC | 02:29 | |
*** weshay_xchat has quit IRC | 02:29 | |
*** dims_ has joined #openstack-qa | 02:29 | |
*** hoangcx has joined #openstack-qa | 02:32 | |
*** yamamoto has joined #openstack-qa | 02:39 | |
*** mlavalle has quit IRC | 02:44 | |
*** amotoki has quit IRC | 02:49 | |
*** mriedem has quit IRC | 02:51 | |
*** mylu has joined #openstack-qa | 02:53 | |
openstackgerrit | Merged openstack/tempest: Remove "extensions" from snapshots_extensions_client https://review.openstack.org/228671 | 02:53 |
*** enikanorov has joined #openstack-qa | 02:57 | |
*** enikanorov_ has quit IRC | 03:00 | |
*** vgridnev has quit IRC | 03:00 | |
*** vgridnev has joined #openstack-qa | 03:01 | |
*** amotoki has joined #openstack-qa | 03:02 | |
*** hoangcx has quit IRC | 03:03 | |
*** amotoki_ has joined #openstack-qa | 03:04 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Try a novaclient change https://review.openstack.org/229717 | 03:06 |
*** dustins has quit IRC | 03:07 | |
*** amotoki has quit IRC | 03:08 | |
*** tpeoples has joined #openstack-qa | 03:10 | |
*** amotoki_ has quit IRC | 03:10 | |
openstackgerrit | Merged openstack/tempest: Remove unused _ssh_to_server from test_stamp_pattern https://review.openstack.org/229638 | 03:10 |
*** macjack has joined #openstack-qa | 03:10 | |
*** hoangcx has joined #openstack-qa | 03:11 | |
*** amotoki has joined #openstack-qa | 03:15 | |
*** dims__ has joined #openstack-qa | 03:15 | |
*** markvoelker has joined #openstack-qa | 03:15 | |
*** dims___ has joined #openstack-qa | 03:16 | |
*** dims____ has joined #openstack-qa | 03:18 | |
*** dims_ has quit IRC | 03:18 | |
*** lawrancejing has joined #openstack-qa | 03:18 | |
*** markvoelker has quit IRC | 03:20 | |
*** dims__ has quit IRC | 03:20 | |
*** BharatK has joined #openstack-qa | 03:21 | |
*** dims___ has quit IRC | 03:21 | |
*** hoangcx has quit IRC | 03:29 | |
*** enikanorov_ has joined #openstack-qa | 03:32 | |
*** enikanorov has quit IRC | 03:34 | |
*** armax has joined #openstack-qa | 03:36 | |
*** dims____ has quit IRC | 03:37 | |
openstackgerrit | Rafael Folco proposed openstack-dev/devstack: Nano and Micro flavors should run really small cirros only https://review.openstack.org/226905 | 03:39 |
*** amotoki has quit IRC | 03:40 | |
*** salv-orl_ has joined #openstack-qa | 03:43 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/227564 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/1501366 | 03:45 |
openstack | Launchpad bug 1501366 in OpenStack Compute (nova) "libvirtError: Error while building firewall: Some rules could not be created for interface" [High,Confirmed] | 03:45 |
*** salv-orlando has quit IRC | 03:46 | |
*** tpeoples has quit IRC | 03:46 | |
*** amotoki has joined #openstack-qa | 03:52 | |
*** boris-42 has quit IRC | 03:59 | |
*** thanhnt-z has joined #openstack-qa | 04:09 | |
*** lawrancejing has quit IRC | 04:10 | |
thanhnt-z | hi mkoderer, are you there? | 04:11 |
*** markvoelker has joined #openstack-qa | 04:16 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-src-glance_store 224611,4,a5047c1 | 04:16 |
thanhnt-z | hi yamamoto, could you please help to confirm one thing? | 04:18 |
*** markvoelker has quit IRC | 04:20 | |
*** sabeen1 has joined #openstack-qa | 04:21 | |
*** madhuri has joined #openstack-qa | 04:24 | |
*** tien has joined #openstack-qa | 04:26 | |
tien | hi all | 04:26 |
*** tmatsu_ has joined #openstack-qa | 04:27 | |
* tien slaps dmellado around a bit with a large fishbot | 04:27 | |
*** tien has left #openstack-qa | 04:27 | |
*** hoangcx has joined #openstack-qa | 04:29 | |
*** tmatsu has quit IRC | 04:30 | |
*** macjack has quit IRC | 04:31 | |
*** Poornima has joined #openstack-qa | 04:31 | |
*** mylu has quit IRC | 04:35 | |
*** StevenK has quit IRC | 04:35 | |
*** StevenK has joined #openstack-qa | 04:36 | |
*** mylu has joined #openstack-qa | 04:39 | |
*** mylu has quit IRC | 04:42 | |
*** mylu has joined #openstack-qa | 04:42 | |
*** mylu has quit IRC | 04:47 | |
*** BharatK has quit IRC | 04:48 | |
*** shausy has joined #openstack-qa | 04:48 | |
*** sabeen1 has quit IRC | 05:00 | |
*** vgridnev has quit IRC | 05:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-neutron 222982,3,ab91bab | 05:10 |
*** pcrews has quit IRC | 05:16 | |
*** pcrews has joined #openstack-qa | 05:16 | |
*** BharatK has joined #openstack-qa | 05:19 | |
*** apevec has joined #openstack-qa | 05:27 | |
*** apevec has joined #openstack-qa | 05:27 | |
*** Triveni has joined #openstack-qa | 05:33 | |
*** oomichi has quit IRC | 05:35 | |
*** shausy has quit IRC | 05:35 | |
*** vgridnev has joined #openstack-qa | 05:35 | |
*** nadya has joined #openstack-qa | 05:36 | |
*** shausy has joined #openstack-qa | 05:36 | |
*** tmatsu has joined #openstack-qa | 05:36 | |
*** tmatsu_ has quit IRC | 05:39 | |
*** apevec has quit IRC | 05:40 | |
openstackgerrit | ZhiQiang Fan proposed openstack/tempest: add test for volume notification to telemetry https://review.openstack.org/229386 | 05:41 |
*** madhuri has quit IRC | 05:52 | |
*** kiran-r has joined #openstack-qa | 05:54 | |
*** nadya has quit IRC | 05:57 | |
*** oomichi has joined #openstack-qa | 05:59 | |
*** oomichi has quit IRC | 06:03 | |
*** k4n0 has joined #openstack-qa | 06:06 | |
*** shausy has quit IRC | 06:10 | |
*** shausy has joined #openstack-qa | 06:10 | |
*** thanhnt-z has quit IRC | 06:12 | |
*** markvoelker has joined #openstack-qa | 06:17 | |
*** macjack has joined #openstack-qa | 06:19 | |
*** markvoelker has quit IRC | 06:21 | |
*** shardy has joined #openstack-qa | 06:25 | |
*** vgridnev has quit IRC | 06:29 | |
*** grafuls has joined #openstack-qa | 06:34 | |
*** hoangcx has quit IRC | 06:37 | |
*** armax has quit IRC | 06:39 | |
*** gfidente has quit IRC | 06:39 | |
*** kiran-r has quit IRC | 06:39 | |
*** safchain has joined #openstack-qa | 06:40 | |
*** nadya has joined #openstack-qa | 06:40 | |
*** thanhnt-z has joined #openstack-qa | 06:48 | |
thanhnt-z | Hi HenryG, could you please help me? | 06:49 |
*** ajmiller_ has joined #openstack-qa | 06:51 | |
*** ajmiller has quit IRC | 06:53 | |
*** vponomaryov has joined #openstack-qa | 06:54 | |
*** aarefiev has joined #openstack-qa | 06:54 | |
*** svasheka has joined #openstack-qa | 06:55 | |
yamamoto | thanhnt-z: ? | 07:00 |
thanhnt-z | I upload my Tempest's patch into Gerrit. When Jenkins checks my patch set, "gate-tempest-dsvm-neutron-full-kilo" tests of Jenkins will test for my patch depend on Openstack KILO VERSION. it's right? could you please help me to explain about it? | 07:03 |
thanhnt-z | yamamoto: please refer my above question. | 07:04 |
*** kiran-r has joined #openstack-qa | 07:04 | |
yamamoto | thanhnt-z: i don't know but i guess you are right. tempest is branchless. | 07:05 |
*** kiran-r has quit IRC | 07:05 | |
*** kiranr has joined #openstack-qa | 07:05 | |
*** kiranr is now known as kiran-r | 07:06 | |
*** boris-42 has joined #openstack-qa | 07:07 | |
*** thanhnt-z has quit IRC | 07:10 | |
*** rossella_s has joined #openstack-qa | 07:11 | |
openstackgerrit | Merged openstack-dev/devstack: Cleanup nova v2.1 API testing options https://review.openstack.org/219555 | 07:14 |
*** thanhnt-z has joined #openstack-qa | 07:21 | |
thanhnt-z | yamamoto: I am sorry. Maybe my network connection has some problems. so I cannot reply you immediately | 07:23 |
thanhnt-z | yamamoto: thanks. And I added one test case to my Tempest's patch to check that non admin user cannot create DHCP port. But this test case always is failed on "gate-tempest-dsvm-neutron-full-kilo" and "gate-tempest-dsvm-neutron-full-juno". Do you know any way to fix this? | 07:23 |
thanhnt-z | yamamoto: about my Tempest's patch, please refer here for more detail if any: https://review.openstack.org/#/c/222982/ | 07:25 |
*** macjack has quit IRC | 07:27 | |
*** nguyen has joined #openstack-qa | 07:29 | |
nguyen | this message for testing | 07:30 |
*** neeti has joined #openstack-qa | 07:37 | |
*** apevec has joined #openstack-qa | 07:41 | |
*** jlanoux has joined #openstack-qa | 07:42 | |
*** openstackgerrit has quit IRC | 07:46 | |
*** openstackgerrit has joined #openstack-qa | 07:46 | |
*** e0ne has joined #openstack-qa | 07:47 | |
*** e0ne has quit IRC | 07:49 | |
*** drptbl has joined #openstack-qa | 07:50 | |
*** e0ne has joined #openstack-qa | 07:54 | |
*** tosky has joined #openstack-qa | 07:55 | |
*** e0ne has quit IRC | 07:56 | |
*** thingee has joined #openstack-qa | 07:57 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 229732,1,8c6db81 | 07:59 |
*** drptbl has quit IRC | 08:01 | |
*** drptbl has joined #openstack-qa | 08:03 | |
*** jordanP has joined #openstack-qa | 08:08 | |
*** markvoelker has joined #openstack-qa | 08:18 | |
*** markvoelker has quit IRC | 08:22 | |
*** jlanoux has quit IRC | 08:24 | |
*** e0ne has joined #openstack-qa | 08:26 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 228129,6,9e1f5cc | 08:27 |
*** thingee has quit IRC | 08:31 | |
*** hop|2 has joined #openstack-qa | 08:33 | |
*** e0ne has quit IRC | 08:36 | |
*** e0ne has joined #openstack-qa | 08:38 | |
thanhnt-z | hi afazekas, mkoderer, everyone: Please help me if you know about my question to sir yamamoto as above. | 08:39 |
yamamoto | thanhnt-z: have you read the url i pasted on review? | 08:40 |
*** shausy has quit IRC | 08:40 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-neutron-full-liberty 224447,3,cc87a86 | 08:41 |
thanhnt-z | yamamoto: I am sorry, I still have not read your comment on my Tempest's patch. I also have not recieved any notification about this. I will check it right now. | 08:43 |
thanhnt-z | hi afazekas, mkoderer, everyone: sir yamamoto already helped me to resolve my issue. Thanks | 08:44 |
thanhnt-z | yamamoto: thank you very much for your comments and your help. | 08:45 |
*** salv-orlando has joined #openstack-qa | 08:46 | |
*** salv-or__ has joined #openstack-qa | 08:46 | |
*** nfedotov has joined #openstack-qa | 08:47 | |
*** salv-orl_ has quit IRC | 08:49 | |
*** oomichi has joined #openstack-qa | 08:50 | |
*** salv-orlando has quit IRC | 08:50 | |
*** BharatK has quit IRC | 08:51 | |
*** jlanoux has joined #openstack-qa | 08:51 | |
*** abehl has joined #openstack-qa | 08:52 | |
openstackrecheck | openstack/glance change: https://review.openstack.org/198390 failed gate-tempest-dsvm-postgres-full in the gate queue with an unrecognized error | 08:54 |
openstackgerrit | Vladyslav Drok proposed openstack/tempest: Skip unnecessary tests when using Ironic virt driver https://review.openstack.org/220223 | 08:56 |
*** gfidente has joined #openstack-qa | 08:57 | |
*** jlanoux has quit IRC | 08:58 | |
*** jlanoux has joined #openstack-qa | 08:59 | |
piyush_ | Hi all i have updated 2 patches if you have time please review those https://review.openstack.org/#/c/227119/ https://review.openstack.org/#/c/217555/ | 09:01 |
*** nguyen has quit IRC | 09:03 | |
*** aix has joined #openstack-qa | 09:04 | |
*** BharatK has joined #openstack-qa | 09:04 | |
*** vgridnev has joined #openstack-qa | 09:04 | |
*** shardy_ has joined #openstack-qa | 09:13 | |
*** shardy has quit IRC | 09:14 | |
*** shardy_ has quit IRC | 09:18 | |
*** shausy has joined #openstack-qa | 09:19 | |
*** shardy has joined #openstack-qa | 09:19 | |
*** salv-orlando has joined #openstack-qa | 09:26 | |
*** salv-or__ has quit IRC | 09:30 | |
*** kiran-r has quit IRC | 09:30 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add admin role on domain for v3 https://review.openstack.org/226297 | 09:31 |
*** kiran-r has joined #openstack-qa | 09:32 | |
*** salv-orl_ has joined #openstack-qa | 09:42 | |
*** salv-orlando has quit IRC | 09:45 | |
*** vgridnev has quit IRC | 09:46 | |
openstackgerrit | Rob Cresswell proposed openstack-dev/devstack: Remove remnants of "Member" role https://review.openstack.org/229799 | 09:46 |
openstackrecheck | Console logs not available after 13:24s for gate-keystone-python27 228644,4,fdfff97 | 09:47 |
*** boris-42 has quit IRC | 09:49 | |
*** e0ne has quit IRC | 09:53 | |
*** dims has joined #openstack-qa | 09:55 | |
*** e0ne has joined #openstack-qa | 09:56 | |
*** macjack has joined #openstack-qa | 10:00 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Try a novaclient change https://review.openstack.org/229717 | 10:00 |
*** vgridnev has joined #openstack-qa | 10:03 | |
*** amotoki_ has joined #openstack-qa | 10:11 | |
*** shausy has quit IRC | 10:15 | |
*** markvoelker has joined #openstack-qa | 10:19 | |
*** amotoki_ has quit IRC | 10:19 | |
*** ajmiller__ has joined #openstack-qa | 10:20 | |
*** kiran-r has quit IRC | 10:21 | |
*** markvoelker has quit IRC | 10:23 | |
*** ajmiller_ has quit IRC | 10:25 | |
*** thanhnt-z has quit IRC | 10:25 | |
*** ajmiller has joined #openstack-qa | 10:26 | |
*** mwagner_ has quit IRC | 10:26 | |
*** ajmiller__ has quit IRC | 10:28 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-sahara 226297,2,24a2a73 | 10:30 |
*** ajmiller has quit IRC | 10:38 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/229639 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1357055 https://bugs.launchpad.net/bugs/1311066 | 10:39 |
openstack | Launchpad bug 1357055 in tempest "Race to delete shared subnet in Tempest neutron full jobs" [Undecided,Confirmed] - Assigned to Salvatore Orlando (salvatore-orlando) | 10:39 |
openstack | Launchpad bug 1311066 in OpenStack-Gate "Some nodes allocated in node pool are very very slow" [High,Confirmed] | 10:39 |
*** BharatK has quit IRC | 10:42 | |
*** ajmiller has joined #openstack-qa | 10:43 | |
*** amotoki_ has joined #openstack-qa | 10:46 | |
*** nikil89_ has joined #openstack-qa | 10:46 | |
*** dmorita has quit IRC | 10:47 | |
*** agireud has quit IRC | 10:48 | |
*** pc_m has joined #openstack-qa | 10:50 | |
*** BharatK has joined #openstack-qa | 10:55 | |
*** gszasz has joined #openstack-qa | 10:58 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-large-ops 229799,1,99ad8de | 11:01 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add admin role on domain for v3 https://review.openstack.org/226297 | 11:04 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-postgres-full 227897,4,6eec219 | 11:14 |
*** aix has quit IRC | 11:27 | |
*** Poornima has quit IRC | 11:28 | |
*** piyush_ has quit IRC | 11:29 | |
*** markvoelker has joined #openstack-qa | 11:34 | |
*** macjack has quit IRC | 11:36 | |
*** markvoelker has quit IRC | 11:39 | |
*** tmatsu has quit IRC | 11:43 | |
*** tmatsu has joined #openstack-qa | 11:43 | |
*** yamamoto has quit IRC | 11:46 | |
*** dtantsur|afk is now known as dtantsur | 11:47 | |
*** tmatsu has quit IRC | 11:47 | |
*** amotoki has quit IRC | 11:52 | |
*** amotoki_ is now known as amotoki | 11:52 | |
*** cdent has joined #openstack-qa | 11:54 | |
*** markvoelker has joined #openstack-qa | 12:01 | |
*** nikil89_ is now known as naggappan | 12:03 | |
*** aarefiev has quit IRC | 12:04 | |
*** kiran-r has joined #openstack-qa | 12:09 | |
openstackrecheck | Console logs not available after 13:27s for gate-keystone-pep8 229811,2,1c1ec13 | 12:09 |
openstackrecheck | openstack/ceilometer change: https://review.openstack.org/229494 failed gate-ceilometer-python27 in the gate queue with an unrecognized error | 12:10 |
*** moravec has quit IRC | 12:11 | |
*** aarefiev has joined #openstack-qa | 12:12 | |
*** k4n0 has quit IRC | 12:14 | |
*** kiran-r has quit IRC | 12:21 | |
*** regXboi has joined #openstack-qa | 12:21 | |
*** k4n0 has joined #openstack-qa | 12:22 | |
*** k4n0 has quit IRC | 12:22 | |
*** mwagner_ has joined #openstack-qa | 12:23 | |
openstackgerrit | Merged openstack/tempest: Negative test cases added in Telemetry https://review.openstack.org/224447 | 12:24 |
*** weshay_xchat has joined #openstack-qa | 12:25 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 228166,5,4ff7a60 | 12:25 |
*** dzamboni has joined #openstack-qa | 12:27 | |
*** weshay_xchat is now known as weshay | 12:27 | |
*** pradk has joined #openstack-qa | 12:28 | |
*** neeti has quit IRC | 12:30 | |
*** glauco has joined #openstack-qa | 12:31 | |
openstackgerrit | Glauco Oliveira proposed openstack/openstack-health: Replace Highcharts with d3 and Nvd3 charts. https://review.openstack.org/229682 | 12:32 |
glauco | timothyb89: Hey! I accidentally clicked on 'rebase' button on gerrit | 12:33 |
glauco | Is there a way to undo that? | 12:33 |
glauco | Sorry about it | 12:33 |
*** BharatK has quit IRC | 12:35 | |
*** yamamoto has joined #openstack-qa | 12:38 | |
*** yamamoto has quit IRC | 12:38 | |
*** yamamoto has joined #openstack-qa | 12:38 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 228175,5,dc6bbf8 | 12:39 |
*** mylu has joined #openstack-qa | 12:39 | |
*** salv-orl_ has quit IRC | 12:42 | |
*** edmondsw has joined #openstack-qa | 12:42 | |
*** mylu has quit IRC | 12:44 | |
*** naggappan is now known as nikil89_ | 12:47 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add admin role on domain for v3 https://review.openstack.org/226297 | 12:47 |
*** nikil89_ is now known as naggappan | 12:47 | |
*** BharatK has joined #openstack-qa | 12:49 | |
*** glauco has quit IRC | 12:49 | |
*** glauco has joined #openstack-qa | 12:50 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 228167,5,e233b4b | 12:52 |
*** glauco has quit IRC | 12:52 | |
*** glauco has joined #openstack-qa | 12:52 | |
*** glauco has joined #openstack-qa | 12:53 | |
*** glauco has quit IRC | 12:53 | |
*** tpeoples has joined #openstack-qa | 12:54 | |
zigo | mtreinish: Thanks for your help with glance, I have found out what my issue was. Now I have another questoin. | 12:55 |
*** glauco has joined #openstack-qa | 12:55 | |
zigo | In tempest.conf, there's a "alt_username". | 12:55 |
*** glauco has quit IRC | 12:55 | |
zigo | Do I understand correctly that it *must* be different from the normal admin one? | 12:56 |
*** glauco has joined #openstack-qa | 12:57 | |
*** glauco has quit IRC | 12:57 | |
*** jaypipes has joined #openstack-qa | 12:58 | |
*** ChanServ sets mode: +o jaypipes | 12:58 | |
*** glauco_ has joined #openstack-qa | 12:58 | |
*** ccarrara_ has joined #openstack-qa | 12:58 | |
*** ccarrara_ has left #openstack-qa | 12:59 | |
*** ccarrara_ has joined #openstack-qa | 12:59 | |
*** glauco__ has joined #openstack-qa | 13:01 | |
*** glauco_ has quit IRC | 13:01 | |
*** glauco__ has quit IRC | 13:01 | |
*** ccarrara_ has quit IRC | 13:01 | |
*** glauco_ has joined #openstack-qa | 13:03 | |
*** nadya has quit IRC | 13:03 | |
*** glauco has joined #openstack-qa | 13:05 | |
*** glauco_ has quit IRC | 13:05 | |
*** glauco has quit IRC | 13:05 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-neutron-full 226297,3,55b0cc6 | 13:06 |
*** ccarrara has joined #openstack-qa | 13:06 | |
*** ccarrara has quit IRC | 13:08 | |
*** jffische has joined #openstack-qa | 13:08 | |
*** moravec has joined #openstack-qa | 13:10 | |
*** ccarmack has joined #openstack-qa | 13:14 | |
*** Triveni has quit IRC | 13:14 | |
*** rfolco has joined #openstack-qa | 13:16 | |
*** dustins has joined #openstack-qa | 13:18 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 228176,5,a195a6e | 13:19 |
*** glauco_ has joined #openstack-qa | 13:21 | |
*** mriedem has joined #openstack-qa | 13:23 | |
*** sabeen1 has joined #openstack-qa | 13:25 | |
*** bltavares has joined #openstack-qa | 13:27 | |
*** dramalho has joined #openstack-qa | 13:28 | |
*** ccarrara has joined #openstack-qa | 13:28 | |
sdague | sc68cal: any progress on optimizing the ipv6 tests? | 13:31 |
cdent | sdague: if you have a moment I could do with your help with a problem that seems to have arisen since the ceilometer exit from devstack | 13:33 |
cdent | one of the symptoms is: http://logs.openstack.org/57/229657/1/check/gate-grenade-dsvm-ceilometer/0f343da/logs/grenade.sh.txt.gz#_2015-09-30_22_40_09_048 | 13:33 |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 228171,5,c989b49 | 13:34 |
sdague | ok, finishing breakfast, then i will | 13:35 |
*** jecarey has joined #openstack-qa | 13:35 | |
cdent | cool, thanks | 13:36 |
ccarrara | timothyb89: Hi. Nice work on replacing highcharts to Nvd3 on openstack-health :) | 13:37 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for novaclient legacy bdm bug 1501435 https://review.openstack.org/229882 | 13:37 |
openstack | bug 1501435 in python-novaclient "osc 1.7 no longer can boot a server from volume" [Critical,In progress] https://launchpad.net/bugs/1501435 - Assigned to John Garbutt (johngarbutt) | 13:37 |
mriedem | sdague: ^ | 13:37 |
*** ajmiller has quit IRC | 13:38 | |
*** dkranz has joined #openstack-qa | 13:38 | |
*** ajmiller has joined #openstack-qa | 13:38 | |
cdent | sdague: there's a related bug too https://bugs.launchpad.net/ceilometer/+bug/1501739 | 13:39 |
openstack | Launchpad bug 1501739 in Ceilometer "logs are gone from gate tempest tests" [High,Triaged] - Assigned to Chris Dent (chdent) | 13:39 |
ccarrara | timothyb89: We're going to use this base work you did to start work on second page, putting new route to it, link on home etc. Let us know if you has any advice to it :) | 13:40 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for cinder v2 heat bug 1500780 https://review.openstack.org/229093 | 13:42 |
openstack | bug 1500780 in tempest "orchestration.stacks.test_volumes test is failing" [High,Fix released] https://launchpad.net/bugs/1500780 - Assigned to Jordan Pittier (jordan-pittier) | 13:42 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for gnocchi functional setup fail https://review.openstack.org/229889 | 13:43 |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python34 228168,5,142a1e7 | 13:47 |
*** woodster_ has joined #openstack-qa | 13:48 | |
mriedem | thanks neutron https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py#L533 | 13:50 |
mtreinish | zigo: http://docs.openstack.org/developer/tempest/configuration.html#auth-credentials | 13:51 |
mtreinish | zigo: you only need to set alt_username if you're not using either of the other mechanisms | 13:52 |
*** armax has joined #openstack-qa | 13:52 | |
mtreinish | and if you you do yes, it needs to be a distinct user on a different tenant/project from the others | 13:52 |
*** armax has quit IRC | 13:52 | |
mtreinish | fwiw, we're going to deprecate that config option in the near future. The patch is up for review to do that | 13:53 |
sdague | cdent: the enable_plugin line is not in localrc | 13:54 |
cdent | old or new? http://logs.openstack.org/57/229657/1/check/gate-grenade-dsvm-ceilometer/0f343da/logs/new/localrc.txt.gz | 13:55 |
cdent | (it's in both) | 13:55 |
*** armax has joined #openstack-qa | 13:55 | |
cdent | (it's in old _twice_, not sure why) | 13:55 |
cdent | (for the tempest tests it's probably not there, as another related issue, but I'm not sure if the fix is to change the devstack-gate job config or create a new job) | 13:56 |
*** aix has joined #openstack-qa | 14:00 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for novaclient legacy bdm bug 1501435 https://review.openstack.org/229882 | 14:01 |
openstack | bug 1501435 in python-openstackclient "osc 1.7 no longer can boot a server from volume" [Critical,New] https://launchpad.net/bugs/1501435 | 14:01 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for gnocchi functional setup fail https://review.openstack.org/229889 | 14:01 |
sdague | so https://bugs.launchpad.net/ceilometer/+bug/1501739 - logs in there don't have enable_plugin | 14:02 |
openstack | Launchpad bug 1501739 in Ceilometer "logs are gone from gate tempest tests" [High,Triaged] - Assigned to Chris Dent (chdent) | 14:02 |
sdague | cdent: https://github.com/openstack-dev/grenade/blob/c2713acc48c5c936bae915e9018d3ddd7344096e/inc/upgrade#L55-L57 is what's going wrong | 14:04 |
sdague | figuring out why that is failing would be the first step | 14:04 |
sdague | and what we can do to address it | 14:05 |
*** jtrovo has joined #openstack-qa | 14:05 | |
mriedem | we should add the age of bugs to the e-r pages on status.o.o/e-r | 14:05 |
* mriedem takes note | 14:06 | |
*** rossella_s has quit IRC | 14:06 | |
mriedem | if a bug is being tracked for a year in the gate, there is a problem | 14:06 |
mtreinish | mriedem: I bet there are a bunch of those | 14:06 |
*** rossella_s has joined #openstack-qa | 14:06 | |
mriedem | yeah | 14:06 |
zigo | mtreinish: I'd very much prefer if tempest could just create the users it needs by itself, so I wouldn't need to configure anything but the admin user... | 14:08 |
zigo | mtreinish: How does tempest know if I want to use the account.yaml or what's in tempest.conf? | 14:08 |
cdent | sdague: a) I think we've got two different (but related/similar) problems going on. For tempest its just that stuff is not enabled (and I assume that's some kind of config fix). For grenade it is something else. b) From the grenade.sh log ENABLED_SERVICES is as full of ceilometer stuff as you might expect so presumably the devstack plugin has not been activated on the target side for whatever reason | 14:09 |
*** dims has quit IRC | 14:10 | |
*** jtrovo has quit IRC | 14:10 | |
sdague | cdent: right, but ENABLED_SERVICES isn't what's looked at | 14:10 |
cdent | is it in is_service_enabled isn't it? | 14:10 |
*** mfisher_ora has joined #openstack-qa | 14:10 | |
sdague | is_service_enabled "ceilometer" is what's run | 14:10 |
mtreinish | zigo: that's the default behavior, you just give it admin creds and set tenant_isolation to true in the auth section. You shouldnt need to do any thing else | 14:11 |
cdent | which will look for is_ceilometer_enabled | 14:11 |
*** david-lyle has quit IRC | 14:11 | |
sdague | right | 14:11 |
zigo | mtreinish: Ah, nice ! :) | 14:11 |
zigo | Thanks. | 14:11 |
mtreinish | zigo: all the config details are in that link I sent before | 14:11 |
sdague | which either doesn't exist, or is returning false | 14:11 |
cdent | sdague: which itself will look at ENABLED_SERVICES | 14:11 |
cdent | yes, that's what I'm saying: the devstack plugin has not been source such that is_ceilometer_enabled does not exist | 14:12 |
sdague | right, so that's the thing to figure out, sourcing stackrc should ensure we source the plugin settings files | 14:12 |
cdent | what/where is the source of the plugin supposed to happen? | 14:12 |
sdague | which is a thing we hadn't fully realised until right now | 14:13 |
*** david-lyle has joined #openstack-qa | 14:13 | |
sdague | so, I'd say lets figure out how to get load_plugin_settings into stackrc | 14:15 |
sdague | without pulling in all the functions in the world | 14:15 |
sdague | which is going to be a little tricky | 14:15 |
sdague | but clearly is probably the correct thing to do | 14:15 |
cdent | ah, okay, that's what I wasn't properly parsing: A bug has been found. | 14:15 |
sdague | yes, a bug has been found :) | 14:16 |
cdent | all this time I was assuming I had done something wrong... | 14:16 |
*** dpaterson has joined #openstack-qa | 14:16 | |
cdent | I was all set to go find my hairshirt | 14:16 |
sdague | or, more importantly, a pretty big limitation that wasn't realized until you tried to exercise all the parts | 14:16 |
sdague | so, a) awesome for exercising all the parts and finding this | 14:16 |
sdague | b) conceptually it shouldn't be hard to fix, it will just be tricky from a load order issue | 14:17 |
* cdent nods | 14:17 | |
sdague | if you want to take a first stab, that would be cool. I don't think I can touch this code until probably monday given the branching issues I'm hitting with grenade | 14:18 |
sdague | which need to be resolved | 14:18 |
cdent | I shall poke today and tomorrow and see what I can figure. | 14:20 |
cdent | Do you agree with my guess above that the tempest and grenade problems are separate? | 14:21 |
cdent | If so, what ought the tempest fix be? | 14:21 |
openstackrecheck | Console logs not available after 13:36s for gate-tempest-dsvm-ironic-agent_ssh 229799,1,5a873bb | 14:22 |
openstackgerrit | Matthew Treinish proposed openstack-infra/elastic-recheck: Filter the uncategorized page on only tempest and grenade https://review.openstack.org/229909 | 14:22 |
mtreinish | sdague, mriedem: ^^^ that's what we were talking about the other day right? | 14:22 |
mtreinish | cdent: what's the tempest problem? | 14:23 |
sdague | cdent: so, I'm not sure I grok the tempest problem | 14:23 |
openstackgerrit | Tuan Nguyen proposed openstack/tempest-lib: Migrated instance_usage_audit_log_client.py from tempest https://review.openstack.org/229910 | 14:23 |
cdent | sdague: I think the problem simply is what you said: there's no enable_plugin ceilometer for the deafult tempest job | 14:24 |
mtreinish | cdent: oh, you should probably create a seperate ceilometer job that has the plugin enabled | 14:24 |
mtreinish | like what heat, sahara, trove, etc are doing | 14:25 |
cdent | I had made this change a while back: https://review.openstack.org/#/c/196446/6 | 14:25 |
cdent | mtreinish: okay, yeah, that's kind of what I was thinking | 14:25 |
mtreinish | cdent: ok, yeah that looks like the right job definitions | 14:26 |
mtreinish | but are they used anywhere? | 14:26 |
mtreinish | like I don't think that job runs on tempest | 14:26 |
openstackgerrit | John F. Fischer proposed openstack/tempest-lib: Migrated security_groups_client.py https://review.openstack.org/229914 | 14:26 |
cdent | mtreinish: that's what I'm saying: these are for something else, something similar will be required for tempest | 14:26 |
mtreinish | which it probably should (well until you pluginify the ceilo tempest tests) | 14:27 |
*** mtanino has joined #openstack-qa | 14:27 | |
mtreinish | cdent: why are those for something else, the job just needs to run devstack with the plugin and run tempest | 14:27 |
* cdent looks at them more closely | 14:28 | |
mtreinish | didn't you add the definition for that in that project-config patch | 14:28 |
mtreinish | oh, I see it's per backend | 14:28 |
mtreinish | you want one that just uses mysql too | 14:29 |
mtreinish | like gate-tempest-dsvm-ceilometer-full | 14:29 |
mtreinish | which is essentially the same as the jobs you added there, but without the backend variable | 14:29 |
*** zz_dimtruck is now known as dimtruck | 14:29 | |
mtreinish | or am I missing something? | 14:29 |
cdent | The jobs I need to replace or augment are gate-tempest-dsvm-full, gate-tempest-postgres-full, gate-tempest-dsvm-neutron-full | 14:31 |
*** gszasz has quit IRC | 14:31 | |
hop|2 | hi sdague mtreinish: if you have time can you please review the https://review.openstack.org/#/c/189687/ | 14:31 |
mtreinish | cdent: I think we want to keep those plugin free (although I could be mistaken on that) so you'll probably want to make a seperate job that is the same but with the ceilo plugin | 14:33 |
cdent | That was my thinking too. I'm going to try to address the tempest stuff first (before the grenade issue) as the tempest problem seems to be making gordc sadface. | 14:34 |
mtreinish | cdent: heh, he doesn't like having the tempest jobs run on every ceilo commit and not run ceilo :) | 14:35 |
cdent | exactly! | 14:35 |
*** grafuls has quit IRC | 14:35 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 186716,7,4941b0f | 14:35 |
*** bltavares has quit IRC | 14:36 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Use scope in v3 identity client https://review.openstack.org/221020 | 14:43 |
*** bltavares has joined #openstack-qa | 14:45 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/elastic-recheck: Filter the uncategorized page on only tempest and grenade https://review.openstack.org/229909 | 14:46 |
*** jtrovo has joined #openstack-qa | 14:47 | |
sc68cal | sdague: no progress to report | 14:48 |
*** rmoats has joined #openstack-qa | 14:49 | |
*** rmoats has quit IRC | 14:49 | |
*** pglass has joined #openstack-qa | 14:50 | |
*** mlavalle has joined #openstack-qa | 14:56 | |
mtreinish | david-lyle, regXboi: if you get a sec: https://review.openstack.org/#/c/229682/ it's a js heavy patch | 14:56 |
regXboi | a couple of meetings first | 14:57 |
mtreinish | regXboi: ok, cool thanks. | 14:57 |
ccarrara | mtreinish: Hi :) Are you thinking to get nvd3 timothyb89 review workflowed? :) | 14:58 |
*** pbredenb has quit IRC | 14:58 | |
*** tsekiyama has joined #openstack-qa | 14:58 | |
*** jlanoux has quit IRC | 14:58 | |
*** pbredenb has joined #openstack-qa | 14:59 | |
sc68cal | sdague: if you get a chance, can you review https://review.openstack.org/#/c/229111/ ? | 14:59 |
mtreinish | ccarrara: yes, that's why I was asking for additional reviews. Stopping the highcharts usage sooner is better | 14:59 |
*** jaypipes has quit IRC | 14:59 | |
sc68cal | sdague: tangentially related to ipv6 work in tempest | 14:59 |
cdent | sdague, mtreinish : https://review.openstack.org/229940 | 15:00 |
*** sayali has quit IRC | 15:00 | |
*** Swami has joined #openstack-qa | 15:01 | |
sdague | sc68cal: how are you addressing the multihost case? | 15:01 |
*** sayali has joined #openstack-qa | 15:02 | |
*** bltavares has quit IRC | 15:02 | |
sdague | cdent: +2 | 15:02 |
*** bltavare_ has joined #openstack-qa | 15:02 | |
ccarrara | mtreinish: We've taken a look to the patch and it looks fine to a first version at least. :) | 15:03 |
sc68cal | sdague: I don't think multihost is affected. Frankly, service_host was being defined as 127.0.0.1 so it was broken in the multihost case anyway | 15:03 |
mtreinish | cdent: we probably want the mysql neutron job also running on tempest | 15:04 |
sdague | sc68cal: the SERVICE_HOST is set via some ansible magic | 15:04 |
sdague | so, I guess what I'm wondering is should we set it in the base with the same ansible magic | 15:04 |
sdague | and then make that ipv6 compatible | 15:04 |
mtreinish | ccarrara: yeah, it looked good to me too, but I'm hardly a js expert. Normally we wait for 2 +2s anyway | 15:05 |
sc68cal | sdague: I wasn't aware of the ansible magic, but that sounds reasonable | 15:05 |
cdent | mtreinish: roger, just check (that seems to be the trend there) | 15:06 |
clarkb | I dont think ansible is involved there | 15:06 |
sdague | sc68cal: primary_node | 15:06 |
clarkb | it just sets it to the nodepool reported primary host if multinode | 15:06 |
sdague | clarkb: it is on the subnodes | 15:06 |
sdague | right, so is there a reason not to always do primary_node | 15:06 |
clarkb | sdague no localrc is all written on primary node then copied | 15:06 |
clarkb | sdague yes you may not have nodepool | 15:07 |
sdague | hmmm... ok | 15:07 |
mtreinish | cdent: well it helps with overloading the gate queue, you can add it to both | 15:07 |
clarkb | so I have tried to restrict nodepool dep to multinode paths | 15:07 |
sdague | it seems like we should resolve down service_node to a value early and use it everywhere | 15:07 |
mtreinish | it is possible to thread the needle and land a bad change with just check and no gate, but it happens very rarely | 15:07 |
clarkb | sdague that would work | 15:07 |
mtreinish | like once every 2 cycles | 15:08 |
sdague | that might be from nodepool, or other ways, but doing such late eval of that is a little goofy | 15:08 |
clarkb | it could conditionally check for nodepool | 15:08 |
clarkb | ya | 15:08 |
sdague | and I think makes things more complex | 15:08 |
sdague | then sc68cal could set that to whatever is appropriate in the ipv6 case | 15:08 |
cdent | mtreinish: done | 15:08 |
sdague | sc68cal: is that something you feel comfortable running at? | 15:08 |
*** agireud has joined #openstack-qa | 15:08 | |
clarkb | oh I remember too hpcloud | 15:08 |
clarkb | you dont want primary node in hpcloud because nat | 15:09 |
sc68cal | sdague: I think important thing is both you and clarkb are in agreement, so I'm good with that I think | 15:09 |
*** nadya has joined #openstack-qa | 15:10 | |
sdague | clarkb: right, so service_node might not equal primary_node | 15:10 |
mtreinish | cdent: +1 | 15:10 |
sdague | I think those should evaluate out indepently, and early, then we use their values | 15:10 |
sdague | but right now we're just doing late eval, which is why 127.0.0.1 got hard coded because it worked | 15:11 |
clarkb | is it hard coded? | 15:11 |
clarkb | I thought devstack sets it normally | 15:11 |
clarkb | thats why its late for multinode so devstack can do it normally | 15:12 |
*** tosky has quit IRC | 15:13 | |
sdague | devstack guesses | 15:13 |
sdague | iirc it was guessing wrong some times | 15:13 |
*** abehl has quit IRC | 15:15 | |
clarkb | the only other caveat I can think of is we can do multinode ipv6 only until we have ipv6 configured on the overlay network | 15:18 |
clarkb | because 2/3 clouds dont have global ipv6 addresses | 15:18 |
clarkb | *cant do | 15:18 |
sc68cal | we can generate a ULA prefix (we have support for that in DevStack already) | 15:20 |
sc68cal | on that overlay | 15:20 |
*** nadya has quit IRC | 15:21 | |
clarkb | the more I think about this the less I think devstack should be involved | 15:21 |
clarkb | if devstack can't figure out the service host for us in the base case then we should just not get it involved | 15:22 |
clarkb | and probably set up the overlay on all tests to make it easy so service host is always 172.24.4.1 and whatever the ipv6 addr ends up being | 15:22 |
*** shardy_ has joined #openstack-qa | 15:22 | |
sc68cal | ok - I just mentioned the devstack part for ula prefix because it has a nifty oneliner for generating a randomized ula prefix. Can just copy & paste it | 15:22 |
*** nadya has joined #openstack-qa | 15:22 | |
clarkb | sc68cal: or devstack-gate can call it out of devstack if it is a function | 15:23 |
clarkb | but I think we are basically saying that d-g needs to control this very directly so it should call the function | 15:23 |
openstackrecheck | Console logs not available after 13:22s for gate-keystone-python27 229898,1,4c39ecd | 15:23 |
clarkb | sc68cal: let me push a patch for the ipv4 side really quickly | 15:23 |
clarkb | just to sketch this out a bit more | 15:24 |
*** shardy has quit IRC | 15:24 | |
sc68cal | clarkb: cool, sounds good to me | 15:24 |
*** ajmiller_ has joined #openstack-qa | 15:25 | |
*** ajmiller has quit IRC | 15:27 | |
*** shardy_ has quit IRC | 15:27 | |
*** ajmiller has joined #openstack-qa | 15:28 | |
*** shardy has joined #openstack-qa | 15:28 | |
*** jaypipes has joined #openstack-qa | 15:30 | |
*** ChanServ sets mode: +o jaypipes | 15:30 | |
*** dims has joined #openstack-qa | 15:30 | |
*** ccneill has joined #openstack-qa | 15:31 | |
*** bltavare_ has quit IRC | 15:32 | |
*** ajmiller_ has quit IRC | 15:32 | |
*** dramalho has quit IRC | 15:34 | |
*** tosky has joined #openstack-qa | 15:35 | |
*** tosky has quit IRC | 15:35 | |
*** tosky has joined #openstack-qa | 15:35 | |
*** jlanoux has joined #openstack-qa | 15:35 | |
*** artom has joined #openstack-qa | 15:37 | |
clarkb | sdague: sc68cal what is HOST_IP used for? | 15:38 |
sdague | HOST_IP is what to bind to | 15:39 |
clarkb | thanks | 15:39 |
*** drptbl has quit IRC | 15:39 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: Use overlay always to make SERVICE_HOST setup easy https://review.openstack.org/229970 | 15:42 |
clarkb | thats really rough but should give a general idea of how we could approach this if we decided to always go with the overlay | 15:42 |
* sc68cal stars it | 15:43 | |
clarkb | some of the terminology there likely needs to change if we make this all generic | 15:45 |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: update grenade branch logic for mitaka https://review.openstack.org/229363 | 15:45 |
sdague | clarkb: sure | 15:45 |
sdague | right, so probably SERVICE_ADDR and BIND_ADDR | 15:46 |
*** hop|2 has quit IRC | 15:47 | |
clarkb | and the floating host is really our routable overlay | 15:49 |
david-lyle | mtreinish: taking a look | 15:51 |
*** e0ne has quit IRC | 15:53 | |
*** vgridnev has quit IRC | 15:55 | |
*** Swami has quit IRC | 15:57 | |
sc68cal | +1 for terminology change | 15:57 |
*** dwalleck has joined #openstack-qa | 15:58 | |
*** mlavalle has quit IRC | 15:59 | |
*** mlavalle has joined #openstack-qa | 16:01 | |
clarkb | hrm for the neutron side will that nest br-tun in br-ex? | 16:01 |
openstackrecheck | Console logs not available after 13:30s for gate-tempest-dsvm-full 229049,3,876c6fc | 16:01 |
clarkb | vxlan in gre ftw | 16:02 |
sc68cal | yo dawg.... | 16:02 |
sc68cal | i heard you like tunneling, so we tunneled inside your tunnels | 16:02 |
*** moravec has quit IRC | 16:03 | |
*** moravec has joined #openstack-qa | 16:05 | |
cdent | sdague, mtreinish I got some things wrong on those infra changes but should be better now: https://review.openstack.org/#/c/229940/ | 16:05 |
*** thingee has joined #openstack-qa | 16:08 | |
*** mudassirlatif has joined #openstack-qa | 16:10 | |
*** jlanoux has quit IRC | 16:12 | |
*** jlanoux has joined #openstack-qa | 16:13 | |
*** dramalho has joined #openstack-qa | 16:13 | |
*** dwalleck has quit IRC | 16:14 | |
*** salv-orlando has joined #openstack-qa | 16:17 | |
*** jaypipes has quit IRC | 16:18 | |
*** nfedotov has quit IRC | 16:19 | |
*** jasonsb_ has joined #openstack-qa | 16:20 | |
*** salv-orlando has quit IRC | 16:20 | |
*** mriedem is now known as mriedem_lunch | 16:22 | |
openstackgerrit | Chris Dent proposed openstack-dev/grenade: WIP: Source devstack plugins and settings in target https://review.openstack.org/230002 | 16:22 |
*** thingee has quit IRC | 16:23 | |
*** bltavares has joined #openstack-qa | 16:23 | |
*** dwalleck has joined #openstack-qa | 16:24 | |
openstackgerrit | Merged openstack/os-testr: Force utf8 encoding on subunit attachments output https://review.openstack.org/229527 | 16:25 |
*** dwalleck has quit IRC | 16:26 | |
*** ajmiller has quit IRC | 16:26 | |
*** nadya has quit IRC | 16:26 | |
*** yamahata has joined #openstack-qa | 16:27 | |
*** ajmiller has joined #openstack-qa | 16:27 | |
*** safchain has quit IRC | 16:28 | |
*** dtantsur is now known as dtantsur|afk | 16:29 | |
*** dwalleck has joined #openstack-qa | 16:30 | |
*** mriedem_lunch is now known as mriedem | 16:30 | |
*** dwalleck has quit IRC | 16:31 | |
sdague | cdent: so I'm not sure it can be fixed on the grenade side, because that's happening in a subshell on the target | 16:33 |
cdent | yeah, I'm not sure what's going to happen either but I figured I would just try it and see | 16:33 |
cdent | i haven't insufficient insight into the flow of things to be surgical | 16:34 |
cdent | so I'm hoping this will spray enough blood to let me know where I am | 16:34 |
*** jlanoux has quit IRC | 16:34 | |
andreaf | gmann: you around? can you see my replies on https://review.openstack.org/#/c/202705 ? | 16:38 |
*** salv-orlando has joined #openstack-qa | 16:39 | |
*** salv-orlando has quit IRC | 16:39 | |
*** dwalleck has joined #openstack-qa | 16:39 | |
*** salv-orlando has joined #openstack-qa | 16:40 | |
*** nic has joined #openstack-qa | 16:41 | |
*** Swami has joined #openstack-qa | 16:42 | |
*** mylu has joined #openstack-qa | 16:42 | |
*** vgridnev has joined #openstack-qa | 16:44 | |
*** moravec has quit IRC | 16:44 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: Use overlay always to make SERVICE_HOST setup easy https://review.openstack.org/229970 | 16:46 |
*** nadya has joined #openstack-qa | 16:48 | |
*** ajmiller has quit IRC | 16:48 | |
*** ajmiller has joined #openstack-qa | 16:49 | |
*** nadya has quit IRC | 16:50 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 221020,4,3fc096b | 16:50 |
*** nadya has joined #openstack-qa | 16:50 | |
*** erlon has joined #openstack-qa | 16:53 | |
*** moravec has joined #openstack-qa | 16:54 | |
*** e0ne has joined #openstack-qa | 16:54 | |
*** glauco_ has quit IRC | 16:54 | |
*** dramalho_ has joined #openstack-qa | 16:55 | |
*** jtrovo_ has joined #openstack-qa | 16:55 | |
*** e0ne has quit IRC | 16:55 | |
*** bltavare_ has joined #openstack-qa | 16:55 | |
*** jtrovo has quit IRC | 16:55 | |
*** tmatsu has joined #openstack-qa | 16:55 | |
*** markvoelker has quit IRC | 16:55 | |
*** ccarrara has quit IRC | 16:55 | |
*** jtrovo_ has quit IRC | 16:55 | |
*** dramalho_ has quit IRC | 16:55 | |
*** bltavare_ has quit IRC | 16:55 | |
*** markvoelker has joined #openstack-qa | 16:56 | |
*** glauco has joined #openstack-qa | 16:56 | |
*** dramalho_ has joined #openstack-qa | 16:56 | |
*** glauco has quit IRC | 16:56 | |
*** dramalho_ has quit IRC | 16:56 | |
*** dramalho has quit IRC | 16:56 | |
*** bltavare_ has joined #openstack-qa | 16:57 | |
*** bltavare_ has quit IRC | 16:57 | |
*** dramalho has joined #openstack-qa | 16:57 | |
*** bltavare_ has joined #openstack-qa | 16:57 | |
*** bltavare_ has quit IRC | 16:57 | |
*** dramalho_ has joined #openstack-qa | 16:57 | |
*** bltavare_ has joined #openstack-qa | 16:58 | |
*** bltavares has quit IRC | 16:58 | |
*** dramalho has quit IRC | 16:58 | |
*** dramalho_ has quit IRC | 16:58 | |
*** bltavare_ has quit IRC | 16:58 | |
*** bltavares has joined #openstack-qa | 16:59 | |
*** dramalho has joined #openstack-qa | 16:59 | |
*** bltavares has quit IRC | 16:59 | |
*** dramalho has quit IRC | 16:59 | |
*** tmatsu has quit IRC | 16:59 | |
*** nadya has quit IRC | 17:00 | |
*** dramalho has joined #openstack-qa | 17:01 | |
*** glauco_ has joined #openstack-qa | 17:01 | |
*** dramalho has quit IRC | 17:01 | |
*** nadya has joined #openstack-qa | 17:01 | |
*** glauco_ has quit IRC | 17:01 | |
*** bltavares has joined #openstack-qa | 17:01 | |
*** glauco_ has joined #openstack-qa | 17:01 | |
*** bltavares has quit IRC | 17:01 | |
*** glauco_ has quit IRC | 17:01 | |
*** dramalho has joined #openstack-qa | 17:02 | |
*** dramalho has quit IRC | 17:02 | |
*** bltavares has joined #openstack-qa | 17:02 | |
*** dramalho has joined #openstack-qa | 17:02 | |
*** dramalho has quit IRC | 17:02 | |
*** mriedem has quit IRC | 17:02 | |
*** bltavares has quit IRC | 17:02 | |
*** dims_ has joined #openstack-qa | 17:03 | |
*** glauco has joined #openstack-qa | 17:03 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-full 228563,4,6c0df3a | 17:04 |
*** glauco has quit IRC | 17:04 | |
*** dramalho has joined #openstack-qa | 17:04 | |
*** bltavares has joined #openstack-qa | 17:04 | |
*** dims has quit IRC | 17:04 | |
*** bltavares has quit IRC | 17:04 | |
*** dramalho has quit IRC | 17:04 | |
*** glauco_ has joined #openstack-qa | 17:04 | |
*** sabeen1 has quit IRC | 17:05 | |
*** glauco_ has quit IRC | 17:05 | |
*** sabeen has joined #openstack-qa | 17:06 | |
*** sabeen has quit IRC | 17:06 | |
*** bltavares has joined #openstack-qa | 17:06 | |
*** bltavares has quit IRC | 17:06 | |
*** mriedem has joined #openstack-qa | 17:07 | |
*** dramalho_ has joined #openstack-qa | 17:07 | |
*** dramalho_ has quit IRC | 17:07 | |
*** bltavares has joined #openstack-qa | 17:07 | |
*** bltavares has quit IRC | 17:07 | |
*** sabeen1 has joined #openstack-qa | 17:08 | |
*** bltavares has joined #openstack-qa | 17:09 | |
*** glauco_ has joined #openstack-qa | 17:09 | |
*** dramalho has joined #openstack-qa | 17:09 | |
*** bltavares has quit IRC | 17:09 | |
*** glauco_ has quit IRC | 17:09 | |
*** dramalho has quit IRC | 17:09 | |
*** dramalho has joined #openstack-qa | 17:09 | |
*** dramalho_ has joined #openstack-qa | 17:10 | |
*** glauco_ has joined #openstack-qa | 17:10 | |
*** bltavares has joined #openstack-qa | 17:10 | |
*** dramalho_ has quit IRC | 17:10 | |
*** tsekiyama has quit IRC | 17:11 | |
*** bltavares has quit IRC | 17:11 | |
*** glauco_ has joined #openstack-qa | 17:11 | |
*** gfidente has quit IRC | 17:11 | |
*** bltavares has joined #openstack-qa | 17:12 | |
*** dramalho_ has joined #openstack-qa | 17:12 | |
*** drptbl has joined #openstack-qa | 17:13 | |
*** bltavares has quit IRC | 17:13 | |
*** dramalho_ has quit IRC | 17:13 | |
*** austin81 has joined #openstack-qa | 17:13 | |
*** glauco has joined #openstack-qa | 17:13 | |
*** dramalho has quit IRC | 17:14 | |
*** dramalho has joined #openstack-qa | 17:14 | |
*** dramalho has quit IRC | 17:14 | |
*** bltavares has joined #openstack-qa | 17:15 | |
*** glauco has quit IRC | 17:15 | |
*** bltavares has quit IRC | 17:15 | |
*** dramalho has joined #openstack-qa | 17:15 | |
*** dramalho has quit IRC | 17:15 | |
*** glauco has joined #openstack-qa | 17:15 | |
*** glauco has quit IRC | 17:15 | |
*** dramalho has joined #openstack-qa | 17:16 | |
*** glauco has joined #openstack-qa | 17:17 | |
*** dramalho_ has joined #openstack-qa | 17:17 | |
*** glauco has quit IRC | 17:17 | |
*** dramalho_ has quit IRC | 17:17 | |
*** dramalho has quit IRC | 17:17 | |
*** glauco_ has joined #openstack-qa | 17:18 | |
*** dramalho has joined #openstack-qa | 17:18 | |
openstackrecheck | Console logs not available after 14:03s for periodic-tempest-dsvm-all-master 221020,4,fc39c9c | 17:18 |
openstackrecheck | openstack/glance change: https://review.openstack.org/198390 failed because of: gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/1353962 | 17:19 |
openstack | Launchpad bug 1353962 in OpenStack Compute (nova) "Test job fails with FixedIpLimitExceeded with nova network" [Medium,Confirmed] | 17:19 |
*** tosky has quit IRC | 17:21 | |
*** ajmiller has quit IRC | 17:21 | |
*** ajmiller has joined #openstack-qa | 17:23 | |
openstackrecheck | Console logs not available after 13:33s for gate-cinder-pep8 195027,41,1b9c9f9 | 17:33 |
SpamapS | sdague: more on dstat.. do you know if the numbers from devstack runs are graphed anywhere? | 17:33 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/227170 failed gate-cinder-python34 in the gate queue with an unrecognized error | 17:34 |
SpamapS | sdague: like, aggregated in graphite or something? | 17:34 |
mtreinish | SpamapS: no they're not | 17:35 |
mtreinish | the data is just dumped on the log server at the end of a run and nothing is done with it | 17:35 |
*** ccneill has quit IRC | 17:35 | |
mtreinish | SpamapS: stackviz will consume it whenever that gets running, but that'll still be local to the artifacts from the run (at least to start) | 17:36 |
*** jasonsb_ has quit IRC | 17:36 | |
*** jasonsb has joined #openstack-qa | 17:37 | |
*** mylu has quit IRC | 17:37 | |
mriedem | it always amazes me how much pushback i get in neutron for what i consider simple changes https://review.openstack.org/#/c/229911/ | 17:37 |
*** glauco has joined #openstack-qa | 17:38 | |
*** dramalho_ has joined #openstack-qa | 17:38 | |
*** dramalho_ has quit IRC | 17:39 | |
*** ccneill has joined #openstack-qa | 17:39 | |
*** glauco has quit IRC | 17:39 | |
mtreinish | mriedem: point armax at this: http://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html | 17:39 |
*** dwalleck has quit IRC | 17:39 | |
mtreinish | mriedem: but yeah, my experience has been similar. The last time I tried adding somethign real I just gave up and walked away | 17:40 |
*** dramalho_ has joined #openstack-qa | 17:40 | |
*** dramalho_ has quit IRC | 17:40 | |
* armax looks | 17:40 | |
SpamapS | mtreinish: I wonder if that would put too much stress on infra's graphite.. some of them would be really useful numbers over many runs I think. | 17:40 |
*** glauco has joined #openstack-qa | 17:40 | |
armax | mtreinish: is this in relation to https://review.openstack.org/#/c/229911/? | 17:41 |
*** Triveni has joined #openstack-qa | 17:41 | |
mtreinish | armax: yeah | 17:41 |
*** dramalho_ has joined #openstack-qa | 17:41 | |
mtreinish | armax: see mriedem's comment | 17:41 |
armax | I did | 17:41 |
mtreinish | SpamapS: hmm, yeah I dunno how much data it is. If you filtered it to just gate, it might be manageable | 17:41 |
*** glauco has joined #openstack-qa | 17:41 | |
SpamapS | mtreinish: yeah, just gate, and probably just 2 jobs (1 single and 1 multi node) | 17:41 |
*** dramalho_ has quit IRC | 17:41 | |
SpamapS | mtreinish: and really I only want _one_ number per run per counter | 17:41 |
SpamapS | so not the whole string through the run | 17:42 |
armax | mtreinish: so based on http://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html#definition-of-log-levels how is mriedem’s fix right? | 17:42 |
*** glauco_ has quit IRC | 17:42 | |
armax | I must be missing something | 17:42 |
*** glauco has quit IRC | 17:42 | |
mtreinish | armax: I didn't look at his fix, but I was telling him to assert it with the spec | 17:42 |
mtreinish | he could be wrong | 17:42 |
*** dramalho has quit IRC | 17:42 | |
armax | mtreinish: ah gotcha | 17:42 |
*** dramalho has joined #openstack-qa | 17:42 | |
*** dramalho has quit IRC | 17:42 | |
*** glauco_ has joined #openstack-qa | 17:42 | |
mtreinish | SpamapS: yeah that probably wouldn't be too bad | 17:43 |
*** jdandrea has joined #openstack-qa | 17:43 | |
*** glauco_ has quit IRC | 17:43 | |
armax | mtreinish: appreciate the pointer, many thanks | 17:43 |
*** glauco_ has joined #openstack-qa | 17:43 | |
*** dramalho has joined #openstack-qa | 17:43 | |
*** glauco_ has quit IRC | 17:43 | |
*** dramalho has quit IRC | 17:43 | |
*** dramalho has joined #openstack-qa | 17:45 | |
*** dramalho has quit IRC | 17:45 | |
*** glauco has joined #openstack-qa | 17:45 | |
mtreinish | SpamapS: although if you want to get it talking to statsd you'll probably need to setup another worker to listen to zmq/gearman and pull the dstat output and then give it to graphite | 17:45 |
*** glauco has quit IRC | 17:45 | |
mtreinish | because I don't think we'll want the slaves talking directly to anything | 17:45 |
*** dramalho has joined #openstack-qa | 17:46 | |
*** dramalho_ has joined #openstack-qa | 17:46 | |
*** dramalho has quit IRC | 17:47 | |
david-lyle | timothyb89: question on https://review.openstack.org/#/c/229682/ if you're around | 17:47 |
*** glauco_ has joined #openstack-qa | 17:47 | |
*** dramalho_ has quit IRC | 17:47 | |
SpamapS | mtreinish: well that sounds like fun. :) | 17:47 |
*** nadya has quit IRC | 17:47 | |
*** glauco___ has joined #openstack-qa | 17:48 | |
mtreinish | SpamapS: it's what I had to do to get the subunit streams from runs and have them write to the subunit2sql db | 17:48 |
mtreinish | it's not too bad | 17:48 |
*** glauco___ has quit IRC | 17:48 | |
mtreinish | clarkb already did all of the hard work, we get to glom onto it | 17:48 |
*** greghaynes has joined #openstack-qa | 17:48 | |
*** dramalho_ has joined #openstack-qa | 17:48 | |
*** dramalho_ has quit IRC | 17:48 | |
*** dramalho_ has joined #openstack-qa | 17:49 | |
*** glauco__ has joined #openstack-qa | 17:49 | |
*** dramalh__ has joined #openstack-qa | 17:50 | |
*** dramalh__ has quit IRC | 17:51 | |
*** glauco_ has quit IRC | 17:51 | |
*** glauco__ has quit IRC | 17:51 | |
*** dramalh__ has joined #openstack-qa | 17:51 | |
*** dramalh__ has quit IRC | 17:51 | |
*** dramalh__ has joined #openstack-qa | 17:52 | |
*** jordanP has quit IRC | 17:52 | |
*** dramalh__ has quit IRC | 17:52 | |
*** glauco has joined #openstack-qa | 17:52 | |
*** dramalho has joined #openstack-qa | 17:52 | |
*** dramalho_ has quit IRC | 17:53 | |
*** glauco has quit IRC | 17:53 | |
*** glauco has joined #openstack-qa | 17:53 | |
*** glauco has joined #openstack-qa | 17:54 | |
*** ccarmack has quit IRC | 17:55 | |
*** glauco_ has joined #openstack-qa | 17:56 | |
*** glauco has quit IRC | 17:56 | |
*** glauco_ has quit IRC | 17:56 | |
*** dramalho has quit IRC | 17:56 | |
*** glauco_ has joined #openstack-qa | 17:56 | |
*** glauco_ has quit IRC | 17:56 | |
*** dramalho has joined #openstack-qa | 17:56 | |
*** dramalho has quit IRC | 17:56 | |
*** glauco has joined #openstack-qa | 17:57 | |
*** dramalho has joined #openstack-qa | 17:57 | |
*** dramalho has quit IRC | 17:57 | |
*** glauco has quit IRC | 17:57 | |
*** jecarey_ has joined #openstack-qa | 17:57 | |
*** glauco has joined #openstack-qa | 17:57 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Trying a oslo.service change https://review.openstack.org/230046 | 17:57 |
*** dramalho has joined #openstack-qa | 17:58 | |
*** glauco has quit IRC | 17:58 | |
*** dramalho has quit IRC | 17:58 | |
*** ccarmack has joined #openstack-qa | 17:58 | |
*** glauco_ has joined #openstack-qa | 17:58 | |
*** jecarey has quit IRC | 18:00 | |
*** ajmiller has quit IRC | 18:00 | |
*** ajmiller has joined #openstack-qa | 18:01 | |
*** jasonsb has quit IRC | 18:02 | |
*** jasonsb has joined #openstack-qa | 18:02 | |
*** sreshetnyak has quit IRC | 18:03 | |
*** glauco_ has quit IRC | 18:04 | |
*** jasonsb has quit IRC | 18:04 | |
*** jasonsb has joined #openstack-qa | 18:04 | |
clarkb | sc68cal: the current patchset for the overlay thing seems to work except on multinode. I appear to have broken migrations and resizes and those sorts of operations | 18:05 |
*** rossella_s has quit IRC | 18:06 | |
*** rossella_s has joined #openstack-qa | 18:06 | |
*** shardy is now known as shardy_afk | 18:08 | |
*** BharatK has quit IRC | 18:09 | |
*** tsekiyama has joined #openstack-qa | 18:10 | |
*** amotoki has quit IRC | 18:10 | |
clarkb | sc68cal: so probably before I/we debug that further would be good to get some opinions on whether or not this is an approch we want to take | 18:11 |
clarkb | and if so fix multinode | 18:12 |
*** moravec has quit IRC | 18:18 | |
*** pvaneck has joined #openstack-qa | 18:18 | |
*** Triveni has quit IRC | 18:20 | |
*** moravec has joined #openstack-qa | 18:22 | |
sc68cal | clarkb: OK. who should we seek out for opining? | 18:23 |
clarkb | sc68cal: sdague, jeblair, fungi, mtreinish are probably a good start | 18:23 |
openstackgerrit | Christian Berendt proposed openstack/os-testr: Fix syntax of the README file https://review.openstack.org/230065 | 18:25 |
*** aix has quit IRC | 18:26 | |
fungi | clarkb: sc68cal: for opinions, you mean on the question of whether devstack or devstack-gate should be configuring the overlay network? | 18:26 |
clarkb | fungi: and whether or not we should just use the overlay always in order to have consistent service host and bind host values without trying to accomodate every cloud and laptop | 18:27 |
*** tsekiyama has quit IRC | 18:28 | |
fungi | clarkb: i've probably missed the specific accommodation/portability downsides you're implying since i only skimmed scrollback | 18:28 |
clarkb | fungi: the problems become more apparent as we try to use ipv6 | 18:29 |
fungi | i'm in favor of consistency and having the overlay there even in single-node if we can | 18:29 |
clarkb | fungi: for ipv4 we can rely on the public/private IPs everywhere in general because we have no ipv6 only clouds. But for ipv6 we hvae to do something different. Rather than make it different than ipv4 we can flatten everything onto the overlay | 18:29 |
clarkb | right basically we get consistency between single node and multi node and between ipv4 and ipv6 this way | 18:30 |
clarkb | and in theory allows us to more easily deploy across platforms/clouds/etc | 18:30 |
*** openstackgerrit has quit IRC | 18:31 | |
fungi | so i guess for single-node that's (conflict between v4-only and v6-only local networks) not really an issue because you don't need to rely on the host interface/routing table anyway, right? you can just deal with the overlay networks and namespaced routing tables? | 18:31 |
*** ccarrara has joined #openstack-qa | 18:31 | |
*** openstackgerrit has joined #openstack-qa | 18:31 | |
clarkb | fungi: it is an issue because apparently sdague wants to stop using localhost | 18:32 |
fungi | internet in a bottle | 18:32 |
clarkb | fungi: so we could use 127.0.0.1 and ::1 on single node always | 18:32 |
clarkb | then be smarter on multinode but then we aren't very consistent | 18:33 |
*** drptbl has quit IRC | 18:33 | |
*** jtrovo has joined #openstack-qa | 18:34 | |
fungi | er, yeah to be reachable from the host so that you can interact things need to at least have a route from the primary routing table i guess, which could be through any local interface on the machine. if we rule out physically-bound interfaces that leaves the loopback, but if the goal is to stop using the loopback interface... | 18:35 |
*** yamamoto has quit IRC | 18:35 | |
*** yamamoto has joined #openstack-qa | 18:36 | |
*** ranger81 has joined #openstack-qa | 18:36 | |
*** ccarrara has quit IRC | 18:36 | |
fungi | i mean, we could create another local interface which is not one of the above and use it only for local traffic, but that's essentially just making another loopback | 18:37 |
fungi | so i have to assume whatever the underlying goal is of avoiding 127.0.0.1 and ::1 would be violated by creating another loopback-like interface | 18:38 |
sc68cal | honestly I'm just trying to get it to do ::1 in the ipv6 only case | 18:38 |
*** nadya has joined #openstack-qa | 18:39 | |
*** jtrovo_ has joined #openstack-qa | 18:39 | |
*** jtrovo has quit IRC | 18:39 | |
*** dzamboni has quit IRC | 18:42 | |
clarkb | sc68cal: no thats not quite right | 18:43 |
*** ccarrara has joined #openstack-qa | 18:43 | |
clarkb | sc68cal: you are trying to do something that works for the ipv6 only case and ::1 will not work always | 18:43 |
*** yamamoto has quit IRC | 18:44 | |
*** tsekiyama has joined #openstack-qa | 18:45 | |
*** yamamoto has joined #openstack-qa | 18:46 | |
openstackgerrit | Merged openstack/eslint-config-openstack: Enable no-undefined https://review.openstack.org/217973 | 18:53 |
openstackgerrit | Chris Dent proposed openstack-dev/grenade: WIP: Source devstack plugins and settings in target https://review.openstack.org/230002 | 18:54 |
*** glauco has joined #openstack-qa | 18:54 | |
*** nadya has quit IRC | 18:56 | |
*** glauco___ has joined #openstack-qa | 18:56 | |
*** vgridnev has quit IRC | 18:57 | |
*** artom has quit IRC | 18:58 | |
*** glauco has quit IRC | 18:58 | |
*** moravec has quit IRC | 19:00 | |
*** vgridnev has joined #openstack-qa | 19:01 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add new graph type to show run_time variance by metadata https://review.openstack.org/210569 | 19:04 |
*** glauco has joined #openstack-qa | 19:14 | |
*** glauco has quit IRC | 19:14 | |
*** glauco___ has quit IRC | 19:16 | |
*** glauco has joined #openstack-qa | 19:16 | |
*** tsekiyama has quit IRC | 19:18 | |
*** david-lyle has quit IRC | 19:18 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add new graph type to show run_time variance by metadata https://review.openstack.org/210569 | 19:20 |
*** moravec has joined #openstack-qa | 19:21 | |
mtreinish | dims_, jlvillal: I'm gonna push a os-testr release to include that "fix". That way ironic won't need a local workaround for jlvillal's env | 19:23 |
dims_ | mtreinish: ++ | 19:23 |
jlvillal | mtreinish, Thanks :) | 19:25 |
* jlvillal likes how it is called jlvillal's env :) | 19:25 | |
mtreinish | jlvillal: you're the only person I know who forces LANG=C in their shell :) | 19:26 |
jlvillal | :D | 19:27 |
*** david-lyle has joined #openstack-qa | 19:27 | |
mtreinish | dims_, jlvillal: https://pypi.python.org/pypi/os-testr/0.4.2 | 19:30 |
*** yamamoto has quit IRC | 19:32 | |
*** shardy_afk is now known as shardy | 19:33 | |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: DNM: test oslo.service backports https://review.openstack.org/230101 | 19:33 |
sdague | dims_: so, if you managed to get stuff into the stable/liberty oslo.service tree ^^^ should work to test it before a release | 19:33 |
*** nic has left #openstack-qa | 19:36 | |
*** nic has joined #openstack-qa | 19:36 | |
*** glauco__ has joined #openstack-qa | 19:37 | |
*** moravec has quit IRC | 19:37 | |
dims_ | sdague: ack, watching zuul jobs for 2 reviews. | 19:37 |
mtreinish | jtrovo_: did you see my review comments on: https://review.openstack.org/#/c/226160/ | 19:38 |
*** tmatsu has joined #openstack-qa | 19:38 | |
sdague | so, last time I just did a double kill in devstack for a while, I would just hate to have to do that again here, we really should be able to shut down processes with a single kill command | 19:38 |
*** glauco has quit IRC | 19:40 | |
*** moravec has joined #openstack-qa | 19:41 | |
*** tmatsu has quit IRC | 19:42 | |
*** bltavares has joined #openstack-qa | 19:42 | |
sdague | dims_: where are the backport patches? | 19:49 |
dims_ | sdague, https://review.openstack.org/#/q/status:open+project:openstack/oslo.service+branch:stable/liberty,n,z | 19:49 |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: DNM: test oslo.service backports https://review.openstack.org/230101 | 19:50 |
*** dwalleck has joined #openstack-qa | 19:50 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: Workaround potential failure to shutdown services https://review.openstack.org/230107 | 19:51 |
*** mylu has joined #openstack-qa | 19:52 | |
timothyb89 | david-lyle: hi, what's up? | 19:54 |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: DNM: test devstack work around https://review.openstack.org/230108 | 19:54 |
*** mylu has quit IRC | 19:54 | |
david-lyle | timothyb89: commented on the patch linked above | 19:54 |
david-lyle | let me find | 19:54 |
timothyb89 | I've got it open | 19:54 |
david-lyle | but https vs git in package.json on a github repo proved problematic | 19:55 |
david-lyle | determine the protocol change helped after I pinged you | 19:55 |
david-lyle | *determined | 19:55 |
timothyb89 | currently debugging that, but I think https needs a newer version of npm | 19:55 |
david-lyle | not sure how that works with proxies | 19:55 |
timothyb89 | yep, git:// can complicate things | 19:56 |
david-lyle | my npm came from apt-get on ubuntu | 19:56 |
timothyb89 | right, ubuntu's npm is horribly out of date | 19:57 |
timothyb89 | you can update with sudo npm install -g npm | 19:57 |
david-lyle | timothyb89: two things then :) | 19:58 |
david-lyle | update the readme | 19:58 |
david-lyle | keep in mind when working on testing | 19:58 |
timothyb89 | right, will need to do that, I've got npm updated on local dev environment so I never noticed the issue | 19:58 |
david-lyle | timothyb89: I understand | 19:59 |
clarkb | there is an npm/node in python virtualenv thing | 19:59 |
clarkb | super useful | 19:59 |
timothyb89 | nvm you mean? https://github.com/creationix/nvm | 19:59 |
clarkb | nodeenv iirc | 19:59 |
clarkb | https://pypi.python.org/pypi/nodeenv | 19:59 |
clarkb | you just pip install nodeenv | 20:00 |
*** moravec has quit IRC | 20:00 | |
david-lyle | clarkb: I will have to try that | 20:00 |
*** moravec has joined #openstack-qa | 20:01 | |
mtreinish | david-lyle: yeah the readme is kinda bad. I've never been able to get the frontend stuff working | 20:01 |
david-lyle | mtreinish: was sufficient at one point | 20:02 |
david-lyle | likely fell out of date | 20:02 |
david-lyle | happens | 20:02 |
mtreinish | yeah, it also could be me just not being used to dealing with js and npm too | 20:03 |
david-lyle | npm errors are a bit cryptic | 20:03 |
timothyb89 | to confuse things more, the npm versioning issues are only because we need the dev version of nvd3 right now | 20:04 |
david-lyle | yeah I tried 1.8.1 and not good | 20:04 |
timothyb89 | yep, was not pleasant to debug that | 20:04 |
*** ranger81 has quit IRC | 20:07 | |
clarkb | mtreinish: nodeenv really does help | 20:07 |
*** mlavalle has quit IRC | 20:07 | |
clarkb | I was the same way but had to deal with it to fix etherpad-lite bugs and thats how I survived | 20:07 |
mtreinish | clarkb: ok cool, I'll have to give it a try | 20:08 |
*** ranger81 has joined #openstack-qa | 20:10 | |
*** tsekiyama has joined #openstack-qa | 20:18 | |
cdent | sdague, mtreinish: those ceilo+tempest infra changes seem to have worked okay. The grenade stuff is working with this change: https://review.openstack.org/#/c/230002/ | 20:22 |
cdent | I takes the existing hack^wworkaround and makes is somewhat worse | 20:23 |
*** tsekiyama has quit IRC | 20:23 | |
sc68cal | clarkb: curious to know, situations where ::1 won't work | 20:23 |
cdent | if that's a reasonable fix I'll go ahead and tidy it up | 20:23 |
sc68cal | clarkb: do you mean just when it's multinode? | 20:24 |
clarkb | sc68cal: multinode | 20:24 |
sc68cal | clarkb: derp :) | 20:24 |
sc68cal | clarkb: could do :: | 20:24 |
sc68cal | clarkb: I tried to find the documentation, but some OSes interpret binding :: on a socket to mean both v4 and v6 | 20:24 |
clarkb | sc68cal: on all addresses? | 20:25 |
clarkb | sc68cal: that would likely work for bind addrs but service addrs need to point at the controller | 20:25 |
sc68cal | clarkb: right, although wasn't there some stuff in ansible for multinode where we have that address? or would it end up just pulling :: | 20:26 |
sc68cal | s/that address/control node ip/ | 20:26 |
* sc68cal is trying to assume things about stuff he only is tangentially aware of | 20:26 | |
clarkb | sc68cal: the ansible stuff is mostly noise here, itshouldn't matter (the way it works is ansible runs against localhost via a fork and will run against subnodes if nodepool config is present | 20:27 |
* sc68cal resists urge to say one of the words that is supposed to make his company reward him with a doggie treat | 20:29 | |
openstackgerrit | Chris Dent proposed openstack-dev/grenade: Source devstack plugins and settings in upgrade_service https://review.openstack.org/230002 | 20:29 |
sc68cal | BOY I WISH WE HAD A WAY TO INSTALL MULTINODE OPENSTACK ;) | 20:29 |
ccarrara | timothyb89: Hi :) What do you think use green/red line colors to main chart at home of openstack-health? | 20:29 |
ccarrara | timothyb89: I'm doing project page and tried to do it, seems good. | 20:30 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/227050 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 20:31 |
timothyb89 | ccarrara: they should be red/green, I just forgot to specify :) | 20:31 |
ccarrara | timothyb89: Nice :) | 20:31 |
*** drptbl has joined #openstack-qa | 20:32 | |
*** mlavalle has joined #openstack-qa | 20:34 | |
*** tpeoples has quit IRC | 20:34 | |
*** jffische has quit IRC | 20:35 | |
*** tpeoples has joined #openstack-qa | 20:35 | |
*** cdent has quit IRC | 20:35 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add new graph type to show run_time variance by metadata https://review.openstack.org/210569 | 20:40 |
clarkb | sc68cal: heh we do and its tested a whole bunch :P | 20:40 |
clarkb | sc68cal: really the only weirdness here is we have 3 different clouds with 3 different network setups that we want to run these jobs on. And none of them really have a good story for multinode without an overlay in the first place | 20:42 |
*** yamamoto has joined #openstack-qa | 20:42 | |
mtreinish | clarkb: isn't neutron supposed to do that for you :p | 20:43 |
clarkb | mtreinish: yes except we only have like a 10 network quota and only in one cloud. Also I have a feeling relying on that at nodepool request rates would lead to sadness | 20:43 |
mtreinish | haha, yeah that's a fair point | 20:44 |
*** markvoelker has quit IRC | 20:46 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: DNM: test oslo.service backports https://review.openstack.org/230101 | 20:46 |
*** markvoelker has joined #openstack-qa | 20:46 | |
clarkb | if more than one cloud offered it I would definitely test it out but right now its 1/3 clouds | 20:46 |
*** tsekiyama has joined #openstack-qa | 20:46 | |
*** markvoelker has quit IRC | 20:47 | |
openstackgerrit | Caio Carrara proposed openstack/openstack-health: Add second page (project) https://review.openstack.org/230135 | 20:47 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Update query for ebtables kernel nova bug 1501558 https://review.openstack.org/230136 | 20:47 |
openstack | bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed] https://launchpad.net/bugs/1501558 | 20:47 |
mriedem | mtreinish: ^ | 20:47 |
*** dkranz has quit IRC | 20:47 | |
*** markvoelker has joined #openstack-qa | 20:47 | |
*** yamamoto has quit IRC | 20:47 | |
mtreinish | mriedem: I kinda wondering what that 7% success is | 20:49 |
mtreinish | because that kinda error message seems like it should lead to a failure | 20:49 |
ccarrara | mtreinish: Hi :) Do you have any idea about when this will be merged? https://review.openstack.org/#/c/226160/ | 20:52 |
*** bltavares has quit IRC | 20:52 | |
*** bltavares has joined #openstack-qa | 20:52 | |
mtreinish | ccarrara: well y'all took it over. I left some review comments that need to be addressed | 20:52 |
mtreinish | so it's waiting on a respin | 20:53 |
mtreinish | ccarrara: I'd take it back over and fix it, but there is a new file I'm not sure what it's used for | 20:54 |
*** dwalleck has quit IRC | 20:55 | |
mtreinish | so I need to know why before I respun the patch, because I'd just remove it but I don't want to do that if its needed | 20:55 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Update query for ebtables kernel nova bug 1501558 https://review.openstack.org/230136 | 20:57 |
openstack | bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed] https://launchpad.net/bugs/1501558 | 20:57 |
mriedem | mtreinish: showed up in gate-tempest-dsvm-ceilometer-mongodb-full which is non-voting | 20:58 |
mriedem | apparently no tests failed when that happened | 20:58 |
mriedem | so idk | 20:58 |
*** tsekiyama has quit IRC | 20:58 | |
mtreinish | oh, ok yeah who knows what happened in that job | 20:59 |
mtreinish | they might not be running tests that directly depend on nova doing the right thing | 20:59 |
mtreinish | although if it's full I'd expect all of tempest to run | 20:59 |
openstackgerrit | Aaron Rosen proposed openstack-dev/devstack: Remove unnecessary execute permissions https://review.openstack.org/228100 | 21:01 |
mriedem | mtreinish: this is also fun http://goo.gl/X56oij | 21:03 |
*** mudassirlatif_ has joined #openstack-qa | 21:04 | |
mriedem | so what merged on 9/29? | 21:04 |
*** nic has quit IRC | 21:04 | |
*** dwalleck has joined #openstack-qa | 21:05 | |
jogo | clarkb: what version of kibana does openstack use? | 21:05 |
ccarrara | mtreinish: good. I'll talk with jtrovo_ about it ;) | 21:05 |
jogo | clarkb: I have been using version 4.1.1 and it is really nice | 21:06 |
clarkb | jogo: ancient. we can't use 4.1.1 without an es upgrade | 21:06 |
*** dwalleck has quit IRC | 21:06 | |
*** mudassirlatif has quit IRC | 21:07 | |
*** mudassirlatif_ is now known as mudassirlatif | 21:07 | |
*** ccarmack has quit IRC | 21:08 | |
*** ccarmack has joined #openstack-qa | 21:12 | |
*** moravec has quit IRC | 21:13 | |
*** dpaterson has quit IRC | 21:13 | |
*** ccarmack has left #openstack-qa | 21:14 | |
*** tsekiyama has joined #openstack-qa | 21:14 | |
*** moravec has joined #openstack-qa | 21:14 | |
*** dustins has quit IRC | 21:15 | |
*** dwalleck has joined #openstack-qa | 21:15 | |
mtreinish | mriedem: heh, well clearly something we shouldn't have | 21:16 |
mtreinish | mriedem: although it wouldn't start showing up on juno too if we merged something bad | 21:16 |
mtreinish | I wonder if there was an ubuntu package update that got pulled in then | 21:16 |
mriedem | i tihnk that's what happened | 21:17 |
mriedem | but not sure how to tell | 21:17 |
mriedem | zigo: any idea how to find a change log of anything that was updated in ubuntu 14.04 in the last 2-3 days? | 21:17 |
clarkb | jogo: upgrading ES then looking at newer kibana is on my list, its just low on the list particularly before relaese happens | 21:17 |
zigo | mriedem: You mean a log of all uploads in Ubuntu? | 21:17 |
clarkb | jogo: but I need to upgrade the hosts running es anyways to not precise so it should happen | 21:18 |
clarkb | jogo: oh and you can run kibana3 against the es api endpoint directly | 21:18 |
mtreinish | mriedem: http://packages.ubuntu.com/trusty/main/newpkg | 21:18 |
clarkb | jogo: as a hackaround in the meantime | 21:18 |
mtreinish | mriedem: looks like a new kernel was 3 days ago | 21:18 |
mtreinish | that would line up I think | 21:18 |
jogo | clarkb: cook, the new kibana lets you make dashboards and graphs easily which has been really nice | 21:18 |
jogo | for example you could make a graph showing failures by job name etc | 21:19 |
clarkb | jogo: its actually not that nice, it requires you to have writeable indexes | 21:19 |
clarkb | jogo: which we explicitly don't want | 21:19 |
clarkb | so that feature will fail against our cluster iirc | 21:19 |
mriedem | mtreinish: yup | 21:19 |
dims_ | mriedem: i usually compare the dpkg-l.txt.gz in good and bad CI jobs | 21:20 |
zigo | mriedem: For Debian, just join #debian-devel-changes and/or #debian-fedmsg, I don't really know for Ubuntu, sorry (reminder: I don't do *ANYTHING* in Ubuntu, only in Debian, so I don't really know Ubuntu's process, for that, you may want to ask jamespage, coreyb or zul on IRC). | 21:20 |
mriedem | mtreinish: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1497184 | 21:21 |
openstack | Launchpad bug 1497184 in linux (Ubuntu Vivid) "Kernel-panic with 3.13.0-64.104 generic kernel (BUG at net/core/skbuff:1290)" [High,Fix released] | 21:21 |
mriedem | mtreinish: we're failing on 3.13.0-63.103 | 21:22 |
mtreinish | mriedem: hmm ok, I wonder when the new release will be pushed to the main repo so we can pull it in | 21:24 |
jogo | clarkb: ohh that is too bad | 21:24 |
clarkb | jogo: its creates an index and writes the config data to it | 21:25 |
mtreinish | mriedem: according to that bug the fix is included in 3.13.0-63.105 | 21:25 |
mriedem | oh snap here we go 3.13.0.65.71 | 21:25 |
clarkb | I think you can load dashboard off disk though if you want to predefine some for users | 21:25 |
clarkb | it comes with a logstash one iirc | 21:25 |
mriedem | http://logs.openstack.org/94/229494/1/check/gate-tempest-dsvm-postgres-full/52298a1/logs/dpkg-l.txt.gz | 21:25 |
*** shardy has quit IRC | 21:26 | |
*** moravec has quit IRC | 21:26 | |
openstackgerrit | Moises Trovó proposed openstack/openstack-health: Add REST API endpoint for second page view https://review.openstack.org/226160 | 21:26 |
jtrovo_ | mtreinish just submitted another patch there, can you review for me | 21:27 |
mtreinish | jtrovo_: you only fixed one of the several comments from the previous revision | 21:27 |
*** jecarey_ has quit IRC | 21:28 | |
*** nic has joined #openstack-qa | 21:30 | |
*** e0ne has joined #openstack-qa | 21:34 | |
jtrovo_ | mtreinish sorry about that, didn't see the comments | 21:34 |
*** rfolco has quit IRC | 21:35 | |
jtrovo_ | mtreinish the manage.py file is for administrative tasks on this flask project, for now it just has a task to list of all routes/endpoints being created on this project but we could add more in the future | 21:35 |
jtrovo_ | mtreinish I can move it to another commit if you think it's better | 21:36 |
mtreinish | jtrovo_: yes it would be better, that is indepent from the intent of the patch | 21:36 |
mtreinish | we should stick to a single functional change per commit | 21:36 |
mtreinish | in this case adding the rest api endpoint needed for the 2nd page | 21:36 |
*** boris-42 has joined #openstack-qa | 21:38 | |
openstackgerrit | Merged openstack/tempest: Pass mount_path through to ssh_client.mount in scenario manager https://review.openstack.org/229639 | 21:39 |
*** regXboi has quit IRC | 21:39 | |
*** salv-orl_ has joined #openstack-qa | 21:43 | |
*** mriedem has quit IRC | 21:43 | |
*** david-lyle has quit IRC | 21:43 | |
jtrovo_ | mtreinish I cannot comment on an old patchset so I'm commenting here, I created those dates because my test depends on two dates on different days and I didn't want to depend on variables from outside my test scope | 21:44 |
jtrovo_ | and the pass test was just a stub for testing a private method, I will just remove it | 21:44 |
mtreinish | jtrovo_: you can comment on old revisions you just have to click the drop down | 21:44 |
*** weshay has quit IRC | 21:44 | |
*** salv-orlando has quit IRC | 21:46 | |
jtrovo_ | mtreinish it saves the comments as drafts but when I click Add Comment it doesn't show up and continue as drafts | 21:48 |
openstackgerrit | Moises Trovó proposed openstack/openstack-health: Add REST API endpoint for second page view https://review.openstack.org/226160 | 21:49 |
*** drptbl has quit IRC | 21:49 | |
mtreinish | jtrovo_: you need to click review under the old revision, not the new one | 21:49 |
*** austin81 has left #openstack-qa | 21:50 | |
*** mfisher_ora has quit IRC | 21:54 | |
*** david-lyle has joined #openstack-qa | 21:56 | |
*** pc_m has quit IRC | 21:57 | |
openstackgerrit | Moises Trovó proposed openstack/openstack-health: Adding administrative tasks for flask https://review.openstack.org/230168 | 21:59 |
*** mlavalle has quit IRC | 21:59 | |
jtrovo_ | mtreinish now I see it :) gerrit 10 x 0 me | 22:00 |
*** e0ne has quit IRC | 22:04 | |
*** rossella_s has quit IRC | 22:06 | |
*** rossella_s has joined #openstack-qa | 22:06 | |
*** bltavares has quit IRC | 22:07 | |
*** mlavalle has joined #openstack-qa | 22:07 | |
*** bltavares has joined #openstack-qa | 22:07 | |
*** bltavares has quit IRC | 22:07 | |
*** bltavares has joined #openstack-qa | 22:09 | |
*** apevec has quit IRC | 22:09 | |
*** mylu has joined #openstack-qa | 22:10 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-npm-run-test 173885,98,558304d | 22:13 |
*** mylu has quit IRC | 22:14 | |
*** mylu has joined #openstack-qa | 22:15 | |
*** glauco__ has quit IRC | 22:16 | |
*** mylu_ has joined #openstack-qa | 22:16 | |
*** mylu has quit IRC | 22:17 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack/qa-specs: Counter-inspection for scaling controls https://review.openstack.org/230183 | 22:18 |
*** mwagner_ has quit IRC | 22:23 | |
*** achanda has joined #openstack-qa | 22:23 | |
*** dimtruck is now known as zz_dimtruck | 22:38 | |
*** dwalleck has quit IRC | 22:41 | |
*** dramalho has joined #openstack-qa | 22:46 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 230031,2,6316fc9 | 22:47 |
*** DinaBelova has quit IRC | 22:49 | |
mtreinish | ccneill: so I was just looking over the specs, in prep to clean them up and I found/remembered: http://specs.openstack.org/openstack/qa-specs/specs/tempest/fuzzy-test.html | 22:50 |
mtreinish | that seems related to what you're doing, although a bit different | 22:51 |
*** SergeyLukjanov has quit IRC | 22:51 | |
*** mriedem has joined #openstack-qa | 22:51 | |
*** SergeyLukjanov has joined #openstack-qa | 22:51 | |
ccneill | mtreinish: interesting, I haven't seen this before | 22:52 |
*** DinaBelova has joined #openstack-qa | 22:52 | |
ccneill | so after reading it over, it's definitely related, but my sec_utils change would actually be more of what he refers to as a "3PP fuzzy testing product" | 22:54 |
ccneill | I'm not trying to make any assumptions about the API - I'm mostly just providing a data generator, and some basic ways of verifying potential vulnerabilities | 22:55 |
ccneill | I'd be curious which approach is more appealing to OS QA folks | 22:57 |
*** pradk has quit IRC | 22:59 | |
mtreinish | ccneill: I don't really have a lot of experience with this kind of thing, it would be good to talk with mkoderer about this (he's out for a couple of weeks though) since he wrote the spec | 23:00 |
ccneill | sure, I'd be happy to | 23:00 |
mtreinish | iirc the intent was for that to be done by an intern or something, but it never panned out | 23:00 |
ccneill | haha, damn interns | 23:00 |
ccneill | :P | 23:00 |
mtreinish | well, I think it was that the intern never happened, like they never started | 23:01 |
mtreinish | it was a over a year ago, so I don't remember all the details | 23:01 |
ccneill | so here's my take on it: I definitely have not created the best data generator for security fuzz tests ever.. but I have created one that is very simple and serves basically only 1 purpose | 23:01 |
andreaf | ccneill, mtreinish: I don't have much experience with fuzz testing either, but I'm all in for new ways of breaking the system ;) | 23:01 |
mtreinish | ccneill: sure, I'm not opposed to adding what you have by any means, I was just curious with how it fits into what mkoderer wrote up in that spec | 23:02 |
ccneill | mkoderer's bp suggests incorporating other 3rd party fuzzers, but I can't think of one that would neatly go together with tempest-lib | 23:02 |
ccneill | yeah, I don't think they're mutually exclusive at all | 23:02 |
mtreinish | ccneill: well the spec predates tempest-lib :) | 23:03 |
ccneill | haha yeah it is pretty old | 23:03 |
*** jasonsb has quit IRC | 23:03 | |
mtreinish | I really suck at bp/spec management | 23:03 |
openstackgerrit | Caio Carrara proposed openstack/openstack-health: Add make utility task to run tests https://review.openstack.org/230198 | 23:03 |
ccneill | so I would say if there is momentum for building mkoderer's solution, I can help there, and my stuff would simply be one possible fuzz provider to feed into it | 23:04 |
ccarrara | mtreinish: When you have a time, please take a look at this and see if it makes sense: https://review.openstack.org/#/c/230198/ | 23:05 |
mtreinish | ccneill: yeah that's what I was thinking actually, if as a next step we could figure out how to plug your fuzzers into whatever mkoderer was envisioning | 23:06 |
mtreinish | ccneill: anyway, I really need to find some time to sit down and review your patches | 23:07 |
ccneill | yep, I'm game for that. but just personally, I don't think they should be coupled because my guess would be that the logic required to do what mkoderer proposed would be much more complicated than what my stuff does | 23:07 |
andreaf | ccarrara: cool - but I though we already had a tox file for that | 23:07 |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: update grenade branch logic for mitaka https://review.openstack.org/229363 | 23:08 |
ccneill | mtreinish: no worries, just let me know if/when you have time | 23:08 |
*** lawrancejing has joined #openstack-qa | 23:08 | |
mtreinish | ccarrara: commented | 23:09 |
*** mylu_ has quit IRC | 23:09 | |
*** mylu has joined #openstack-qa | 23:09 | |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: DNM: test devstack work around https://review.openstack.org/230108 | 23:09 |
*** mriedem has quit IRC | 23:10 | |
*** mriedem has joined #openstack-qa | 23:10 | |
mtreinish | ccarrara: sure, I wasn't imagining coupling anything, heck I don't even think we'll ever do anything with mkoderer's spec it's been a long time already | 23:11 |
*** dkranz has joined #openstack-qa | 23:11 | |
mtreinish | I was just thinking if we did ever end up revisiting it having your fuzzers be an optional pluggable backend to the negative test framework would be a cool follow on | 23:11 |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate: DNM: test oslo.service backports https://review.openstack.org/230101 | 23:11 |
andreaf | mtreinish: looking at openstack-health page3 (the jobs specific page), shell we display a specific run metadata in the tooltip or what's the plan? there's no metadata in the mockup, but we need to display that I think | 23:12 |
andreaf | s/shell/shall | 23:12 |
mtreinish | andreaf: what would you want to do with the metadata? the page 3 view was all the tests for a specific build_name in aggregate iirc | 23:13 |
mtreinish | it's already pinned on run metadata then | 23:13 |
ccneill | mtreinish: yep, that makes sense to me. I'm happy to write a formatter to return the data in whatever format is necessary to be pluggable | 23:14 |
andreaf | mtreinish: oh, right that's still a collection of runs | 23:15 |
*** mriedem has quit IRC | 23:15 | |
ccneill | I'm headed out - night all! | 23:17 |
mtreinish | ccneill: o/ | 23:17 |
mtreinish | andreaf: I do want a generic per test view eventually, but we decided to start off with those 3 as a starting point | 23:17 |
mtreinish | and they're proving to be enough work by themselves | 23:17 |
*** yamamoto has joined #openstack-qa | 23:17 | |
andreaf | mtreinish: one thing I'm missing is how to link the four pages together, is that by clicking on the graph? | 23:18 |
*** lawrancejing has quit IRC | 23:18 | |
mtreinish | andreaf: yeah, the idea was on the first page, you click on a project gauge (or the name) | 23:18 |
mtreinish | the second page you click on a build name in the table | 23:19 |
mtreinish | I don't think we have that piece in the js yet either | 23:19 |
andreaf | ok | 23:19 |
andreaf | mtreinish: one last thing on oh (openstack-heath :D) | 23:20 |
mtreinish | andreaf: wouldn't it be o-h? :) | 23:20 |
*** mwagner_ has joined #openstack-qa | 23:22 | |
andreaf | mtreinish: so if we want to extend the original 4 pages, how would you like to go about it? I know you'd like to finish the initial four first, but I think we have capacity to start coding extra stuff and I'd like to have a way to propose future extensions / new pages | 23:22 |
andreaf | mtreinish: I was thinking adding new mockups could be a good way of proposing new functionality? | 23:22 |
mtreinish | andreaf: we really need to get something running first | 23:23 |
ccarrara | mtreinish: ok, I agreed with you. I'll just thinking running tests with make could be pretty easier and a common way to everybody. Also it could have a pretty better output than tox. But, you're totally right about the task manage all the venv creation | 23:23 |
mtreinish | because honestly I've never been able to get anything to render properly locally | 23:23 |
mtreinish | because I suck at js | 23:23 |
mtreinish | having that sorted with an easy workflow for me (and others) to deploy a local dev instance of everything is important | 23:24 |
mtreinish | andreaf: like tox -edev-deploy | 23:24 |
mtreinish | which outputs the localhost addr to hit | 23:24 |
mtreinish | andreaf: with that we can push patches to do whatever crazy view you want :) | 23:24 |
ccarrara | mtreinish: andreaf: I've just submited a review creating page2 and I've used the project name at gauge chart to link both pages: https://review.openstack.org/#/c/230135/ | 23:25 |
mtreinish | ccarrara: what exactly don't you like about the output from tox? it should be about the same | 23:25 |
*** mriedem has joined #openstack-qa | 23:25 | |
mtreinish | you're using the same test runner | 23:25 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack/qa-specs: Counter-inspection for scaling controls https://review.openstack.org/230183 | 23:26 |
mtreinish | SpamapS: ^^^ when I read that spec title I thought you were starting an anti-inspection movement | 23:26 |
andreaf | mtreinish: sure ok I'll add the deploy thing to the etherpad - it should be just starting the rest api with a config file, the front end with gulp dev, or do you mean something more | 23:27 |
mtreinish | andreaf: nope, as long as it works for me locally so I can pull a proposed patch down and view it locally I think that'll enable a faster expansion | 23:27 |
andreaf | mtreinish: in any case I don't see any harm in getting some more UI spec'ed out (via mock pages or spec or whatever works better) | 23:27 |
andreaf | mtreinish: ok that should be up in the list of priorities then | 23:28 |
mtreinish | andreaf: so the only reason I know what the current mocks look like is because we drew them out in the room in ft collins | 23:28 |
mtreinish | and regXboi showed me the rendered mocks on his laptop | 23:28 |
andreaf | mtreinish: lol | 23:28 |
andreaf | mtreinish: well if you open them up with the browser and click the update button they'll show up for you | 23:29 |
mtreinish | andreaf: when I tried that before it didn't do anything, but I didn't really look too hard at them | 23:30 |
*** markvoelker has quit IRC | 23:30 | |
clarkb | ccarrara: mtreinish fwiw I have a makefile written that at one time approximated the tox.ini of most projects (not tempests) and the output doesn't really change | 23:31 |
mtreinish | and of course now it works | 23:31 |
mtreinish | ccarrara: yeah I remembered that | 23:31 |
clarkb | ccarrara: mtreinish the output is generated by testr/flake8/sphinx etc not make/tox | 23:31 |
mtreinish | s/ccarrara/clarkb | 23:31 |
mtreinish | clarkb: right, that was my point | 23:32 |
clarkb | https://review.openstack.org/#/c/88698/ fwiw | 23:32 |
*** nic has quit IRC | 23:32 | |
clarkb | one benefit to using tox is it installs virtualenv along with it so is slightly easier to setup | 23:32 |
*** pglass has quit IRC | 23:32 | |
clarkb | and the python community expects tox whereas make is foreign to some | 23:32 |
mtreinish | clarkb: the review in question is: https://review.openstack.org/230198 | 23:33 |
andreaf | mtreinish: well I'm not sure we can improve that part much - we could try and serve the mock ups via flask - but do we really need that? | 23:33 |
clarkb | mtreinish: ya Iwould use tox | 23:33 |
clarkb | mtreinish: at least until there is some consensus in the greater community to use make | 23:33 |
mtreinish | clarkb: yep | 23:33 |
ccarrara | mtreinish: the output tox seems like to pollute with a lot information about venv creation and vars. It can make the task of seeing what is running and failing little annoying. But it could be just my perception. Do you think it could be a good idea to abandon the makefile patch? | 23:34 |
clarkb | note that makefile doens't use a virtualenv or install any deps etc | 23:34 |
clarkb | ccarrara: but those are important steps | 23:34 |
clarkb | ccarrara: without them you don't get consistent test running then differnet people get different results | 23:34 |
ccarrara | clarkb: mtreinish: I could do this in makefile, I just don't know it is important to project now. | 23:35 |
clarkb | ccarrara: like I said I think sticking to tox is good because it is ocnsistent both with the rest of openstack and for producing results | 23:35 |
ccarrara | clarkb: totally agreed with you :) | 23:36 |
clarkb | also that makefile won't run the tests in parallel | 23:36 |
ccarrara | clarkb: thanks for the instructions ;) | 23:36 |
clarkb | which may not be a problem now but as the testsuite grows getting multiple test runners with different sets of test partitions is very handy | 23:36 |
openstackrecheck | Console logs not available after 13:25s for gate-keystone-pep8 230181,1,442a141 | 23:41 |
*** yamamoto has quit IRC | 23:42 | |
*** hemna is now known as hemnafk | 23:44 | |
*** achanda has quit IRC | 23:47 | |
*** jtrovo_ has quit IRC | 23:47 | |
*** agireud has quit IRC | 23:47 | |
*** mylu has quit IRC | 23:48 | |
ccarrara | mtreinish: thank you about the instructions :) | 23:49 |
mtreinish | andreaf: ok, finally got things running locally | 23:50 |
mtreinish | clarkb: thanks for the tip on nodeenv it made it a bit easier | 23:50 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/227170 failed gate-cinder-python34 in the gate queue with an unrecognized error | 23:50 |
mtreinish | it doesn't help that something npm tried to install required python 2 and refused to look for a python2 binary unless I manually pointed it at it | 23:50 |
ccarrara | mtreinish: I think we're close to get some real data working now with o-h, don't we? | 23:51 |
*** ccneill has quit IRC | 23:52 | |
*** bltavares has quit IRC | 23:52 | |
mtreinish | ccarrara: I was able to get it running locally with real data | 23:53 |
mtreinish | I had to start a local api server first | 23:53 |
mtreinish | that was configured to talk to the subunit2sql db | 23:53 |
ccarrara | nice | 23:54 |
ccarrara | I mean regarding the next patches to be reviewed | 23:54 |
*** achanda has joined #openstack-qa | 23:54 | |
mtreinish | timothyb89: so I'm running with your use d3 patch and the one thing missing right now is adjustable date ranges | 23:54 |
*** bltavares has joined #openstack-qa | 23:54 | |
mtreinish | I wanted to expand the window to be much larger (I dont care that'll itll be slower) and I didn't see a mechanism for that | 23:54 |
timothyb89 | mtreinish: right, initial version doesn't have it, though nvd3 has one builtin | 23:55 |
mtreinish | timothyb89: ok cool, just wanted to double check | 23:55 |
*** dims has joined #openstack-qa | 23:56 | |
*** bnemec has joined #openstack-qa | 23:57 | |
*** bltavares has quit IRC | 23:58 | |
*** dims has quit IRC | 23:58 | |
*** dims_ has quit IRC | 23:58 | |
*** dims has joined #openstack-qa | 23:59 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard https://review.openstack.org/230209 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!