oomichi | gmann: yeah, actually the schema which mtreinish pointed out on the meeting is difficult to read | 00:00 |
---|---|---|
gmann | mtreinish: as you around, ceilometer tests one - https://review.openstack.org/#/c/304992/ | 00:00 |
gmann | removed option from config | 00:00 |
gmann | now its all clean from tempest side | 00:00 |
gmann | oomichi: i knew while doing :) | 00:00 |
mtreinish | gmann: who said I'm around... :) | 00:00 |
gmann | mtreinish: heh, six sense :) | 00:01 |
gmann | oomichi: i like to do it in single patch :) is it fine ? | 00:02 |
gmann | i will see based on patch size. | 00:02 |
oomichi | gmann: it is nice to separate them for each microversion schema | 00:03 |
*** ddieterly has joined #openstack-qa | 00:04 | |
gmann | oomichi: yea for each mivroversion i will separate but for v2.1 we need big changes | 00:04 |
*** sabeen has joined #openstack-qa | 00:06 | |
*** apoorvad has joined #openstack-qa | 00:07 | |
*** ramishra has joined #openstack-qa | 00:08 | |
*** dougw2 has joined #openstack-qa | 00:10 | |
*** dougw2 has quit IRC | 00:19 | |
*** kprabhuv- has joined #openstack-qa | 00:19 | |
*** jasonsb has joined #openstack-qa | 00:21 | |
*** fnaval has quit IRC | 00:22 | |
*** lcazares has joined #openstack-qa | 00:22 | |
oomichi | gmann: yes, and I am guessing we need to do this on nova side also | 00:22 |
*** sambetts|afk has quit IRC | 00:22 | |
*** mylu has joined #openstack-qa | 00:23 | |
*** jasonsb has quit IRC | 00:25 | |
*** doradus has quit IRC | 00:26 | |
*** alex_xu has quit IRC | 00:26 | |
*** hoangcx has joined #openstack-qa | 00:26 | |
*** alex_xu has joined #openstack-qa | 00:27 | |
*** yarkot1 has joined #openstack-qa | 00:29 | |
*** lcazares has quit IRC | 00:30 | |
*** kprabhuv- has quit IRC | 00:30 | |
*** yarkot1 has quit IRC | 00:30 | |
*** sambetts has joined #openstack-qa | 00:31 | |
*** mylu has quit IRC | 00:31 | |
*** jrcloud has joined #openstack-qa | 00:32 | |
*** zackf has quit IRC | 00:32 | |
gmann | oomichi: yea, request schema also needs, so once response one is final and in much readable form then we can change request one also on same line | 00:34 |
*** yarkot1 has joined #openstack-qa | 00:34 | |
*** castulo has joined #openstack-qa | 00:36 | |
*** fnaval has joined #openstack-qa | 00:41 | |
openstackgerrit | zhufl proposed openstack/tempest: Set timeout value in urllib3.poolmanager.PoolManager https://review.openstack.org/294425 | 00:41 |
*** lcazares has joined #openstack-qa | 00:43 | |
*** tochi has quit IRC | 00:43 | |
*** lcazares has quit IRC | 00:44 | |
*** castulo has quit IRC | 00:44 | |
*** yarkot1 has quit IRC | 00:44 | |
*** kprabhuv- has joined #openstack-qa | 00:45 | |
*** rmevans has joined #openstack-qa | 00:48 | |
*** lcazares has joined #openstack-qa | 00:49 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add an rss api route to get a feed of failed tests https://review.openstack.org/305496 | 00:49 |
mtreinish | masayukig: ^^^ I think that's probably getting pretty close | 00:49 |
*** tochi has joined #openstack-qa | 00:50 | |
mtreinish | the latest rev added storing the feeds on disk so we don't lose data between server restarts | 00:50 |
mtreinish | I'm not sure whethere it's actually needed or not though | 00:50 |
*** zz_dimtruck is now known as dimtruck | 00:51 | |
mtreinish | oh, I actually just found an issue I think, when it restores the feed from disk it duplicates the last failed run | 00:52 |
masayukig | mtreinish: heh | 00:52 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/305567 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 00:52 |
*** sree has joined #openstack-qa | 00:53 | |
masayukig | mtreinish: we need to put the feed urls to the page(s). Do you have the plan? | 00:53 |
mtreinish | masayukig: the latest version has that | 00:54 |
*** pvaneck_ has quit IRC | 00:55 | |
masayukig | mtreinish: ok, cool. | 00:56 |
mtreinish | masayukig: the issue with the content right now is we need: https://github.com/lkiesow/python-feedgen/pull/36 to have html in the feed content (for the links to openstack-health pages) | 00:57 |
mtreinish | I made the actual feed entry link the log dir on the log server | 00:57 |
*** sree has quit IRC | 00:58 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add an rss api route to get a feed of failed tests https://review.openstack.org/305496 | 00:59 |
*** hieulq has joined #openstack-qa | 00:59 | |
mtreinish | masayukig: ^^^ ok that fixes the repeat bug | 00:59 |
mtreinish | masayukig: here's sample output from the patch: http://paste.openstack.org/show/494142/ | 01:00 |
masayukig | mtreinish: cool. I'll have a look. | 01:01 |
*** kprabhuv- has quit IRC | 01:02 | |
*** lcazares has quit IRC | 01:02 | |
masayukig | mtreinish: ah, I meant we should put rss urls on the openstack-health page, though. | 01:03 |
masayukig | It should be another patch. | 01:03 |
mtreinish | masayukig: oh, yeah I'm thinking that might just be mod_proxy + mod_cache (and maybe mod_rewrite) on status.o.o | 01:03 |
mtreinish | and some minor html changes to the frontend to make things pop up | 01:03 |
mtreinish | masayukig: but if you want to tackle that I'd appreciate it :) | 01:04 |
*** tqtran has quit IRC | 01:05 | |
*** yangyape_ has joined #openstack-qa | 01:07 | |
masayukig | mtreinish: heh, I should pass this. I don't know the apache modules so much. | 01:07 |
mtreinish | masayukig: :( ok, I think we don't really need to worry about it until after we get the api side landed | 01:07 |
mtreinish | I can take a look at the puppet patches to do that once we finish the api side | 01:08 |
*** hoangcx_ has joined #openstack-qa | 01:08 | |
mtreinish | masayukig: and I'll bug you if we need any html changes on the frontend :) | 01:08 |
*** lcazares has joined #openstack-qa | 01:10 | |
masayukig | mtreinish: OKK :) | 01:10 |
*** yamahata has quit IRC | 01:11 | |
*** apoorvad has quit IRC | 01:12 | |
masayukig | mtreinish: one more thing for the patch, are you writing unit tests for it? | 01:13 |
mtreinish | masayukig: I guess I probably should :( | 01:13 |
mtreinish | it's a pretty involved method so testing it would be good | 01:13 |
mtreinish | I'm just lazy... | 01:13 |
openstackrecheck | Console logs not available after 13:51s for gate-grenade-dsvm 302826,6,36a9a8f | 01:13 |
masayukig | mtreinish: heh, understood, I'm also :-P | 01:14 |
*** amotoki_ has quit IRC | 01:16 | |
*** ddieterly has quit IRC | 01:17 | |
masayukig | mtreinish: I think we need a test coverage report dashboard for like us. | 01:18 |
*** apoorvad has joined #openstack-qa | 01:18 | |
*** apoorvad has quit IRC | 01:18 | |
*** apoorvad has joined #openstack-qa | 01:19 | |
*** vhosakot has joined #openstack-qa | 01:27 | |
openstackrecheck | Console logs not available after 13:28s for gate-horizon-dsvm-integration 233934,9,73d5b3e | 01:27 |
*** yangyape_ has quit IRC | 01:29 | |
*** cody-somerville has quit IRC | 01:32 | |
*** yarkot1 has joined #openstack-qa | 01:33 | |
*** mtanino has quit IRC | 01:36 | |
*** sabeen has quit IRC | 01:36 | |
*** sabeen has joined #openstack-qa | 01:38 | |
*** vhosakot has quit IRC | 01:39 | |
*** kprabhuv- has joined #openstack-qa | 01:42 | |
*** vhosakot has joined #openstack-qa | 01:43 | |
*** apoorvad has quit IRC | 01:44 | |
openstackrecheck | Console logs not available after 13:57s for gate-puppet-openstack-integration-3-scenario001-tempest-centos-7 304992,3,aba9f87 | 01:47 |
*** castulo has joined #openstack-qa | 01:54 | |
*** mriedem has quit IRC | 02:01 | |
*** alex_xu has quit IRC | 02:02 | |
*** akshai has joined #openstack-qa | 02:04 | |
*** ramishra has quit IRC | 02:08 | |
*** alex_xu has joined #openstack-qa | 02:09 | |
*** mylu has joined #openstack-qa | 02:10 | |
*** mylu_ has joined #openstack-qa | 02:15 | |
*** ramishra has joined #openstack-qa | 02:17 | |
*** mylu has quit IRC | 02:19 | |
*** rmevans_ has joined #openstack-qa | 02:23 | |
*** zackf has joined #openstack-qa | 02:24 | |
*** amotoki has joined #openstack-qa | 02:25 | |
*** castulo has quit IRC | 02:25 | |
*** rmevans has quit IRC | 02:25 | |
*** rmevans_ is now known as rmevans | 02:25 | |
*** thingee has quit IRC | 02:26 | |
*** akshai has quit IRC | 02:26 | |
*** jrcloud has quit IRC | 02:26 | |
*** akshai_ has joined #openstack-qa | 02:26 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-selenium-headless 289525,10,591a79d | 02:27 |
oomichi | mtreinish: I reviewed https://review.openstack.org/#/c /305495, please take a look | 02:28 |
*** mylu_ has quit IRC | 02:28 | |
*** castulo has joined #openstack-qa | 02:32 | |
*** ramishra_ has joined #openstack-qa | 02:35 | |
*** dimtruck is now known as zz_dimtruck | 02:36 | |
*** ramishra has quit IRC | 02:37 | |
*** ramishra_ has quit IRC | 02:37 | |
*** ramishra has joined #openstack-qa | 02:38 | |
*** mylu has joined #openstack-qa | 02:38 | |
*** akshai_ has quit IRC | 02:38 | |
*** fedexo has joined #openstack-qa | 02:39 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-dsvm-integration 293117,5,4f85336 | 02:41 |
openstackgerrit | Brian Ober proposed openstack/tempest: Swift Discoverability Validation https://review.openstack.org/306222 | 02:41 |
*** sabeen has quit IRC | 02:41 | |
*** sabeen has joined #openstack-qa | 02:42 | |
*** hoangcx has quit IRC | 02:42 | |
*** yamamoto_ has joined #openstack-qa | 02:43 | |
openstackgerrit | Brian Ober proposed openstack/tempest: Swift Discoverability Validation https://review.openstack.org/306222 | 02:43 |
*** cody-somerville has joined #openstack-qa | 02:46 | |
*** e0ne has joined #openstack-qa | 02:51 | |
openstackgerrit | Brian Ober proposed openstack/tempest: Addresses Expect: 100-continue client behavior https://review.openstack.org/306225 | 02:53 |
*** ddieterly has joined #openstack-qa | 02:53 | |
*** cody-somerville has quit IRC | 02:54 | |
*** amotoki has quit IRC | 02:55 | |
*** e0ne has quit IRC | 02:56 | |
*** amotoki has joined #openstack-qa | 02:59 | |
*** ddieterly is now known as ddieterly[away] | 02:59 | |
*** e0ne has joined #openstack-qa | 03:00 | |
openstackrecheck | Console logs not available after 13:24s for keystone-coverage-db 305187,3,bd20aea | 03:02 |
*** hoangcx_ has quit IRC | 03:04 | |
*** armax has quit IRC | 03:08 | |
*** e0ne has quit IRC | 03:08 | |
*** jecarey has joined #openstack-qa | 03:08 | |
*** e0ne has joined #openstack-qa | 03:11 | |
*** jecarey has quit IRC | 03:13 | |
*** e0ne has quit IRC | 03:13 | |
*** salv-orlando has joined #openstack-qa | 03:16 | |
*** salv-orlando has quit IRC | 03:17 | |
*** e0ne has joined #openstack-qa | 03:17 | |
*** salv-orlando has joined #openstack-qa | 03:17 | |
*** woodster_ has quit IRC | 03:18 | |
*** salv-orl_ has quit IRC | 03:20 | |
*** Poornima has joined #openstack-qa | 03:21 | |
*** salv-orlando has quit IRC | 03:22 | |
*** ajmiller_ has joined #openstack-qa | 03:23 | |
*** vhosakot_ has joined #openstack-qa | 03:24 | |
*** castulo has quit IRC | 03:24 | |
*** jogo has quit IRC | 03:25 | |
*** larainema_ has joined #openstack-qa | 03:26 | |
*** tochi_ has joined #openstack-qa | 03:26 | |
*** zackf has quit IRC | 03:27 | |
*** jrcloud has joined #openstack-qa | 03:27 | |
*** pleia2_ has joined #openstack-qa | 03:27 | |
*** ddieterly[away] has quit IRC | 03:27 | |
*** castulo has joined #openstack-qa | 03:28 | |
*** thingee has joined #openstack-qa | 03:29 | |
*** kprabhuv- has quit IRC | 03:29 | |
*** mattoliverau has joined #openstack-qa | 03:30 | |
*** rmevans has quit IRC | 03:30 | |
*** fedexo_ has joined #openstack-qa | 03:30 | |
*** sambetts_ has joined #openstack-qa | 03:31 | |
*** fedexo has quit IRC | 03:32 | |
*** vhosakot has quit IRC | 03:32 | |
*** tochi has quit IRC | 03:32 | |
*** sambetts has quit IRC | 03:32 | |
*** mvk has quit IRC | 03:32 | |
*** ajmiller has quit IRC | 03:32 | |
*** dhellmann has quit IRC | 03:32 | |
*** tsufiev has quit IRC | 03:32 | |
*** larainema has quit IRC | 03:32 | |
*** pleia2 has quit IRC | 03:32 | |
*** matt6434 has quit IRC | 03:32 | |
*** larainema_ is now known as larainema | 03:32 | |
*** zackf has joined #openstack-qa | 03:32 | |
*** tsufiev has joined #openstack-qa | 03:33 | |
*** jrcloud has quit IRC | 03:34 | |
*** kprabhuv- has joined #openstack-qa | 03:35 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-dsvm-integration 305567,4,5ce6566 | 03:37 |
*** ramishra has quit IRC | 03:40 | |
*** ramishra has joined #openstack-qa | 03:41 | |
*** tochi_ has quit IRC | 03:41 | |
*** yamamoto_ has quit IRC | 03:44 | |
*** pleia2_ is now known as pleia2 | 03:46 | |
*** mvk has joined #openstack-qa | 03:50 | |
*** dave-mccowan has joined #openstack-qa | 03:50 | |
*** dave-mccowan has quit IRC | 03:55 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Refactor config.get*() https://review.openstack.org/306233 | 03:58 |
*** e0ne has quit IRC | 04:00 | |
*** yamamoto_ has joined #openstack-qa | 04:02 | |
*** vhosakot_ has quit IRC | 04:04 | |
*** e0ne has joined #openstack-qa | 04:04 | |
*** dhellmann has joined #openstack-qa | 04:05 | |
*** rmevans has joined #openstack-qa | 04:08 | |
*** yamamoto_ has quit IRC | 04:09 | |
openstackgerrit | Rabi Mishra proposed openstack-dev/devstack: Add heat_stack_owner role required by tempest https://review.openstack.org/274612 | 04:16 |
*** salv-orlando has joined #openstack-qa | 04:18 | |
openstackgerrit | Rabi Mishra proposed openstack-dev/devstack: Add heat_stack_owner role required by tempest https://review.openstack.org/274612 | 04:19 |
openstackgerrit | Brian Ober proposed openstack/tempest: Object Account Case Additions https://review.openstack.org/306237 | 04:20 |
*** e0ne has quit IRC | 04:22 | |
*** e0ne has joined #openstack-qa | 04:26 | |
*** sree has joined #openstack-qa | 04:27 | |
*** e0ne has quit IRC | 04:30 | |
*** salv-orlando has quit IRC | 04:30 | |
*** jogo has joined #openstack-qa | 04:31 | |
*** vhosakot has joined #openstack-qa | 04:33 | |
openstackgerrit | Brian Ober proposed openstack/tempest: Swift Discoverability Validation https://review.openstack.org/306222 | 04:35 |
openstackgerrit | Brian Ober proposed openstack/tempest: Addresses Expect: 100-continue client behavior https://review.openstack.org/306225 | 04:40 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add compute 2.10 microversion tests info in doc https://review.openstack.org/306240 | 04:44 |
*** salv-orlando has joined #openstack-qa | 04:45 | |
*** salv-orlando has quit IRC | 04:48 | |
*** yamahata has joined #openstack-qa | 04:48 | |
*** rmevans has quit IRC | 04:51 | |
*** rmevans has joined #openstack-qa | 04:54 | |
*** vhosakot has quit IRC | 04:55 | |
*** rossella_ has quit IRC | 05:03 | |
*** rossella_ has joined #openstack-qa | 05:03 | |
*** mylu has quit IRC | 05:06 | |
*** alex_xu_ has joined #openstack-qa | 05:10 | |
*** rcernin has joined #openstack-qa | 05:10 | |
*** shausy has joined #openstack-qa | 05:12 | |
*** alex_xu has quit IRC | 05:12 | |
*** mylu has joined #openstack-qa | 05:15 | |
*** mylu has quit IRC | 05:20 | |
*** ajmiller__ has joined #openstack-qa | 05:24 | |
*** tqtran has joined #openstack-qa | 05:24 | |
*** neeti has joined #openstack-qa | 05:24 | |
*** lezbar__ has joined #openstack-qa | 05:25 | |
*** jdandrea_ has joined #openstack-qa | 05:25 | |
*** amotoki_ has joined #openstack-qa | 05:26 | |
*** rmevans has quit IRC | 05:26 | |
*** lcazares has quit IRC | 05:26 | |
*** mkoderer__ has quit IRC | 05:26 | |
*** amotoki has quit IRC | 05:27 | |
*** lezbar has quit IRC | 05:27 | |
*** mylu has joined #openstack-qa | 05:27 | |
*** ajmiller_ has quit IRC | 05:28 | |
*** Poornima has quit IRC | 05:28 | |
*** hieulq has quit IRC | 05:28 | |
*** jlvillal has quit IRC | 05:28 | |
*** jdandrea has quit IRC | 05:28 | |
*** masayukig has quit IRC | 05:28 | |
*** markvoelker has quit IRC | 05:28 | |
*** ylobankov has quit IRC | 05:28 | |
*** ylobankov_ has joined #openstack-qa | 05:28 | |
*** nadya has quit IRC | 05:29 | |
*** hieulq has joined #openstack-qa | 05:29 | |
*** nadya has joined #openstack-qa | 05:30 | |
*** tqtran has quit IRC | 05:33 | |
*** masayukig has joined #openstack-qa | 05:33 | |
*** jlvillal has joined #openstack-qa | 05:34 | |
*** mkoderer__ has joined #openstack-qa | 05:35 | |
*** nadya has quit IRC | 05:35 | |
gmann | masayukig: oomichi : super simple one -https://review.openstack.org/#/c/306240/1 | 05:35 |
*** markvoelker has joined #openstack-qa | 05:36 | |
*** Poornima has joined #openstack-qa | 05:40 | |
*** yamamoto has joined #openstack-qa | 05:43 | |
*** davidlenwell has quit IRC | 05:44 | |
*** davidlenwell has joined #openstack-qa | 05:46 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make compute 2.2 response JSON schema more readable https://review.openstack.org/306245 | 05:46 |
*** lcazares has joined #openstack-qa | 05:46 | |
*** nadya has joined #openstack-qa | 05:47 | |
*** skynat1 has quit IRC | 05:49 | |
*** salv-orlando has joined #openstack-qa | 05:51 | |
*** hoangcx has joined #openstack-qa | 05:58 | |
*** Poornima has quit IRC | 05:58 | |
*** mylu has quit IRC | 06:01 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-neutron-full-liberty 306222,3,d7a5098 | 06:05 |
*** Poornima has joined #openstack-qa | 06:06 | |
*** skynat1 has joined #openstack-qa | 06:06 | |
*** yangyape_ has joined #openstack-qa | 06:06 | |
*** amotoki_ has quit IRC | 06:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list https://review.openstack.org/293932 | 06:10 |
*** yamamoto has quit IRC | 06:14 | |
*** yamamoto has joined #openstack-qa | 06:16 | |
*** Poornima has quit IRC | 06:21 | |
*** nadya has quit IRC | 06:22 | |
*** Poornima has joined #openstack-qa | 06:24 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make compute 2.2 response JSON schema more readable https://review.openstack.org/306245 | 06:25 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make compute 2.2 response JSON schema more readable https://review.openstack.org/306245 | 06:26 |
openstackgerrit | Ihar Hrachyshka proposed openstack-dev/devstack: worlddump: request Guru Mediation reports for neutron agents https://review.openstack.org/279035 | 06:28 |
*** tesseract has joined #openstack-qa | 06:29 | |
*** tesseract is now known as Guest63229 | 06:29 | |
*** salv-orlando has quit IRC | 06:31 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/303379 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 06:32 |
*** sridharg has joined #openstack-qa | 06:35 | |
openstackgerrit | Dong Ma proposed openstack-infra/subunit2sql: Add db api tests for subunit2sql https://review.openstack.org/305030 | 06:46 |
*** jdandrea has joined #openstack-qa | 06:55 | |
*** yangyap__ has joined #openstack-qa | 06:57 | |
*** yangyape_ has quit IRC | 06:57 | |
*** jdandrea_ has quit IRC | 06:57 | |
*** jlvillal has quit IRC | 06:58 | |
*** davidlenwell_ has joined #openstack-qa | 07:01 | |
*** skynat1 has quit IRC | 07:01 | |
*** jogo has quit IRC | 07:01 | |
*** mkoderer__ has quit IRC | 07:03 | |
*** sridharg has quit IRC | 07:04 | |
*** davidlenwell has quit IRC | 07:04 | |
*** rossella_ has quit IRC | 07:04 | |
*** abehl has joined #openstack-qa | 07:05 | |
*** mkoderer__ has joined #openstack-qa | 07:09 | |
*** jecarey has joined #openstack-qa | 07:09 | |
*** rossella_ has joined #openstack-qa | 07:10 | |
*** sridharg has joined #openstack-qa | 07:11 | |
*** jlvillal has joined #openstack-qa | 07:11 | |
*** jamielennox is now known as jamielennox|away | 07:11 | |
*** jecarey has quit IRC | 07:14 | |
*** Serlex has joined #openstack-qa | 07:16 | |
*** skynat1 has joined #openstack-qa | 07:16 | |
*** markvoelker has quit IRC | 07:16 | |
*** ifarkas has joined #openstack-qa | 07:17 | |
*** fedexo_ has quit IRC | 07:20 | |
*** amotoki has joined #openstack-qa | 07:25 | |
*** pcaruana has joined #openstack-qa | 07:31 | |
*** nadya has joined #openstack-qa | 07:35 | |
*** jordanP has joined #openstack-qa | 07:40 | |
*** bauzas is now known as bauwser | 07:45 | |
*** Serlex has quit IRC | 07:46 | |
*** abehl has quit IRC | 07:48 | |
*** dave-mccowan has joined #openstack-qa | 07:53 | |
*** Serlex has joined #openstack-qa | 07:54 | |
*** yamahata has quit IRC | 07:54 | |
*** abehl has joined #openstack-qa | 07:58 | |
*** e0ne has joined #openstack-qa | 07:58 | |
*** dave-mccowan has quit IRC | 07:58 | |
*** shardy has joined #openstack-qa | 07:58 | |
*** jpena|off is now known as jpena | 08:01 | |
*** openstackgerrit has quit IRC | 08:08 | |
*** Poornima has quit IRC | 08:11 | |
*** jamielennox|away is now known as jamielennox | 08:11 | |
*** reedip is now known as outofmemory | 08:14 | |
*** gszasz has joined #openstack-qa | 08:15 | |
*** alex_xu_ has quit IRC | 08:16 | |
*** eliqiao has quit IRC | 08:16 | |
*** eliqiao has joined #openstack-qa | 08:17 | |
*** openstackgerrit has joined #openstack-qa | 08:18 | |
*** openstackgerrit has quit IRC | 08:18 | |
*** openstackgerrit has joined #openstack-qa | 08:18 | |
*** sree_ has joined #openstack-qa | 08:22 | |
*** sree_ is now known as Guest17405 | 08:23 | |
*** alex_xu has joined #openstack-qa | 08:23 | |
*** sree has quit IRC | 08:24 | |
*** rossella_ has quit IRC | 08:28 | |
*** rossella_s has joined #openstack-qa | 08:32 | |
*** gfidente has joined #openstack-qa | 08:38 | |
*** gfidente has quit IRC | 08:38 | |
*** gfidente has joined #openstack-qa | 08:38 | |
*** apevec has joined #openstack-qa | 08:40 | |
*** apevec has quit IRC | 08:40 | |
*** apevec has joined #openstack-qa | 08:40 | |
*** nadya has quit IRC | 08:40 | |
*** apevec has left #openstack-qa | 08:41 | |
*** e0ne has quit IRC | 08:43 | |
*** jamielennox is now known as jamielennox|away | 08:43 | |
*** pc_m has quit IRC | 08:46 | |
*** dims_ has quit IRC | 08:46 | |
*** pc_m has joined #openstack-qa | 08:47 | |
*** dims has joined #openstack-qa | 08:49 | |
*** e0ne has joined #openstack-qa | 08:53 | |
*** tqtran has joined #openstack-qa | 08:55 | |
*** Poornima has joined #openstack-qa | 08:55 | |
*** dtantsur|afk is now known as dtantsur | 08:58 | |
openstackgerrit | Christian Schwede proposed openstack-infra/devstack-gate: WIP: Use subnodes for Swift storage nodes in a multinode setup https://review.openstack.org/304465 | 09:02 |
*** rossella_s has quit IRC | 09:03 | |
*** rossella_s has joined #openstack-qa | 09:03 | |
*** salv-orlando has joined #openstack-qa | 09:05 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted because is not processing new changes | 09:05 | |
*** alex_xu has quit IRC | 09:07 | |
*** alex_xu has joined #openstack-qa | 09:09 | |
*** doradus has joined #openstack-qa | 09:10 | |
*** jogo has joined #openstack-qa | 09:11 | |
*** sambetts_ is now known as sambetts | 09:11 | |
*** salv-orlando has quit IRC | 09:15 | |
*** markvoelker has joined #openstack-qa | 09:17 | |
*** amotoki has quit IRC | 09:18 | |
*** nadya has joined #openstack-qa | 09:20 | |
-openstackstatus- NOTICE: No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period. | 09:21 | |
*** ChanServ changes topic to "No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period." | 09:22 | |
*** markvoelker has quit IRC | 09:22 | |
*** cdent has joined #openstack-qa | 09:22 | |
*** alex_xu_ has joined #openstack-qa | 09:25 | |
*** alex_xu has quit IRC | 09:26 | |
*** jogo has quit IRC | 09:29 | |
*** tqtran has quit IRC | 09:32 | |
*** tqtran has joined #openstack-qa | 09:34 | |
*** gszasz has quit IRC | 09:35 | |
*** gszasz has joined #openstack-qa | 09:36 | |
*** tqtran has quit IRC | 09:43 | |
*** alex_xu_ has quit IRC | 09:47 | |
*** alex_xu has joined #openstack-qa | 09:49 | |
*** ChanServ changes topic to "All Things QA..." | 09:50 | |
-openstackstatus- NOTICE: Zuul and gerrit are working normally now. Please recheck any jobs that may have been affected by this failure. | 09:50 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Move shelve server logic in compute utility https://review.openstack.org/306326 | 09:52 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 09:53 |
*** dave-mccowan has joined #openstack-qa | 09:55 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 09:55 |
gmann | jordanP: please check this now - https://review.openstack.org/#/c/258391/ | 09:55 |
*** amotoki has joined #openstack-qa | 09:55 | |
gmann | jordanP: if looks ok for you, i agree with other refactoring but would like to do later as per patch scope | 09:56 |
*** tosky has joined #openstack-qa | 09:56 | |
gmann | its been long time for that patch and needed for other microversion tests as it adding schema etc | 09:56 |
gmann | jordanP: need to rush for home, ll check with you later if any comments | 09:56 |
gmann | jordanP: Thanks for review on that :) | 09:56 |
*** kashyap has quit IRC | 09:57 | |
*** dave-mccowan has quit IRC | 10:00 | |
*** dtantsur is now known as dtantsur|lunch | 10:00 | |
*** doradus has quit IRC | 10:02 | |
*** amotoki has quit IRC | 10:05 | |
*** salv-orlando has joined #openstack-qa | 10:06 | |
*** jog0 has joined #openstack-qa | 10:07 | |
*** yolanda has quit IRC | 10:12 | |
*** alex_xu has quit IRC | 10:14 | |
*** alex_xu has joined #openstack-qa | 10:16 | |
*** yangyape_ has joined #openstack-qa | 10:24 | |
*** doradus has joined #openstack-qa | 10:25 | |
*** yangyap__ has quit IRC | 10:27 | |
*** yangyape_ has quit IRC | 10:28 | |
*** sridharg has quit IRC | 10:30 | |
*** gfidente is now known as gfidente|ghost | 10:31 | |
*** sridharg has joined #openstack-qa | 10:31 | |
*** artom__ is now known as notartom | 10:36 | |
*** sdague has joined #openstack-qa | 10:40 | |
openstackgerrit | Nate Marsella proposed openstack-infra/elastic-recheck: Make the index format string configurable in the conf file. This allows query to work against indices not named the typical "logstash-%Y.%m.%d". https://review.openstack.org/306360 | 10:46 |
*** cdent has quit IRC | 10:51 | |
*** itzikb has quit IRC | 10:52 | |
*** kbaikov has quit IRC | 11:03 | |
*** akshai has joined #openstack-qa | 11:04 | |
*** gfidente has joined #openstack-qa | 11:05 | |
*** akshai_ has joined #openstack-qa | 11:05 | |
*** akshai has quit IRC | 11:08 | |
*** dtantsur|lunch is now known as dtantsur | 11:09 | |
*** hoangcx has quit IRC | 11:12 | |
*** markvoelker has joined #openstack-qa | 11:18 | |
*** ifarkas has quit IRC | 11:19 | |
openstackgerrit | Christian Schwede proposed openstack-infra/devstack-gate: WIP: Use subnodes for Swift storage nodes in a multinode setup https://review.openstack.org/304465 | 11:21 |
*** kbaikov has joined #openstack-qa | 11:21 | |
*** markvoelker has quit IRC | 11:24 | |
*** ramishra has quit IRC | 11:28 | |
*** kbaikov has quit IRC | 11:30 | |
*** ramishra has joined #openstack-qa | 11:30 | |
*** kbaikov has joined #openstack-qa | 11:30 | |
*** Guest17405 has quit IRC | 11:38 | |
*** jbernard_ has quit IRC | 11:38 | |
*** aysyd has joined #openstack-qa | 11:38 | |
*** yamamoto has quit IRC | 11:40 | |
*** sree has joined #openstack-qa | 11:43 | |
*** cdent has joined #openstack-qa | 11:45 | |
*** pc_m has quit IRC | 11:46 | |
*** dims has quit IRC | 11:46 | |
*** pc_m has joined #openstack-qa | 11:47 | |
*** openstack has quit IRC | 11:51 | |
*** openstack has joined #openstack-qa | 11:52 | |
*** dims has joined #openstack-qa | 11:56 | |
*** Poornima has quit IRC | 12:02 | |
*** akshai_ has quit IRC | 12:02 | |
*** yangyape_ has joined #openstack-qa | 12:02 | |
*** weshay has joined #openstack-qa | 12:05 | |
*** markvoelker has joined #openstack-qa | 12:16 | |
openstackgerrit | Christian Schwede proposed openstack-infra/devstack-gate: Use subnodes for Swift storage nodes in a multinode setup https://review.openstack.org/304465 | 12:23 |
*** yamamoto has joined #openstack-qa | 12:24 | |
*** wznoinsk has joined #openstack-qa | 12:26 | |
*** salv-orl_ has joined #openstack-qa | 12:27 | |
*** sree_ has joined #openstack-qa | 12:28 | |
*** wznoinsk has quit IRC | 12:28 | |
*** sree_ is now known as Guest6234 | 12:29 | |
*** rfolco has joined #openstack-qa | 12:29 | |
*** salv-orlando has quit IRC | 12:30 | |
*** gszasz has quit IRC | 12:30 | |
*** cdent has quit IRC | 12:31 | |
*** sree has quit IRC | 12:31 | |
*** gfidente has quit IRC | 12:31 | |
*** rossella_s has quit IRC | 12:31 | |
*** gfidente|ghost has quit IRC | 12:31 | |
*** cdent has joined #openstack-qa | 12:34 | |
*** jpena is now known as jpena|lunch | 12:42 | |
*** rossella_s has joined #openstack-qa | 12:43 | |
*** gfidente|ghost has joined #openstack-qa | 12:43 | |
*** gfidente has joined #openstack-qa | 12:43 | |
*** gszasz has joined #openstack-qa | 12:45 | |
*** pilgrimstack has quit IRC | 12:48 | |
*** pilgrimstack has joined #openstack-qa | 12:52 | |
*** Guest6234 has quit IRC | 12:55 | |
*** yamamoto has quit IRC | 13:01 | |
*** rossella_s has quit IRC | 13:03 | |
*** akshai has joined #openstack-qa | 13:04 | |
*** rossella_s has joined #openstack-qa | 13:06 | |
*** yamamoto has joined #openstack-qa | 13:08 | |
*** nadya has quit IRC | 13:08 | |
*** skynat1 has quit IRC | 13:09 | |
*** rbak has joined #openstack-qa | 13:09 | |
*** jlwhite has joined #openstack-qa | 13:10 | |
*** rbak has quit IRC | 13:13 | |
*** alyson_ has joined #openstack-qa | 13:17 | |
openstackgerrit | Joshua White proposed openstack/tempest: "is_resource_deleted" fails to verify delete https://review.openstack.org/296072 | 13:17 |
*** mriedem has joined #openstack-qa | 13:22 | |
*** woodster_ has joined #openstack-qa | 13:22 | |
*** skynat1 has joined #openstack-qa | 13:23 | |
*** gfidente|ghost has quit IRC | 13:23 | |
*** vhosakot has joined #openstack-qa | 13:24 | |
*** cdent has quit IRC | 13:27 | |
openstackgerrit | Brian Ober proposed openstack/tempest: Addresses Expect: 100-continue client behavior https://review.openstack.org/306225 | 13:30 |
*** vhosakot has quit IRC | 13:30 | |
*** jlwhite has quit IRC | 13:30 | |
*** sabeen has joined #openstack-qa | 13:31 | |
*** salv-orlando has joined #openstack-qa | 13:33 | |
*** jecarey has joined #openstack-qa | 13:35 | |
*** gfidente|ghost has joined #openstack-qa | 13:35 | |
*** salv-orl_ has quit IRC | 13:35 | |
*** fnaval has quit IRC | 13:37 | |
sc68cal | mtreinish: hey, I have a question about tempest needing a specific version of tox, in https://review.openstack.org/#/c/276121/ | 13:39 |
*** rodrigods has quit IRC | 13:45 | |
*** rodrigods has joined #openstack-qa | 13:45 | |
*** nwkarsten has joined #openstack-qa | 13:51 | |
*** dave-mccowan has joined #openstack-qa | 13:52 | |
*** dave-mcc_ has joined #openstack-qa | 13:54 | |
*** fnaval has joined #openstack-qa | 13:57 | |
*** dave-mccowan has quit IRC | 13:57 | |
*** jpena|lunch is now known as jpena | 14:00 | |
*** alyson_ has quit IRC | 14:00 | |
*** dims has quit IRC | 14:01 | |
*** alyson_ has joined #openstack-qa | 14:02 | |
*** dims has joined #openstack-qa | 14:04 | |
*** yolanda has joined #openstack-qa | 14:05 | |
*** rossella_s has quit IRC | 14:06 | |
*** dansmith is now known as superdan | 14:07 | |
*** sdague has quit IRC | 14:07 | |
*** sdague has joined #openstack-qa | 14:08 | |
*** rossella_s has joined #openstack-qa | 14:11 | |
*** salv-orlando has quit IRC | 14:12 | |
*** pcrews has quit IRC | 14:12 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:12 | |
*** pcrews has joined #openstack-qa | 14:13 | |
*** jlanoux has joined #openstack-qa | 14:13 | |
*** mtanino has joined #openstack-qa | 14:14 | |
*** zz_dimtruck is now known as dimtruck | 14:15 | |
*** pglass has joined #openstack-qa | 14:15 | |
*** salv-orlando has joined #openstack-qa | 14:17 | |
*** jog0 has quit IRC | 14:17 | |
*** maurosr has quit IRC | 14:19 | |
*** maurosr has joined #openstack-qa | 14:20 | |
openstackgerrit | Christian Schwede proposed openstack-infra/devstack-gate: Use subnodes for Swift storage nodes in a multinode setup https://review.openstack.org/304465 | 14:22 |
*** e0ne_ has joined #openstack-qa | 14:25 | |
*** e0ne has quit IRC | 14:26 | |
*** yfried has joined #openstack-qa | 14:27 | |
mtreinish | sc68cal: tempest doesn't actually have tox in it's requirements, because it's not actually a requirement | 14:37 |
sc68cal | mtreinish: yeah, I didn't have my coffee before reviewing, so was dumb suggestion on my part | 14:38 |
*** abehl has quit IRC | 14:40 | |
*** fedexo has joined #openstack-qa | 14:42 | |
openstackgerrit | Merged openstack/tempest: Cinder verifies getting volume list with marker https://review.openstack.org/289780 | 14:43 |
*** sridharg has quit IRC | 14:49 | |
*** rbak has joined #openstack-qa | 14:50 | |
sdague | mtreinish: except that's the way that everyone is told to run it.... | 14:52 |
mtreinish | sdague: the docs don't tell you to use to tox | 14:52 |
mtreinish | sdague: http://docs.openstack.org/developer/tempest/overview.html#quickstart | 14:53 |
sdague | mtreinish: ok, so then d-g should be changed to match with that | 14:53 |
sdague | because the fact that all the ways we run this is different from the ways we tell other people to run it, is weird | 14:53 |
sdague | and the use of tox in devstack should get deleted | 14:54 |
mtreinish | sdague: the plan was to wait for tempest run to exist before we use that workflow | 14:54 |
sdague | ok... does that have a timeline? | 14:54 |
mtreinish | hopefully by newton-1, that is something that's probably gonna come out of summit | 14:55 |
*** jog0 has joined #openstack-qa | 14:57 | |
mtreinish | sdague: the other thing I haven't figured out is the venv isolation on stable jobs with the new workflow. That's something tox gives us for free right now | 14:57 |
*** ajmiller__ is now known as ajmiller | 14:59 | |
*** fedexo has quit IRC | 15:01 | |
*** jlwhite has joined #openstack-qa | 15:03 | |
sdague | right, I was kind of hoping tempest init would handle that honestly | 15:03 |
sdague | that tempest runner is the thing you install, and has really minimal requirements | 15:04 |
sdague | tempest init builds a venv that supports the testsuite | 15:04 |
sdague | and it manages it that way | 15:04 |
*** nwkarsten has quit IRC | 15:05 | |
*** nwkarsten has joined #openstack-qa | 15:06 | |
*** pcaruana has quit IRC | 15:06 | |
mtreinish | sdague: it doesn't really work that way. We'd have to package tempest init seperately to be able to do that | 15:07 |
*** bauwser is now known as _ | 15:08 | |
*** _ is now known as Guest90517 | 15:08 | |
*** superdan is now known as _-_ | 15:08 | |
*** Guest90517 is now known as bauwser | 15:08 | |
*** nadya has joined #openstack-qa | 15:09 | |
*** _-_ is now known as superdan | 15:09 | |
sdague | mtreinish: well, you'd package tempest-runner separately | 15:09 |
sdague | it would have a set of commands that give you help, init | 15:09 |
*** castulo_ has joined #openstack-qa | 15:10 | |
sdague | tempest init installs tempest in it's venv | 15:10 |
sdague | which adds commands to do tempest run | 15:10 |
*** nwkarsten has quit IRC | 15:10 | |
*** zhiyan has quit IRC | 15:11 | |
*** boris-42 has quit IRC | 15:11 | |
*** castulo_ has left #openstack-qa | 15:11 | |
mtreinish | ok sure, you could split it that way too. But, it doesn't really matter though, because a packaging split won't happen. It would require a new repo | 15:12 |
*** vhosakot has joined #openstack-qa | 15:12 | |
*** fungi has quit IRC | 15:12 | |
*** flwang has quit IRC | 15:13 | |
*** cargonza has quit IRC | 15:13 | |
*** auggy has quit IRC | 15:13 | |
*** lekha has quit IRC | 15:13 | |
*** alyson_ has quit IRC | 15:16 | |
*** jecarey_ has joined #openstack-qa | 15:17 | |
*** sabeen1 has joined #openstack-qa | 15:18 | |
*** maurosr has quit IRC | 15:18 | |
*** sambetts_ has joined #openstack-qa | 15:19 | |
*** rbak has quit IRC | 15:19 | |
*** boris-42 has joined #openstack-qa | 15:19 | |
*** rbak has joined #openstack-qa | 15:20 | |
*** dkranz_ has joined #openstack-qa | 15:20 | |
*** fungi has joined #openstack-qa | 15:20 | |
*** tonyb_ has joined #openstack-qa | 15:20 | |
*** vinc1 has joined #openstack-qa | 15:21 | |
*** r-mibu_ has joined #openstack-qa | 15:21 | |
*** pleia2_ has joined #openstack-qa | 15:21 | |
*** matt6434 has joined #openstack-qa | 15:21 | |
*** eliqiao_ has joined #openstack-qa | 15:22 | |
*** flwang has joined #openstack-qa | 15:22 | |
*** jlanoux_ has joined #openstack-qa | 15:23 | |
*** zhiyan has joined #openstack-qa | 15:24 | |
*** davidlenwell has joined #openstack-qa | 15:24 | |
*** jlvillal_ has joined #openstack-qa | 15:24 | |
*** yangyap__ has joined #openstack-qa | 15:25 | |
*** maurosr has joined #openstack-qa | 15:25 | |
*** e0ne_ has quit IRC | 15:25 | |
*** jlanoux has quit IRC | 15:25 | |
*** dims has quit IRC | 15:25 | |
*** jecarey has quit IRC | 15:25 | |
*** sabeen has quit IRC | 15:25 | |
*** gfidente has quit IRC | 15:25 | |
*** yangyape_ has quit IRC | 15:25 | |
*** eliqiao has quit IRC | 15:25 | |
*** jordanP has quit IRC | 15:25 | |
*** jlvillal has quit IRC | 15:25 | |
*** davidlenwell_ has quit IRC | 15:25 | |
*** dhellmann has quit IRC | 15:25 | |
*** sambetts has quit IRC | 15:25 | |
*** mattoliverau has quit IRC | 15:25 | |
*** pleia2 has quit IRC | 15:25 | |
*** dkranz has quit IRC | 15:25 | |
*** edmondsw has quit IRC | 15:25 | |
*** r-mibu has quit IRC | 15:25 | |
*** sileht has quit IRC | 15:25 | |
*** Droddo has quit IRC | 15:25 | |
*** tonyb has quit IRC | 15:25 | |
*** bauwser has quit IRC | 15:25 | |
*** vinc has quit IRC | 15:25 | |
*** gmann has quit IRC | 15:25 | |
*** EmilienM has quit IRC | 15:25 | |
*** pleia2_ is now known as pleia2 | 15:26 | |
*** johnthetubaguy has quit IRC | 15:26 | |
*** dims has joined #openstack-qa | 15:26 | |
*** e0ne has joined #openstack-qa | 15:26 | |
*** dhellmann has joined #openstack-qa | 15:26 | |
*** amotoki has joined #openstack-qa | 15:27 | |
*** jlvillal_ is now known as jlvillal | 15:27 | |
*** jlvillal is now known as Guest81062 | 15:27 | |
*** EmilienM has joined #openstack-qa | 15:28 | |
*** greghaynes has quit IRC | 15:28 | |
*** tosky_ has joined #openstack-qa | 15:29 | |
*** sileht has joined #openstack-qa | 15:30 | |
*** gmann has joined #openstack-qa | 15:30 | |
*** rcernin has quit IRC | 15:30 | |
*** jordanP has joined #openstack-qa | 15:30 | |
*** bauzas has joined #openstack-qa | 15:30 | |
*** tosky has quit IRC | 15:30 | |
*** edmondsw has joined #openstack-qa | 15:31 | |
*** Guest63229 has quit IRC | 15:31 | |
*** gfidente has joined #openstack-qa | 15:32 | |
*** gfidente has quit IRC | 15:33 | |
*** dtantsur is now known as dtantsur|afk | 15:35 | |
*** nwkarsten has joined #openstack-qa | 15:35 | |
*** nwkarsten has quit IRC | 15:36 | |
*** nwkarsten has joined #openstack-qa | 15:36 | |
*** lekha has joined #openstack-qa | 15:37 | |
*** cargonza has joined #openstack-qa | 15:38 | |
openstackgerrit | Brian Ober proposed openstack/tempest: Swift Discoverability Validation https://review.openstack.org/306222 | 15:38 |
*** armax has joined #openstack-qa | 15:39 | |
*** auggy has joined #openstack-qa | 15:41 | |
*** jecarey has joined #openstack-qa | 15:45 | |
*** neeti has quit IRC | 15:45 | |
*** johnthetubaguy has joined #openstack-qa | 15:46 | |
*** shausy has quit IRC | 15:47 | |
*** greghaynes has joined #openstack-qa | 15:47 | |
*** jecarey_ has quit IRC | 15:48 | |
*** jecarey has quit IRC | 15:49 | |
*** alyson_ has joined #openstack-qa | 15:49 | |
*** diana_clarke1 has joined #openstack-qa | 15:50 | |
*** gfidente|ghost is now known as gfidente | 15:53 | |
*** dtroyer has quit IRC | 15:56 | |
*** dtroyer has joined #openstack-qa | 15:56 | |
*** marcusvrn_ has joined #openstack-qa | 15:56 | |
*** jordanP has quit IRC | 15:56 | |
*** akshai has quit IRC | 15:57 | |
*** akshai has joined #openstack-qa | 15:58 | |
*** akshai has quit IRC | 16:00 | |
*** akshai has joined #openstack-qa | 16:00 | |
*** yamahata has joined #openstack-qa | 16:05 | |
*** drptbl_ has quit IRC | 16:06 | |
*** jlanoux_ has quit IRC | 16:06 | |
*** sambetts_ is now known as sambetts | 16:07 | |
*** marcusvrn_ has quit IRC | 16:13 | |
*** alyson_ has quit IRC | 16:13 | |
*** nwkarsten has quit IRC | 16:13 | |
*** alyson_ has joined #openstack-qa | 16:14 | |
*** marcusvrn_ has joined #openstack-qa | 16:14 | |
*** gfidente has quit IRC | 16:14 | |
*** luzC has quit IRC | 16:15 | |
*** kprabhuv has quit IRC | 16:15 | |
*** yarkot has quit IRC | 16:15 | |
*** kprabhuv- has quit IRC | 16:17 | |
*** lcazares has quit IRC | 16:17 | |
*** yarkot1 has quit IRC | 16:17 | |
*** castulo has quit IRC | 16:17 | |
*** kprabhuv has joined #openstack-qa | 16:17 | |
*** luzC has joined #openstack-qa | 16:18 | |
*** mriedem is now known as mriedem_lunch | 16:19 | |
*** lcazares has joined #openstack-qa | 16:20 | |
*** castulo has joined #openstack-qa | 16:22 | |
*** amotoki has quit IRC | 16:24 | |
*** nadya has quit IRC | 16:25 | |
EmilienM | mtreinish: quick question about openstack health | 16:26 |
EmilienM | http://status.openstack.org/openstack-health/#/?searchProject=periodic-pu&groupKey=project&resolutionKey=hour&end=2016-04-15T16:25:45.513Z | 16:26 |
EmilienM | I'm trying to find periodic-puppet jobs | 16:26 |
EmilienM | but I don't see them, am I missing something? | 16:26 |
*** salv-orlando has quit IRC | 16:26 | |
EmilienM | mtreinish: nevermind, the job failed to run, git issue http://logs.openstack.org/periodic/periodic-puppet-openstack-integration-4-scenario001-tempest-centos-7/86c8101/console.html#_2016-04-15_06_02_06_189 | 16:28 |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add an rss api route to get a feed of failed tests https://review.openstack.org/305496 | 16:29 |
*** diana_clarke1 is now known as diana-testing | 16:29 | |
*** diana-testing is now known as diana-m | 16:30 | |
*** diana-m is now known as dclarke | 16:31 | |
*** dclarke has left #openstack-qa | 16:32 | |
EmilienM | mtreinish: nevermind, we ran gerrit-git-prep and we reverted it. It's an infra thing that we fixed this morning, so from tomorrow we should have periodic jobs working. | 16:33 |
*** tosky_ is now known as tosky | 16:35 | |
*** sree has joined #openstack-qa | 16:36 | |
*** apoorvad has joined #openstack-qa | 16:39 | |
*** akshai has quit IRC | 16:39 | |
*** apoorvad has quit IRC | 16:40 | |
*** sree has quit IRC | 16:41 | |
*** lcazares has quit IRC | 16:42 | |
*** apoorvad has joined #openstack-qa | 16:43 | |
*** dclarke has joined #openstack-qa | 16:44 | |
*** kprabhuv- has joined #openstack-qa | 16:44 | |
*** harlowja has quit IRC | 16:44 | |
*** harlowja has joined #openstack-qa | 16:45 | |
*** diana_clarke has joined #openstack-qa | 16:46 | |
*** lcazares has joined #openstack-qa | 16:48 | |
dclarke | Happy Friday, folks! I have a few n00b OpenStack/DevStack questions, if you don't mind. | 16:50 |
dclarke | Using DevStack, what's the minimum that needs to be done to ssh to a new instance? A non-cirros based instance, that is. | 16:50 |
dclarke | I've tried: 1. Upload a new image. 2. Create a keypair 3. Launch an instance using that image & keypair | 16:50 |
dclarke | But I keep getting the typical ssh errors like "No route to host". I'm sure I'm just missing something obvious. | 16:50 |
*** akshai has joined #openstack-qa | 16:51 | |
pglass | can i get some reviews on https://review.openstack.org/#/c/302361/ | 16:54 |
dclarke | Should I need to edit the default security group rules? Set inject_password=true in the local.conf nova post-config? Way off track…? | 16:55 |
*** luzC has quit IRC | 16:55 | |
*** kprabhuv has quit IRC | 16:55 | |
*** castulo has quit IRC | 16:55 | |
*** kprabhuv has joined #openstack-qa | 16:56 | |
*** sambetts is now known as sambetts|afk | 16:56 | |
openstackgerrit | boden proposed openstack-dev/devstack: Fix Q_PLUGIN_EXTRA_CONF_FILES usage comment https://review.openstack.org/306541 | 16:57 |
*** luzC has joined #openstack-qa | 16:57 | |
*** cdent has joined #openstack-qa | 16:57 | |
*** pilgrimstack has quit IRC | 16:59 | |
*** castulo has joined #openstack-qa | 17:01 | |
*** sabeen1 has quit IRC | 17:03 | |
*** sabeen has joined #openstack-qa | 17:04 | |
*** Guest81062 is now known as jlvillal | 17:04 | |
*** jpena is now known as jpena|off | 17:05 | |
*** yamamoto has quit IRC | 17:10 | |
*** yamamoto has joined #openstack-qa | 17:11 | |
superdan | dclarke: neutron or nova-network? | 17:12 |
dclarke | superdan: heh, which one is default in devstack? | 17:13 |
*** pvaneck has joined #openstack-qa | 17:13 | |
superdan | dclarke: still n-net I think.. ps ax | grep nova-net | 17:13 |
*** nwkarsten has joined #openstack-qa | 17:14 | |
*** salv-orlando has joined #openstack-qa | 17:14 | |
superdan | dclarke: oh, are you saying you can ssh into a cirros guest but not another image? | 17:14 |
dclarke | superdan: yup, nova-network | 17:14 |
dclarke | superdan: yup | 17:14 |
superdan | dclarke: what image? | 17:14 |
dclarke | superdan: My latest attempt was from here: https://getfedora.org/cloud/download/ | 17:16 |
dclarke | superdan: fedora 23, qcow2 image | 17:16 |
dclarke | superdan: Fedora-Cloud-Base-23-20151030.x86_64.qcow2 | 17:17 |
*** rbak has quit IRC | 17:17 | |
superdan | dclarke: okay, I'm not sure what the defaults are for a cloud image, but I'm assuming they have ssh open.. you can get that error from the default redhat firewall, but.. ssh should be open | 17:17 |
superdan | dclarke: is the guest alive and does the console make it look like it got an IP etc? | 17:17 |
*** salv-orl_ has joined #openstack-qa | 17:17 | |
*** pvaneck_ has joined #openstack-qa | 17:17 | |
*** ajmiller_ has joined #openstack-qa | 17:17 | |
*** nwkarsten has quit IRC | 17:19 | |
*** yamamoto has quit IRC | 17:21 | |
*** yfried_ has joined #openstack-qa | 17:21 | |
*** jasonsb has joined #openstack-qa | 17:22 | |
*** pleia2 has quit IRC | 17:22 | |
*** auggy has quit IRC | 17:23 | |
dclarke | superdan: heh, it was alive… but now the console via the dashboard stops at "end Kernel panic". I think I know why. Back in a bit. Sorry & thanks. | 17:23 |
superdan | dclarke: yeah, that's .. a problem :) | 17:23 |
*** jog0 has quit IRC | 17:23 | |
dclarke | superdan: I swear it was fine moments ago ;) | 17:23 |
superdan | heh | 17:23 |
*** boris-42 has quit IRC | 17:24 | |
*** yamamoto has joined #openstack-qa | 17:24 | |
*** ramishra_ has joined #openstack-qa | 17:24 | |
*** pleia2 has joined #openstack-qa | 17:24 | |
*** pcm_ has joined #openstack-qa | 17:25 | |
*** yamamoto has quit IRC | 17:25 | |
*** sabeen has quit IRC | 17:26 | |
*** salv-orlando has quit IRC | 17:26 | |
*** pvaneck has quit IRC | 17:26 | |
*** castulo has quit IRC | 17:26 | |
*** kprabhuv has quit IRC | 17:26 | |
*** kprabhuv- has quit IRC | 17:26 | |
*** marcusvrn_ has quit IRC | 17:26 | |
*** alyson_ has quit IRC | 17:26 | |
*** dtroyer has quit IRC | 17:26 | |
*** cdent has quit IRC | 17:27 | |
*** lcazares has quit IRC | 17:27 | |
*** apoorvad has quit IRC | 17:27 | |
*** yamahata has quit IRC | 17:27 | |
*** armax has quit IRC | 17:27 | |
*** EmilienM has quit IRC | 17:27 | |
*** dhellmann has quit IRC | 17:27 | |
*** zhiyan has quit IRC | 17:27 | |
*** fungi has quit IRC | 17:27 | |
*** dkranz_ has quit IRC | 17:27 | |
*** sambetts|afk has quit IRC | 17:27 | |
*** yfried has quit IRC | 17:27 | |
*** sdague has quit IRC | 17:27 | |
*** markvoelker has quit IRC | 17:27 | |
*** pc_m has quit IRC | 17:27 | |
*** ramishra has quit IRC | 17:27 | |
*** alex_xu has quit IRC | 17:27 | |
*** openstackgerrit has quit IRC | 17:27 | |
*** jdandrea has quit IRC | 17:27 | |
*** hieulq has quit IRC | 17:27 | |
*** ajmiller has quit IRC | 17:27 | |
*** thingee has quit IRC | 17:27 | |
*** EmilienM has joined #openstack-qa | 17:29 | |
*** eliqiao_ has quit IRC | 17:30 | |
*** yamamoto has joined #openstack-qa | 17:31 | |
*** maurosr has quit IRC | 17:31 | |
*** kprabhuv has joined #openstack-qa | 17:31 | |
*** e0ne has quit IRC | 17:31 | |
*** sambetts has joined #openstack-qa | 17:32 | |
*** eliqiao has joined #openstack-qa | 17:34 | |
*** david-lyle has quit IRC | 17:34 | |
*** david-lyle has joined #openstack-qa | 17:34 | |
*** apoorvad has joined #openstack-qa | 17:35 | |
*** kprabhuv- has joined #openstack-qa | 17:35 | |
*** markvoelker has joined #openstack-qa | 17:35 | |
*** jdandrea has joined #openstack-qa | 17:35 | |
*** jog0 has joined #openstack-qa | 17:36 | |
*** lcazares has joined #openstack-qa | 17:36 | |
*** alyson_ has joined #openstack-qa | 17:37 | |
*** maurosr has joined #openstack-qa | 17:37 | |
*** yarkot has joined #openstack-qa | 17:37 | |
*** jasonsb has quit IRC | 17:38 | |
*** dkranz_ has joined #openstack-qa | 17:39 | |
*** auggy has joined #openstack-qa | 17:40 | |
*** castulo has joined #openstack-qa | 17:41 | |
*** alex_xu has joined #openstack-qa | 17:41 | |
*** rbak has joined #openstack-qa | 17:42 | |
*** cjmartinez has joined #openstack-qa | 17:42 | |
*** nwkarsten has joined #openstack-qa | 17:42 | |
*** mriedem_lunch has quit IRC | 17:42 | |
*** yangyap__ has quit IRC | 17:43 | |
*** eliqiao has quit IRC | 17:44 | |
*** dhellmann has joined #openstack-qa | 17:44 | |
*** yangyapeng has joined #openstack-qa | 17:45 | |
*** yamahata has joined #openstack-qa | 17:46 | |
*** dhellmann_ has joined #openstack-qa | 17:46 | |
*** dhellmann_ has quit IRC | 17:47 | |
*** alyson_ has quit IRC | 17:47 | |
*** openstackgerrit has joined #openstack-qa | 17:48 | |
*** mriedem has joined #openstack-qa | 17:48 | |
*** sdague has joined #openstack-qa | 17:49 | |
*** pilgrimstack has joined #openstack-qa | 17:49 | |
*** dhellmann has quit IRC | 17:50 | |
*** armax has joined #openstack-qa | 17:50 | |
*** pilgrimstack has quit IRC | 17:50 | |
*** yarkot1 has joined #openstack-qa | 17:51 | |
*** shardy has quit IRC | 17:51 | |
*** luzC has quit IRC | 17:52 | |
openstackgerrit | Merged openstack/tempest: Add compute 2.10 microversion tests info in doc https://review.openstack.org/306240 | 17:52 |
*** tosky has quit IRC | 17:53 | |
*** Kiall has quit IRC | 17:53 | |
*** boris-42 has joined #openstack-qa | 17:53 | |
*** eliqiao has joined #openstack-qa | 17:54 | |
*** Kiall has joined #openstack-qa | 17:54 | |
*** yamamoto has quit IRC | 17:54 | |
*** dhellmann has joined #openstack-qa | 17:55 | |
*** dtroyer has joined #openstack-qa | 17:55 | |
openstackgerrit | Rob Crittenden proposed openstack/tempest: Don't require a Content-Length for 204 responses https://review.openstack.org/306567 | 17:56 |
*** dhellmann has quit IRC | 17:57 | |
*** mylu has joined #openstack-qa | 17:57 | |
mtreinish | EmilienM: heh, ok cool. We still need to implement a solution for tracking pre-devstack failures | 17:57 |
*** dhellmann has joined #openstack-qa | 17:57 | |
*** cjmartinez has quit IRC | 17:58 | |
*** zhiyan has joined #openstack-qa | 17:59 | |
*** marcusvrn_ has joined #openstack-qa | 17:59 | |
*** yamamoto has joined #openstack-qa | 18:02 | |
*** alex_xu has quit IRC | 18:04 | |
*** alex_xu has joined #openstack-qa | 18:07 | |
*** fungi has joined #openstack-qa | 18:07 | |
*** doradus has quit IRC | 18:08 | |
*** mylu has quit IRC | 18:10 | |
*** eliqiao has quit IRC | 18:10 | |
*** eliqiao has joined #openstack-qa | 18:11 | |
*** vhosakot has quit IRC | 18:13 | |
*** dahoo has joined #openstack-qa | 18:14 | |
*** yamamoto has quit IRC | 18:16 | |
dahoo | ianw: ping | 18:16 |
dahoo | ianw: i have a question about this change https://review.openstack.org/#/c/281779/ | 18:16 |
*** e0ne has joined #openstack-qa | 18:19 | |
*** mylu has joined #openstack-qa | 18:20 | |
*** yamamoto has joined #openstack-qa | 18:20 | |
*** lezbar__ has quit IRC | 18:24 | |
*** yamahata has quit IRC | 18:25 | |
*** tqtran has joined #openstack-qa | 18:27 | |
*** jecarey has joined #openstack-qa | 18:29 | |
dahoo | ianw: setting --os-tenant-name in some of the python-*client won't take effect if OS_PROJECT_NAME is set | 18:29 |
openstackgerrit | Nate Marsella proposed openstack-infra/elastic-recheck: Make the index format string configurable in the conf file. This allows query to work against indices not named the typical "logstash-%Y.%m.%d". https://review.openstack.org/306360 | 18:32 |
*** cjmarti has joined #openstack-qa | 18:32 | |
*** jecarey has quit IRC | 18:33 | |
*** jecarey has joined #openstack-qa | 18:35 | |
*** thingee has joined #openstack-qa | 18:36 | |
*** mylu has quit IRC | 18:37 | |
*** jecarey has quit IRC | 18:38 | |
*** mylu has joined #openstack-qa | 18:39 | |
*** luzC has joined #openstack-qa | 18:46 | |
*** vhosakot has joined #openstack-qa | 18:48 | |
openstackgerrit | Andreas Jaeger proposed openstack-dev/devstack: Add venv tox environment https://review.openstack.org/306592 | 18:55 |
*** nwkarsten has quit IRC | 18:56 | |
*** yamamoto has quit IRC | 18:57 | |
*** yamahata has joined #openstack-qa | 19:02 | |
*** sabeen has joined #openstack-qa | 19:03 | |
*** nwkarsten has joined #openstack-qa | 19:05 | |
*** nwkarsten has quit IRC | 19:05 | |
*** nwkarsten has joined #openstack-qa | 19:05 | |
*** nwkarsten has quit IRC | 19:05 | |
*** nwkarsten has joined #openstack-qa | 19:06 | |
*** nwkarsten has quit IRC | 19:06 | |
*** nwkarsten has joined #openstack-qa | 19:06 | |
*** nwkarsten has quit IRC | 19:07 | |
openstackgerrit | Andreas Jaeger proposed openstack-dev/devstack: Add venv tox environment https://review.openstack.org/306592 | 19:07 |
*** nwkarsten has joined #openstack-qa | 19:07 | |
*** nwkarste_ has joined #openstack-qa | 19:08 | |
*** nwkarst__ has joined #openstack-qa | 19:09 | |
*** nwkarst__ has quit IRC | 19:09 | |
*** nwkarst__ has joined #openstack-qa | 19:11 | |
*** nwkarsten has quit IRC | 19:12 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add an rss api route to get a feed of failed tests https://review.openstack.org/305496 | 19:12 |
mtreinish | masayukig, timothyb89, EmilienM: ^^^ now with unit tests. (although they'll fail until the subunit2sql patch is included in a release | 19:12 |
*** nwkarsten has joined #openstack-qa | 19:12 | |
*** nwkarsten has quit IRC | 19:12 | |
EmilienM | indeed | 19:13 |
EmilienM | mtreinish: nice work here | 19:13 |
*** nwkarsten has joined #openstack-qa | 19:13 | |
*** melwitt has quit IRC | 19:13 | |
*** nwkarste_ has quit IRC | 19:13 | |
*** binbincong has quit IRC | 19:14 | |
*** nwkarste_ has joined #openstack-qa | 19:14 | |
*** nwkarste_ has quit IRC | 19:14 | |
mtreinish | EmilienM: once all these bits land we can start working on integrating it into the frontend | 19:14 |
mtreinish | probably through a combination of mod_cache and mod_proxy on status.o.o | 19:14 |
*** nwkarste_ has joined #openstack-qa | 19:15 | |
*** mylu has quit IRC | 19:15 | |
*** jdandrea_ has joined #openstack-qa | 19:15 | |
*** nwkarste_ has quit IRC | 19:15 | |
*** melwitt has joined #openstack-qa | 19:15 | |
*** nwkarst__ has quit IRC | 19:16 | |
*** nadya has joined #openstack-qa | 19:17 | |
*** nwkarste_ has joined #openstack-qa | 19:17 | |
*** nwkarsten has quit IRC | 19:17 | |
*** lcazares has quit IRC | 19:18 | |
*** jdandrea has quit IRC | 19:18 | |
*** pvaneck__ has joined #openstack-qa | 19:18 | |
*** ajmiller__ has joined #openstack-qa | 19:19 | |
*** markvoelker_ has joined #openstack-qa | 19:19 | |
*** nadya_ has joined #openstack-qa | 19:19 | |
*** nwkarsten has joined #openstack-qa | 19:20 | |
*** armax_ has joined #openstack-qa | 19:20 | |
*** apoorvad_ has joined #openstack-qa | 19:20 | |
*** salv-orlando has joined #openstack-qa | 19:20 | |
*** nwkarste_ has quit IRC | 19:21 | |
*** nwkarsten has quit IRC | 19:21 | |
*** yfried has joined #openstack-qa | 19:22 | |
*** kinrui has joined #openstack-qa | 19:22 | |
*** e0ne has quit IRC | 19:22 | |
*** fungi has quit IRC | 19:22 | |
*** yarkot has quit IRC | 19:22 | |
*** maurosr has quit IRC | 19:22 | |
*** maurosr has joined #openstack-qa | 19:22 | |
*** nadya has quit IRC | 19:22 | |
*** armax has quit IRC | 19:22 | |
*** sdague has quit IRC | 19:22 | |
*** castulo has quit IRC | 19:22 | |
*** dkranz_ has quit IRC | 19:22 | |
*** kprabhuv has quit IRC | 19:22 | |
*** yfried_ has quit IRC | 19:22 | |
*** ajmiller_ has quit IRC | 19:22 | |
*** salv-orl_ has quit IRC | 19:22 | |
*** pvaneck_ has quit IRC | 19:22 | |
*** armax_ is now known as armax | 19:22 | |
*** markvoelker has quit IRC | 19:22 | |
*** apoorvad has quit IRC | 19:22 | |
*** maurosr has quit IRC | 19:23 | |
*** maurosr has joined #openstack-qa | 19:23 | |
*** cjmarti is now known as castulo | 19:23 | |
*** sdague has joined #openstack-qa | 19:23 | |
*** nwkarsten has joined #openstack-qa | 19:23 | |
*** nwkarsten has quit IRC | 19:23 | |
*** e0ne has joined #openstack-qa | 19:24 | |
*** nwkarsten has joined #openstack-qa | 19:24 | |
*** binbincong has joined #openstack-qa | 19:24 | |
*** dkranz_ has joined #openstack-qa | 19:24 | |
mtreinish | oomichi: I responded your comments on the subunit2sql patch | 19:27 |
oomichi | mtreinish: ok, I will check it soon | 19:27 |
*** raildo is now known as raildo-afk | 19:27 | |
*** e0ne has quit IRC | 19:31 | |
*** salv-orl_ has joined #openstack-qa | 19:33 | |
*** salv-orl_ has quit IRC | 19:33 | |
*** salv-orl_ has joined #openstack-qa | 19:34 | |
*** salv-orlando has quit IRC | 19:36 | |
timothyb89 | mtreinish: speaking of mod_cache, is turning that on for more api endpoints something we might want to look into? | 19:37 |
*** salv-orl_ has quit IRC | 19:39 | |
*** nadya_ has quit IRC | 19:40 | |
oomichi | mtreinish: it is fine for me only if removing start_date option from get_recent_failed_runs_by_run_metadata() on https://review.openstack.org/#/c/305495 | 19:45 |
*** nwkarsten has quit IRC | 19:46 | |
*** jlwhite has quit IRC | 19:48 | |
*** jlwhite_ has joined #openstack-qa | 19:48 | |
*** jlwhite_ has quit IRC | 19:48 | |
*** jlwhite has joined #openstack-qa | 19:48 | |
*** Serlex has quit IRC | 19:51 | |
mtreinish | timothyb89: mod_cache should be turned on for all the api endpoints | 19:53 |
mtreinish | oomichi: start_date is a needed option on the new method | 19:53 |
oomichi | mtreinish: yeah, and will you add it into the other method as you said on the gerrit? | 19:54 |
timothyb89 | mtreinish: oh, good to know, I guess I just failed at searching through puppet-openstack_health :) | 19:54 |
*** raildo-afk is now known as raildo | 19:55 | |
mtreinish | timothyb89: https://github.com/openstack-infra/puppet-openstack_health/blob/master/templates/openstack-health-api.vhost.erb#L28-L40 | 19:56 |
*** yamamoto has joined #openstack-qa | 19:58 | |
*** toabctl has quit IRC | 20:00 | |
*** andreaf has quit IRC | 20:00 | |
*** andreaf has joined #openstack-qa | 20:01 | |
*** toabctl has joined #openstack-qa | 20:01 | |
*** doradus has joined #openstack-qa | 20:02 | |
mtreinish | timothyb89: tbh I'm not sure how much of an effect or benefit mod_cache on the api server has | 20:03 |
mtreinish | oomichi: oh, yeah I can do that as a follow up change (unless you'd like to do it :) ) | 20:04 |
timothyb89 | mtreinish: it looks like we're using all default settings... and it might need cache headers on the client-side to have an effect? | 20:04 |
*** yamamoto has quit IRC | 20:08 | |
mtreinish | timothyb89: I'm not sure any client side header is needed. But I could definitely see needing to adjust the settings | 20:09 |
*** jlwhite_ has joined #openstack-qa | 20:09 | |
timothyb89 | mtreinish: for sure... I should definitely try to learn more about caching :) | 20:10 |
*** nwkarsten has joined #openstack-qa | 20:10 | |
mtreinish | timothyb89: https://httpd.apache.org/docs/current/mod/mod_cache.html | 20:10 |
*** jlwhite has quit IRC | 20:11 | |
mtreinish | you can configure it to cache regardless of whatever headers the client sends | 20:11 |
*** raildo is now known as raildo-afk | 20:11 | |
*** raildo-afk is now known as raildo | 20:13 | |
*** nwkarsten has quit IRC | 20:14 | |
*** mylu has joined #openstack-qa | 20:16 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:17 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:17 | |
*** jdandrea has joined #openstack-qa | 20:19 | |
*** pvaneck_ has joined #openstack-qa | 20:20 | |
*** armax_ has joined #openstack-qa | 20:20 | |
*** cody-somerville has joined #openstack-qa | 20:22 | |
*** cody-somerville has quit IRC | 20:22 | |
*** cody-somerville has joined #openstack-qa | 20:22 | |
*** armax has quit IRC | 20:22 | |
*** armax_ is now known as armax | 20:22 | |
*** yfried_ has joined #openstack-qa | 20:22 | |
*** doradus has quit IRC | 20:23 | |
*** andreaf has quit IRC | 20:23 | |
*** yfried has quit IRC | 20:23 | |
*** pvaneck__ has quit IRC | 20:23 | |
*** jdandrea_ has quit IRC | 20:23 | |
*** yamahata has quit IRC | 20:23 | |
*** sabeen has quit IRC | 20:26 | |
*** jlwhite_ has quit IRC | 20:27 | |
*** andreaf has joined #openstack-qa | 20:28 | |
*** alex_xu has quit IRC | 20:34 | |
*** sabeen has joined #openstack-qa | 20:35 | |
*** alex_xu has joined #openstack-qa | 20:36 | |
*** yamahata has joined #openstack-qa | 20:36 | |
*** salv-orlando has joined #openstack-qa | 20:38 | |
*** salv-orlando has quit IRC | 20:38 | |
*** salv-orlando has joined #openstack-qa | 20:38 | |
*** doradus has joined #openstack-qa | 20:40 | |
*** sabeen has quit IRC | 20:42 | |
*** ajmiller__ is now known as ajmiller | 20:43 | |
*** jecarey has joined #openstack-qa | 20:46 | |
*** jecarey_ has joined #openstack-qa | 20:48 | |
*** jecarey has quit IRC | 20:48 | |
*** jbernard_ has joined #openstack-qa | 20:50 | |
*** edmondsw has quit IRC | 20:55 | |
jroll | we're seeing abnormally high amount of timeouts in ironic stuff, this seems to be coming up: http://logs.openstack.org/58/272658/38/check/gate-tempest-dsvm-ironic-pxe_ssh/9462e59/console.html#_2016-04-15_15_17_49_950 | 21:03 |
*** rossella_s has quit IRC | 21:03 | |
jroll | which is during this code https://github.com/openstack/ironic/blob/master/ironic_tempest_plugin/tests/scenario/test_baremetal_basic_ops.py#L122-L126 | 21:03 |
jroll | note the timestamps between connecting over ssh and tearing down resources | 21:03 |
jroll | any immediate thoughts or should I keep digging? | 21:04 |
jroll | the failures also don't really seem to be registering in openstack-health? http://status.openstack.org/openstack-health/#/g/project/openstack~2Fironic?groupKey=project&resolutionKey=hour&end=2016-04-15T21:04:29.444Z | 21:05 |
jroll | or some of our dsvm jobs, anyway | 21:05 |
*** rossella_s has joined #openstack-qa | 21:06 | |
jroll | curious if this could be limited to a certain provider or something, but not really sure how to find that data | 21:06 |
*** doradus has quit IRC | 21:06 | |
mtreinish | jroll: that looks to me like it's stuck doing 'sudo sh -c "date > %s/timestamp; sync"' and then unmounting for 12min | 21:07 |
mtreinish | because those actions don't log and that's what the second ssh connection does | 21:08 |
jroll | of course that does a sync :/ | 21:08 |
mtreinish | jroll: from: https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L616 (also you probably shouldn't import the scenario manager in your plugin, it's not a stable interface) | 21:08 |
mtreinish | jroll: as for openstack-health it only has data for the gate and periodic queues | 21:09 |
jroll | right right | 21:09 |
jroll | yep, it seems to be missing gate jobs here | 21:09 |
*** aysyd has quit IRC | 21:09 | |
jroll | nope, I lied | 21:10 |
*** pilgrimstack has joined #openstack-qa | 21:10 | |
*** pilgrimstack has quit IRC | 21:10 | |
*** pilgrimstack has joined #openstack-qa | 21:10 | |
jroll | sigh, I must be tired | 21:10 |
jroll | mtreinish: anyway, thoughts why that might suddenly be hanging? | 21:10 |
*** doradus has joined #openstack-qa | 21:10 | |
mtreinish | jroll: I think your guess of a provider having slow disk io is a good one | 21:11 |
mtreinish | jroll: check dstat for that run | 21:11 |
*** gszasz has quit IRC | 21:12 | |
jroll | mtreinish: nod, thanks | 21:12 |
mtreinish | jroll: for those 12min: http://paste.openstack.org/show/494294/ | 21:13 |
mtreinish | nothing real stands out to me from a quick glance | 21:14 |
jroll | yeah, doesn't look crazy | 21:14 |
jroll | how'd you get it in that format so quickly, btw? | 21:15 |
mtreinish | jroll: ctrl+f + copy and paste from: http://logs.openstack.org/58/272658/38/check/gate-tempest-dsvm-ironic-pxe_ssh/9462e59/logs/screen-dstat.txt.gz | 21:15 |
jroll | aha, I was looking at the dstat csv | 21:16 |
jroll | didn't realize there was normal output too | 21:16 |
jroll | ty | 21:16 |
mtreinish | yeah the csv is mostly there for stackviz so it can graph things: https://stackviz.timothyb89.org/s/b145afec-f8d6-4419-a700-c3c4f1918db9/#/0/timeline?test=ironic_tempest_plugin.tests.scenario.test_baremetal_basic_ops.BaremetalBasicOps.test_baremetal_server_ops | 21:17 |
mtreinish | (although it doesn't look like it's working there) | 21:17 |
*** raildo is now known as raildo-afk | 21:18 | |
mtreinish | jroll: once https://review.openstack.org/#/c/279317/ lands we'll be able to generate that timeline view in the artifacts for every run | 21:18 |
mtreinish | timothyb89: ^^^ is there something up with the dstat graphs? | 21:19 |
jroll | neat | 21:20 |
*** pilgrimstack has quit IRC | 21:20 | |
*** dimtruck is now known as zz_dimtruck | 21:22 | |
dclarke | superdan: Welp, it finally worked! And it was really easy once I started from scratch (image -> keypair -> instance -> ssh -> world peace). | 21:24 |
dclarke | superdan: Not sure what was up with my b0rked devstack before. Thanks for your help! | 21:24 |
superdan | dclarke: cool | 21:24 |
*** doradus has quit IRC | 21:24 | |
*** nwkarsten has joined #openstack-qa | 21:26 | |
dclarke | Does the "ds" in the new flavor names stand for DevStack? | 21:28 |
*** rfolco has quit IRC | 21:28 | |
superdan | yeah | 21:30 |
superdan | there were some static flavors in nova forever, which are the m1 ones, and then recently we added the ds ones as just more likely to be useful for people doing dev on a small devstack setup | 21:31 |
superdan | there is a comment in the devstack code about how much I love the new names :) | 21:31 |
*** nwkarsten has quit IRC | 21:33 | |
*** nwkarsten has joined #openstack-qa | 21:34 | |
*** nwkarsten has quit IRC | 21:39 | |
timothyb89 | mtreinish: dstat's broken on my deployer instance right now, I actually just fixed that yesterday but haven't updated it yet | 21:39 |
mtreinish | timothyb89: heh, ok | 21:41 |
mtreinish | timothyb89: just thinking out loud how hard would it be to integrate the stackviz stuff directly into openstack-health? | 21:41 |
dclarke | superdan: The m1.* flavors were used in the demos at the OpenStack meetup I was at a couple of days ago. It'll be a while before the ubiquitous language catches up. | 21:41 |
*** rfolco has joined #openstack-qa | 21:42 | |
timothyb89 | mtreinish: depends on the method, with the deployer it would be super easy to get 100% coverage with a quick API | 21:42 |
mtreinish | timothyb89: so when we have a link to an individual jobs results we do the generation on the api server | 21:42 |
timothyb89 | mtreinish: with devstack-gate logging we can guess and link to '/stackviz' but for anything that isn't a full tempest-dsvm run it would 404 | 21:42 |
mtreinish | timothyb89: I'm wondering if that would be a faster path forward here, given how long the local artifacts approach is taking | 21:42 |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:43 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:43 | |
timothyb89 | mtreinish: I have been having similar thoughts :) | 21:43 |
*** rfolco has quit IRC | 21:44 | |
timothyb89 | mtreinish: and would make things easier into the future, I've had sudden urges to add parsers for console.html and other artifacts... they'd make devstack-gate code more complex, versus the pluggable crawler the deployer uses | 21:45 |
*** mriedem has quit IRC | 21:45 | |
*** sabeen has joined #openstack-qa | 21:47 | |
*** sabeen has quit IRC | 21:50 | |
*** cjmarti has joined #openstack-qa | 21:51 | |
timothyb89 | mtreinish: sorry, missed your question, but yep, the API server crawls, generates, and caches all the data on demand... and also works 100% with gzip so storage requirements are way lower | 21:51 |
*** cjmarti is now known as jlwhite | 21:52 | |
*** doradus has joined #openstack-qa | 21:52 | |
openstackgerrit | Merged openstack-dev/devstack: Add venv tox environment https://review.openstack.org/306592 | 21:54 |
*** cody-somerville has quit IRC | 21:54 | |
*** pcm_ has quit IRC | 21:54 | |
openstackgerrit | Merged openstack-dev/devstack: Updated from generate-devstack-plugins-list https://review.openstack.org/293932 | 21:55 |
*** pc_m has joined #openstack-qa | 21:55 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:05 | |
*** jlwhite_ has joined #openstack-qa | 22:08 | |
*** alex_xu has quit IRC | 22:13 | |
*** alex_xu has joined #openstack-qa | 22:15 | |
*** vhosakot has quit IRC | 22:21 | |
*** SergeyLukjanov has quit IRC | 22:22 | |
*** SergeyLukjanov has joined #openstack-qa | 22:22 | |
*** dalees has quit IRC | 22:23 | |
*** ttx has quit IRC | 22:23 | |
*** akshai has quit IRC | 22:25 | |
*** dalees has joined #openstack-qa | 22:26 | |
*** akshai has joined #openstack-qa | 22:27 | |
mtreinish | timothyb89: well I meant integrating that into the o-h api server. So the frontend can request the stackviz from health.o.o | 22:35 |
*** yamahata has quit IRC | 22:35 | |
timothyb89 | mtreinish: the two could feasibly work together or even on the same server, I suppose? | 22:35 |
*** ttx has joined #openstack-qa | 22:36 | |
timothyb89 | mtreinish: the backend that does generation is a plain flask app with sqlalchemy, so mostly identical config | 22:36 |
*** pglass has quit IRC | 22:43 | |
*** sdague has quit IRC | 22:45 | |
timothyb89 | mtreinish: I also just updated my deployer instance with the latest patches, should fix dstat and improve performance | 22:46 |
*** eliqiao_ has joined #openstack-qa | 23:02 | |
*** eliqiao has quit IRC | 23:03 | |
*** akshai has quit IRC | 23:05 | |
*** pglass has joined #openstack-qa | 23:06 | |
openstackgerrit | Adolfo Duarte proposed openstack/tempest: DVRHA tests https://review.openstack.org/227450 | 23:10 |
*** mriedem has joined #openstack-qa | 23:14 | |
*** pglass has quit IRC | 23:18 | |
*** sree has joined #openstack-qa | 23:23 | |
*** sree has quit IRC | 23:28 | |
*** davideag_ has quit IRC | 23:31 | |
*** tonyb_ is now known as tonyb | 23:33 | |
*** vhosakot has joined #openstack-qa | 23:36 | |
*** markvoelker_ has quit IRC | 23:37 | |
*** dahoo has quit IRC | 23:40 | |
*** yangyapeng has quit IRC | 23:46 | |
*** yangyape_ has joined #openstack-qa | 23:47 | |
*** rbak has quit IRC | 23:47 | |
*** woodster_ has quit IRC | 23:48 | |
*** apoorvad_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!