*** markvoelker has joined #openstack-qa | 00:00 | |
anteaya | mtreinish: I'll finish eating dinner and then see if I can view it | 00:05 |
---|---|---|
*** markvoelker has quit IRC | 00:05 | |
anteaya | getting a lot of numpy foo set but not used warnings | 00:12 |
tonyb | anteaya: clearly the Internet is better where you are ;P | 00:16 |
* tonyb is still doign the setup | 00:17 | |
*** davidlenwell has quit IRC | 00:17 | |
*** salv-orlando has quit IRC | 00:18 | |
anteaya | :) | 00:20 |
anteaya | tonyb: get ready for numpy warnings | 00:21 |
tonyb | anteaya: :) | 00:21 |
tonyb | mtreinish: okay I've clearly done something wrong. | 00:21 |
tonyb | mtreinish: I have: (.install)[tony@thor openstack-health]$ python2 openstack_health/api.py etc/openstack-health-api.conf * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) * Restarting with stat * Debugger is active! * Debugger pin code: 314-484-949 | 00:22 |
mtreinish | tonyb: thats right | 00:22 |
mtreinish | it's running the api server on localhost:5000 | 00:22 |
tonyb | running and glup dev running but when I go to <IP>:3000 I het the static UI and a loading and no data | 00:22 |
mtreinish | anteaya: do you have a pastebin of the warning | 00:23 |
anteaya | loads of traceback | 00:23 |
*** davidlenwell has joined #openstack-qa | 00:23 | |
tonyb | mtreinish: if I manually mysql -h logstash.... I can auth to the DB so I don't think it's that ... | 00:23 |
anteaya | I can see if I can get some for you | 00:23 |
mtreinish | tonyb: hmm, can you do like curl -i localhost:5000/status or something? | 00:24 |
mtreinish | err probably throw an http in there | 00:24 |
mtreinish | that should tell you if the api server is connected to the db at least | 00:24 |
*** tosky has quit IRC | 00:25 | |
tonyb | mtreinish: that seemed to work from the api server | 00:25 |
tonyb | 127.0.0.1 - - [23/Dec/2015 11:24:43] "GET /status HTTP/1.1" 200 - | 00:25 |
anteaya | mtreinish: this is all I've got at the moment: http://paste.openstack.org/show/482562/ | 00:25 |
tonyb | database availability is true | 00:25 |
tonyb | mtreinish: when I start gulp dev I don't see it hit the API server, I'm thinking that's wrong | 00:26 |
mtreinish | anteaya: ah ok, yeah that's just c compiler warnings while it's building the python package | 00:26 |
mtreinish | tonyb: yeah when the page loads it should try to talk to the api server | 00:26 |
mtreinish | does the browser console show anything? | 00:27 |
mtreinish | anteaya: it looks like the installs all worked there | 00:27 |
mtreinish | tonyb: one thing I've seen is that if you get an error code from the api server the loading bar doesn't go away | 00:29 |
anteaya | mtreinish: yay! | 00:29 |
anteaya | mtreinish: thanks for looking | 00:29 |
mtreinish | tonyb: oh, wait you're in au, maybe the queries are just really slow flying across the world | 00:29 |
anteaya | the take a stop at the beach | 00:29 |
tonyb | :) | 00:30 |
anteaya | they* | 00:30 |
anteaya | I would | 00:30 |
mtreinish | tonyb: can you try a refresh of the page I'll check the mysql processlist to see if its spinning | 00:30 |
tonyb | mtreinish: done. | 00:31 |
tonyb | mtreinish: trying to get you a screenshot of what I'm seeing. | 00:31 |
*** rfolco has joined #openstack-qa | 00:31 | |
mtreinish | tonyb: :( I don't see anything on the mysql server | 00:31 |
*** ChuckC has quit IRC | 00:32 | |
tonyb | mtreinish: does this work for you: http://imgur.com/T9Rxda2 | 00:32 |
mtreinish | anteaya: are you able to get things started? | 00:32 |
mtreinish | tonyb: hmm, yeah thats the right ui and what it would do while it's waiting for an api response | 00:33 |
tonyb | mtreinish: I'm pretty sure it's somethign on my system. I'm not seeing any activity on port 5000 (and hence on the api server) | 00:33 |
timothyb89 | tonyb: can you open the dev tools (right click -> inspect on any part of the page) and see if there's any errors in the console? | 00:33 |
anteaya | mtreinish: I got this after npm install: npm WARN optional Skipping failed optional dependency /chokidar/fsevents: | 00:33 |
anteaya | npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.6 | 00:33 |
timothyb89 | anteaya: those should be okay to ignore | 00:34 |
anteaya | okay great | 00:34 |
anteaya | what command do I run next? | 00:34 |
tonyb | timothyb89: thanks Yeah there are a couple net::ERR_CONNECTION_REFUSED | 00:34 |
timothyb89 | assuming that was npm install that just finished, `gulp dev` | 00:34 |
mtreinish | anteaya: https://github.com/openstack/openstack-health/blob/master/README.rst#api-1 | 00:34 |
mtreinish | anteaya: followed by: https://github.com/openstack/openstack-health/blob/master/README.rst#frontend-1 | 00:34 |
mtreinish | which will open the page on your browser | 00:35 |
mtreinish | tonyb: fun | 00:35 |
tonyb | okay so I think it's all me. | 00:35 |
timothyb89 | tonyb: what does http://localhost:3000/config.json say for apiRoot? | 00:35 |
anteaya | so next I run openstack-health-api <config_file> | 00:35 |
tonyb | so I'm actually using 2 machines | 00:35 |
anteaya | where is teh config_file? | 00:35 |
mtreinish | tonyb: fwiw you can adjust etc/config.json to point at http://health.openstack.org and re-run gulp dev | 00:36 |
mtreinish | that will point the local js to the "prod" server | 00:36 |
mtreinish | anteaya: in etc/ of the repo | 00:36 |
tonyb | mtreinish: okay | 00:36 |
anteaya | mtreinish: thanks | 00:36 |
* tonyb does that .... | 00:36 | |
*** salv-orlando has joined #openstack-qa | 00:37 | |
anteaya | okay I am here: http://paste.openstack.org/show/482564/ | 00:37 |
tonyb | #winning | 00:38 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/256534 | 00:38 |
mtreinish | anteaya: cool that means the api server is started locally | 00:38 |
mtreinish | anteaya: then in another terminal run gulp dev from the repo dir | 00:38 |
anteaya | k | 00:38 |
mtreinish | and magic should happen :) | 00:38 |
mtreinish | tonyb: also looking at that screenshot from before you could see the ui change I was worried about :) | 00:39 |
tonyb | mtreinish: yeah, but I wanted to see the breadcrumbs | 00:39 |
anteaya | magic is happening! | 00:40 |
mtreinish | cool | 00:42 |
anteaya | this check mark seems oddly placed: http://imgur.com/OutqLkU | 00:42 |
anteaya | so now, what am I supposed to be looking at? | 00:42 |
mtreinish | anteaya: the placement of that group_by drop down vs whats on the current prod dashboard | 00:43 |
mtreinish | hmm, yeah that check mark doesn't line up quite right :) | 00:43 |
anteaya | yeah | 00:43 |
timothyb89 | anteaya: odd, what browser is that? | 00:44 |
anteaya | ff 42.0 | 00:44 |
mtreinish | timothyb89: I just checked it locally I get similar things (I'm running ff 43) | 00:44 |
timothyb89 | this is what I get for only testing in chrome :) | 00:44 |
mtreinish | heh, yeah it's fine in chrome | 00:44 |
anteaya | the placement of the group_by drop down seems to be easy to find and not in the way of other elements that are around it | 00:44 |
anteaya | timothyb89: live and learn | 00:45 |
mtreinish | anteaya: ok so you're fine with it up there vs being where it is today? | 00:45 |
mtreinish | that's the question I wasn't sure of | 00:45 |
*** salv-orlando has quit IRC | 00:45 | |
anteaya | where is it today? | 00:45 |
* tonyb +1's the change. | 00:45 | |
* anteaya goes to the status page | 00:45 | |
mtreinish | http://status.openstack.org/openstack-health/#/ | 00:45 |
tonyb | and now I knwo how to do loacal testing | 00:45 |
mtreinish | heh, yeah now I know who to bug when we need guinea pigs | 00:46 |
anteaya | yes much better where it is now in the patch | 00:46 |
anteaya | mtreinish: hehe | 00:46 |
anteaya | if people are patient with me when I ask stupid questions I'll try almost anything | 00:46 |
anteaya | but I do ask stupid questions | 00:46 |
mtreinish | anteaya: sorry, I didn't quite grok your assessment. The patch is better? or the current way is better? | 00:47 |
mtreinish | anteaya: heh, no worries, you should have seen how long it took me to get everything working the first time | 00:47 |
anteaya | mtreinish: the patch is better | 00:48 |
anteaya | I like the patch | 00:48 |
anteaya | mtreinish: hehehe | 00:48 |
mtreinish | anteaya: ok cool, then I'm +2 on it | 00:49 |
anteaya | mtreinish: awesome | 00:49 |
anteaya | I do have one request | 00:49 |
anteaya | you seem to use the same topic for a lot of your patches | 00:49 |
anteaya | it used to not matter in old gerrit | 00:49 |
mtreinish | anteaya: I'm normally too lazy to set a topic | 00:49 |
anteaya | new gerrit seems to care | 00:49 |
anteaya | mtreinish: yes, I get that | 00:49 |
mtreinish | it's hard to make me change | 00:49 |
mtreinish | it's all muscle memory | 00:49 |
anteaya | ha ha ha | 00:49 |
anteaya | thought I'd start with the gentle appeal | 00:50 |
mtreinish | I'll try to remember to do start setting a real topic it in the new year | 00:50 |
anteaya | thanks | 00:50 |
anteaya | :) | 00:50 |
* tonyb => lunch | 00:51 | |
mtreinish | I'll probably be able to force myself after a month or 2 (just like when I added -S to my git workflow) | 00:51 |
anteaya | tonyb: enjoy lunch | 00:51 |
anteaya | ha ha ha | 00:51 |
anteaya | well you know how I feel | 00:51 |
anteaya | so thanks for listening | 00:51 |
anteaya | I appreciate it | 00:51 |
*** rfolco has quit IRC | 00:52 | |
mtreinish | jhesketh: when you get a sec: https://review.openstack.org/238563 https://review.openstack.org/259646 https://review.openstack.org/260744 and https://review.openstack.org/256767 | 00:53 |
*** hemna is now known as hemnafk | 00:54 | |
*** jacky-zhang has joined #openstack-qa | 00:58 | |
jroll | mtreinish: topic defaults to branch name, I find that super useful | 00:59 |
jroll | local branch name that is | 00:59 |
mtreinish | jroll: yeah, I realize that. But my normal workflow is git fetch && git checkout origin/master && vim && git commit -a -S && git review | 01:00 |
mtreinish | it's kinda hard coded in my head, I don't even think about it anymore | 01:00 |
jroll | heh yeah | 01:00 |
jroll | I know how it is | 01:00 |
openstackgerrit | Merged openstack/openstack-health: Disable `one-var` eslint rule. https://review.openstack.org/254420 | 01:02 |
* mtreinish surprised there aren't any comments about him not running any tests in his normal workflow | 01:07 | |
anteaya | mtreinish: I'm watching a movie | 01:07 |
anteaya | mtreinish: bad bad mtreinish | 01:07 |
anteaya | feel better? | 01:07 |
*** vdrok- has joined #openstack-qa | 01:09 | |
mtreinish | heh, yep | 01:09 |
anteaya | oh good | 01:09 |
* anteaya goes back to watching the movie | 01:10 | |
*** vdrok- has quit IRC | 01:16 | |
*** salv-orlando has joined #openstack-qa | 01:23 | |
*** panbalag has quit IRC | 01:24 | |
*** salv-orlando has quit IRC | 01:27 | |
*** panbalag has joined #openstack-qa | 01:27 | |
*** Swami has quit IRC | 01:32 | |
*** vdrok- has joined #openstack-qa | 01:34 | |
*** ccneill has quit IRC | 01:34 | |
*** mriedem has joined #openstack-qa | 01:40 | |
*** shuquan has joined #openstack-qa | 01:52 | |
mriedem | mtreinish: i don't suppose this is tracked with subunit2sql? http://logs.openstack.org/77/257677/3/gate/gate-horizon-dsvm-integration/855c771/console.html.gz#_2015-12-16_13_08_59_896 | 01:55 |
mriedem | nope http://status.openstack.org/openstack-health/#/g/project/openstack%252Fhorizon | 01:56 |
*** erlon has quit IRC | 01:56 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for horizon keypair test error bug 1526791 https://review.openstack.org/260855 | 01:59 |
openstack | bug 1526791 in OpenStack Dashboard (Horizon) "test_keypair integration test consistently fails" [Critical,In progress] https://launchpad.net/bugs/1526791 - Assigned to Timur Sufiev (tsufiev-x) | 01:59 |
*** shuquan has quit IRC | 02:01 | |
*** markvoelker has joined #openstack-qa | 02:01 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-dvr 256534,14,352f3c8 | 02:03 |
*** shuquan has joined #openstack-qa | 02:05 | |
*** markvoelker has quit IRC | 02:06 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for horizon keypair test error bug 1526791 https://review.openstack.org/260855 | 02:07 |
openstack | bug 1526791 in OpenStack Dashboard (Horizon) "test_keypair integration test consistently fails" [Critical,In progress] https://launchpad.net/bugs/1526791 - Assigned to Timur Sufiev (tsufiev-x) | 02:07 |
*** openstackrecheck has quit IRC | 02:10 | |
*** openstackrecheck has joined #openstack-qa | 02:10 | |
mriedem | jroll: is there an ironic bug for these timeout failures in the gate? http://logs.openstack.org/43/257243/3/gate/gate-tempest-dsvm-ironic-pxe_ipa/4e1437a/console.html#_2015-12-22_10_40_17_635 | 02:14 |
*** dims has quit IRC | 02:17 | |
*** shuquan has quit IRC | 02:18 | |
*** nicholasgoracke has joined #openstack-qa | 02:19 | |
mriedem | opened one: https://bugs.launchpad.net/ironic/+bug/1528732 | 02:20 |
openstack | Launchpad bug 1528732 in Ironic "test_baremetal_server_ops times out waiting to terminate instance" [Undecided,Confirmed] | 02:20 |
mriedem | mtreinish: ^ that stacktrace wasn't in the tempest logs | 02:21 |
*** shuquan has joined #openstack-qa | 02:22 | |
openstackgerrit | huan proposed openstack-dev/devstack: XenAPI: add support to use local.conf https://review.openstack.org/260861 | 02:25 |
*** shuquan has quit IRC | 02:27 | |
mtreinish | mriedem: it's from the timeout fixture I wonder if that doesn't work with the logging fixture | 02:27 |
*** dims has joined #openstack-qa | 02:28 | |
mriedem | must not | 02:32 |
mriedem | e-r query is going to kind of suck | 02:32 |
mtreinish | mriedem: iirc, there is a bug with the log fixture where things go to the console but not the log file | 02:33 |
mtreinish | I don't remember all the details though | 02:34 |
*** dims has quit IRC | 02:37 | |
*** binbincong has joined #openstack-qa | 02:38 | |
*** dims has joined #openstack-qa | 02:40 | |
mriedem | ok, this is what i was going to use for now | 02:44 |
mriedem | http://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22timeout=CONF.baremetal.unprovision_timeout)%5C%22%20AND%20tags:%5C%22console%5C%22%20AND%20voting:%5C%221%5C%22 | 02:44 |
mriedem | it's at least from the stacktrace that's only in that one scenario test | 02:44 |
*** dims has quit IRC | 02:46 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for baremetal scenario test timeout bug 1528732 https://review.openstack.org/260863 | 02:47 |
openstack | bug 1528732 in Ironic "test_baremetal_server_ops times out waiting to terminate instance" [Undecided,Confirmed] https://launchpad.net/bugs/1528732 | 02:47 |
*** hoangcx has joined #openstack-qa | 02:49 | |
mriedem | man, lots of timeouts | 02:50 |
mriedem | the ovh nodes seem to be tipping a lot of things over | 02:50 |
*** dims has joined #openstack-qa | 02:52 | |
*** bochi-michael has joined #openstack-qa | 02:52 | |
mtreinish | mriedem: yeah the ovh nodes have a higher failure rate like 7% and 5.5% | 02:55 |
* mtreinish is glad we have that data in subunit2sql now | 02:55 | |
*** Poornima has joined #openstack-qa | 02:57 | |
*** bochi-michael has quit IRC | 03:00 | |
*** markvoelker has joined #openstack-qa | 03:02 | |
*** dims has quit IRC | 03:05 | |
*** markvoelker has quit IRC | 03:07 | |
*** bkopilov has quit IRC | 03:10 | |
*** dims has joined #openstack-qa | 03:11 | |
*** dims has quit IRC | 03:16 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for baremetal scenario test timeout bug 1528732 https://review.openstack.org/260863 | 03:17 |
openstack | bug 1528732 in Ironic "test_baremetal_server_ops times out waiting to terminate instance" [Undecided,Confirmed] https://launchpad.net/bugs/1528732 | 03:17 |
*** coolsvap|away is now known as coolsvap | 03:18 | |
*** bochi-michael has joined #openstack-qa | 03:20 | |
*** jamielennox is now known as jamielennox|away | 03:22 | |
*** bochi-michael has quit IRC | 03:22 | |
*** bochi-michael has joined #openstack-qa | 03:23 | |
*** openstackrecheck has quit IRC | 03:23 | |
*** openstackrecheck has joined #openstack-qa | 03:23 | |
*** bochi-michael has quit IRC | 03:23 | |
*** bochi-michael has joined #openstack-qa | 03:24 | |
*** bochi-michael has quit IRC | 03:24 | |
*** bochi-michael has joined #openstack-qa | 03:25 | |
*** bochi-michael has quit IRC | 03:26 | |
*** bochi-michael has joined #openstack-qa | 03:26 | |
*** nicholasgoracke has quit IRC | 03:27 | |
*** bochi-michael has quit IRC | 03:27 | |
*** bochi-michael has joined #openstack-qa | 03:27 | |
*** bochi-michael has quit IRC | 03:28 | |
*** bochi-michael has joined #openstack-qa | 03:28 | |
*** bochi-michael has quit IRC | 03:29 | |
*** bochi-michael has joined #openstack-qa | 03:29 | |
*** hoangcx has left #openstack-qa | 03:30 | |
*** bochi-michael has quit IRC | 03:30 | |
*** bochi-michael has joined #openstack-qa | 03:30 | |
*** bochi-michael has quit IRC | 03:31 | |
jroll | mriedem: 1303099, from memory | 03:31 |
jroll | and yeah, ovh seems to be problematic | 03:31 |
*** bochi-michael has joined #openstack-qa | 03:31 | |
*** bochi-michael has quit IRC | 03:32 | |
*** bochi-michael has joined #openstack-qa | 03:33 | |
Deng | Could someone give me some helps about tempest connecting to a https endpoint problem? | 03:33 |
Deng | I have paste the log in http://paste.openstack.org/show/482566/ | 03:33 |
jroll | mriedem: I was actually wondering if we could get data on that, neat | 03:33 |
Deng | Thanks so much! | 03:33 |
*** bochi-michael has quit IRC | 03:34 | |
*** bochi-michael has joined #openstack-qa | 03:34 | |
*** bochi-michael has quit IRC | 03:35 | |
*** bochi-michael has joined #openstack-qa | 03:35 | |
*** bochi-michael has quit IRC | 03:36 | |
*** bochi-michael has joined #openstack-qa | 03:36 | |
*** bochi-michael has quit IRC | 03:37 | |
*** bochi-michael has joined #openstack-qa | 03:37 | |
*** bochi-michael has quit IRC | 03:38 | |
*** bochi-michael has joined #openstack-qa | 03:38 | |
*** sree has joined #openstack-qa | 03:39 | |
*** bochi-michael has quit IRC | 03:39 | |
*** bochi-michael has joined #openstack-qa | 03:39 | |
*** bochi-michael has quit IRC | 03:40 | |
*** bochi-michael has joined #openstack-qa | 03:40 | |
*** bochi-michael has quit IRC | 03:41 | |
*** bochi-michael has joined #openstack-qa | 03:41 | |
*** bochi-michael has quit IRC | 03:42 | |
*** bochi-michael has joined #openstack-qa | 03:43 | |
*** bochi-michael has quit IRC | 03:43 | |
*** bochi-michael has joined #openstack-qa | 03:44 | |
*** bochi-michael has quit IRC | 03:44 | |
*** bochi-michael has joined #openstack-qa | 03:45 | |
*** bochi-michael has quit IRC | 03:45 | |
*** bochi-michael has joined #openstack-qa | 03:46 | |
openstackgerrit | Li Ma proposed openstack-dev/devstack: Kill neutron-rootwrap-daemon when stop neutron service https://review.openstack.org/256998 | 03:46 |
*** bochi-michael has quit IRC | 03:46 | |
*** bochi-michael has joined #openstack-qa | 03:48 | |
*** bochi-michael has quit IRC | 03:48 | |
*** bochi-michael has joined #openstack-qa | 03:49 | |
*** bochi-michael has quit IRC | 03:49 | |
*** bochi-michael has joined #openstack-qa | 03:50 | |
*** bochi-michael has quit IRC | 03:51 | |
*** bochi-michael has joined #openstack-qa | 03:51 | |
*** bochi-michael has quit IRC | 03:52 | |
*** bochi-michael has joined #openstack-qa | 03:52 | |
*** bochi-michael has quit IRC | 03:53 | |
*** bochi-michael has joined #openstack-qa | 03:54 | |
*** bochi-michael has quit IRC | 03:55 | |
*** jaypipes has quit IRC | 03:58 | |
*** bochi-michael has joined #openstack-qa | 03:59 | |
*** bochi-michael has quit IRC | 03:59 | |
*** bochi-michael has joined #openstack-qa | 04:00 | |
*** bochi-michael has quit IRC | 04:01 | |
*** bochi-michael has joined #openstack-qa | 04:01 | |
*** bochi-michael has quit IRC | 04:02 | |
*** nicholasgoracke has joined #openstack-qa | 04:02 | |
*** bochi-michael has joined #openstack-qa | 04:02 | |
*** bochi-michael has quit IRC | 04:03 | |
*** bochi-michael has joined #openstack-qa | 04:03 | |
*** bochi-michael has quit IRC | 04:04 | |
*** bochi-michael has joined #openstack-qa | 04:04 | |
*** bochi-michael has quit IRC | 04:05 | |
*** bochi-michael has joined #openstack-qa | 04:05 | |
*** bochi-michael has quit IRC | 04:06 | |
*** bochi-michael has joined #openstack-qa | 04:07 | |
*** bochi-michael has quit IRC | 04:07 | |
*** bochi-michael has joined #openstack-qa | 04:08 | |
*** bochi-michael has quit IRC | 04:08 | |
*** bochi-michael has joined #openstack-qa | 04:09 | |
*** bochi-michael has quit IRC | 04:09 | |
*** bochi-michael has joined #openstack-qa | 04:10 | |
*** sree_ has joined #openstack-qa | 04:10 | |
*** bochi-michael has quit IRC | 04:10 | |
*** sree_ is now known as Guest76759 | 04:11 | |
*** zz_dimtruck is now known as dimtruck | 04:11 | |
*** bochi-michael has joined #openstack-qa | 04:11 | |
*** bochi-michael has quit IRC | 04:12 | |
*** sree has quit IRC | 04:12 | |
*** bochi-michael has joined #openstack-qa | 04:12 | |
*** bochi-michael has quit IRC | 04:13 | |
*** bochi-michael has joined #openstack-qa | 04:13 | |
*** bochi-michael has quit IRC | 04:14 | |
*** bochi-michael has joined #openstack-qa | 04:14 | |
*** bochi-michael has quit IRC | 04:15 | |
*** bochi-michael has joined #openstack-qa | 04:15 | |
*** bochi-michael has quit IRC | 04:16 | |
*** bochi-michael has joined #openstack-qa | 04:17 | |
*** bochi-michael has quit IRC | 04:17 | |
*** bochi-michael has joined #openstack-qa | 04:18 | |
*** bochi-michael has quit IRC | 04:18 | |
*** bochi-michael has joined #openstack-qa | 04:19 | |
*** bochi-michael has quit IRC | 04:19 | |
*** bochi-michael has joined #openstack-qa | 04:20 | |
*** bochi-michael has quit IRC | 04:20 | |
*** bochi-michael has joined #openstack-qa | 04:21 | |
*** bochi-michael has quit IRC | 04:21 | |
openstackgerrit | Hua Wang proposed openstack-dev/devstack: Option "auth_plugin" is deprecated. https://review.openstack.org/260883 | 04:22 |
*** bochi-michael has joined #openstack-qa | 04:22 | |
*** bochi-michael has quit IRC | 04:22 | |
*** bochi-michael has joined #openstack-qa | 04:23 | |
*** bochi-michael has quit IRC | 04:23 | |
*** bochi-michael has joined #openstack-qa | 04:24 | |
*** bochi-michael has quit IRC | 04:25 | |
*** bochi-michael has joined #openstack-qa | 04:25 | |
*** bkopilov has joined #openstack-qa | 04:25 | |
*** bochi-michael has quit IRC | 04:26 | |
*** bochi-michael has joined #openstack-qa | 04:26 | |
*** sree has joined #openstack-qa | 04:27 | |
*** bochi-michael has quit IRC | 04:27 | |
*** bochi-michael has joined #openstack-qa | 04:27 | |
*** bochi-michael has quit IRC | 04:28 | |
*** bochi-michael has joined #openstack-qa | 04:28 | |
*** zackf has quit IRC | 04:28 | |
*** bochi-michael has quit IRC | 04:29 | |
*** bochi-michael has joined #openstack-qa | 04:29 | |
*** Guest76759 has quit IRC | 04:30 | |
*** bochi-michael has quit IRC | 04:30 | |
*** bochi-michael has joined #openstack-qa | 04:30 | |
*** bochi-michael has quit IRC | 04:31 | |
*** bochi-michael has joined #openstack-qa | 04:31 | |
*** bochi-michael has quit IRC | 04:32 | |
*** bochi-michael has joined #openstack-qa | 04:33 | |
*** zhangjn has joined #openstack-qa | 04:33 | |
*** bochi-michael has quit IRC | 04:33 | |
*** bochi-michael has joined #openstack-qa | 04:34 | |
*** bochi-michael has quit IRC | 04:34 | |
*** bochi-michael has joined #openstack-qa | 04:35 | |
*** bochi-michael has quit IRC | 04:35 | |
*** bochi-michael has joined #openstack-qa | 04:36 | |
*** dave-mccowan has quit IRC | 04:36 | |
*** bochi-michael has quit IRC | 04:37 | |
*** bochi-michael has joined #openstack-qa | 04:37 | |
*** bochi-michael has quit IRC | 04:38 | |
*** bochi-michael has joined #openstack-qa | 04:38 | |
*** bochi-michael has quit IRC | 04:39 | |
*** bochi-michael has joined #openstack-qa | 04:39 | |
*** bochi-michael has quit IRC | 04:40 | |
*** bochi-michael has joined #openstack-qa | 04:40 | |
*** bochi-michael has quit IRC | 04:41 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/201500 failed gate-cinder-pep8 in the gate queue with an unrecognized error | 04:42 |
*** bochi-michael has joined #openstack-qa | 04:42 | |
*** bochi-michael has quit IRC | 04:43 | |
*** bochi-michael has joined #openstack-qa | 04:43 | |
*** bochi-michael has quit IRC | 04:44 | |
*** bochi-michael has joined #openstack-qa | 04:44 | |
*** bochi-michael has quit IRC | 04:45 | |
*** bochi-michael has joined #openstack-qa | 04:45 | |
*** bochi-michael has quit IRC | 04:46 | |
*** bochi-michael has joined #openstack-qa | 04:46 | |
*** bochi-michael has quit IRC | 04:47 | |
*** bochi-michael has joined #openstack-qa | 04:47 | |
*** markvoelker has joined #openstack-qa | 04:48 | |
*** bochi-michael has quit IRC | 04:48 | |
*** bochi-michael has joined #openstack-qa | 04:48 | |
*** bochi-michael has quit IRC | 04:49 | |
*** bochi-michael has joined #openstack-qa | 04:49 | |
*** bochi-michael has quit IRC | 04:50 | |
*** bochi-michael has joined #openstack-qa | 04:51 | |
*** bochi-michael has quit IRC | 04:51 | |
*** bochi-michael has joined #openstack-qa | 04:52 | |
*** markvoelker has quit IRC | 04:52 | |
*** bochi-michael has quit IRC | 04:52 | |
*** bochi-michael has joined #openstack-qa | 04:53 | |
*** bochi-michael has quit IRC | 04:53 | |
*** nicholasgoracke has quit IRC | 04:54 | |
*** bochi-michael has joined #openstack-qa | 04:54 | |
*** armax has quit IRC | 04:54 | |
*** bochi-michael has quit IRC | 04:54 | |
*** SridharG has joined #openstack-qa | 04:55 | |
*** bochi-michael has joined #openstack-qa | 04:55 | |
*** bochi-michael has quit IRC | 04:55 | |
*** bochi-michael has joined #openstack-qa | 04:56 | |
*** bochi-michael has quit IRC | 04:57 | |
*** bochi-michael has joined #openstack-qa | 04:57 | |
*** bochi-michael has quit IRC | 04:58 | |
*** bochi-michael has joined #openstack-qa | 04:58 | |
*** bochi-michael has quit IRC | 04:59 | |
*** bochi-michael has joined #openstack-qa | 04:59 | |
*** bochi-michael has quit IRC | 05:00 | |
*** bochi-michael has joined #openstack-qa | 05:00 | |
*** bochi-michael has quit IRC | 05:01 | |
*** bochi-michael has joined #openstack-qa | 05:01 | |
*** bochi-michael has quit IRC | 05:02 | |
*** bochi-michael has joined #openstack-qa | 05:03 | |
*** bochi-michael has quit IRC | 05:03 | |
*** bochi-michael has joined #openstack-qa | 05:04 | |
*** bochi-michael has quit IRC | 05:04 | |
*** bochi-michael has joined #openstack-qa | 05:05 | |
*** bochi-michael has quit IRC | 05:05 | |
*** bochi-michael has joined #openstack-qa | 05:06 | |
*** bochi-michael has quit IRC | 05:07 | |
*** bochi-michael has joined #openstack-qa | 05:07 | |
*** bochi-michael has quit IRC | 05:08 | |
*** bochi-michael has joined #openstack-qa | 05:08 | |
*** bochi-michael has quit IRC | 05:09 | |
*** bochi-michael has joined #openstack-qa | 05:09 | |
*** bochi-michael has quit IRC | 05:10 | |
*** bochi-michael has joined #openstack-qa | 05:11 | |
*** bochi-michael has quit IRC | 05:11 | |
*** bochi-michael has joined #openstack-qa | 05:12 | |
*** bochi-michael has quit IRC | 05:12 | |
*** bochi-michael has joined #openstack-qa | 05:13 | |
*** bochi-michael has quit IRC | 05:13 | |
*** bochi-michael has joined #openstack-qa | 05:14 | |
*** zhangjn has quit IRC | 05:14 | |
*** bochi-michael has quit IRC | 05:14 | |
*** bochi-michael has joined #openstack-qa | 05:15 | |
*** bochi-michael has quit IRC | 05:15 | |
*** bochi-michael has joined #openstack-qa | 05:16 | |
*** bochi-michael has quit IRC | 05:16 | |
*** bochi-michael has joined #openstack-qa | 05:17 | |
*** bochi-michael has quit IRC | 05:17 | |
*** bochi-michael has joined #openstack-qa | 05:18 | |
*** bochi-michael has quit IRC | 05:19 | |
*** bochi-michael has joined #openstack-qa | 05:19 | |
*** bochi-michael has quit IRC | 05:20 | |
*** bochi-michael has joined #openstack-qa | 05:20 | |
*** bochi-michael has quit IRC | 05:21 | |
*** bochi-michael has joined #openstack-qa | 05:21 | |
*** bochi-michael has quit IRC | 05:22 | |
*** bochi-michael has joined #openstack-qa | 05:22 | |
*** bochi-michael has quit IRC | 05:23 | |
*** bochi-michael has joined #openstack-qa | 05:24 | |
*** bochi-michael has quit IRC | 05:25 | |
*** bochi-michael has joined #openstack-qa | 05:25 | |
*** gamado has joined #openstack-qa | 05:25 | |
*** sree has quit IRC | 05:25 | |
*** bochi-michael has quit IRC | 05:26 | |
*** bochi-michael has joined #openstack-qa | 05:26 | |
*** sree has joined #openstack-qa | 05:26 | |
*** zhangjn has joined #openstack-qa | 05:26 | |
*** bochi-michael has quit IRC | 05:27 | |
*** bochi-michael has joined #openstack-qa | 05:27 | |
*** bochi-michael has quit IRC | 05:28 | |
*** bochi-michael has joined #openstack-qa | 05:28 | |
*** bochi-michael has quit IRC | 05:29 | |
*** bochi-michael has joined #openstack-qa | 05:29 | |
*** bochi-michael has quit IRC | 05:30 | |
*** bochi-michael has joined #openstack-qa | 05:31 | |
*** bochi-michael has quit IRC | 05:32 | |
*** bochi-michael has joined #openstack-qa | 05:32 | |
*** bochi-michael has quit IRC | 05:33 | |
*** bochi-michael has joined #openstack-qa | 05:33 | |
*** bochi-michael has quit IRC | 05:34 | |
*** bochi-michael has joined #openstack-qa | 05:35 | |
*** bochi-michael has quit IRC | 05:35 | |
*** bochi-michael has joined #openstack-qa | 05:36 | |
*** bochi-michael has quit IRC | 05:36 | |
*** bochi-michael has joined #openstack-qa | 05:37 | |
*** bochi-michael has quit IRC | 05:37 | |
*** bochi-michael has joined #openstack-qa | 05:38 | |
*** bochi-michael has quit IRC | 05:38 | |
*** bochi-michael has joined #openstack-qa | 05:39 | |
*** bochi-michael has quit IRC | 05:39 | |
*** sree has quit IRC | 05:40 | |
*** bochi-michael has joined #openstack-qa | 05:40 | |
*** bochi-michael has quit IRC | 05:40 | |
*** bochi-michael has joined #openstack-qa | 05:41 | |
*** bochi-michael has quit IRC | 05:41 | |
*** bochi-michael has joined #openstack-qa | 05:42 | |
*** bochi-michael has quit IRC | 05:43 | |
*** bochi-michael has joined #openstack-qa | 05:43 | |
*** bochi-michael has quit IRC | 05:44 | |
*** bochi-michael has joined #openstack-qa | 05:44 | |
*** bochi-michael has quit IRC | 05:45 | |
*** bochi-michael has joined #openstack-qa | 05:45 | |
*** bochi-michael has quit IRC | 05:46 | |
*** bochi-michael has joined #openstack-qa | 05:46 | |
*** bochi-michael has quit IRC | 05:47 | |
*** bochi-michael has joined #openstack-qa | 05:47 | |
*** bochi-michael has quit IRC | 05:48 | |
*** bochi-michael has joined #openstack-qa | 05:48 | |
*** bochi-michael has quit IRC | 05:49 | |
*** markvoelker has joined #openstack-qa | 05:49 | |
*** binbincong has quit IRC | 05:49 | |
*** bochi-michael has joined #openstack-qa | 05:49 | |
*** binbincong has joined #openstack-qa | 05:50 | |
*** bochi-michael has quit IRC | 05:50 | |
*** bochi-michael has joined #openstack-qa | 05:51 | |
*** bochi-michael has quit IRC | 05:52 | |
*** markvoelker has quit IRC | 05:54 | |
*** neeti has joined #openstack-qa | 06:06 | |
*** Poornima has quit IRC | 06:14 | |
*** vgridnev has joined #openstack-qa | 06:21 | |
*** zhangjn has quit IRC | 06:29 | |
*** yfried has quit IRC | 06:31 | |
*** zhangjn has joined #openstack-qa | 06:31 | |
*** eliqiao has quit IRC | 06:39 | |
openstackrecheck | openstack/glance change: https://review.openstack.org/256683 failed gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error | 06:40 |
*** eliqiao has joined #openstack-qa | 06:41 | |
*** SridharG has left #openstack-qa | 06:56 | |
*** aopincar has joined #openstack-qa | 06:57 | |
*** markvoelker has joined #openstack-qa | 07:05 | |
*** shardy has joined #openstack-qa | 07:05 | |
*** itzikb has joined #openstack-qa | 07:05 | |
*** markvoelker has quit IRC | 07:09 | |
*** shuquan has joined #openstack-qa | 07:11 | |
*** sabeen3 has quit IRC | 07:18 | |
*** zackf has joined #openstack-qa | 07:19 | |
*** _nadya_ has joined #openstack-qa | 07:22 | |
*** SridharG has joined #openstack-qa | 07:22 | |
*** Poornima has joined #openstack-qa | 07:24 | |
*** sree has joined #openstack-qa | 07:24 | |
*** coolsvap is now known as coolsvap|away | 07:29 | |
*** sree has quit IRC | 07:31 | |
*** notmorgan has quit IRC | 07:31 | |
*** mordred has quit IRC | 07:32 | |
*** coolsvap|away is now known as coolsvap | 07:35 | |
*** _nadya_ has quit IRC | 07:39 | |
*** ifarkas has joined #openstack-qa | 07:42 | |
*** ifarkas has quit IRC | 07:42 | |
*** ifarkas has joined #openstack-qa | 07:42 | |
*** sshnaidm has joined #openstack-qa | 07:43 | |
*** sree has joined #openstack-qa | 07:49 | |
*** e0ne has joined #openstack-qa | 07:50 | |
*** yfried has joined #openstack-qa | 07:52 | |
*** e0ne has quit IRC | 07:52 | |
*** sree has quit IRC | 07:54 | |
*** maht has joined #openstack-qa | 07:58 | |
*** dimtruck is now known as zz_dimtruck | 08:16 | |
*** piyush_ has joined #openstack-qa | 08:22 | |
piyush_ | Hi oomichi! | 08:23 |
*** salv-orlando has joined #openstack-qa | 08:28 | |
*** salv-orl_ has joined #openstack-qa | 08:31 | |
*** salv-orl_ has quit IRC | 08:31 | |
*** salv-orlando has quit IRC | 08:32 | |
*** salv-orlando has joined #openstack-qa | 08:32 | |
*** vgridnev has quit IRC | 08:40 | |
*** openstackgerrit has quit IRC | 08:47 | |
*** openstackgerrit has joined #openstack-qa | 08:47 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Make v2 for identity_client functions use **kwargs https://review.openstack.org/255210 | 08:49 |
*** e0ne has joined #openstack-qa | 08:52 | |
*** gfidente has joined #openstack-qa | 08:58 | |
*** gfidente has quit IRC | 08:58 | |
*** gfidente has joined #openstack-qa | 08:58 | |
*** grafuls has joined #openstack-qa | 09:01 | |
*** e0ne has quit IRC | 09:01 | |
piyush_ | Hi oomichi: can we please have a discussion on https://review.openstack.org/#/c/258848/ | 09:02 |
*** sree has joined #openstack-qa | 09:05 | |
*** markvoelker has joined #openstack-qa | 09:06 | |
*** sree has quit IRC | 09:10 | |
*** markvoelker has quit IRC | 09:10 | |
*** rcernin has joined #openstack-qa | 09:16 | |
*** salv-orlando has quit IRC | 09:23 | |
*** _nadya_ has joined #openstack-qa | 09:26 | |
*** sshnaidm has quit IRC | 09:27 | |
*** maht has quit IRC | 09:29 | |
*** shuquan has quit IRC | 09:32 | |
openstackgerrit | Harshada Mangesh Kakad proposed openstack/tempest: Use six.StringIO/BytesIO instead of StringIO.StringIO https://review.openstack.org/260644 | 09:33 |
*** shuquan has joined #openstack-qa | 09:36 | |
*** shuquan has quit IRC | 09:38 | |
*** sshnaidm has joined #openstack-qa | 09:40 | |
*** pcrews has quit IRC | 09:41 | |
*** jacky-zhang has quit IRC | 09:41 | |
*** maht has joined #openstack-qa | 09:43 | |
andreaf | timothyb89: sure, but I think we may have a TZ issue - I'm in GMT | 09:45 |
*** maht has quit IRC | 09:45 | |
*** rcernin has quit IRC | 09:56 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 252197,22,6b70085 | 09:59 |
*** e0ne has joined #openstack-qa | 10:05 | |
*** cdent has joined #openstack-qa | 10:06 | |
openstackgerrit | Andrey Pavlov proposed openstack-dev/devstack: Adding ec2-api to plugin registry https://review.openstack.org/260931 | 10:09 |
*** maht has joined #openstack-qa | 10:09 | |
*** aix has joined #openstack-qa | 10:10 | |
*** maht has quit IRC | 10:13 | |
openstackrecheck | Console logs not available after 13:32s for gate-grenade-dsvm 260920,1,1fb278d | 10:14 |
*** shuquan has joined #openstack-qa | 10:21 | |
*** salv-orlando has joined #openstack-qa | 10:23 | |
*** EmilienM has quit IRC | 10:27 | |
*** EmilienM has joined #openstack-qa | 10:27 | |
*** salv-orlando has quit IRC | 10:31 | |
*** salv-orlando has joined #openstack-qa | 10:31 | |
*** cdent has quit IRC | 10:33 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full-devstack-plugin-ceph 260904,1,f1e0771 | 10:39 |
*** cdent has joined #openstack-qa | 10:39 | |
*** Poornima has quit IRC | 10:39 | |
*** gszasz has joined #openstack-qa | 10:40 | |
*** piyush_ has quit IRC | 10:44 | |
*** coolsvap is now known as coolsvap|away | 10:46 | |
*** dims_ has joined #openstack-qa | 10:50 | |
*** markvoelker has joined #openstack-qa | 10:51 | |
openstackrecheck | Console logs not available after 13:32s for gate-grenade-dsvm 254703,15,09ff737 | 10:52 |
*** maht has joined #openstack-qa | 10:53 | |
*** markvoelker has quit IRC | 10:57 | |
*** SridharG has quit IRC | 10:58 | |
*** zhangjn has quit IRC | 11:01 | |
*** shuquan has quit IRC | 11:06 | |
*** salv-orlando has quit IRC | 11:10 | |
*** dtantsur|afk is now known as dtantsur | 11:19 | |
*** zackf has quit IRC | 11:23 | |
*** yamahata has quit IRC | 11:28 | |
*** tosky has joined #openstack-qa | 11:32 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add a service client data store https://review.openstack.org/260076 | 11:38 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Split the client manager in two parts. https://review.openstack.org/258566 | 11:38 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full-devstack-plugin-ceph 260904,2,f36003a | 11:40 |
*** rfolco has joined #openstack-qa | 11:45 | |
*** amotoki has joined #openstack-qa | 11:52 | |
*** notmorgan has joined #openstack-qa | 12:06 | |
*** mordred has joined #openstack-qa | 12:06 | |
openstackgerrit | Johan Pas proposed openstack/tempest: Extend security group scenario with IPv6 tests https://review.openstack.org/258700 | 12:08 |
*** vgridnev has joined #openstack-qa | 12:08 | |
*** salv-orlando has joined #openstack-qa | 12:10 | |
*** openstackgerrit has quit IRC | 12:17 | |
*** openstackgerrit has joined #openstack-qa | 12:17 | |
*** sree has joined #openstack-qa | 12:18 | |
*** neeti has quit IRC | 12:21 | |
*** jaypipes has joined #openstack-qa | 12:31 | |
*** ChanServ sets mode: +o jaypipes | 12:31 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-devstack-plugin-ceph 260904,3,e32f2b5 | 12:32 |
*** gema has quit IRC | 12:35 | |
*** zhangjn has joined #openstack-qa | 12:36 | |
*** slunkad has quit IRC | 12:36 | |
*** gema has joined #openstack-qa | 12:37 | |
*** ihrachys has joined #openstack-qa | 12:38 | |
*** ihrachys has quit IRC | 12:43 | |
*** ihrachys has joined #openstack-qa | 12:44 | |
*** sree has quit IRC | 12:46 | |
openstackrecheck | Console logs not available after 13:31s for gate-tempest-dsvm-postgres-full 260618,2,aa965d3 | 12:46 |
*** slunkad has joined #openstack-qa | 12:49 | |
*** ihrachys has quit IRC | 12:52 | |
*** markvoelker has joined #openstack-qa | 12:52 | |
*** bkopilov has quit IRC | 12:55 | |
*** sree has joined #openstack-qa | 12:56 | |
*** markvoelker has quit IRC | 12:57 | |
*** salv-orlando has quit IRC | 13:00 | |
*** aopincar has quit IRC | 13:01 | |
*** itzikb has quit IRC | 13:02 | |
*** itzikb has joined #openstack-qa | 13:02 | |
*** dtantsur is now known as dtantsur|brb | 13:03 | |
*** salv-orlando has joined #openstack-qa | 13:08 | |
*** notmorgan has quit IRC | 13:09 | |
*** mordred has quit IRC | 13:10 | |
*** itzikb has quit IRC | 13:10 | |
*** salv-orlando has quit IRC | 13:14 | |
*** salv-orlando has joined #openstack-qa | 13:15 | |
*** aopincar has joined #openstack-qa | 13:16 | |
*** aopincar has quit IRC | 13:28 | |
*** SridharG has joined #openstack-qa | 13:31 | |
*** zackf has joined #openstack-qa | 13:35 | |
*** zackf has quit IRC | 13:39 | |
vgridnev | folks, please, could someone review the following change: https://review.openstack.org/#/c/255968/ ? It was reviewed by the sahara core team, and there is no negative feedback from them | 13:40 |
*** salv-orlando has quit IRC | 13:47 | |
*** salv-orlando has joined #openstack-qa | 13:47 | |
*** sree_ has joined #openstack-qa | 13:49 | |
*** sree_ is now known as Guest95354 | 13:49 | |
*** itzikb_ has joined #openstack-qa | 13:51 | |
*** sree has quit IRC | 13:52 | |
*** markvoelker has joined #openstack-qa | 13:53 | |
*** zhangjn has quit IRC | 13:53 | |
*** markvoelker has quit IRC | 13:58 | |
*** itzikb_ has quit IRC | 14:05 | |
*** _nadya_ has quit IRC | 14:09 | |
*** dkranz has joined #openstack-qa | 14:11 | |
*** zhangjn has joined #openstack-qa | 14:12 | |
*** mriedem1 has joined #openstack-qa | 14:15 | |
*** mriedem has quit IRC | 14:16 | |
*** maht has quit IRC | 14:21 | |
*** zackf has joined #openstack-qa | 14:22 | |
*** zackf has quit IRC | 14:25 | |
*** cdent has quit IRC | 14:28 | |
*** maht has joined #openstack-qa | 14:31 | |
*** zhangjn has quit IRC | 14:33 | |
openstackgerrit | Yuriy Nesenenko proposed openstack-dev/devstack: Fix restoring a backup volume to a larger volume https://review.openstack.org/261005 | 14:34 |
*** maht has quit IRC | 14:41 | |
openstackgerrit | Yuriy Nesenenko proposed openstack-dev/devstack: Fix restoring a backup volume to a larger volume https://review.openstack.org/261005 | 14:43 |
*** ChuckC has joined #openstack-qa | 14:48 | |
*** _nadya_ has joined #openstack-qa | 14:50 | |
*** sree has joined #openstack-qa | 14:52 | |
*** sree has quit IRC | 14:53 | |
*** markvoelker has joined #openstack-qa | 14:54 | |
*** maht has joined #openstack-qa | 14:54 | |
*** Guest95354 has quit IRC | 14:55 | |
*** markvoelker has quit IRC | 14:58 | |
*** sabeen1 has joined #openstack-qa | 15:02 | |
*** bartash has joined #openstack-qa | 15:03 | |
*** sabeen3 has joined #openstack-qa | 15:04 | |
*** sabeen1 has quit IRC | 15:07 | |
*** sabeen3 has quit IRC | 15:09 | |
*** gema has quit IRC | 15:09 | |
*** erlon has joined #openstack-qa | 15:11 | |
*** gema has joined #openstack-qa | 15:11 | |
*** sabeen1 has joined #openstack-qa | 15:11 | |
*** salv-orlando has quit IRC | 15:14 | |
*** salv-orlando has joined #openstack-qa | 15:14 | |
*** mriedem1 has quit IRC | 15:15 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-neutron-full 258614,4,eaf5039 | 15:20 |
*** mriedem has joined #openstack-qa | 15:20 | |
*** dtantsur|brb is now known as dtantsur | 15:22 | |
*** maht has quit IRC | 15:31 | |
*** grafuls has quit IRC | 15:34 | |
*** ChuckC has quit IRC | 15:38 | |
*** pcrews has joined #openstack-qa | 15:38 | |
*** ChuckC has joined #openstack-qa | 15:38 | |
*** nicholasgoracke has joined #openstack-qa | 15:44 | |
*** mriedem is now known as mriedem_away | 15:50 | |
*** gszasz has quit IRC | 15:56 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-keystone-eventlet-full 260335,4,b672ab9 | 16:00 |
*** salv-orlando has quit IRC | 16:01 | |
*** bkopilov has joined #openstack-qa | 16:03 | |
*** SridharG has quit IRC | 16:07 | |
*** yamahata has joined #openstack-qa | 16:09 | |
*** artom has joined #openstack-qa | 16:10 | |
*** yfried has quit IRC | 16:17 | |
*** armax has joined #openstack-qa | 16:18 | |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-multinode 258180,4,8d84721 | 16:18 |
*** vgridnev has quit IRC | 16:33 | |
*** _nadya_ has quit IRC | 16:33 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 260587,2,4a09cb9 | 16:34 |
*** vgridnev has joined #openstack-qa | 16:34 | |
*** amotoki has quit IRC | 16:36 | |
*** asselin__ has quit IRC | 16:39 | |
*** e0ne has quit IRC | 16:40 | |
*** nicholasgoracke has quit IRC | 16:40 | |
*** mordred has joined #openstack-qa | 16:42 | |
openstackrecheck | Console logs not available after 13:29s for gate-grenade-dsvm-multinode 260586,2,5053715 | 16:47 |
*** jlvillal_vaca is now known as jlvacation | 16:47 | |
*** zz_dimtruck is now known as dimtruck | 16:52 | |
*** markvoelker has joined #openstack-qa | 16:55 | |
*** markvoelker has quit IRC | 16:59 | |
*** ccneill has joined #openstack-qa | 16:59 | |
*** nicholasgoracke has joined #openstack-qa | 17:00 | |
*** dimtruck is now known as zz_dimtruck | 17:02 | |
*** vgridnev has quit IRC | 17:05 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add a service client data store https://review.openstack.org/260076 | 17:07 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Defines a new-style client manager https://review.openstack.org/258566 | 17:07 |
*** Lingo has joined #openstack-qa | 17:20 | |
*** Swami has joined #openstack-qa | 17:24 | |
*** sabeen2 has joined #openstack-qa | 17:29 | |
*** sabeen1 has quit IRC | 17:31 | |
*** e0ne has joined #openstack-qa | 17:33 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate compute client group to the new manager https://review.openstack.org/260077 | 17:36 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add a service client data store https://review.openstack.org/260076 | 17:36 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Defines a new-style client manager https://review.openstack.org/258566 | 17:36 |
*** nicholasgoracke has quit IRC | 17:41 | |
*** dtantsur is now known as dtantsur|afk | 17:42 | |
*** bnemec has quit IRC | 17:45 | |
*** bnemec has joined #openstack-qa | 17:47 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager https://review.openstack.org/261067 | 17:47 |
*** sabeen2 has quit IRC | 17:50 | |
*** sabeen1 has joined #openstack-qa | 17:51 | |
*** _nadya_ has joined #openstack-qa | 17:55 | |
*** ifarkas has quit IRC | 18:02 | |
*** salv-orlando has joined #openstack-qa | 18:05 | |
*** zz_dimtruck is now known as dimtruck | 18:14 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-tox-functional 259518,2,897e08c | 18:15 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use a sparse swapfile on rootfs for providers without ephemeral disks https://review.openstack.org/261070 | 18:15 |
*** nicholasgoracke has joined #openstack-qa | 18:18 | |
*** Lingo has quit IRC | 18:18 | |
*** ihrachys has joined #openstack-qa | 18:30 | |
*** yamahata has quit IRC | 18:32 | |
*** yamahata has joined #openstack-qa | 18:33 | |
*** ihrachys has quit IRC | 18:33 | |
*** erlon has quit IRC | 18:36 | |
*** _nadya_ has quit IRC | 18:38 | |
*** _nadya_ has joined #openstack-qa | 18:39 | |
*** eil397 has joined #openstack-qa | 18:40 | |
*** _nadya_ has quit IRC | 18:42 | |
*** gamado has quit IRC | 18:45 | |
*** rossella_s has joined #openstack-qa | 18:47 | |
*** regXboi has joined #openstack-qa | 18:51 | |
*** regXboi has quit IRC | 18:54 | |
*** markvoelker has joined #openstack-qa | 18:55 | |
*** cdent has joined #openstack-qa | 18:58 | |
*** markvoelker has quit IRC | 19:00 | |
*** salv-orlando has quit IRC | 19:02 | |
*** rossella_s has quit IRC | 19:03 | |
*** salv-orlando has joined #openstack-qa | 19:18 | |
*** e0ne has quit IRC | 19:26 | |
*** sshnaidm has quit IRC | 19:28 | |
openstackrecheck | Console logs not available after 13:33s for gate-tempest-dsvm-nova-wsgi-full 252283,45,5895567 | 19:28 |
*** mragupat has joined #openstack-qa | 19:43 | |
*** amuller has joined #openstack-qa | 19:50 | |
amuller | mtreinish: ping - https://etherpad.openstack.org/p/neutron-tempest-defork | 19:50 |
*** salv-orlando has quit IRC | 19:51 | |
*** e0ne has joined #openstack-qa | 20:06 | |
*** _nadya_ has joined #openstack-qa | 20:13 | |
*** Swami_ has joined #openstack-qa | 20:28 | |
*** Swami has quit IRC | 20:28 | |
*** _nadya_ has quit IRC | 20:30 | |
*** boris-42 has quit IRC | 20:33 | |
*** ajmiller has quit IRC | 20:38 | |
*** dkranz has quit IRC | 20:39 | |
*** Swami has joined #openstack-qa | 20:43 | |
*** amuller is now known as amuller_afk | 20:44 | |
*** Swami_ has quit IRC | 20:45 | |
*** e0ne has quit IRC | 20:48 | |
*** yfried has joined #openstack-qa | 20:51 | |
*** salv-orlando has joined #openstack-qa | 20:52 | |
*** markvoelker has joined #openstack-qa | 20:56 | |
*** sabeen1 has quit IRC | 21:00 | |
*** markvoelker has quit IRC | 21:01 | |
*** bnemec has quit IRC | 21:23 | |
*** beekneemech has joined #openstack-qa | 21:23 | |
*** salv-orlando has quit IRC | 21:30 | |
*** marcusvrn_ has quit IRC | 21:37 | |
*** mragupat_ has joined #openstack-qa | 21:43 | |
*** mragupat_ has quit IRC | 21:45 | |
*** mragupat has quit IRC | 21:46 | |
*** cdent has quit IRC | 21:49 | |
*** dimtruck is now known as zz_dimtruck | 21:51 | |
*** cdent has joined #openstack-qa | 21:53 | |
openstackgerrit | Merged openstack/tempest: Updated from global requirements https://review.openstack.org/256534 | 21:55 |
openstackgerrit | Merged openstack/tempest: Stop testing rebuild for ironic https://review.openstack.org/260121 | 21:56 |
openstackgerrit | Merged openstack/tempest: Add stdout logging for cleanup CLI https://review.openstack.org/259925 | 21:56 |
openstackgerrit | Merged openstack/tempest: Add stdout logging for stress https://review.openstack.org/259321 | 21:56 |
*** markvoelker has joined #openstack-qa | 21:57 | |
*** markvoelker has quit IRC | 22:01 | |
*** dave-mccowan has joined #openstack-qa | 22:16 | |
*** openstack has joined #openstack-qa | 22:21 | |
-asimov.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp | 22:21 | |
*** amuller_afk is now known as amuller | 22:22 | |
*** e0ne has joined #openstack-qa | 22:28 | |
*** Swami has quit IRC | 22:30 | |
*** e0ne has quit IRC | 22:33 | |
*** openstackstatus has quit IRC | 22:35 | |
*** openstack has joined #openstack-qa | 22:36 | |
*** openstackstatus has joined #openstack-qa | 22:37 | |
*** ChanServ sets mode: +v openstackstatus | 22:37 | |
*** dkranz has joined #openstack-qa | 22:45 | |
*** dave-mccowan has quit IRC | 22:50 | |
*** zz_dimtruck is now known as dimtruck | 22:51 | |
*** nicholasgoracke has quit IRC | 23:02 | |
*** cdent has quit IRC | 23:07 | |
*** dims_ has quit IRC | 23:10 | |
*** nicholasgoracke has joined #openstack-qa | 23:11 | |
*** dims has joined #openstack-qa | 23:12 | |
*** dims_ has joined #openstack-qa | 23:27 | |
*** dims has quit IRC | 23:29 | |
*** nicholasgoracke has quit IRC | 23:35 | |
*** tochi has joined #openstack-qa | 23:36 | |
*** markvoelker has joined #openstack-qa | 23:43 | |
*** boris-42 has joined #openstack-qa | 23:44 | |
*** markvoelker has quit IRC | 23:47 | |
gmann | mtreinish: i see, any plan we are going to turn ssh validation ON for regular job or we will keep them separate ? | 23:54 |
*** tosky has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!